Harness Engineering Orange Book banner
alchaincyf alchaincyf

Harness Engineering Orange Book

AI community

Description

Harness Engineering · 橙皮书系列 · AI Agent 缰绳工程学实战指南

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Harness Engineering: The Complete Guide

Engineering Practices for the Age of AI Coding — From CLAUDE.md to a Complete Engineering System

![Cover](screenshots/cover-en.png)

What Is This Book?

When AI can write code, what becomes the core human skill? **The ability to design harnesses.**

A harness is the tool shell that allows an AI agent to affect the real world. If the reasoning model is the brain, the harness is the hands and feet. This book is a comprehensive, practical guide to the emerging discipline of **Harness Engineering** — the art and science of designing constraints, instructions, feedback loops, memory systems, and orchestration layers that make AI agents reliable.

What's Inside

Part Chapters What You'll Learn
Origins §01-§03 What a harness is, 60-year history, three namings (Prompt → Context → Harness)
Framework §04-§05 Five components of a harness, the counterintuitive art of subtraction
Case Studies §06-§12 7 real-world cases: OpenAI Codex, Mitchell Hashimoto, Anthropic, Stripe Minions, LangChain, Kent Beck, Huashu
Hands-on §13-§17 Build your first harness: instruction layer, constraint layer, capability & memory, orchestration
Reflections §18 Who will design the next generation of harnesses

Key Insights

  • Agent = Model + Harness — LangChain's coding agent jumped from Top 30 to Top 5 on Terminal Bench 2.0, model completely unchanged
  • One Mistake, One Rule — Mitchell Hashimoto's pragmatic approach: every agent error becomes a permanent prevention
  • $9 vs $200 — Anthropic proved single-agent ($9) produces broken output; three-agent harness ($200) produces working applications
  • 1,300 PRs/Week — Stripe's Minions: the #1 success factor has nothing to do with AI models — it's the engineering infrastructure built for humans over a decade
  • Less Is More — Over-engineered harnesses perform worse than no harness