Skip to main content

SYSTEM BLUEPRINT / 32 LESSONS

Claude Code Architecture Mastery

A 32-session deep dive into how Claude Code actually works. From the agent loop to the Fable 5 era of models, memory, and workflow orchestration.

Lessons
18
System layers
3
Estimated time
4h 46m

CHOOSE THE RIGHT MAP

One ecosystem, five different questions

Use each section for a different decision. This course explains the internals; the maps show evolution and product coverage; the guides turn capability into work.

  1. 01 Learn

    Find the right starting point and build a mental model.

    Choose a path
  2. 02 Evolution map

    See what the agent toolchain has completed and what a full computer still needs.

    Open the map
  3. 03 Tool landscape

    Compare Claude Code, Codex, and Grok by capability and direction.

    Compare tools
  4. 04 You are here Architecture course

    Understand how Claude Code works beneath the interface.

    Study the system
  5. 05 Guides

    Apply the tools to concrete writing, analysis, coding, and business work.

    Ship a task

PRIMARY CLI PATH

18 core lessons, then six Claude-specific advances.

All 32 lesson URLs remain available below. The primary path keeps a common-sized core and highlights only the six provider-specific lessons used by Learn.

18Core course 6Featured advanced CLI reference → Complete guide →

CURRICULUM CONTROL DECK

Explore the system layer by layer

Search all 32 lessons or narrow the curriculum by system layer and difficulty.

M01 Module 1: Core Agent Reasoning · tools · context 6 sessions 1h 36m 6/6 Verified
You will be able to

Trace one complete agent loop and predict when tools, plans, and context change the result.

Agent-computer layer

Reasoning · tools · context

Start this module
  1. S01 The Agent Loop Understand the core async message loop that powers Claude Code — how it processes messages, routes tool calls, and decides when to stop. Verified 18 min read Claude Code ≥ 2.1.226 3 official sources
  2. S02 Tool System & Permissions Learn how Claude Code turns model requests into tool actions, and how permission modes and rules gate those actions. Verified 15 min read Claude Code ≥ 2.1.200 3 official sources
  3. S03 Planning with Task Tools Use Plan mode and Claude Code's structured Task tools to explore, approve, execute, and verify complex work. Verified 15 min read Claude Code ≥ 2.1.142 3 official sources
  4. S04 Subagents & Context Isolation Learn how Claude Code spawns child agents with clean context windows — enabling parallel work, protecting the parent's context, and handling complex subtasks. Verified 17 min read Claude Code ≥ 2.1.226 2 official sources
  5. S05 Skills & Knowledge Loading Understand Claude Code's two-layer knowledge injection — how skill names are loaded upfront while full definitions are deferred until needed. Verified 16 min read Claude Code ≥ 2.1.226 2 official sources
  6. S06 Context Compaction Learn how Claude Code manages context window limits with a 3-layer compression strategy — keeping conversations productive even on long sessions. Verified 15 min read Claude Code ≥ 2.1.226 2 official sources
M02 Module 2: Multi-Agent Orchestration · parallelism 6 sessions 1h 25m 4/6 Verified
M03 Module 3: Real Architecture Protocol · memory · governance 6 sessions 1h 45m 6/6 Verified
M04 Module 4: Mastery Reliability · economics · oversight 6 sessions 1h 57m 1/6 Verified
M05 Module 5: The Fable 5 Era Autonomy · continuity · evolution 8 sessions 2h 2m 5/8 Verified
You will be able to

Evaluate emerging capabilities without confusing product interfaces, experiments, and architectural direction.

Agent-computer layer

Autonomy · continuity · evolution

Start this module
  1. S25 The Claude 5 Family & Model Strategy Meet Claude Fable 5, Mythos 5, and the mid-2026 lineup — Opus 5, Opus 4.8, Sonnet 5, Haiku 4.5 — and how to pick and mix models per task in Claude Code. Verified 16 min read Claude Code ≥ 2.1.226 2 official sources
  2. S26 Effort Levels, Ultrathink & Ultracode Choose Claude Code's reasoning effort deliberately, and understand the verified difference between ultrathink, ultracode, and enforceable CLI cost limits. Verified 12 min read Claude Code ≥ 2.1.226 3 official sources
  3. S27 The Workflow Tool: Scripted Multi-Agent Orchestration Use Claude Code dynamic workflows to put repeatable JavaScript control flow around many subagents, with approval, progress, limits, and same-session resume. Verified 16 min read Claude Code ≥ 2.1.154 3 official sources
  4. S28 Orchestration Quality Patterns Design multi-agent workflows around independent search, adversarial verification, explicit stopping, and evidence that remains auditable. Verified 15 min read Claude Code ≥ 2.1.154 3 official sources
  5. S29 Persistent Memory: How Claude Code Remembers How Claude Code's file-based persistent memory works — one fact per file, a MEMORY.md index, four memory types, and hygiene rules that keep recall useful. Published 16 min read
  6. S30 Deferred Tools & ToolSearch How Claude Code defers tool schemas and loads them on demand with ToolSearch — so large MCP tool surfaces stop taxing every context window. Published 14 min read
  7. S31 Scheduled Autonomy: Loops, Wakeups & Cron Master Claude Code's scheduled autonomy: /loop dynamic mode, ScheduleWakeup timing, prompt-cache economics, and cron jobs for standing automation. Published 17 min read
  8. S32 The New Tool Belt: Artifacts, Tasks & Typed Outputs A verified tour of Claude Code's current output and coordination tools, including live MCP-backed artifacts, task output files, LSP, and recent Week 28–29 changes. Verified 16 min read Claude Code ≥ 2.1.209 4 official sources