Files
myWiki/concepts/generative-general-unification.md
2026-06-01 10:46:01 +08:00

63 lines
2.1 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-General-Unification (GenAI 三支柱)"
created: 2026-05-29
updated: 2026-05-29
type: concept
tags: ["genai", "paradigm", "comparison", "ai-history"]
sources: ["https://mp.weixin.qq.com/s/PglkqhlSoI7LEOb3AOHl8g"]
---
# Generative-General-Unification (GenAI 三支柱)
**Generative-General-Unification** 是吕明提出的 GenAI 区别于前几次 AI 浪潮的三个本质判别要素。这三者并非独立,而是**相辅相成、层层递进**的关系。
## 三大支柱
### 1. 生成式Generative
> "生成意味着对模型内 Distribution of Reasoning Patterns 带来了更大的 Flexibility、Scalability、Modelability 边界"
- **输入侧**Prompt/Context Engineering早期启蒙
- **输出侧**CoT、结构化推理轨迹
- **模型外**:以 Token 为媒介的 Harness/Agent Frameworks 快速迭代
### 2. 通用性General
> "生成与通用相辅相成——生成打开边界,通用在 Scaling Law 下将真实世界压缩建模"
- Scaling Law 驱动:更多数据 → 更强的泛化
- 生成能力 + 通用泛化 = 结构性扩展和迁移的可能
- 为"策略与工程间的窗户纸"埋下伏笔
### 3. 统一性Unification
> "'策略算法'与'工程约束'的统一——那层待捅破的窗户纸"
- 形式化规则编译 + 策略空间 tokenlized 融合
- World Models 跨模态语义对齐
- Tools/Skills/Portals/CLI 纳入统一 tokenlized 编码
## 迭代关系
```
Generative ──→ General ──→ Unification
│ │ │
▼ ▼ ▼
打开推理 构建泛化 统一策略
模式边界 迁移能力 与工程约束
```
## 与历史 AI 浪潮的根本差异
| 浪潮 | 时期 | 瓶颈 |
|------|------|------|
| Expert Systems | 1980s-90s | 规则不可迁移 |
| Deep Learning | 2010s | 泛化难、集成非E2E |
| **GenAI** | 2020s | **三者统一 → 突破** |
## 相关
- [[strategy-engineering-unification]] — 统一性的具体体现
- [[model-harness-relationship]] — 三支柱的微观映射
- [[lyu-model-harness-evolution-2026]] — 原始文章