The Hidden Cost in Every AI Agent You’ve Ever Built
And how GPT-5.4’s Tool Search is the first real fix for it. Here’s something I don’t see talked about enough in the AI/ML space. Every time you build an agent — doesn’t matter if it’s LangGraph, CrewAI, AutoGen, custom orchestration — you’re doing something quietly expensive in the background. You’re stuffing every tool definition into the context window upfront. Every function schema, every description, every parameter list. All of it. Before the model has even read your user’s message. Most of the time, the agent […]