MartinLoop
p/martinloop
Control AI coding agents with limits, proof, and undo
0 reviews1 follower
Start new thread
trending
Keesan

1d ago

What proof should a coding agent show before another retry?

One pattern we keep seeing: teams set a max budget or max iterations, but the expensive part usually starts earlier, when the agent keeps retrying without new evidence.

A better stop rule seems to be: before another retry, the agent should show what changed, what verifier passed, and what would make the next attempt stop.