<aside> 🦥
The Anatomy of an Agent Harness – LangChain
Agent Harness Engineering – Addy Osmani
Harness engineering for coding agent users – Martin Fowler
</aside>
<aside> 🦥
Agent = Model + Harness. The model is the brain (Claude, GPT, Gemini). The harness is everything else wrapped around it: the code, tools, memory, loops, and rules that turn a smart-but-helpless brain into something that actually gets work done.
The line to remember: "If you're not the model, you're the harness."
</aside>
<aside> 🦥
Models are basically a commodity now: Claude, GPT, and Gemini all perform similarly. So what makes one agent way better than another? The harness.
One teardown of Claude Code found that roughly 98% of it is the harness, not the model. The intelligence is rented; the harness is the moat.
</aside>
<aside> 🦥
<aside> 🦥
<aside> 🦥
Stop obsessing over which model is smartest. The real skill in 2026, often called harness engineering, is building a great system around the model. Treat every mistake the agent makes as a chance to improve your harness, and it gets better every time the underlying model does. 🦥
</aside>