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

47 lines
1.8 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: "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]] — 三支柱框架