A year ago the question was which model. Now it's which harness.
Pi, Exo, Claude Code, Codex, DeepSeek Harness and 4 others. Same model, same tasks, same runtime. 360 runs, 2 billion tokens.
Pass rates: 50% to 67%.
Cost per pass: $1.05 to $18.34.
Introducing FrontierHarness Eval. 🧵
Guanlan Dai
@guanlan
Here is the run that made us write this up.
One of the hardest tasks, the pass rate (all model efforts) on DeepSWE is 38%, Pi and Claude Code both fixed it.
Pi took 90 turns and $2.50. Claude Code took 381 turns and $64.36. Roughly 26x more for the same fix.
One of the hardest tasks, the pass rate (all model efforts) on DeepSWE is 38%, Pi and Claude Code both fixed it.
Pi took 90 turns and $2.50. Claude Code took 381 turns and $64.36. Roughly 26x more for the same fix.

4:00 PM UTC · Sep 2, 2026 · 16.1K Views
7511545
Guanlan Dai
@guanlan
If you just want to know what to use:
Codex if you don't want to think about it. Best pass rate, medium cost.
Pi if the same job runs a thousand times and the bill adds up.
Exo if retries are cheap and you'd rather it quit early than grind.
DSH if you care about wall-clock and don't mind playing with knobs.
Codex if you don't want to think about it. Best pass rate, medium cost.
Pi if the same job runs a thousand times and the bill adds up.
Exo if retries are cheap and you'd rather it quit early than grind.
DSH if you care about wall-clock and don't mind playing with knobs.

4:00 PM UTC · Sep 2, 2026 · 13.3K Views
4510144
Guanlan Dai
@guanlan
Something we learned:
With implicit prefix caching, running a task once during debugging leaves it warm for hours. Test a harness on Tuesday, benchmark it Wednesday, and it shows up cheaper than it should. Nothing in the logs tells you why.
So no benchmark task was touched before the formal run, and every one of the 360 trials is a fresh restore of one checkpoint, memory state included.
With implicit prefix caching, running a task once during debugging leaves it warm for hours. Test a harness on Tuesday, benchmark it Wednesday, and it shows up cheaper than it should. Nothing in the logs tells you why.
So no benchmark task was touched before the formal run, and every one of the 360 trials is a fresh restore of one checkpoint, memory state included.

4:02 PM UTC · Sep 2, 2026 · 11.8K Views
40408
Guanlan Dai
@guanlan
v1.0 focused on software engineering and terminal tasks. Next we will test the full harness × model grid. Much of what we observed points to harness-model fit rather than harness quality, and we want to identify which combinations maximize pass rates while minimizing cost.
Leaderboard and the long version: frontierharness.org/
Leaderboard and the long version: frontierharness.org/
4:03 PM UTC · Sep 2, 2026 · 13.8K Views
1138847
