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.
One of the stranger failure modes we kept seeing with coding agents was this:
confidence goes up faster than truth.
The run looks safer because there are more tests, but the tests are often generated around the same assumptions as the code itself.
That can create a really misleading state where:
In practice, this showed up for us as fake reassurance more than obvious failure.
That is a big reason we built MartinLoop around verifier gates, receipts, and stop reasons instead of just asking whether a run finished.
Curious how other people are handling this:
Have you seen generated tests increase confidence without really testing the real behavior?
If so, what actually helps?
Would love to compare notes with anyone running longer agent loops or shipping code from autonomous workflows.
All reactions