Files
nexus/wiki/concepts/Proactive-Recommendations.md
2026-04-17 16:17:32 +08:00

32 lines
1.1 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: "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]]