arXiv Paper Proposes Corrected AI Coding Agent Benchmark Metric
A new study on arXiv (2608.14711) points out a major flaw in how the pass@k estimator, introduced by Chen et al. in 2021, is being used to assess AI coding agents. The authors argue that the parameter n is incorrectly interpreted; it should reflect the number of independent rollout attempts rather than the unit tests from a single submission. This misapplication leads to inflated performance metrics. They propose a new metric called reliability@k, where n indicates independent rollouts and c represents fully successful rollouts per (task, agent) pair. In tests, the flawed metric falsely boosts scores by 0.85-0.97. They also introduce security-adjusted reliability@k, focusing on rollouts that pass both functional and security tests. The complete study is available at https://arxiv.org/abs/2608.14711.
Key facts
- Paper arXiv:2608.14711 identifies misapplication of pass@k estimator in AI coding agent benchmarks.
- Current implementations set n to number of unit tests in a single submission, not independent rollouts.
- Proposes reliability@k metric with n = independent rollouts and c = fully-passing rollouts.
- Misapplied metric inflates scores by 0.85-0.97 absolute (0.96-0.98 vs 0.00-0.12 corrected).
- Single-rollout proxy has Spearman correlation of 0.417, insufficient substitute.
- Introduces security-adjusted reliability@k counting only rollouts passing functional and security tests.
- Authored by researchers (names not provided in source).
- Published on arXiv, preprint server.
Entities
Institutions
- arXiv