Gave an agent 30 tools. It got worse at using the 3 that mattered.
Summary
The author observed that adding more tools to an AI agent decreased its accuracy in selecting the correct tool due to increased classification complexity, and found that using multiple smaller agents with narrower toolsets improved reliability.
Similar Articles
Giving my agent fewer tools made it more capable, not less
The author argues that giving an AI agent fewer, coarser tools improves reliability and cost by reducing decision surface and preventing the model from confusing factual and simulated outputs.
At what tool count does your agent start getting dumber?
The author discusses how AI agents' reasoning degrades with too many tools, noting a cap of 20 tools by Genie Code, and invites community discussion on solutions.
do agents get worse to maintain as you add more tools?
Explores the potential challenges of maintaining AI agents as the number of integrated tools increases, questioning scalability and complexity.
@hanakoxbt: your agent has thirty tools. it calls two of them. the other twenty eight are not sitting idle somewhere. they are in t…
Unused tools in an AI agent's toolset still consume tokens and add noise to tool selection, so agents should load only the tools required for the current task.
I stopped trying to build one super-agent and split it into 4 narrow agents. Reliability went way up.
The author describes improving AI agent reliability by replacing a single general-purpose agent with a four-agent workflow specializing in intake, research, action, and review. This shift prioritized system predictability and easier debugging over raw autonomy.