← All certifications
Claude Certified Architect – Foundations · CCAR-F
Choose your learning path
Start with Claude Foundations, go deeper with the advanced agent labs, or test readiness with the Claude Architect Practice Exam.
Learning Paths
Pick the track that matches your goal
01
Claude Foundations
Twelve hands-on modules covering the Claude platform end to end, from environment setup and agentic loops through MCP, governance, reliability, and the final orchestrator project.
AG
Claude Advanced Labs - Agents
A deeper agent-building track with setup, advanced modules, self-driven Jupyter labs, answer keys, and the Enterprise Prospecting & Outreach Orchestrator capstone.
✓
Claude Architect Practice Exam
Randomized question sets across all five domains with score breakdowns, weak-topic detection, and a NotebookLM study prompt for targeted review.
Companion Resource
Use NotebookLM alongside this lab
Claude API Development and Integration Guide
The source material for this lab lives in a NotebookLM notebook. Use it to ask follow-up questions, explore topics in more depth, or get a plain-English explanation of any concept while working through the modules.
Open in NotebookLM
Claude Foundations
Foundations modules
Each module builds on the last, aligned to the five domains of the Claude Certified Architect – Foundations exam. By the end you'll have working agent, MCP, and Claude Code patterns for every task the exam tests.
01
Dev Environment & Foundations
Install VS Code, set up Jupyter notebooks, and connect the Anthropic Python SDK to verify your environment before Module 2.
02
Agentic Loops & SDK Foundations
Master the Messages API stateless design (including how tool_result blocks re-enter history), set up the Agent SDK, manage sessions with resume and fork, and control conversation flow with the agentic loop stop_reason pattern.
03
Tool Design & Tool Choice Strategy
Write disambiguating tool descriptions to prevent misrouting, force prerequisite calls with tool_choice, and enforce strict JSON schemas on tool inputs.
04
Multi-Agent Orchestration (Agent SDK)
Build a hub-and-spoke coordinator with the Agent SDK Task tool, spawn subagents in parallel, and pass context explicitly across their isolated histories.
05
Scaling & Batch Constraints
Contrast synchronous loops with async batches, internalize the no-multi-turn-tools constraint, and resubmit only failed records by custom_id at a 50% discount.
06
Claude Code & Skills
Explore large codebases with Grep and Glob, use deterministic Edit fallbacks, compare fixes with forked sessions, and govern repository standards with CLAUDE.md and path-scoped rules.
07
MCP Mastery
Scope MCP servers for teams, secure credentials with env expansion, publish Resources to avoid discovery calls, and standardize tool descriptions and error propagation.
08
Prompt Engineering for Precision
Replace vague instructions with explicit criteria, use few-shot reasoning, enforce strict schema limits, nullable fields, prerequisite tool_choice, and validation-retry loops.
09
Reliability & Deterministic Enforcement
Combine forced prerequisites, PreToolUse refund gates, structured error contracts, and PostToolUse MCP normalization for defense-in-depth workflows.
10
Escalation & Human Review
Define policy-based escalation triggers, reject unreliable sentiment and confidence signals, produce strict human handoff payloads, and calibrate confidence-routed review workflows.
11
Advanced Decomposition
Manage durable research loops with case facts, scratchpads, crash-recovery manifests, adaptive re-planning, structured subagent failure reports, and claim-source provenance.
12
Final Project: Enterprise Orchestrator
Capstone that ties everything together: Claude Agent SDK, MCP, hub-and-spoke subagents, batches, hooks, case facts, and CI review. Includes code starters and a full answer key.
Ready to start?
Open the NotebookLM guide in a second tab, then choose the path that fits your current goal.
Back to Learning Paths →