Fetching from the wire…
Public story · 2026-07-31 · high
CAM-DF ships as a plugin over an existing tool ranker, no fine-tuning required, across five domains and 1,343 tasks.
Why now: The paper posted to arXiv in July 2026, as MCP tool lists for many agent setups quietly outgrow their context budgets.
CAM-DF cut tool exposure to AI agents by 37%, holding task success steady, per a July 2026 arXiv paper. The test spanned five domains and 1,343 tasks.
That's a real budget line for anyone running an agent against a growing MCP tool list. Every extra tool description in a prompt eats context and adds cost before the model does anything useful.
The method treats tool acquisition as a stopping problem instead of a ranking problem. It trains offline on the gap between stopping now and continuing to the best next tool call. The sign of that gap labels the decision to stop or continue. The size of the gap weights each error by how much it costs, so bigger mistakes matter more.
It sits in front of an existing tool ranker as a pre-execution plugin. Getting the 37% cut required no fine-tuning of that ranker, per the paper.
A third of the tools most agents load into context are dead weight nobody's auditing. Cost-aware stopping proves it without touching the ranker underneath. The paper doesn't say how the method holds up on tool lists bigger than the ones tested. It also doesn't say whether the stopping signal holds up if the underlying ranker is weaker than the one tested here.
The paper landed on arXiv in July 2026, as MCP tool lists on many agent setups quietly outgrow their context budgets.
Each link below shares sources, entities, or timing with this story.
Stripe published Part 2 of its Minions engineering blog, and it's the most detailed production agent architecture I've read from any company this year. The numbers alone are worth the read: 1,300+ weekly merged PRs from coding agents. But the architecture decisions matter more...
lean-ctx is a Rust-based system that sits between AI coding tools and LLMs, compressing file reads by 60-99% and shell output by 60-95% using Tree-sitter AST parsing for 18 languages. Cached re-reads cost only 13 tokens. Works as a standard MCP server with 49 tools. Compatible...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
Eighteen days. That's how long you have. The 2026-07-28 MCP specification release candidate removes the session concept from the protocol layer entirely. The initialize / initialized handshake is gone. The Mcp-Session-Id header is gone. Protocol version, client identity, and c...
This is the most useful engineering thing I read all week, and it's not a model. It's a pattern. Anthropic's engineering post on code execution with MCP describes laying out MCP tools as files in a code tree (think ./servers/google-drive/getDocument.ts) that the agent discover...
It captures agent sessions against your server across Claude, ChatGPT and other clients, surfacing intent, reasoning, every tool call, and success scores, then groups sessions by use case ranked by volume and success rate and clusters failures by root cause. $50 per additional...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.