PrepGenAICerts

Model Tiers & the Tradeoff Triangle

Core

Select Claude models and apply model-choice tradeoffs · Difficulty 2/5

0%
model-selectiontradeoff-trianglehaiku-sonnet-opuscost-latency

Explanation

Model Tiers

TierCharacterTypical fit
HaikuFastest, cheapestHigh-volume, well-defined, latency-sensitive steps (classification, routing, extraction)
SonnetBalanced capability/costThe workhorse for most production tasks
OpusMost capableThe hardest reasoning, planning, and orchestration steps

Right-size the model to the task rather than defaulting to the most capable tier available.

The Tradeoff Triangle

Quality, latency, and cost trade against each other. There is no universally "best" model -- only the model that fits a specific requirement. An architect resolves model choice against the constraint (e.g., a sub-second latency SLA, or a budget per 1,000 requests), not in the abstract.

Mixed-Model Designs

Production pipelines rarely use one model throughout. Mixed-model designs route cheap, well-defined steps (classification, routing, simple extraction) to Haiku, and hard reasoning, planning, or orchestration steps to Sonnet or Opus. This mirrors multi-agent orchestration patterns, where a coordinator (often a stronger model) delegates narrow subtasks to cheaper workers.

Common exam traps

  • "Always pick the most capable model." This wastes cost and latency on tasks a smaller tier handles fine. The correct answer fits the constraint, not the ceiling.
  • Ignoring that model choice is a per-step decision in a pipeline -- a single "best" model for the whole system is often the wrong frame.

Key Takeaways

  • Haiku = fastest/cheapest for high-volume, well-defined steps; Sonnet = balanced workhorse; Opus = most capable for hard reasoning/orchestration
  • Resolve quality vs. latency vs. cost against the specific requirement, not in the abstract
  • Mixed-model pipelines route each step to the tier that fits its difficulty and budget
  • Defaulting to the most capable model everywhere is a common exam trap, not a best practice

Glossary Terms

Related Concepts

PrepGenAICerts.com is an independent third-party exam-prep platform for the Claude Certified Architect (CCA-F) certification. We are not affiliated with, endorsed by, or acting on behalf of Anthropic PBC.

Note: New premium upgrades are temporarily paused while we resolve an issue with our payment provider. Existing premium members retain full access.