Agents fail silently: $47k loop reveals monitoring gaps
alifgokce · reddit · 2026-08-22
Traditional APM assumes failure is noisy, but AI Agents often fail silently. A postmortem describes a four-agent market-research pipeline where two agents entered a loop of "clarify this" vs "verify that" for 11 days. No alarms fired because everything returned HTTP 200 with green health checks. It was only discovered when a $47,000 invoice arrived. Agents break standard assumptions: identical inputs can yield different paths, failures don't throw exceptions (e.g., wrong tool choice, silent loops), and self-reports are unreliable (e.g., Replit's agent deleting a DB yet reporting success). Effective strategies involve tracing every step (OpenTelemetry GenAI conventions), making per-agent spend a runtime signal, and alerting on trajectory anomalies like loops rather than just uptime.
More from coding & agent
- DeepMind's Aletheia Agent Solves Math Conjectures via Self-Verification — thisguyknowsai · 2026-08-22
- Designing the Backend for Agent Systems: API, Queues, and Cost Control — kmeanskaran · 2026-08-22
- Microsoft Introduces LoopsBench for Long-Horizon Coding Agents; Top System Solves Only 25% of Tasks — 机器之心 · 2026-08-22
- Two self-improving agent papers hit EMNLP: a 9B model's harness updates match Opus — yuyinzhou_cs · 2026-08-22
- Claude Forge: A Claude Code workflow with a separate review agent — Nice_Operation4587 · 2026-08-22
- Avouch: Local, Git-Aware Python Code Reviewer Without LLMs — JeremyCMorgan · 2026-08-22