harness engineering for your team

Image

原始來源與檔名:2026-08-18T095611+0800-harness engineering for your team.md


SOURCE | 資訊源評估

NAPKIN | 餐巾紙

餐巾紙公式

Team Harness = Solo Harness - Personal Blind Spots + Governance (Code Review for Rules) + Role-based Access Control 最適合單人的 AI 設定,往往是最糟糕的團隊設定。單人設定是「日記」,團隊設定則是「憲法」。

一句話

將 AI Agent 擴展給團隊使用時(Harness Engineering),必須解決上下文污染、權限越界與規則衝突的問題,並建立將個人 AI 技巧提煉為團隊共識的管理機制。

餐巾紙草圖

From Solo to Team Harness
+-------------------------+         +-------------------------------+
| Solo Harness (Diary)    |         | Team Harness (Constitution)   |
| - 1 User, 1 Intent      |         | - N Users, Conflicting Intents|
| - Private Shorthand     |  ====>  | - Explicit Official Rules     |
| - Implicit Permissions  |         | - Role-based Permissions      |
| - User's Rule is Law    |         | - Governance / Rule PRs       |
+-------------------------+         +-------------------------------+
                                         |
                                         v
                                  +-------------------------------+
                                  | Harness Engineering Work      |
                                  | - Resolve contradictions      |
                                  | - Promote best practices      |
                                  | - Gatekeep the baseline       |
                                  +-------------------------------+

ROUND 1: SKELETON | 骨架掃描

“這本書在說什麼”

章節骨架

  1. What changes when the harness is shared: 從單一負責人(Principal)變成多位具備不同意圖、權限的負責人。
  2. Your context file stops being your memory: 個人的筆記充滿縮寫和未明說的規則,作為團隊的共享知識庫會導致混亂。
  3. Permissions shift from tool to person: Agent 本身的權限管理必須轉變為基於提問者角色的存取控制(例如 HR 與 Manager 詢問薪資資料的結果應不同)。
  4. A correction becomes a ruling: 多人修改指令會產生衝突(如:保留還是刪除贅字),AI 會出現搖擺不定,需要治理機制來決定誰的規則說了算。
  5. Improvement stops compounding in private: 團隊共享的好處是最佳實踐可以迅速普及,但壞處是錯誤的規則也會瞬間污染所有人。
  6. What your job becomes: Harness Engineering 從「寫 Prompt」變成了「治理規則」,像管理生產環境程式碼一樣管理 AI 環境。

ROUND 2: DISSECTION | 血肉解剖

“憑什麼這麼說”

論證鏈

單人的 AI Harness 是圍繞單一使用者的盲點與習慣打造的 --> 開放給團隊使用時,AI 面臨多個主體(Principals)的矛盾指令與隱含權限 --> 導致 AI 無法判斷該聽誰的,甚至洩漏敏感資訊 --> 因此需要 Harness Engineering,建立類似 Pull Request 的審查機制來管理 AI 的規則基線 (Baseline)。

關鍵證據

  1. 權限問題 (Permissions): 舉例 Microsoft 365 Copilot 在企業推廣時,高達 40% 延遲上線。因為 Copilot 讓過去多年來未被嚴格管理的共享資料夾(如薪資檔案)變得瞬間可被任何員工輕易搜尋到。
  2. 規則衝突 (Correction becomes ruling): 開發者 Olivia Craft 的案例,全域指令要求嚴格的 TypeScript,而專案指令要求寬鬆原型,導致 Claude 毫無規律地在兩者間跳轉。
  3. 知識共享乘數效應: 一個業務員解決「價格太貴」的優質應對話術,只要放入團隊 Harness,隔天所有業務(包含新人)的 Agent 都能直接使用。

隱形假設與邊界

ROUND 3: SOUL | 靈魂提取

“還能怎麼用”

留白提問 (Guided Reflection)

跨域映射

DEEP READ | 精讀指引 (Must-Read Segments)

[!IMPORTANT] 學習的本質需要「認知阻力」。請親自回到原文閱讀以下核心段落,感受原始論述的阻力,不要只依賴 AI 的總結。

  1. Permissions shift from tool to person
    • 「A team manager asks the same thing, and the agent has to refuse… This is the wall Microsoft 365 Copilot rollouts hit at industry scale. The access problem was already there. The shared agent made it searchable.」
    • 推薦理由: 極其銳利的洞察。揭示了企業導入 AI 時最大的阻力通常不是 AI 不夠聰明,而是 AI 讓過去隱藏在混亂資料夾中的權限漏洞瞬間被放大。
  2. Improvement stops compounding in private
    • 「Treat the shared baseline like production, because that’s what it is now. A solo harness you can break and fix in private. A team harness you break for everyone at once.」
    • 推薦理由: 重新定義了 AI Prompt 的地位。在團隊環境中,修改 Prompt 就是在修改「生產環境 (Production)」,必須受到嚴格把關。

STRUCTURE MAP | 全書結構圖

Harness Engineering for Teams
+-- 1. Concept Definition
|   +-- Harness: Environment wrapped around AI (tools, memory, rules)
|   +-- Solo Harness = Personal, Diary
|   +-- Team Harness = Shared, Constitution
+-- 2. Three Major Failure Modes
|   +-- Context as Memory:
|       - Private shorthand becomes confusing official truth
|   +-- Permissions (Tool -> Person):
|       - RBAC needed (HR vs. Manager)
|       - Unmasks existing messy file access permissions
|   +-- Conflicting Rulings:
|       - Opposing instructions cause unpredictable AI behavior
|       - Need for invariants & ownership
+-- 3. Compounding Improvements
|   +-- Upside: One person's good idea becomes team baseline
|   +-- Risk: Bad rules infect the whole team instantly
+-- 4. Paradigm Shift (The New Job)
    +-- From "Writing Prompts" to "Governing the Baseline"
    +-- Treat shared rules like production code (PR reviews)

harness engineering for your team (Architectural Deep Dive)

前言/背景

隨著 AI Agent 逐漸進入企業,許多人發現自己精心調教的「超強 AI 助理」一旦分享給團隊,就會頻繁出錯。本文提出了 Harness Engineering (環境/外圍工程) 的概念,探討將 AI 從單人工具轉換為團隊協作系統時,所面臨的結構性衝突與管理挑戰。

章節詳細總結

1. 什麼是 Harness 與共享的改變

2. 共享 Harness 的三大痛點

3. 知識共享的雙刃劍與管理

總結與結論