Sync: add productivity workflow notes
This commit is contained in:
29
wiki/concepts/AdaptiveTone.md
Normal file
29
wiki/concepts/AdaptiveTone.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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 提供数据依据
|
||||
Reference in New Issue
Block a user