Session Recap
What we covered and how to apply it this week.
We explored how specialist agents outperform generalists, and why a dispatcher that routes work to the right specialized agent is faster and higher quality than one big agent trying to do everything. We built a dispatch map - a simple decision tree that lets an AI categorize requests and route them automatically to the correct specialist agent.
Identify 4-6 categories of work you handle. For each category, write down the trigger (what signals it), the specialist name, and what good output looks like. You don't need to build the agents yet. Just map it out.
Design a dispatch map for your role. Submit your categories, your triggers, and a specialist agent description. Your AI Buddy will grade you on whether your categories are distinct, your triggers are specific enough for AI to recognize, and whether you understand the domain knowledge that each specialist would need.
Go to challenge β