Agents Still Burn 58% of Tokens After Failing
MaverikSh · reddit · 2026-07-14
A cited trace study reveals that in failed agent runs, about 58% of tokens are consumed after the model has already shown explicit signs of failure. This indicates the issue lies not just in model capability, but in the runtime control architecture.
The author argues that many cost controls are implemented only at the billing level, acting as post-event alerts that cannot stop a task from rapidly burning money. Truly effective approaches should:
- Reserve budgets at the run level rather than just checking single calls
- Use runid as a unified billing key so concurrent sub-agents share the same budget limit
- Set abort thresholds for repeated identical tool calls (e.g., stop if the same parameters are used 3 times consecutively) to avoid burning tokens in loops
The post specifically notes that concurrency worsens the problem: even if each sub-agent looks reasonable individually, the overall system can overspend without any single call crossing the line.
More from coding & agent
- Gergely Orosz: Shipping 10x PRs With AI Agents, Sites Fill With Small Regressions — ducha_aiki · 2026-09-11
- Same Echo Maze prompt, three frontier models: all passed visually but shipped the same hidden bug — eyishazyer · 2026-09-11
- Astra storyboards plus Minimax H3 per-shot generation boost video success rates — Hailuo_AI · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11
- agents-best-practices: a provider-neutral Agent Skill for designing and auditing agentic harnesses — tom_doerr · 2026-09-11
- Cognition's SWE-2 uses a KKT duality argument in RL to shift the effort Pareto curve — YouJiacheng · 2026-09-11