DEV Community

AI Tech Connect
AI Tech Connect

Posted on • Originally published at aitechconnect.in

When Your Agent Has 200 Tools: Retrieval and Deferred Schemas

Originally published on AI Tech Connect.

What you need to know Tool count grows by accretion, not design. Each integration adds ten to forty tools and nobody removes one. Three separate costs — tokens, selection accuracy and latency — and they do not respond to the same fix. Prompt caching addresses tokens only. The model still reads every definition, so accuracy is untouched. Retrieval controls breadth: embed descriptions and example invocations, retrieve top-k per task, pin a small must-have set. Deferred schemas control depth: names and one-line summaries first, full parameter shapes only when needed. Adding a tool is a migration. Re-run the selection eval before it ships, as you would for a schema change. How an agent quietly ends up with 200 tools The arithmetic is unremarkable and that is precisely why it catches teams…


Read the full article on AI Tech Connect →

Top comments (0)