Auto-sync: 2026-04-28 00:02

This commit is contained in:
2026-04-28 00:02:50 +08:00
parent de7ebe9256
commit b574c99af6
31 changed files with 1710 additions and 1212 deletions

32
wiki/concepts/GenAI.md Normal file
View File

@@ -0,0 +1,32 @@
---
title: "GenAI"
type: concept
tags: []
sources: [designing-for-agentic-ai]
last_updated: 2026-04-27
---
## Definition
GenAIGenerative AI / 生成式AI是一类专注于**创作新内容**的人工智能系统,能够生成文本、图像、音乐等创意内容。可以将其理解为**创意助手**——能生成创意想法或进行语言翻译。
## 与 Agentic AI 的区别
| 维度 | GenAI生成式AI | Agentic AI智能体AI |
|------|------------------|----------------------|
| 核心能力 | 创建内容(文本/图像/音乐) | 行动、决策、预判 |
| 交互模式 | 被动响应用户请求 | 主动发起行动 |
| 典型场景 | 生成诗歌、写文章 | 预约会议、发送邀请 |
| 设计范式 | 响应式交互 | 实时反馈式交互 |
## Examples
**GenAI 示例:**
- 用户:请写一首关于猫的诗 → AI 生成一首优美的诗
**Agentic AI 示例:**
- 用户:请帮我预约和同事的会议 → AI 不仅找到双方都方便的时间,还考虑偏好的会议地点,并自动发送日历邀请
## Related
- [[designing-for-agentic-ai]] — 本概念的主要来源
- [[Agentic-AI]] — GenAI 的对比概念智能体AI