Revision
Chapters
Part I of the study guide, distilled — one scrollable page per chapter, diagrams first, an exam-trap box per concept, and a 60-second recall list at the bottom.
- 01Claude API
The request/response contract every agent is built on — and the four fields the exam actually tests.
- 02Tools and tool_use
Descriptions are the selection mechanism. Schemas buy syntax, never semantics.
- 03Claude Agent SDK
The agentic loop, hub-and-spoke, and why hooks beat prompts for anything that costs money.
- 04Model Context Protocol
One flat tool namespace, config that decides who gets the server, and errors an agent can act on.
- 05Claude Code Config
Where a config file lives decides who it reaches — plus plan mode, CI with -p, and session forking.
- 06Prompt Engineering
Examples instead of adjectives, criteria instead of judgement, and retries that carry the actual error.
- 07Message Batches API
Half price, a 24-hour ceiling that is not an SLA, and no tool loops. Plus surgical recovery via custom_id.
- 08Task Decomposition
Fixed pipeline when the scope is knowable, dynamic when it emerges — and why 14 files need 15 passes.
- 09Escalation & HITL
Rule-based triggers, the three that only look like triggers, and a handoff the operator can read cold.
- 10Error Handling
Categories that decide retryability, the four ways information gets destroyed, and gaps you annotate instead of hide.
- 11Context Management
Facts blocks that survive compaction, trimming at the boundary, and delegation as a context strategy.
- 12Preserving Provenance
Claims that carry their source and date, conflicts kept rather than resolved, and format chosen by content.
- 13Built-in Tools
One job per tool, Grep-first investigation, and what to do when Edit has nothing unique to match.