整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

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

@@ -0,0 +1,31 @@
---
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]]