Auto-sync: 2026-04-17 16:17

This commit is contained in:
2026-04-17 16:17:32 +08:00
parent 2935282989
commit a1c4f6495b
17 changed files with 525 additions and 17 deletions

View File

@@ -0,0 +1,32 @@
---
title: "Proactive Recommendations"
type: concept
tags: [ai-agent, automation, task-automation]
sources: [custom-morning-brief]
last_updated: 2026-04-17
---
## Summary
AI Agent 主动思考并推荐可以自主完成的任务,而非被动等待用户指令。
## Definition
AI Agent 基于上下文分析,主动推荐并执行对用户有价值 tasks 的能力。
## Why Powerful
- 将 AI 从被动工具转化为主动助手
- 利用 AI 不间断运行的特点,在夜间也能产生价值
- 减少用户早晨的认知负担
## Key Mechanism
1. Agent 分析用户的任务列表、日程、上下文
2. 识别可以自动完成的任务
3. 生成推荐并说明可以完成的原因
4. 用户确认后执行
## Connection to Morning Brief
在 Custom Morning Brief 中AI 推荐任务是最有价值的功能模块,让用户起床时发现工作已经完成。
## Connections
- [[Agentic AI]] ← enables ← [[Proactive Recommendations]]
- [[Morning Brief]] ← includes ← [[Proactive Recommendations]]
- [[Task Automation]] ← extends ← [[Proactive Recommendations]]