Similar Questions in AI System Design
Hard
AI agents often rely on external tools/APIs. How would you design a system that ensures robustness when these dependencies are unreliable or slow?
View
Hard
If a tool returns a massive 50MB JSON file, you can't feed that to the LLM. How do you "summarize" or "filter" tool observations for the agent?
View
Medium
If your user queries are short "slang" phrases but your documents are formal legal texts, how do you ensure the embedding model can bridge that semantic gap?
View