# 第一章：Harness 工程概论

本章通过系统地定义和剖析 Harness 工程这一核心概念，为读者建立起对整个系统工程领域的全面认识。

从智能体原理的简要回顾出发，我们揭示为什么在大语言模型时代，系统工程能力比模型能力本身更为关键。通过“驾驭”这一比喻，我们深刻理解 Harness 的本质——它不是给智能体赋予更强的思考能力，而是用约束、可验证性和层次化的信任机制，让智能体能够在复杂、真实的环境中安全可靠地执行任务。

本章介绍了 Harness 工程的五大核心子系统和两大基础保障，并通过对比业界领先的两个参考系统（Claude Code 和 OpenClaw），展示了不同的架构选择如何应对不同的使用场景。同时，我们将通过 MiniHarness 这一实战项目，带领读者从零开始构建一个完整的 Harness 系统。

这一章的内容贯穿全书，后续各章都将基于这里建立的基础概念展开深入讨论。

## 本章结构

* 1.1：从大语言模型到智能体的快速过渡
* 1.2：Harness的定义与职责边界
* 1.3：五大核心子系统总览
* 1.4：Harness为什么比模型更重要
* 1.5：MiniHarness项目介绍


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/harness_engineering_guide/di-yi-bu-fen-harness-gong-cheng-ji-chu/01_harness_intro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
