CCAR-P · Study guide
🗺 Models and Context
This slice of the blueprint is about economics and control, not clever wording. The items ask you to match a model tier to a workload profile, to decide where knowledge lives at inference time, and to say what a system prompt can and cannot guarantee.
The trap is treating model choice as a quality ranking and prompts as disposable text. Candidates reach for the strongest tier by reflex, then meet a scenario with a fixed budget, a latency SLO, or a million-call-a-day classification path where the reasoning tier is the wrong instrument. The same instinct treats context as free — pasting an entire corpus into every request instead of retrieving it, caching it, or fetching it with a tool.
The idea that unlocks the domain: context is a budget you allocate, and a prompt is a versioned asset you own. Decide per workload what must stay resident (stable instructions, schemas, exemplars — all cacheable), what should be retrieved on demand, and what should be delegated to a tool. Then route to the cheapest tier that clears the bar, and let evaluation, not preference, promote or demote it.
TIERS — the order to make model and context decisions in.
Use it whenever a scenario names a budget, an SLO or a volume — walk TIERS in order and the constraint eliminates options for you.
Practise this domain with original, exam-style questions.
Start practising free