Files
nexus/wiki/concepts/AdaptiveTone.md

30 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Adaptive Tone"
type: concept
tags: []
sources: []
last_updated: 2026-04-27
---
# Adaptive Tone
## Definition
AI Agent 根据用户当前表现状态动态调整语气和沟通策略的机制。在习惯追踪场景中连续打卡时给予鼓励性语言encouraging连续错过时转为温和坚持gently persistent
## Core Mechanism
- **持续成功时**:强化正面激励,引用当前 streak 天数(如"Day 15不打断"
- **偶尔错过时**:承认现状,不施加内疚感,提醒用户当初目标
- **连续错过≥3天**:发送更长的激励消息,询问是否需要调整目标
- **无响应时**2小时内发送一条跟进消息之后停止避免骚扰
## Why It Matters
静态提醒容易被大脑忽略,个性化且语境感知的消息具有真实激励效果。这是 AI 问责伙伴区别于普通 cron job 的核心差异化因素。
## Used In
- [[Habit Tracker & Accountability Coach]]:核心差异化机制
- [[Custom Morning Brief]]:类似的自适应消息策略
## Related Concepts
- [[Active Accountability]]:依赖 Adaptive Tone 实现
- [[Streak Tracking]]:为 Adaptive Tone 提供数据依据