
Explore the fundamentals of LLMs, the Claude API, and AI agents, and master the five architectural layers—from agentic to context—through eight modules designed to prep you for the CCA-F exam.
Master the fundamentals of LLMs, Claude API, Claude Code, and AI agents to build and use LLM-powered applications. Learn prompts, context management, token usage, tools, and the Claude Agent SDK.
Explore how large language models generate token-by-token outputs, through training and inference, using context, attention, prompts, retrieval, tools, and governance to build production-ready Claude AI systems.
Explore Udemy labs with simulations in a Jupyter notebook, edit variables in notebook.ipynb, and run the first cell with the play button to see outputs.
practice selecting the right information source—internal model knowledge, prompts, or external documents—for different use cases in the information sourcer lab, a final customer information fetch with a high architectural score.
Use a cloud architecture selection simulator to adjust automation and integration parameters, observe output changes, and engineer an enterprise-scale, high-automation scenario with moderate complexity.
Explore the cca-f certification framework, its five domains, and the exam process, aided by a five-layer mnemonic and the ten key takeaways for study guidance.
Master the five domains of the Claude certified architect foundations. Focus on architectural decisions, orchestration, tool design, Claude code configuration, prompt engineering, and context management to design production-grade Claude solutions.
This lab uses a meta simulator to map use cases to CCAF domains, testing confidence-based domain matches with three steps: run, explore, and engineer scenarios.
Explore the Claude certified architect foundations exam, focusing on agentic architecture and orchestration, tool design and MCP integration, Claude Code configuration and workflows, and prompt engineering for production reliability.
https://anthropic-partners.skilljar.com/claude-certified-architect-foundations-certification
Explore the ten core architectural takeaways for Claude certification, including stop_reason, code-driven enforcement, structured data, tool descriptions, specialized agents, and explicit context management.
The lab serves as a preparation prioritizer for the CCAF exam, guiding you to pick three practical, understanding-focused activities and follow three steps: press play, explore, and engineer optimal preparation.
Conclude your Claude certified architect foundations exam prep by reviewing the five domains, the five-layer mnemonic, exam logistics, and the ten key takeaways to guide focused study.
Design and manage Claude agentic systems by mastering the orchestration loop, structured tool use, sub-agent creation, workflow decomposition, safeguarding, and session management.
Explore the orchestration loop that turns a language model into an agent, detailing stop_reason signals, tool use, and iterative observe, decide, act cycles with safety guards and governance.
Learn how structured tool use enables Claude to request, execute, and reason over tools via tool_use blocks, with tool results shaping context, safeguarded by tool_choice and data minimization.
Learn how to instantiate subagents, define their roles, and transfer context via the task tool, balancing specialization and coordination with AgentDefinition rules and avoiding common anti-patterns.
Practice workflow decomposition by breaking complex objectives into reliable, staged workflows with programmatic controls. Define sequential and parallel stages with stage gates, subagents, and model selections.
Engage in the workflow decomposer lab to test a simple simulator, reorder steps, toggle parallel execution, and identify the ideal workflow for maximum performance.
Enforce deterministic safeguards in workflows with architecture-driven hooks and layered controls. Balance autonomy with validation of inputs, outputs, and policies to prevent unsafe actions and ensure compliance.
Explore guardrail implementer lab to map actions to consequences across use cases and guardrail types, then run simulations, explore combinations, and engineer optimal guardrails for each scenario.
Explore a context modality selector simulator by testing resume, fork, or fresh context against use cases like paused workflows, and follow three steps to observe outcomes.
Join a hands-on lab to use a single-input simulator that detects agentic architecture antipatterns, predicts consequences, and compares guesses with outcomes through three guided steps.
Conclude the agentic layer module by outlining how to build, coordinate, and safeguard autonomous Claude agents across complex workflows. Revisit orchestration loop, tool use, coordination, sub-agents, and session management.
Tool descriptions drive Claude's tool selection and routing more than tool names; employ structured input schemas, small tool sets, and least privilege to improve reliability.
Design structured error responses to enable intelligent recovery by guiding retry, escalation, and next actions through explicit fields. Distinguish access failures from valid empty results and preserve partial progress.
Simulate tool result responder scenarios to test reactions to retrieval and permanent errors, explore best actions, and engineer a production rate application use case avoiding retries on non-retriable errors.
Learn how MCP standardizes interactions between Claude and external systems by exposing resources, tools, and prompts. Explore its host–client architecture, discovery, governance, and security best practices.
Explore how to classify use cases into MCP elements (resource, tool, or prompt) through a three-step lab that runs, explores, and engineers optimal and fallback options for every scenario.
Master Claude Code tools for local code work, including glob for file patterns, grep for content search, read and edit for safe changes, and bash for commands; build repeatable workflows.
Build a cloud workflow across five stages with local tools, Gua, Rep, Read, Edit, and Bash, and map five tasks in order for a use case via simulation.
Participate in a tool ecosystem design simulator lab to see how quality, catalog size, and error structure influence routing quality, then engineer scenarios maximizing governance and security with many tools.
Design, configure, and automate Claude Code workflows for production-grade AI pipelines, emphasizing CLAUDE.md files, reusable skills and commands, and workflow strategies for CI/CD integration.
Configure CLAUDE.md to provide persistent, global guidance across interactions, using a three-layer hierarchy (user, project, directory) and conditional rule files with imports for reusable, modular configurations.
Discover how to configure commands and skills to package reusable workflows, harness context forking, and apply allowed-tools and argument-hints for consistent, secure automation.
Explore when to use command versus skill, personal versus project level, through a three-step simulator: execute, explore, and engineer a standardization scenario for architects.
Design Claude Code workflows by balancing plan mode and direct execution based on complexity and risk. Use iterative refinement and checkpoints to optimize planning, execution, and oversight.
Integrate Claude Code into automated ci/cd pipelines using print mode and structured json outputs to perform automated code review, test generation, and governance-driven validation across large-scale projects.
Concludes the module by highlighting Claude Code workflows, including CLAUDE.md configuration, reusable skills and commands, plan mode versus direct execution, and CI/CD governance.
Explore how workflow characteristics drive recommendations for planning, automation, and independent review in a hands-on workflow strategy simulator, by adjusting complexity, risk, uncertainty, and speed to test scenarios.
Explore production-grade prompting to achieve consistent, reliable, and scalable Claude outputs through structured prompts, few-shot examples, schemas, and multi-stage review for high-quality workflows.
Learn true prompt engineering for production systems to achieve consistent outputs from Claude by defining explicit criteria, category boundaries, and constraints, with examples.
Master few-shot prompting by using 2–4 high-quality, diverse examples to teach Claude the decision-making rules, output structure, and edge-case handling for production-grade consistency.
Explore a prompt reliability simulator to see how prompts, examples, and instruction queries affect quality as you adjust parameters from 0 to 1, run defaults, vary elements, engineer scenarios.
Learn to enforce machine-readable structured outputs with JSON schemas and validation, handling nulls and other categories, apply normalization, and manage tool usage modes for reliable downstream processing.
Design machine-readable outputs by adjusting prompt structure for different use cases and observe prompt impact. Simulate, test, and engineer a reliable information extraction prompt to maximize output structure reliability.
Learn how to enforce quality with validation and feedback loops that test and correct model outputs through structured prompts, deterministic validation, and bounded retry strategies.
learn how to use the batch api for large-scale, embarrassingly parallel workloads, achieve up to 50% cost savings, balance latency, and know when not to use it for real-time tasks.
Learn how independent, multi-pass review with separate reviewers and specialized subagents improves quality, reduces errors, and builds confidence by validating generation through structured, staged evaluations.
Explore how to construct, preserve, and manage context in Claude-based systems across long conversations. Understand context windows, token considerations, escalation signals, error propagation, and data provenance for effective human review.
Master Claude context management by prioritizing high-attention facts, using fact blocks and structured memory, employing prompt caching, and pruning middle-of-conversation content.
Explore the lost in the middle effect with a practical middle saver simulator, adjusting context window order and instruction strategies to observe outputs and production-ready results.
Learn to manage escalation and ambiguity in Claude workflows by applying objective triggers: explicit user requests, policy gaps, or stalled progress, and escalate to a human when needed.
Explore a context budget builder by simulating token budgets for the context window, selecting elements to include, and iterating run, explore, and engineer steps to maximize quality and minimize waste.
Learn how to manage context in large codebases using scratchpads, subagents, compaction, and phase-based exploration to preserve findings, prevent context decay, and coordinate parallel analyses.
Design a scratchpad designer lab to capture high-value findings, run simulations, compare value versus size, and engineer an efficient scratchpad for reliable investigations.
Join a provenance detective lab to run simulations with conflict use cases, test resolution strategies, and engineer reliable provenance-based decision rules for every scenario.
Construct, preserve, and manage context across workflows in the context layer, covering escalation, ambiguity, error propagation, large codebases, and data provenance for transparent conflict resolution.
Explore a context management simulator by adjusting parameters such as scratchpads, summarization level, intensity, and fact blocks to observe changes in context quality across default, exploratory, and engineered scenarios.
Consolidate the CCA-F knowledge by reviewing common topics, cross-layer patterns, and frequent anti-patterns, including the ten key takeaways to boost reliability and exam readiness.
Explore cross-layer patterns across agentic, tool, workflow, prompt, and context layers; emphasize structured data, memory layering, and deterministic validation for reliable ai systems.
Explore selecting the most appropriate validation controls for each architectural layer across code-based concerns, using a three-step simulator to determine the ideal validation mechanism and responsibility.
Identify common anti-patterns that undermine reliability, and adopt structured, specialized architectures with active context management, explicit workflows, and transparent uncertainty for robust AI systems.
Explore a lab-based architectural triage simulator to identify the most impactful anti-patterns for each use case, then prioritize fixes that yield the greatest performance and security returns.
Revisit the ten key takeaways to reinforce core architectural principles, emphasizing programmatic control, structured tool use, context management, and reliable recovery for Claude certified architectures.
THE MAGNUM (4.8) OPUS OF THE CLAUDE CCA-F EXAM PREPARATION
The Claude Certified Architect - Foundations, or CCA-F, is the first professional certification focused on Anthropic's entire ecosystem and modern AI architecture.
Passing this certification will require a lot more than just knowing how to write prompts. As a candidate, you are expected to understand how production-grade Claude systems are designed, orchestrated, validated, and scaled across real-world applications.
It's about being a true Claude-based AI solution architect. More than that, a production-grade Claude-based AI solution architect.
This course was built specifically to make you into that.
Over more than 12 hours of content, you'll learn everything about the five certification domains (or, as I call them, the Five Layers), understanding how they connect together in production systems, and master the architectural principles that appear repeatedly.
Along the way, you'll have a full practice exam, role plays, Labs (for UB Pro clients), and quizzes to consolidate your knowledge every step of the way.
The course follows the complete CCA-F blueprint:
Agentic Architecture & Orchestration (the Agentic Layer)
Tool Design & MCP Integration (the Tool Layer)
Claude Code Configuration & Workflows (the Workflow Layer)
Prompt Engineering & Structured Output (the Prompt Layer)
Context Management & Reliability (the Context Layer)
We'll start by covering the certification itself, including the exam structure, tested competencies, and from there, we'll progressively explore every domain in detail. We'll close out the course with a recap of the most important patterns, the common antipatterns to avoid, and 10 key takeaways that summarize the certification.
Along the way, you'll study both the best practices - and common architectural mistakes to avoid - always focusing not in isolated features, but on the true production-grade architectural thinking.
The Megalist: Everything You Will Learn in this Course
Agentic Architecture & Orchestration
Design agentic loops and orchestration patterns
Understand stop_reason-based workflow control
Implement structured tool use workflows
Coordinate multi-agent systems and specialized subagents
Design context handoff strategies between agents
Spawn and manage subagents using Agent SDK concepts
Build sequential and parallel workflows
Implement workflow safeguards using hooks
Manage session persistence, resumption, and forking
Tool Design & MCP Integration
Design effective tools and parameter schemas
Write tool descriptions that improve routing accuracy
Scope tools appropriately across agents
Design structured error responses
Build effective recovery and retry strategies
Understand MCP architecture, resources, prompts, and tools
Configure MCP environments securely
Separate team-level and personal MCP configurations
Apply least-privilege principles to tool access
Master Claude Code’s built-in toolset
Claude Code Configuration & Workflows
Configure CLAUDE .md hierarchies and precedence rules
Build reusable skills and custom commands
Apply path-specific rules and conditional configuration
Use context: fork and tool restrictions effectively
Choose between Plan Mode and Direct Execution
Design iterative refinement workflows
Structure collaborative development workflows
Integrate Claude Code into CI/CD pipelines
Generate machine-readable outputs for automation
Prompt Engineering & Structured Output
Write prompts with explicit criteria and boundaries
Design classification frameworks and evaluation rubrics
Apply few-shot prompting effectively
Create high-quality examples for difficult edge cases
Enforce structured outputs using schemas and tool use
Design nullable fields and ambiguity handling strategies
Implement validation and retry loops
Build quality-enforcement architectures
Use the Batch API appropriately
Design multi-pass and independent review systems
Context Management & Reliability
Understand context windows and token economics
Manage context across long-running workflows
Apply fact blocks and layered memory architectures
Mitigate lost-in-the-middle effects
Avoid progressive summarization failures
Design escalation and ambiguity-resolution strategies
Propagate errors through multi-agent systems
Build graceful degradation and recovery workflows
Manage context across large codebases
Use scratchpads and delegated exploration
Design human-review systems and confidence calibration
Preserve provenance across complex workflows
Handle conflicting information and uncertainty responsibly
Cross-Domain Architecture Patterns
Apply reliability patterns across all five domains
Design memory architectures for production systems
Build validation, recovery, and review layers
Understand the architectural principles tested throughout the certification
Identify and avoid the most common Claude architecture antipatterns
Develop the architectural mindset expected of Claude Certified Architects
Whether you're actively preparing for the CCA-F, building Claude-based systems professionally, or just looking to deepen your understanding of modern AI architecture... this course will cover everything you need to learn, with a structured path from fundamentals to certification-level knowledge.
If you're ready to move beyond prompting, and towards production-grade AI solution architecture... this course was built for you.
See you on the inside!