手动更新
This commit is contained in:
41
wiki/concepts/Proactive-AI.md
Normal file
41
wiki/concepts/Proactive-AI.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
title: "Proactive AI"
|
||||
type: concept
|
||||
tags: [ai, agentic-ai, interaction-design]
|
||||
last_updated: 2026-04-23
|
||||
---
|
||||
|
||||
# Proactive AI
|
||||
|
||||
## Aliases
|
||||
- 主动 AI
|
||||
- Proactive Assistant
|
||||
- 主动预判型 AI
|
||||
|
||||
## Definition
|
||||
AI 主动预判用户需求、提前采取行动,而非被动等待用户指令的交互模式。核心特征:AI 不只是响应请求,而是识别潜在需求并在适当时机主动介入。
|
||||
|
||||
## Contrast with Reactive AI
|
||||
| | Reactive AI | Proactive AI |
|
||||
|--|------------|--------------|
|
||||
| 触发方式 | 用户请求 | AI 自主判断 |
|
||||
| 典型行为 | 回答问题 | 推送提醒、建议行动 |
|
||||
| 用户角色 | 主动方 | 审核/确认方 |
|
||||
| 适用场景 | 问答、检索 | 监控、任务管理 |
|
||||
|
||||
## Examples in This Wiki
|
||||
- [[openai-chatgpt-个性化定义]]:ChatGPT 被配置为"主动出击,预判我的需求"
|
||||
- [[custom-morning-brief]]:AI 主动推送每日晨间简报,而非用户查询
|
||||
- [[self-healing-home-server]]:Agent 主动监控并在问题发生前修复
|
||||
- [[personal-crm]]:AI 主动研究会议参会者并推送背景资料
|
||||
|
||||
## Relationship to TCPCA
|
||||
Proactive AI 是 [[designing-for-agentic-ai]] 中"主动预判"(Anticipation)原则的核心体现——AI 预判需求并主动提供帮助,同时允许用户控制 AI 自主权级别。
|
||||
|
||||
## Key Insight
|
||||
> "主动任务推荐是整个系统最有价值的部分——AI 主动思考如何帮助用户,而非被动等待指令。" — 自定义晨间简报核心洞察
|
||||
|
||||
## Sources
|
||||
- [[openai-chatgpt-个性化定义]]
|
||||
- [[custom-morning-brief]]
|
||||
- [[designing-for-agentic-ai]]
|
||||
Reference in New Issue
Block a user