Multi-turn release tests for coding-agent user burden
Coding-agent evaluations should include a replayed developer session before a model or agent policy ships. The test should start with an incomplete request, let the user simulator inspect the workspace, require the agent to revise its plan, and record final verifier status alongside user correction turns and forgotten requirements.
SWE-Together gives a usable measurement pattern: it scores final repository correctness and User Correction on 109 repository tasks rebuilt from real sessions. SWE-INTERACT shows why this belongs in release checks. On the same underlying tasks, Opus 4.8 fell from 50.7% single-turn resolve to 26.7% in the interactive setting, while GPT-5.5 fell from 48.0% to 24.7% and its cost rose from $2.78 to $9.84 per trial.
A small adoption test is practical: take 20 recent internal agent sessions with enough repository state to replay, hide the final requirement set inside a reviewer script or simulator, and compare candidate agents on pass rate, correction turns, user messages, cost, and failure labels. This exposes agents that can discover most goals but still drop requirements or ship implementation bugs.