An LLM just predicts text. The harness is everything around it — how it reads your repo, which tools it calls, how it manages the context window, how it runs tests, reads errors, and, crucially, knows when to stop.
include/ for C++, src/ for Python)..s/.S/.asm or inline asm. Both agents were allowed to use it.Each grand-challenge quantum-compiler system (15k–200k LOC in the wild) was distilled to its hardest algorithmic kernel and wrapped as a header-only C++ task graded by hidden tests — objective and cheat-resistant, while preserving the real depth: graph search, heuristics, scheduling, numerical optimization.
| Task | Amp final | Amp $ | Claude final | Claude $ | Cost × |
|---|---|---|---|---|---|
| cpp-qmap · routing | 1.000 | $0.46 | 0.889 | $28.74 | 62× |
| cpp-pulse · GRAPE | 1.000 | $0.42 | 1.000 | $13.96+TO | 33× |
| cpp-ftsched · magic-state | 1.000 | $0.57 | 1.000 | $12.53 | 22× |
| cpp-jsonmini · JSON | 1.000 | $0.48 | 1.000 | $20.17 | 42× |
| ALL 4 | 1.000 | $1.93 | 0.972 | $75.40 | 39× |
The prompt explicitly permitted dropping to assembly where suitable — and required it to be flagged if used. Across all 8 optimization-heavy tasks (SWAP routing, GRAPE pulse control, fault-tolerant scheduling, tensor contraction), the asm badge never lit up: zero .s/.S/.asm files and no inline asm from either agent.
On pulse (genuinely novel numerics), Amp failed cold (0.235) and needed iteration 2 to recover. Claude solved it cold on the first try.
A May 2026 UIUC x Meta x Stanford survey, Code as Agent Harness, formalizes the exact thesis of this deck: the harness - not the base model - is the bottleneck of agent autonomy. Its open problem #1 is "harness-level evaluation and oracle adequacy": public benchmarks (SWE-bench, OSWorld, MLE-bench) score only final task success and "conflate the capabilities of the base model, the quality of the harness, the reliability of tools, the informativeness of feedback, and the difficulty of the environment." The six dimensions the survey says a real harness benchmark should measure - and the ESL result that already hits each one: