Stop Asking Which AI Model to Use: Route Tasks to Haiku, Sonnet, and Opus Tiers

Reddit user u/spencer_kw calls out the daily "which model should I use?" posts and gives a concrete answer based on a month of routing by task type. The core insight: no single model is optimal for everything, and you should be routing tasks to at least three tiers.
Model Tiers by Task
- Reading files, summarizing, answering code questions: Use the cheapest model — Haiku, Qwen 3.6 via Ollama, Gemma 4. Sending file reads to Opus is burning money.
- Writing code, tests, boilerplate: Sonnet-tier — GPT-5.5 mini, DeepSeek v4. Solid generation at a fraction of frontier cost.
- Multi-file refactors, architecture, complex async debugging: Only time you need Opus or GPT-5.5. This is ~15-20% of your day.
Practical Routing Setup
u/spencer_kw's current distribution:
- ~40% of tasks → Haiku-tier (cheap readers)
- ~35% → Sonnet-tier (generation)
- ~25% → Opus-tier (complex reasoning)
Total monthly spend: $30–40 depending on workload.
The "daily driver" framing is broken — asking for one model for everything is like asking for one vehicle that both hauls and commutes. Use multiple models and route by task.
📖 Read the full source: r/openclaw
👀 See Also

Using Claude to analyze writing patterns for better custom instructions
A Reddit user describes a method for creating more effective custom instructions by having Claude analyze 10 writing samples to identify concrete patterns like punctuation avoidance and analogy sources, rather than relying on subjective tone descriptions.

Running Qwen3.6-35B-A3B with ~190k Context on 8GB VRAM + 32GB RAM – Setup & Benchmarks
A Reddit user shares a working llama.cpp configuration for Qwen3.6-35B-A3B GGUF models on an RTX 4060 (8GB VRAM) + 32GB DDR5, achieving 37-51 tok/s at 192k context using TurboQuant and specific flags.

Local Translation Model Recommendations for 32GB VRAM GPUs
A developer shares tested recommendations for local translation models on a 32GB VRAM setup, highlighting Unsloth Gemma3 27b Instruct UD Q6_K_XL for general languages and Bartowski Utter Project EuroLLM 22B Instruct 2512 Q8_0 for European languages plus Korean.

Todoist connector removed from Claude, custom setup required
The official Todoist connector is no longer available in Claude. Users can add Todoist as a custom connector using the MCP URL https://ai.todoist.net/mcp, but this requires a Claude Pro or Max subscription.