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
- Building a Multimodal Agent Orchestrator from the Ground Up — dair_ai · 2026-07-22
- Gemini Coding Agent Refuses to Delete Code, Shows Humanized Reflection When Corrected — DifferentMistake3634 · 2026-07-22
- Your Agent Can Be 'Up' and Completely Broken at the Same Time — AssociateOk2523 · 2026-07-22
- Codex Code Review now supports custom repository rules in AGENTS.md — OpenAIDevs · 2026-07-22
- NVIDIA says to tune the harness before tuning the model with LangChain — NVIDIAAI · 2026-07-22
- Trending GitHub Agent Tools: MCP, Text-to-SQL, and LLM Optimization — Pale-Luck-163 · 2026-07-22