Replayed multi-turn review tests for coding-agent rollout
Teams choosing a coding agent should test it on replayed review sessions from their own repositories before expanding use. The test should preserve the initial incomplete request, the repository state, the later user corrections, and the final verifier. Score final correctness together with a correction count, because two agents can land similar patches while demanding different amounts of developer review.
SWE-Together shows a workable pattern: it filtered 11,260 recorded sessions into 109 repository-level tasks, replayed feedback through a state-conditioned user simulator, and reported User Correction alongside pass rates. SWE-INTERACT adds pressure from delayed requirements: Opus 4.8 and GPT 5.5 fell from about 50% single-turn resolve rates to 26.7% and 24.7% in multi-turn sessions, while GPT 5.5 cost rose from $2.78 to $9.84 per trial. A practical internal version can start with 20 to 50 recent agent-assisted tickets where the team can restore the commit, replay the first request, and compare final tests with the number of reviewer interventions.