Top 5 · 2026-05-14 · source-backed
Route 85% of Your Queries to Cheap Models and Lose Almost Nothing
Story
UC Berkeley and Canva published production results on RouteLLM, and the numbers are hard to argue with: 85% cost reduction on MT Bench while retaining 95% of GPT-4 quality. The practical pattern is an 85/10/5 budget split. 85% of queries go to budget-tier models. 10% to mid-tier. 5% to frontier.
I've been doing manual routing in my own pipeline (sending different research agents to different models based on task complexity), but I haven't formalized it the way this research suggests. The case study that got my attention: a document processing pipeline dropped per-document cost from $1.40 to $0.34 by routing 4 of 7 agent steps to mid-tier and 2 to small models. Only the final synthesis step hit the frontier model.
This pairs directly with the harness story above. If 98.4% of your agent is deterministic infrastructure, then the routing decision, which model handles which step, is the single most important economic choice your harness makes. And most builders aren't making it at all. They're sending everything to the same model regardless of task difficulty.
The AICC enterprise token cost report confirms the macro picture: enterprise token costs fell 67% year-over-year through April 2026, driven by open-source pricing pressure (DeepSeek V4, Qwen 3.6-Plus) and multi-model routing adoption. But here's the catch. Agentic AI token consumption runs 5-30x higher per task than chatbot interactions. The per-token savings are being eaten alive by volume growth.
So you need both: cheaper tokens AND smarter routing. The teams that figure this out first will run agent workloads that their competitors literally can't afford to match.
Actionable advice: take your current agent pipeline and categorize each step as "needs reasoning" or "needs execution." Reasoning steps (planning, synthesis, evaluation) stay on frontier. Execution steps (formatting, extraction, classification) go to budget models. Start with Anthropic's own model routing or open-source RouteLLM. Measure quality on a per-step basis, not just end-to-end.
The 85/10/5 split isn't a suggestion. It's a survival strategy as token volumes compound.
Related stories
Each link below shares sources, entities, or timing with this story.
Shared entities / Shared topic / Earlier coverage / Tension
GPT-5.5 Is Here. It's Fast, It's Expensive, and It Changes How You Prompt.
Both cover April, DeepSeek V4, GPT; overlapping topics (cost, model, routing, task, token); earlier April coverage from 2026-04-25.
Shared entities / Shared topic / What happened next / Tension
DeepSeek V4 ships open-weight, 1M context, and cheap enough to break your build-vs-buy math
Both cover DeepSeek V4, GPT, Measure; overlapping topics (cost, frontier, model, token); picks up the DeepSeek V4 thread on 2026-06-15.
Shared entities / Shared topic / Earlier coverage
Xiaomi Just Open-Sourced a 1-Trillion Parameter Model Under MIT License. It Built a Compiler in 4 Hours.
Both cover Anthropic, April, GPT, Qwen; overlapping topics (cost, model, token); earlier Anthropic coverage from 2026-05-01.
Shared entities / Shared topic / What happened next
AI Subscriptions Are a Ticking Time Bomb. GitHub and Anthropic Both Shift to Usage-Based Billing
Both cover Anthropic, April, Measure; overlapping topics (budget, cost, model, token); picks up the Anthropic thread on 2026-05-19.
Shared entities / Shared topic / Earlier coverage / Tension
A 27B Model Just Matched the 400B One. It Fits on Your Laptop.
Both cover Anthropic, April, Qwen; overlapping topics (cost, model, token); earlier Anthropic coverage from 2026-04-23.
Kimi K2.6: A 1-Trillion-Parameter Open-Weights Model Just Beat GPT-5.4 on SWE-Bench Pro
Both cover Anthropic, GPT, Qwen; overlapping topics (agent, frontier, model); earlier Anthropic coverage from 2026-04-21.
Shared entities / Shared topic / Earlier coverage
Claude Code's UX Won. Now People Are Swapping the Brain.
Both cover Anthropic, DeepSeek V4, GPT; overlapping topics (agent, cost, model, token); earlier Anthropic coverage from 2026-05-04.
Shared entities / Shared topic / What happened next / Tension
Stanford Studied 51 Real AI Deployments. The Results Challenge Everything You Think You Know.
Both cover GPT, Start; overlapping topics (agent, enterprise, harness, model); picks up the GPT thread on 2026-05-16.
Source trail
Entities
Provenance
- Canonical issue
- Ramsay Research Agent — May 14, 2026
- AI generated
- no
- Story unit
- 2026-05-14-route-85-of-your-queries-to-cheap-models-and-lose-almost-nothing
- Labels
- source-backed, canonical briefing excerpt