Claude isn't one model with a single dial — it's a family of distinct tiers, and picking the right one is itself a tested skill, not a formality. Haiku is the fastest and cheapest tier, tuned for near-instant responses on simple, well-defined work. Sonnet is the balanced mid-tier: strong reasoning at a practical cost and speed, and the right default for most day-to-day business tasks. Opus is the most capable tier, built for the hardest reasoning problems and the longest autonomous runs — and it costs more and responds more slowly per request than the other two.
The trade-off underneath all three is the same one: speed and cost on one side, depth of reasoning on the other. A model that answers in a fraction of a second and costs a fraction of a cent per request is, by construction, not spending as much computation second-guessing itself as a model built to reason carefully through a genuinely hard problem. Neither end of that trade-off is "better" in the abstract — the exam consistently tests whether you can read a scenario's actual requirements (volume, complexity, stakes, how autonomous the run is) and match them to the tier built for that shape of work.
Reading the Signals: Haiku vs. Sonnet vs. Opus
Three concrete signals point toward each tier:
- Haiku — high volume, simple, well-defined work: classifying support tickets into categories, tagging or extracting a known field from many short documents, quick factual lookups against a clear reference. When you're processing thousands of similar, low-complexity items and speed/cost at scale matters more than squeezing out the last percentage point of accuracy, Haiku is built for exactly that.
- Sonnet — the default all-rounder: drafting, editing, analysis, everyday coding, summarizing, most single-conversation business reasoning. If a scenario doesn't specifically call out extreme volume-plus-simplicity, or a long autonomous run at the highest stakes, Sonnet is usually the right starting assumption.
- Opus — long, high-autonomy, or highest-stakes reasoning: a multi-hour autonomous agent run refactoring a large, interdependent codebase, or a single decision where an error would be very costly and cost/latency are explicitly secondary concerns. Opus earns its higher cost when accuracy compounds over many steps, or when the one answer has to be right the first time.
Don't Default to Either Extreme
Two mirror-image mistakes show up in exam scenarios. The first is always reaching for the cheapest, fastest tier to save cost "by default," even on a long autonomous run where an early mistake from an under-capable model can quietly cascade through many later steps before anyone catches it — the cleanup costs far more than starting with the right tier would have. The second is always reaching for Opus "to be safe," even on a high-volume, low-complexity job like ticket tagging, where the extra cost and latency buy you nothing the task actually needed. The correct move is reading what the scenario specifies — volume, complexity, stakes, autonomy length — and matching the tier to that, not defaulting to either end out of habit.
It's also worth keeping model tier separate from a different lever covered in the next lesson: the effort parameter tunes how thoroughly a given model works on a request, without changing which model is doing the work. Tier selection answers "which model family fits this task's shape"; effort answers "how hard should this chosen model work on this particular request." They're related decisions, but they're not the same decision, and the exam tests both separately.
Key Concept
Match model tier to the task's actual shape: Haiku for high-volume, simple, well-defined work; Sonnet as the default all-rounder for everyday business reasoning; Opus for long, high-autonomy runs or single highest-stakes decisions where accuracy matters far more than cost or speed.
Common Exam Distractor
Watch for "always start with the cheapest model and escalate only if it fails" on a long, high-autonomy, high-complexity scenario — compounding early errors usually cost more than starting right. Watch equally for reaching for Opus on a task explicitly described as high-volume and simple, where the added cost and latency buy no real benefit.