Feedback quality is becoming a first-class design choice in coding agents
Agent improvement work is getting more specific about where to intervene. CollabCoder treats debugging as a choice between fixing the plan and fixing the code, then uses stored failure history to avoid repeating weak repairs. On Qwen2.5-Coder-32B it reports 82.50 average Pass@1, ahead of CodeSIM at 80.22, with fewer API calls. A separate compiler study reaches a similar conclusion at a lower level: better feedback channels matter. On TSVC, adding compiler remarks lifts Intel success at temperature 0.8 from 2.38% to 6.95%, and hand-written dependence remarks add much larger gains. The common signal is that coding agents improve when the loop carries explicit diagnosis, not just another retry.