Why one harness isn’t enough
A single agent loop is a lightsaber: devastating in one skilled pair of hands, and fundamentally single-player. It does not build the Death Star. The moment you try to scale past one operator, the same four problems surface — and each one is its own argument.
The four pillars
The meta-harness is defined by the four failures of the naked harness. Each pillar has its own essay:
- It forgets. Your harness has no durable memory across runs — the meta-harness owns memory. (See: Your Harness Has Amnesia.)
- It overproduces. An unbounded agent is an unbounded buffer with no backpressure — the meta-harness is the throttle. (See: POC Hell Is an Unbounded Buffer.)
- It can’t be trusted alone. A human rubber-stamping every step is not a control — the meta-harness distributes review. (See: Human in the Loop Is a Trap.)
- It doesn’t compose. A thousand lightsabers do not assemble a battle station — the meta-harness is the assembly. (See: Nobody Builds the Death Star.)
The shape of the idea
Put the four together and the claim is simple: the individual harness is necessary and nowhere near sufficient. The leverage — and the hard, unsolved engineering — lives one level up, in the system that coordinates the harnesses. That system is the meta-harness.