Pick Claude Sonnet 4.6 over Opus 4.7, when is that the right call?
Pick Sonnet 4.6 when evaluation on YOUR task does not show Opus 4.7 buying meaningful quality lift that is worth the cost and latency premium.
Think about renting a vehicle for a delivery route. A pickup truck and a heavy semi-truck can both haul the boxes, but the semi costs more per mile, takes longer to start up, and only pays off when you have to haul something the pickup actually cannot carry. The pickup is Sonnet 4.6: cheaper, faster, and good enough for most loads. The semi is Opus 4.7: stronger on the hardest jobs, but you pay more per call and wait longer to start. The right choice is not to always rent the semi out of caution, and not to refuse the semi on principle. You run a few real deliveries with each, look at which one actually moved your boxes well, and pick the cheaper option unless the bigger one solved a problem the pickup could not.
Detailed answer & concept explanation~5 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
3 min: tier structure of Sonnet 4.6 versus Opus 4.7 + empirical evaluation discipline + routing by difficulty + cost and TTFT realities + why the wrong distractors fail.
Real products, models, and research that use this idea.
- Anthropic's pricing page lists Opus 4.7 at multi-x Sonnet 4.6 on both input and output token rates, making the cost gap concrete for any team running production traffic.
- Coding agents typically run a difficulty-aware router that sends multi-file refactor tasks to Opus and single-file edits to Sonnet, capturing the lift only where it exists.
- Customer-support automation routinely ships Sonnet for the long tail of routine intents and routes only escalated reasoning cases to Opus.
- Retrieval-augmented generation systems pair a cheap embedding stage with Sonnet for synthesis and reserve Opus for cases where the retrieved context is ambiguous and needs heavier reasoning.
- Internal evals at most enterprise deployments compare Sonnet 4.6 and Opus 4.7 on a held-out slice of real traffic before any tier change ships to production.
What an interviewer would ask next. Try answering before peeking at the approach.
QHow would you design the difficulty classifier that routes between Sonnet and Opus?
QWhat metrics beyond aggregate win rate matter when comparing tiers?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Picking Opus everywhere as a safety default. The cost and latency premium is real and often unjustified once a task evaluation runs on the workload you actually serve.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.