One agent is useful. A team of agents is powerful. Build pipelines, coordinate handoffs, and manage agent teams.
By the end of this session, you'll have both conceptual understanding and hands-on experience with the foundations of AI.
Go from Session 6's design exercise to a working system: build a Researcher agent that feeds into an Analyst agent, then add an Editor for quality control.
Implement handoffs, shared context, and orchestration. Learn when pipeline, debate, and orchestrator patterns are the right choice.
The 'telephone game' problem: information degrades as it passes between agents. Build safeguards against compounding errors.
Multi-agent systems mirror organizational design: division of labor, specialization, coordination costs. Map business structures to agent architectures.
A carefully crafted progression from concepts to hands-on building.
In Session 6 you designed multi-agent systems on paper. Today you build one.
How agents talk to each other — message passing, shared context, and orchestration.
Build a Researcher → Analyst pipeline, then extend it with an Editor agent.
You now have a team of AI agents that collaborate. Next: what can go wrong?
The ethics of multi-agent systems: who's accountable when information degrades across agents?
Multi-agent isn't always better. Learn the decision framework.
You've built single agents, knowledge agents, and now agent teams. Next: apply them to YOUR industry.
Everything you need to explore, experiment, and build.
Build a Researcher → Analyst → Editor pipeline. Learn agent communication, handoffs, and quality control in a multi-agent system.
Open in ColabReview the visual explainer from Session 6: Pipeline, Debate, and Orchestrator architectures. Today you build what you designed.
View patternsOfficial documentation on building multi-agent systems with Claude. Covers orchestration, handoffs, and coordination patterns.
Read docsAnthropic's guide on when to use multi-agent vs. single-agent approaches. Includes decision frameworks and real-world examples.
Read guideProfessor's command center with talking points, demo cues, discussion prompts, and section timers for the full 2.5-hour session.
Open notes45-minute projectable countdown with 3 phases: Build Researcher (15 min), Build Analyst (15 min), Add Editor + Run Pipeline (15 min).
Start timerInteractive step-by-step visualization of a Researcher → Analyst → Editor pipeline. Watch data transform at each handoff with play/pause controls.
Launch demoStep-by-step walkthrough for all 4 homework tasks: extend your pipeline, analyze distortion, design for your industry, and read about orchestration.
View guideThree interactive challenges to build your intuition.
45 minutes in Google Colab. Build a team of specialized agents:
An agent that searches for information on a topic and returns structured findings: key facts, sources, and confidence levels.
Receives the Researcher's output, identifies patterns, generates insights, and writes recommendations. Tests: Does it add value beyond summarizing?
Fact-checks the Analyst's report, improves clarity, and scores overall quality 1-10. Run the full 3-agent pipeline end-to-end.
Test information distortion across your agent pipeline:
Send the same question through your pipeline 3 times. Compare the final outputs. How much do they differ?
Read each agent's intermediate output. Where did information change? Was it the Researcher, Analyst, or Editor?
Implement citation chains: each agent must cite where it got each fact. Re-run and compare accuracy.
Agent teams mirror org charts. Division of labor, specialization, and coordination costs apply to AI agents just like human teams. Design your agent system like you'd design a department.
Watch for the telephone game. Information degrades across agents. Citation chains and confidence propagation are your safeguards against compounding errors.
Multi-agent isn't always better. Each agent adds latency, cost, and complexity. Use the decision framework: multi-agent for complex, multi-expertise tasks. Single-agent for everything else.
The pipeline pattern is your workhorse. Research → Analysis → Review is the most common multi-agent pattern. Master it and you can adapt it to any domain.
Complete these tasks before our next class to prepare for prompt engineering.
Pick your department. Build your agent. Marketing, finance, HR, or operations — apply everything you've learned to YOUR career.