20260601
This commit is contained in:
46
concepts/strategy-engineering-unification.md
Normal file
46
concepts/strategy-engineering-unification.md
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
title: "Strategy-Engineering Unification (策略与工程统一)"
|
||||
created: 2026-05-29
|
||||
updated: 2026-05-29
|
||||
type: concept
|
||||
tags: ["genai", "unification", "strategy", "engineering"]
|
||||
sources: ["https://mp.weixin.qq.com/s/PglkqhlSoI7LEOb3AOHl8g"]
|
||||
---
|
||||
|
||||
# Strategy-Engineering Unification (策略与工程统一)
|
||||
|
||||
**Strategy-Engineering Unification** 是 GenAI 区别于前几次 AI 浪潮的核心特征之一:在 coding tokenlized 空间下,**形式化规则编译模式与模型内策略空间分布的统一融合**。
|
||||
|
||||
## 问题背景
|
||||
|
||||
历史上,AI 的"策略算法"与"工程约束"长期割裂:
|
||||
- **Expert System 时代**:规则知识难以迁移和复用
|
||||
- **深度学习时代**:DNN 在复杂场景下泛化迁移困难、工程集成非 E2E
|
||||
|
||||
## GenAI 的统一路径
|
||||
|
||||
GenAI 通过 tokenlized 编码体系实现了统一:
|
||||
- 形式化规则被编译为 token 序列
|
||||
- 策略空间被表达为 token 分布
|
||||
- 两者在 **同一编码空间** 中交互融合
|
||||
|
||||
## 具体体现
|
||||
|
||||
| 统一维度 | 例证 |
|
||||
|----------|------|
|
||||
| Tools/Skills | 外部工具能力被 tokenlized → 纳入推理编码 |
|
||||
| Portals/CLI | 协议规范被编译解析 → 统一交互 |
|
||||
| World Models | 跨模态语义空间对齐 → 统一理解 |
|
||||
| Harness | 约束代码自动合成 → [[strategy-engineering-unification|策略与工程边界模糊化]] |
|
||||
|
||||
## 核心洞察
|
||||
|
||||
> "策略算法与工程约束之间那层越来越模糊的边界与定义"
|
||||
|
||||
这种模糊化不是缺陷,而是 GenAI 的根本优势——它使 AI 系统可以**在统一的 tokenlized 空间中同时处理"如何思考"和"如何约束自己"**。
|
||||
|
||||
## 相关
|
||||
|
||||
- [[model-harness-relationship]] — 统一的微观体现
|
||||
- [[harness-engineering]] — 统一在工程层的落地
|
||||
- [[generative-general-unification]] — 三支柱框架
|
||||
Reference in New Issue
Block a user