Blog
Writing
Life, tech, and everything in-between.
Supervisor and Router: A Central Agent That Delegates to Specialists
7 minAI
When a single agent carries too many tools and too many responsibilities, the fix is not a bigger prompt but a supervisor whose tools are other agents. Each specialist has its own prompt, its own tools, and its own scratchpad.
Routing: Classify and Dispatch LLM Requests to Specialists
6 minAI
A prompt tuned to handle billing refunds well is almost never the same prompt that handles technical outages well. Route the input instead, and give each category a prompt, a toolset, and sometimes a model of its own.