Files
nexus/wiki/concepts/Generative-AI.md
2026-04-18 01:18:06 +08:00

34 lines
1.2 KiB
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.
---
title: "Generative AI"
type: concept
tags: [AI, generative-ai, llm]
sources: [designing-for-agentic-ai]
last_updated: 2026-04-18
---
## Summary
生成式 AIGenerative AI是一类擅长创建新内容文本、图像、音乐等的 AI 系统,与 Agentic AI 形成对比。
## Definition
Generative AI生成式 AI是指能够根据学习到的模式和数据创建新内容的 AI 系统,核心能力是创造而非行动。
## Key Capabilities
- **内容生成**:创作文本、图像、音频、视频
- **语言翻译**:跨语言内容转换
- **摘要生成**:长文本压缩为要点
- **代码生成**:根据描述生成程序代码
## Example Comparison
| 场景 | Generative AI | Agentic AI |
|------|--------------|------------|
| 写诗 | 生成一首关于猫的诗 | — |
| 安排会议 | — | 找到双方空闲时间并发送日历邀请 |
## Distinction from Agentic AI
- **Generative AI**:创意助手,生成新内容
- **Agentic AI**:行动代理,交互环境并执行任务
## Connections
- [[Agentic AI]] ← 区别于 ← Generative AI核心用途不同
- [[LLM]] ← powers ← Generative AI大语言模型是 GenAI 的技术基础