Agent output needs specs, traces, and reproducibility checks
Several papers put the inspection layer around AI coding work under pressure. The specification-governance paper ties AI coding gains to review load, context limits, and testable specs. It cites positive task-level studies, then also reports evidence where experienced developers slowed down on mature codebases and delivery stability fell with higher AI adoption.
AutoMat gives the hardest empirical warning. The best tested coding-agent setting reproduced 54.1% of 85 computational materials-science claims. Paper-only reproduction had near-zero success across systems, which points to missing procedures, domain tools, and fragile execution as current failure points.
RECAP attacks the measurement problem inside the editor. It records Copilot chat, shadow git commits, and fine-grained edits in VS Code. In one course deployment, it captured 2,034 prompts and 8,239 commits, making repeated error loops and AI edit share visible at session level.