The Best Agents Know When to Stop
bolerbox · reddit · 2026-07-19
The author argues that the most trustworthy agent isn't the fastest, but the one that knows when to stop. Many failed agent systems force a task to completion despite missing inputs, weak sources, or risky next steps, ultimately producing confident but incorrect results, messy CRM updates, or erroneous public content.
For agents touching public-facing or client-side operations, they recommend adding "boring but crucial" stop states:
- ready to act
- needs better source material
- needs human approval
- missing context
- blocked by policy or risk
In practice, the agent must select a state before executing its final action. It may seem slower, but it makes the system controllable: silence is no longer treated as success, and uncertainty isn't masked behind a polished output. The author concludes by asking what stop states people are actually using in production.
More from coding & agent
- Cheaper OpenAI Agents API alternative: sandbox service undercutting E2B by 46% — airesearch12 · 2026-09-11
- His agent kill switch ran for months before he found it was wired to nothing — AnvilandCode · 2026-09-11
- Kernel's Browser Agents Can Now Pay Online Using Aliases, Never Touching Card Data — jeff_weinstein · 2026-09-11
- OpenAI opens up agent sandboxes: BYO or pick from Cloudflare, E2B, Modal, Vercel and more — threepointone · 2026-09-11
- SocialCrawl MCP lets agents search Reddit, YouTube, TikTok, X with one API key — dooddyman · 2026-09-11
- Astra builds a surprisingly polished Catan game in three.js, reusing past UI and 3D assets — FinanceYF5 · 2026-09-11