The most useful idea in Cognition’s FrontierCode isn’t the leaderboard — it’s the target metric. They grade on whether a maintainer would actually merge the PR, not just whether the code passes. Once AI writes most of the diff, “correct” stops being the bar and “mergeable” starts being it.

That shift matches what eval harnesses for agentic coding run into in production: a green test suite tells you almost nothing about whether a change respects scope, style, and the unwritten conventions of a codebase.

The honest result: even frontier models struggle on it. That’s the point — a benchmark that’s already saturated teaches you nothing, and most coding benchmarks are nearly there.

The HN discussion splits on whether subjective rubric grading can ever be reproducible. I think that’s the wrong worry. The harder question is whether “mergeable” generalizes across codebases, or whether every team ends up needing its own verifier set. If quality is local, can any single benchmark stay meaningful?