Similar Questions in AI System Design
Medium
When would you use a "Manager Agent" to delegate tasks to "Worker Agents" rather than having one single agent do everything?
View
Medium
Agents generate a lot of "internal thought" and tool logs. How do you keep the context window from filling up with irrelevant logs during a long multi-step task?
View
Medium
A user asks "What were the sales in 2023?" How do you prompt the LLM to separate the semantic search ("sales") from the metadata filter ("year == 2023")?
View