2026-02-26 · claudecert.com
The 80/20 of the certification
Twelve concepts get you to 720. Memorize these and the rest is gravy.
If you only have a weekend, here's the high-yield set. Drill these until automatic.
The twelve
- Agent vs. workflow — pick based on whether routing depends on runtime data.
- Orchestrator-worker — for independent, parallelizable shards with light shared context.
- Evaluator-optimizer — bounded to ≤3 iterations.
- Tool error contracts —
error_code,message,hint. - Resource vs. tool — read-only addressable → resource; side-effect → tool.
- MCP transports — stdio local, HTTPS remote.
- Hooks —
PreToolUse,PostToolUse,UserPromptSubmit, exit-non-zero blocks. - Skills vs. slash commands — skill = "knows how"; slash = "do it now".
- Prompt cache — 5-min TTL, prefix match, static-first ordering.
- Structured output — schema + example + Zod validation + 1 retry.
- Context headroom — target ~70% utilization.
- Safe rollouts — shadow → 1% → 10% → 100% with quality + cost gates.
If you can teach each of these in your own words in 90 seconds, you'll pass.
