English | 中文版 README
橙皮书 (Orange Book) Series · by HuaShu (花叔)
A plain-language field guide to loop engineering — the term that blew up in a single week of June 2026, when Peter Steinberger, Boris Cherny (head of Claude Code at Anthropic), and Google's Addy Osmani all pointed at the same shift and gave it a name.
The one-line version: stop being the person who prompts the agent. Design the system that does it for you.
| Edition | |
|---|---|
| 中文版 (Chinese) | PDF Download |
| English | PDF Download |
Loop engineering sits one floor above the harness. If harness engineering equips a single agent run — which tools it gets, what counts as "done" — loop engineering is the outer system that runs on a timer, spawns its own helpers, verifies the work, remembers what it did, and decides what to do next. You build it once and let it poke the agents instead of you.
If you've read the Harness Engineering Orange Book, this is the next floor up. It stands on its own — you don't need the previous one.
9 sections across 4 parts:
| Part | Content | Sections |
|---|---|---|
| 1. What It Is | The definition, the one-week origin story, and the prompt → context → harness → loop stack | §01–02 |
| 2. How It Turns | The five moves of one loop, the six parts you build it from, and why an AI can't grade its own code | §03–05 |
| 3. Where It Runs, What It Costs | Three real loops (Addy's morning triage, Stripe's Minions, the scheduling reality) and the four costs — verification debt, comprehension rot, token blowout, cognitive surrender | §06–07 |
| 4. How You Start | Staying the engineer, and building your first loop today | §08–09 |
- Developers already using Claude Code / Codex / Cursor who still drive the agent prompt by prompt, and want to climb one level up
- AI power users curious why "you shouldn't be prompting your agents anymore" went viral
- Anyone who read the Harness Engineering Orange Book and wants the outer loop
All sources are public and first-hand: Addy Osmani's founding post, Anthropic's harness-design engineering blog, Stripe's Minions, and the official Claude Code / Codex docs.
Part of the 橙皮书 series — free, practical guides on AI tools. Other titles include Claude Code, Harness Engineering, Agent Skills, OpenClaw, and more.
All books free to download: huasheng.ai/orange-books
HuaShu (花叔) · AI Native Coder · Indie Developer
An AI content creator with 500K+ followers across platforms. Built every product — including an App Store #1 paid iOS app — entirely with AI tools, never writing a line of code by hand. Open-sourced Nuwa.skill, huashu-design, and more.
- X/Twitter: @AlchainHust
- YouTube: @Alchain
- Bilibili: 花叔v
- WeChat Official Account: 花叔
- Website: huasheng.ai
- v260615 — First edition, written the week loop engineering emerged (June 2026), based on Addy Osmani's founding post and the official Claude Code / Codex docs.
- AI tools evolve fast — refer to each product's official documentation for the latest.
MIT License — free to use, copy, modify, and distribute, including commercially. Attribution appreciated but not required.




