From 824f7f737d28ac31d683fe1a38370c15986fe852 Mon Sep 17 00:00:00 2001 From: Gui-Yue Date: Fri, 22 May 2026 16:10:04 +0000 Subject: [PATCH] docs: refine Chinese harness formula wording --- README-ja.md | 2 +- README-zh.md | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README-ja.md b/README-ja.md index 92cbcaf..08a4812 100644 --- a/README-ja.md +++ b/README-ja.md @@ -127,7 +127,7 @@ Claude Code = 一つの agent loop 教育 Agent = モデル + カリキュラム知識 + 学生進捗 + 評価ツール ``` -ループは常に同じ。ツールが変わる。知識が変わる。権限が変わる。Agent -- モデル -- がすべてを汎化する。 +ループは常に同じ。ツールが変わる。知識が変わる。権限が変わる。Agent = モデル(LLM)+ 汎用化されたオペレーション環境(Harness)。 このリポジトリを読むすべての Harness エンジニアは、ソフトウェアエンジニアリングを遥かに超えたパターンを学んでいる。知的で自動化された未来のためのインフラストラクチャを構築することを学んでいる。実ドメインにデプロイされた優れた Harness の一つ一つが、Agent が知覚し、推論し、行動できる新たな拠点。 diff --git a/README-zh.md b/README-zh.md index fbd2b46..519e5f0 100644 --- a/README-zh.md +++ b/README-zh.md @@ -127,7 +127,7 @@ Claude Code = 一个 agent loop 教育 agent = 模型 + 课程知识 + 学生进度 + 评估工具 ``` -循环永远不变。工具在变。知识在变。权限在变。Agent -- 那个模型 -- 泛化一切。 +循环永远不变。工具在变。知识在变。权限在变。Agent = 模型(LLM) + 泛化的操作环境(Harness)。 每一个读这个仓库的 harness 工程师都在学习远超软件工程的模式。你在学习为一个智能的、自动化的未来构建基础设施。每一个部署在真实领域的好 harness,都是 agent 能够感知、推理、行动的又一个阵地。 diff --git a/README.md b/README.md index 3b9a59f..e9f0c93 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,8 @@ def agent_loop(messages): Every lesson layers one harness mechanism on top of this loop -- the loop itself never changes. The loop belongs to the agent. The mechanisms belong to the harness. +The loop is constant. Tools, knowledge, and permissions change. Agent = Model (LLM) + a generalized operational environment (Harness). + --- ## Version Status