FrontierHarness measures how the agent harness affects AI results
FrontierHarnessоценка AI-агентовcoding agents
What FrontierHarness actually measures
What stands out here is not another leaderboard of model scores, but an attempt to measure the agent harness itself. In its Introducing FrontierHarness Eval announcement, Runta reports the key setup: one model and an identical environment were run through nine production coding harnesses in 12 configurations. That produced 360 evaluations across 30 tasks.
The suite includes 21 Terminal-Bench tasks and nine DeepSWE tasks, so its focus is deliberately narrow: software development and terminal work. Results are checked by a deterministic pass/fail verifier rather than a model judge with unavoidable variation. That makes the comparison easier to interpret: a task either passes verification or it does not.
Runta also tried to hold the environment constant. Every run was restored from a golden checkpoint with the same vCPUs, memory, disk, and environment state. First-turn cache reads were recalculated consistently for every harness, so cost comparisons would not depend on different accounting rules.
At launch, the outcome was 209 successful runs and 151 failures, for an overall 58.1% pass rate. Claude Code and DSH Creator each reached 63%, while the token-weighted cache hit rate across the field was 92.4%. The key result is not the winner; it is that the model is intentionally no longer the only variable.
Why a model score alone is no longer enough
The practical takeaway is simple: you cannot fairly infer a coding agent's quality from the model name alone. The harness controls tools, context, terminal access, and action sequencing, so it can change the outcome even when the model and runtime remain unchanged.
For developers, this offers a more useful way to compare agent stacks. For researchers, it provides a reproducible framework where infrastructure noise is at least partly constrained by shared checkpoints and a verifier. FrontierHarness is still narrower in scope than EleutherAI's lm-evaluation-harness: it targets coding and terminal scenarios rather than broad language-model evaluation.
In September 2026, I see FrontierHarness as a strong engineering argument against overly simplistic leaderboards, not as a final ranking. It uses one model, 30 tasks, and a specific execution method, so its 58.1% result cannot be transferred to other environments without new testing. The most interesting question now is not which model is stronger, but how much of the result belongs to the model at all.