Execution-backed validation
The strongest papers add harder execution evidence before they trust a coding result. DebugRepair collects runtime state through simulated instrumentation and reports 295 correct fixes on Defects4J with DeepSeek-V3, plus a 51.3% average gain over each backbone model’s vanilla setting. PlayCoder makes the same point for GUI work: compile and unit-test success miss many interaction bugs, and the paper shows large drops from Exec@3 to Play@3 for strong models such as GPT-5 and Claude-Sonnet-4. Cascade applies the execution check to documentation. It turns API docs into tests, then requires those tests to fail on current code and pass on regenerated code before flagging an inconsistency; in extra repositories it found 13 unknown issues and 10 were later fixed.