Third-party cyber evaluations involving OpenAI models
openai.com·14h ago

TL;DR
Cheaper AI models like Claude Sonnet 5 may not reduce overall agent costs due to hidden expenses from context management. While Sonnet 5 launched at a lower price than Opus 4.8, the true costs arise from unfiltered tool schemas and repeated calls.
✦ Why It Matters
Evaluate your AI agent's context management strategies to minimize hidden costs and optimize budget allocation.
Key Takeaways
How It Works
The Model Context Protocol (MCP) allows AI agents to connect to various tools through a single setup. However, many MCP clients load all tool schemas at the start of a session, leading to excessive token consumption.
By implementing on-demand loading of tool definitions, organizations can significantly reduce token usage and costs.
Related