Become a Claude Certified Architect

A free, visual, build-it-to-learn-it site for Anthropic's CCAR-F exam. Explainers you drive, quizzes that talk back, code you run (Colab or local), and projects you can put on a rรฉsumรฉ.

โ† a real agent loop, running. You'll build one of these.
0
interactive explainers
0
quiz questions
0
runnable exercises
0
portfolio builds
0
exam traps decoded

๐Ÿš€ New here? Play before you read.

In The Agent Hangar, an AI agent is a spaceship: master each part in a ~1-minute mini-game (the model = reasoning core, tools = the robotic arm, context = cargo hold, budget = fuel, guardrails = shields), assemble the ship, then fly missions where every decision point is a real exam judgment call โ€” wrong picks cost hull and teach the trap. Then the explainers, quizzes, and code make it stick.

Enter the hangar โ†’

The path โ€” nine steps, in order

Each step is learn (drive the explainers) โ†’ build (run/ship something) โ†’ prove (drills). The sequence is deliberate: you need prompts and tools before agents make sense. Full pacing in the 6-week study plan โ€” or follow it as guided mastery ladders on ๐Ÿงญ The Path, where every step below tracks explainers, quizzes, exercises and scenario drills toward one progress bar.

  1. Foundations โ€” what even is the API?
    CLI vs API vs SDK untangled ยท how claude.ai & VS Code map to it ยท get your key ยท first calls. Then run the 10 hands-on exercises (Colab or local).
  2. Prompt engineering & structured output 20%
    Prompt anatomy ยท few-shot ยท JSON schemas & nullable fields ยท eval-driven changes. Build proj-05: extraction pipeline.
  3. Tool design & MCP 18%
    The description IS the API ยท structured errors ยท MCP host/client/server. Build proj-03: your own MCP server.
  4. Agentic architecture 27% โ€” the big one
    The loop ยท workflows vs agents ยท multi-agent orchestration ยท guardrails. Build proj-01: support agent and proj-02: research system.
  5. Claude Code configuration 20%
    CLAUDE.md hierarchy ยท Grep vs Glob ยท skills/rules/hooks ยท headless CI. Build proj-04: Claude Code in CI/CD.
  6. Context management & reliability 15%
    Context window ยท prompt caching ยท compaction & memory ยท escalation. Build proj-06: context engine.
  7. Drill every domain โ€” ๐ŸŽฏ quiz mode
    Interactive scenario MCQs with instant feedback, "why the distractor is wrong" explanations, and best-score tracking. (Prefer reading? The printable drills have the same questions.)
  8. Prove it at ๐Ÿ›  The Bench
    Four graded artifacts โ€” a tool schema that survives a fabrication attack, a prompt with zero vague adjectives, a loop that cannot run away, an eval set that catches a cheat. Graded in your browser, no key needed.
  9. Capstone: Enterprise Agent Platform
    Stitch the six builds into one governed system โ€” the portfolio piece that says architect. Then assemble the evidence pack: READMEs with measured scores, an ADR, the cost table, the two-minute narrative โ€” the job-switch layer.
  10. Timed mock exam โ†’ book the real one
    Closed-book, mixed scenarios. Score โ‰ฅ10/12, review misses against the 14 traps, then book.
  11. Then climb: ๐ŸŽ“ Architect Professional (CCAR-P)
    The production rung โ€” 63 questions, 7 domains, and 35% of it (governance, stakeholder work, enablement) doesn't exist at Foundations. The pro track hardens your capstone into that system, one production layer per week.

The five exam domains

Practice anywhere โ€” three ways to run the code

Every exercise and project can be done with zero-install (Colab) or on your machine. Pick the lane that matches your setup; the code is identical.

โ˜๏ธ Google Colab โ€” zero install

Run in the browser

  1. Open notebooks/foundations-api.ipynb in Colab (File โ†’ Upload, or open it straight from GitHub once this repo is pushed).
  2. Run the first cell โ€” it installs the SDK and asks for your API key with a hidden prompt (get a key).
  3. Run the 10 exercises top to bottom. Total cost: a few cents on Haiku.
๐Ÿ–ฅ๏ธ VS Code โ€” Copilot Chat or Claude Code

Learn inside your editor

  1. Create a folder, `pip install anthropic`, export your key, and work through the exercises as .py files.
  2. Stuck? Ask Copilot Chat (pick a Claude model) or the Claude Code extension to explain the error โ€” you're literally using the Domain 3 material while studying it.
  3. This explainer maps every editor feature to the API concept underneath.
โŒจ๏ธ Terminal โ€” Claude Code CLI / claude.ai

Interactive & agentic

  1. Domain 3 is hands-on by nature: install the Claude Code CLI and do the CLAUDE.md / hooks / headless exercises in a real repo.
  2. Use claude.ai to test prompt-engineering patterns interactively before coding them.
  3. Projects 1โ€“6 run from any of the three lanes โ€” each brief says what it needs.

Which model, when โ€” with real numbers

"Use the cheapest capable model" only sticks when you've seen the actual math. The model-selection explainer now has a cost calculator: dial in your volume and token sizes and watch the monthly bill for Haiku vs Sonnet vs Opus โ€” e.g. classifying 1M support tickets is โ‰ˆ $650 on Haiku vs โ‰ˆ $9,750 on Opus for near-identical accuracy on that task. Three worked case studies show how an architect actually decides.

What you'll ship (the rรฉsumรฉ part)

proj-01

Customer-Support Agent

Tools + guardrails + human approval + escalation; evaluated at 80%+ resolution.

proj-02

Multi-Agent Research System

Lead + isolated subagents, provenance, partial-failure handling.

proj-03

Custom MCP Server

Publishable server any Claude host can install โ€” tools, resources, prompts.

proj-04

Claude Code in CI/CD

Headless PR review + test-gen Action, hooks, layered CLAUDE.md.

proj-05

Extraction Pipeline

Schema contracts, nullable handling, Batch API, LLM-as-judge evals.

proj-06

Context Engine

Compaction + verbatim memory + caching; 100-turn sessions at flat cost.

โญ capstone

Enterprise Agent Platform

All six under one governance spine: routing, cost, guardrails, evals, audit.