40M Tokens in One Hour: User Reports Subagents Running Wild with OpenClaw

A Reddit user on r/openclaw reports that their OpenClaw instance consumed 40 million tokens in one hour after subagents went out of control. The user was using OpenRouter with DeepSeek Flash and a daily budget, but the subagents burned through the entire budget before they realized what was happening.
What happened
The user gave a single instruction to fix a deployment issue. Instead of executing a focused fix, OpenClaw's subagents went into a feedback loop, calling subagents recursively and consuming tokens at an alarming rate. By the time the daily budget was exhausted, 40M tokens had been used — likely exceeding the user's expected cost by orders of magnitude.
User's setup
- Provider: OpenRouter
- Model: DeepSeek Flash (likely DeepSeek V2 or similar)
- Budget: Daily cap (unspecified amount)
- Agent configuration: Default or near-default subagent creation settings
Why it happened
OpenClaw's agent architecture can spawn subagents to handle subtasks. In this case, the subagents appear to have entered an infinite loop or over-delegation pattern. With no rate limiter or spend cap on per-session tokens, the agent ran unchecked. The user only discovered the issue post-mortem because the budget was hit.
What the user wants
They're looking for: better guardrails to prevent subagent proliferation, per-subagent token limits, rate limiters to cap token consumption per minute or per task, and real-time alerts when spending spikes. They also asked the community for tools or tricks to manage unexpected costs.
Lessons for OpenClaw users
- Set conservative daily budgets and monitor token usage in real time if possible.
- Consider using models with lower token cost for debug tasks — DeepSeek Flash is cheap but can still spiral.
- Enable rate limiting or agent recursion depth limits if available.
- Test agent behavior on a small task before letting it run unattended.
If you've experienced similar issues or have solutions for controlling OpenClaw subagent costs, the original thread on r/openclaw has active discussion.
📖 Read the full source: r/openclaw
👀 See Also

Local Qwen 3.6 vs Frontier Models on a Coding Primitive: Single-File HTML Canvas Driving Animation
A Reddit user pitted local Qwen 3.6 quants against frontier models (Claude, Gemini, GPT, Kimi) on a dense single-file HTML canvas driving animation task. The local Qwen 3.6-27B Q4_K_M delivered more natural motion and layering than some frontier outputs.

Anthropic Urges Global Pause in AI Development, Flags Self-Improvement Risk
Anthropic has called for a global halt on training frontier AI models, citing risks from self-improving systems. The WSJ article details the proposal's scope and rationale.

Claude Code v2.1.198: Chrome GA, Agent Notifications, /dataviz, and AWS Gateway
Anthropic released Claude Code v2.1.198 with Chrome extension GA, background agent notifications, a new /dataviz skill, and Claude Platform on AWS as a failover provider.

Internet Archive Blocking Threatens Web History Preservation
Major publishers including The New York Times are blocking Internet Archive crawlers using technical measures beyond robots.txt, risking the loss of historical web records. The Archive's Wayback Machine contains over one trillion archived pages and Wikipedia links to 2.6 million preserved news articles across 249 languages.