-
Pilots 1–2 minutes scale – the null
Five single-line mutations with the failing tests named in the brief, then eight harder tasks in four classes: discovery, compound, behavior-report and feature. 54 of 54 graded runs succeeded, across every arm, both models and all five classes – including tasks whose planted bug left all 732 visible tests green, so that only a held-out suite could grade the fix. The done-gate never fired, because the agents already ran the suite unprompted, and the reviewer never caught a defect, because there were none to catch. Haiku with no harness at all matched Sonnet with the full harness at roughly 40% of the cost. The harness’s only measurable effect at this tier was about 2× the spend.
Read it in the study README ↗
-
Pilot 3 hour scale – the onset
Three cross-cutting feature builds spanning multiple packages: a new worker mode wired through five layers, a refactor behind a pluggable queue interface, a webhook flow. The frontier model still did not need the harness. The small model did, decisively: haiku went 1/3 bare and 3/3 with the full harness, matching sonnet’s outcomes at roughly a third of the cost, at n=1 per cell. Its two failures are the production-relevant kind – a correct abstraction shipped with five repository tests left broken mid-migration, and a 200 shipped where the spec said 202, asserted by the agent’s own added tests.
Read it in the study README ↗
-
Pilot 4 the planning ablation
Give that same failing executor a written implementation plan and the spec-misreading failures disappear completely: planned haiku went 17/18 bare across three planner tiers, including haiku planning for itself, against 1/3 unplanned. The one failure that survived was the follow-through relapse – walking away mid-migration – and only the enforcement loop closed it reliably. Plan for the what, harness for the whether.
Read it in the study README ↗
-
Pilot 5 the sharp edge of planning
The replication: 72 runs over six new tasks across two repositories, n=3. Exactly one configuration went perfect – plan plus full harness, 18/18 – and bare-with-plan went 14/18, below bare-without-plan’s 16/18. The autopsy is the finding rather than the proportion: a plan substitutes for exploration, so when its consistency sweep is incomplete the executor stops at the checklist instead of discovering the gap. No comparison here reaches p < 0.05, and the section says so at length: four of six tasks saturated at 100%, so the effective sample is two tasks, not six.
Read it in the study README ↗
-
Pilot 6 model tier × failure shape
Two tasks × three tiers × two arms. On a large mechanical migration both frontier tiers succeeded bare where the cheap model needed the harness, and bare Opus was the cheapest correct result of any configuration tested – $2.43 per success against $3.55 for haiku plus harness – because capability showed up as fewer turns. On the task whose failure mode is omission, nothing substituted for anything: 0 of 18 across every tier and both arms, 17 of them silent, with the full suite green and only the held-out assertions any the wiser.
Read it in the study README ↗
-
Pilot 7 epic scale
One feature set decomposed into eight sequentially dependent issues, each delivered by a fresh agent session into the same accumulating repository, so conventions introduced by one issue had to be rediscovered from the code by the next. The agent never sees the other issues, the epic plan, or its own earlier sessions. 18 epics, 144 graded issues, $501.29. The harness fixed the single position where builds break, completely – and changed end-to-end success not at all.
Read it in the study README ↗
Pilot 7, by issue position
Strict success per position, n=9 per arm. Positions one through six are
indistinguishable between arms – the study reports p = 1.000 at each, and publishes no
rates for them, so none are drawn here.
Issue 7 is where builds break, and the gate runs build as well as test – so it fixed
issue 7 outright and touched nothing else. Issue 8 then failed independently at the same
rate in both arms, which is enough to fail the whole epic. Six saturated positions, one
large gap, and none at the end: a single-task benchmark drawing from those six would
conclude the harness does nothing, and one drawing from issue 7 would conclude it is
transformative. Both would be describing the same system.