Tiered Model Strategy for Claude Code
SoloDevSage · reddit · 2026-07-19
The author codified their Claude Code model strategy into CLAUDE.md, routing tasks to different models based on complexity:
- Fable: Planning and pre-merge review; planning is done in a separate session, written to docs/plans/<task>.md, followed by a /clear.
- Opus: Medium-to-high complexity tasks, architecture, async/state logic, performance optimization, and unfamiliar APIs.
- Sonnet: Routine implementation, like CRUD, standard components, and wiring according to existing patterns.
- Haiku: Mechanical changes, like renaming, formatting, boilerplate code, test scaffolding, and doc updates.
Their core takeaway: what truly burns quota isn't the thinking itself, but the dozens of rounds of file reading, testing, and minor tweaks after planning. Thus, "planning and implementing in separate sessions" might be cheaper than keeping a powerful model on the line continuously. They also mention that using a stronger model for review catches bugs missed by the implementation model, though it's still untested if providing just the diff and spec without full context is sufficient. Finally, they ask how others choose models (per task vs. fixed strategy), how to distinguish routine from non-trivial tasks, whether sub-agents exploring codebases are worth it, and where quota is primarily consumed.
Related event: Advanced Claude Code: Production-Ready CLAUDE.md Configs and Model Tiering(2 posts)→
More from coding & agent
- Anthropic researcher: 99% of engineers now run swarms of 300+ self-improving agents — AlishaOutridge · 2026-09-11
- 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