Use three required sources: a pattern taxonomy, a practical agent-building guide, and concrete orchestration mechanics. Keep the optional refresher for deterministic workflow vocabulary only.
Required
The highest-signal taxonomy for this session: workflows versus agents, prompt chaining, routing, parallelization, orchestrator-workers, evaluator-optimizer loops, and when simple composable patterns beat elaborate autonomy.
Read for: the vocabulary and tradeoff language interviewers expect when they ask about agentic system design.
Required
A concise guide to agent components, tool use, guardrails, single-agent versus multi-agent designs, manager patterns, and decentralized handoffs.
Read for: how to turn the pattern taxonomy into an implementation plan with responsibilities, interfaces, and risk controls.
Required
Concrete orchestration guidance for deciding whether specialist agents should be exposed as tools under a central agent or receive control through handoffs.
Read for: the architecture boundary between delegation, routing, user-facing transfer, and traceable control flow.
Optional Refresher
A short refresher on sequential, loop, and parallel workflow agents when you need crisp language for deterministic control flow.
Skim for: a reminder that not every useful agentic system needs autonomous planning at every step.