Files
myWiki/concepts/model-harness-relationship.md
2026-06-01 10:46:01 +08:00

42 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: "Model-Harness Relationship (模型与Harness关系)"
created: 2026-05-29
updated: 2026-05-29
type: concept
tags: ["model", "harness", "agent", "genai", "architecture"]
sources: ["https://mp.weixin.qq.com/s/PglkqhlSoI7LEOb3AOHl8g"]
---
# Model-Harness Relationship (模型与Harness关系)
**Model-Harness Relationship** 是指 LLM 基础模型与外部约束/工程层Harness之间的动态演进关系。随着 [[autoharness|AutoHarness]] 和 [[heuristic-learning|Heuristic Learning]] 等工作的出现,两者正在从"模型 + 手写 plumbing"走向深度融合。
## 演进阶段
| 阶段 | Model 角色 | Harness 角色 | 关系 |
|------|-----------|-------------|------|
| **1.0 传统** | 一切决策 | 手写胶水代码 | 主从 |
| **2.0 AutoHarness** | 策略 + 代码生成 | 自动合成约束代码 | 双向 |
| **3.0 Code-as-Policy** | 仅训练阶段 | 推理时完全替代 Model | 融合 |
| **4.0 未来?** | 自进化引擎 | 自进化约束 | 一体 |
## 核心张力
Harness 的强约束与 Model 的灵活性之间存在根本张力:
- **约束过弱** → 非法动作78% 象棋失败)
- **约束过强** → 限制策略空间code-as-policy 在复杂博弈中受限)
理想的 Model-Harness 关系应是**动态边界**——在不同场景/阶段中自适应调整。
## 吕明的视角
> "介于 Model 与 Harness 中间的那层'策略算法'与'工程约束'的模糊地带,其边界将会进一步延展并形成更加紧密依赖难以割裂的共同体。"
> "也许世界的本质即是由泛化策略 + 抽象约束的组合控制和运转的。"
## 相关
- [[lyu-model-harness-evolution-2026]] — 原始文章
- [[harness-engineering]] — Harness 工程学科
- [[strategy-engineering-unification]] — 策略与工程统一