Routing cuts OpenClaw Max usage cost by 85%: $200/mo to $30/mo with API routing

One OpenClaw Max user ran the numbers and discovered that only about 15% of their daily token usage actually required a frontier model like Opus. The rest—file reads, git status, project context scanning, test generation, scaffolding, formatting, renaming, simple refactors—could be handled by cheaper models like Sonnet or even cheaper alternatives.
Token usage breakdown
- ~40% — file reads, git status, project context scanning: don't need Opus
- ~25% — test generation, scaffolding, boilerplate: Sonnet handles identically
- ~20% — formatting, renaming, simple refactors: any model works
- ~15% — actual hard reasoning, cross-file architecture: the only part that needs Opus
By switching from the $200/month Max subscription to the API with routing rules, the user configured Sonnet for routine tasks and Opus only for cross-file reasoning. The monthly bill dropped to approximately $30—an 85% reduction—with no perceived change in output quality because the hard tasks still get Opus.
The user notes that the subscription model deliberately obscures this inefficiency: no token breakdown, no per-task cost visibility, just a quota that mysteriously shrinks.
For teams or individuals paying for premium plans, routing via API can yield significant savings without sacrificing performance on the tasks that actually need top-tier models.
📖 Read the full source: r/openclaw
👀 See Also

10 Practical Tips for Using Claude Code from Reddit User
A Reddit user shares specific techniques for Claude Code including using /effort high with 'ultrathink' for extended thinking, creating isolated conversation branches with /fork, and setting up custom hooks in .claude/settings.json.

Workaround for Control UI assets error after OpenClaw 2026.3.22 upgrade
A user posted a solution for the 'Control UI assets not found' error that occurs after upgrading to OpenClaw 2026.3.22, involving copying the control-ui folder from a beta installation to the stable release.

100K Lines of Rust with AI: Contracts, Spec-Driven Dev, and Performance
Cheng Huang built a Rust multi-Paxos engine with AI agents, achieving 300K ops/sec. Key techniques: AI-written code contracts, lightweight spec-driven development, and aggressive optimization.

Token Usage Tips for Claude Code
Practical advice from a Reddit post on reducing token burn: start fresh chats, group questions, keep CLAUDE.md lean, be precise with file references, summarize and restart threads, and use lighter models for simpler tasks.