<aside> 🦥

Sources

The Anatomy of an Agent Harness – LangChain

Agent Harness Engineering – Addy Osmani

Harness engineering for coding agent users – Martin Fowler

</aside>

🦥 Sloth's Simple Definition

<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>

Why This Is THE Concept of 2026

<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>

What's Actually In a Harness

<aside> 🦥

Inner Harness vs Outer Harness

<aside> 🦥

🦥 The Takeaway

<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>