Files
nexus/wiki/concepts/GenAI.md

32 lines
698 B
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.
---
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]]