Auto-sync

This commit is contained in:
2026-04-15 07:37:53 +08:00
parent 1bce532898
commit f3569a835b
484 changed files with 0 additions and 18663 deletions

View File

@@ -1,31 +0,0 @@
---
id: genai
title: "GenAI"
type: concept
tags: [AI, generation, content-creation]
sources:
- "[[Designing for Agentic AI]]"
last_updated: 2025-03-02
---
## Definition
GenAI生成式AI擅长创作内容如文本、图像、代码、音乐等。
## Key Characteristics
- 内容生成能力强
- 被动响应用户请求
- 适合创意类任务
## vs Agentic AI
| 维度 | GenAI | Agentic AI |
|------|-------|------------|
| 核心能力 | 内容生成 | 行动执行 |
| 交互模式 | 被动响应 | 主动预判 |
| 代表任务 | 写作、绘画 | 自动化工作流 |
## Connections
- [[Agentic AI]] ← evolves_from ← [[GenAI]]
- [[AI产品设计]] ← uses ← [[GenAI]]