TSTanisha Soniintanisha-soni.hashnode.dev·15h ago · 4 min readYour LLM Doesn't Need to See the Token Either Last article, I showed you how to stop shoving 47 tool descriptions into your LLM's context window. This one's about a different problem: what happens after the LLM picks a tool. Here's the thing nobo00
TSTanisha Soniintanisha-soni.hashnode.dev·1d ago · 7 min readYour LLM Doesn't Need to Know About All 47 ToolsI built a support agent that loaded 40+ tools from MCP. The agent kept getting confused, latency crept up, and my token bill wasn't pretty. The fix turned out to be a FAISS index show the LLM only the00