Private replay benchmark for agent-assisted code changes
A practical next step for teams already using coding agents is an internal benchmark built from real accepted agent sessions, with the original prompt, the landed diff backed out of the repo, and a stable test set scored as fail-to-pass and pass-to-pass. ProdCodeBench shows this can be done in a changing monorepo and still produce repeatable offline evaluation across model and harness changes. That matters for teams choosing between agent configurations, tool wiring, and model upgrades, because online A/B tests take weeks and expose real developers to bad runs.
The useful build here is not a public leaderboard. It is a rolling private eval pipeline tied to your own repository and prompt distribution. Start with merged agent-assisted changes from one team, exclude requests that cannot be checked by execution, and add repeated pre-change and post-change test runs to filter unstable tests. Use it for release gating on agent updates and for regression checks after prompt, retrieval, or tool changes. A cheap validation step is to replay the last few dozen accepted sessions and see whether score changes line up with reviewer preference and CI outcomes better than your current benchmark mix.