Fetching from the wire…
Public story · 2026-09-11 · high
The prefix-aware strategy keeps KV caches warm across requests, but it barely helps short conversations.
Why now: AWS detailed the routing strategy and mesh-llm shipped a matching cache feature within the same week.
Amazon SageMaker added a routing strategy called PREFIX_AWARE that sends requests sharing a prompt prefix to the same inference instance. That keeps the instance's KV cache warm instead of getting evicted and rebuilt on every call, per AWS's prefix-aware routing post.
The gain only shows up for one shape of workload: requests that repeat a long prompt prefix, like an agent's system instructions. Short, one-off conversations barely move.
The benchmark numbers are specific. Running Llama 3.1 70B on seven p5.48xlarge instances with 8K-token shared prefixes, median time-to-first-token dropped 71-77%, and the cache hit rate climbed to 82% from around 25%. Routing itself added 1.3-1.9 ms of overhead, small next to what it saves.
Short conversations without a long shared prefix only improved 13-16%. AWS's own numbers confirm the split: this is a fix for repeated long prompts, not for latency in general.
Self-hosters got a parallel option. Mesh-LLM shipped a radix prefix cache in version 0.76.0 on September 10 that survives node restarts and routes repeated prompts to workers with verified cache hits, instead of guessing which node might still have the prefix warm.
Neither release says what happens when prefixes don't line up cleanly, like an agent that appends a few tokens of user context before the shared instruction block. If your routing layer doesn't know your prompts share a prefix, you're paying for cache misses you don't have to.
Each link below shares sources, entities, or timing with this story.
Amazon signed a definitive agreement with the Amsterdam team behind DuckDB. DuckDB and the rest of the Duck Stack stay MIT-licensed under the nonprofit DuckDB Foundation, and creators Hannes Mühleisen and Mark Raasveldt keep leading technical direction from Amsterdam (AWS). AW...
Sondera intercepts every shell command, file operation, and web request from coding agents and adjudicates them with Cedar — the same formal policy engine used by AWS. Unlike probabilistic LLM guardrails, these rules are deterministic. Rust binaries, stateful trajectory stores...
If you wrote an MCP server before July, it's on a protocol shape the maintainers have already removed. Not deprecated-with-a-migration-window. Removed from the spec. MCP lead maintainers David Soria Parra and Den Delimarsky published an updated roadmap on August 22, and the re...
Three separate Anthropic changes over about two weeks point the same direction, and none of them announced themselves as a strategy. Claude Code 2.1.238 added claude self-hosted-runner --defer-shutdown-max-min, which keeps serving attached sessions on SIGTERM, parks whatever's...
Three things happened this month that only make sense together. Agent Plugins 1.0 shipped co-signed by six competitors: AWS, Anysphere, Microsoft, OpenAI, Vercel and Google (GitHub Changelog). It makes skills-plus-MCP bundles portable across clients. OpenAI's August 11 Codex c...
Every coding agent ships a permission prompt. The premise is that a human looking at the command is the control. That premise just got measured, and it doesn't hold. Scale X published results on August 5 from 40,000+ plays of its agent-permission game covering 409,000+ individ...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.