Stateful repair and repository localization
Repair work is getting more concrete. A-ProS pairs a code generator with separate debugging critics and live Codeforces feedback, then keeps the repair history across attempts. On 367 ICPC and Codeforces problems, GPT-5 workflows rise from 39 accepted initial solutions to 85–90 after three refinement rounds.
Repository context is also being narrowed before repair. BLAgent first localizes likely faulty files from a bug report, then feeds better file context into automated program repair. On SWE-bench Lite, it reports 86.7% Top-1 file accuracy with a closed-source model and 78.6% with an open-source model. The main lesson is practical: repair quality depends on the state and context carried into the next action.