You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We kept seeing the same failure pattern in autonomous coding runs:
not one dramatic bug, but a loop that quietly kept going after the useful part was already over.
That usually looked like some mix of:
That is a big part of why we built MartinLoop.
The thing we kept wanting was not "more autonomy." It was a better stop rule and a cleaner receipt:
Curious how other people here think about this:
What should force an agent loop to stop before it tries again?
A few candidates we've run into:
If you're running agents overnight or in longer loops, what do you actually treat as the stop condition?
All reactions