Routing research

Router · the 2026 literature on LLM routing — 14 verified papers, and what each one suggests we build next.

The literature on the thing this app is. 2026 is the year LLM routing stopped being a clever trick and became infrastructure with its own literature, benchmarks and leaderboards. Three moves define it: route on richer signals than semantics, route over more than model choice, and treat the router as one axis of a bigger system. Reported savings of 53–74% now show up across independent groups — though each is a best case on that paper's own model pool, not a portable guarantee. Every arXiv ID below was fetched and title-matched during verification — none were dropped.
⚠ Reality check. Read the qualifiers. Every cost-saving number below is measured on the authors' own model pool and workload; swap the pool and the number moves. They establish that routing works and roughly how much it can buy — not what you will get.
Routing policy — what to decide, and on what signal 6 papers — the decision itself got richer: length budgets, session budgets, internal activations
R2-Router: A New Paradigm for LLM Routing with Reasoning
arXiv:2602.02823 · ICML 2026 · 2026-02-02

Reframes routing as deliberate reasoning: the router jointly picks the model AND its output-length budget via length-constrained instructions, instead of only picking a model.

Why it matters here: Cost is a function of model × tokens, not model alone. A length-budget dimension is a shippable new routing strategy.
Abstract: “state-of-the-art performance at 4–5× lower cost compared with existing routers”
⚠ Authors' own comparison set.
OrcaRouter: A Production-Oriented LLM Router with Hybrid Offline-Online Learning
arXiv:2605.30736 · independent · 2026-05-29

A deliberately simple production router: a LinUCB contextual bandit over lexical + sentence-embedding features, with an offline reward matrix built by scoring every candidate model on a curated prompt set.

Why it matters here: Almost exactly this app's architecture — with published leaderboard numbers you can benchmark our router against.
Ranked 2nd on the public RouterArena leaderboard
⚠ As stated at the authors' 2026-05-20 submission; standings move.
LLM Router: Rethinking Routing with Prefill Activations
arXiv:2603.20895 · NVIDIA · 2026-03-21

Routes on internal LLM activations (the residual stream captured at prefill) rather than semantic embeddings, with “Encoder-Target Decoupling” so one shared trunk can score every model in the pool.

Why it matters here: One forward pass scores the whole pool — and it is the largest published saving in this set.
Closes ~45.6% of the gap to an oracle router (frontier pool)
⚠ Explicitly “at its best”; results span three model pools.
SeqRoute: Global Budget-Aware Sequential LLM Routing via Offline Reinforcement Learning
arXiv:2605.25424 · independent · 2026-05-25

Treats a whole session, not a single query, as the routing unit — a finite-horizon MDP with remaining budget in the state, solved with Conservative Q-Learning so the policy learns delayed gratification.

Why it matters here: Fixes the failure SMB teams actually hit: burning the month's budget on easy early queries. Maps to a per-tenant spend cap in the gateway.
Cuts operational cost 6.0–73.5%; budget-bankruptcy rate under 1%
⚠ Range spans workloads; the high end is a best case.
Dynamic Model Routing and Cascading for Efficient LLM Inference: A Survey
arXiv:2603.04445 · survey · 2026-02-23

Systematic survey of multi-LLM routing and cascading — routing ACROSS independently trained models, explicitly contrasted with mixture-of-experts routing inside one model — under a when / what / how taxonomy.

Why it matters here: The citation that anchors this app's design: a published taxonomy showing our mix of strategies is the mainstream shape, not a bespoke hack.
3-axis taxonomy (when / what / how); v2 revised 2026-04-21
The Workload-Router-Pool Architecture for LLM Inference Optimization: A Vision
arXiv:2603.21354 · vLLM Semantic Router · 2026-03-22

Consolidates the vLLM Semantic Router project into three co-equal axes: Workload (chat vs agentic, prefill- vs decode-heavy), Router (semantic rules, bandits, RL, quality-aware) and Pool (GPU topology).

Why it matters here: A ready-made taxonomy for our Router and Strategies pages, backed by a real open-source production project.
3 dimensions; 3×3 interaction matrix; 21 research directions
Evaluating routers 1 paper — you cannot tune what you cannot score
TwinRouterBench: Fast Static and Live Dynamic Evaluation for Realistic Agentic Routing
arXiv:2605.18859 · independent · 2026-05-14

A benchmark for per-step agentic routing, where the router picks a model at every agent step from a locked pool. Static track: 970 router-visible prefixes from 520 instances across SWE-bench, BFCL, mtRAG, QMSum and PinchBench.

Why it matters here: The evaluation harness for step-level routing inside agents — the exact workload an SMB agent gateway serves, priced in real dollars.
Dynamic track: routed $25.66 vs unrouted Opus $54.7 on 100 held-out SWE-bench Verified cases
⚠ One workload, one pool.
Serving systems the router sits on 5 papers — drafting, prefill placement and caching change the economics under the router
DFlash: Block Diffusion for Flash Speculative Decoding
arXiv:2602.06036 · ICML 2026 · 2026-02-05

Replaces autoregressive drafting with a lightweight block diffusion model that generates a whole block of draft tokens in one parallel forward pass, conditioned on target-model context features.

Why it matters here: The highest-adoption inference win of 2026 — already a first-class method in vLLM (method=dflash) and SGLang Spec V2, so it is a real latency lever for self-hosted pool members.
Over 6× lossless acceleration; up to 2.5× more than EAGLE-3
Prefill-as-a-Service: KVCache of Next-Generation Models Could Go Cross-Datacenter
arXiv:2604.15039 · independent · 2026-04-16

Splits prefill from decode across datacenters: long-context prefill is offloaded to compute-dense clusters and the resulting KVCache shipped over commodity Ethernet — not an RDMA fabric — to the decode site.

Why it matters here: Explains why long-context prefill is becoming separately priced: WHERE to prefill becomes a routing dimension beyond which model to call.
54% higher throughput, 64% lower P90 TTFT vs a homogeneous PD baseline
Asynchronous Verified Semantic Caching for Tiered LLM Architectures (Krites)
arXiv:2602.13165 · independent · 2026-02-13

When a prompt's nearest curated-answer neighbour falls just below the similarity threshold, Krites asynchronously verifies whether the curated answer would in fact have served — and promotes it — instead of forcing one static threshold to decide.

Why it matters here: A concrete, low-risk gateway feature: a second cache tier that raises hit rate on curated answers with no added p99 latency.
Up to 3.9× more requests served from curated static answers
DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence
arXiv:2606.19348 · DeepSeek · 2026-06

Preview of the V4 series: two open-weight MoE models (Pro 1.6T/49B active, Flash 284B/13B) at 1M context, with hybrid compressed sparse attention.

Why it matters here: The strongest open option for cheap million-token routing — and it collapses the long-context cost curve in the router's favour.
At 1M context: 27% of V3.2's single-token inference FLOPs and ~10% of the KV cache
Kimi K3: Open Frontier Intelligence
arXiv:2607.24653 · Moonshot AI · 2026-07-27

The K3 technical report: 2.78T total / 104.2B activated MoE with native vision and 1M context, built on Kimi Delta Attention plus Attention Residuals, interleaving KDA with Gated MLA 3:1.

Why it matters here: Confirms linear/hybrid attention reached frontier open scale — and its numbers match what we independently read out of the released config.json.
2.78T total / 104.2B active; 16 of 896 routed experts; 3:1 KDA:MLA
Context & memory 2 papers — the counter-current: less context is now an accuracy argument, not just a cost one
Less Context, Better Agents: Efficient Context Engineering for Long-Horizon Tool Use
arXiv:2606.10209 · Microsoft · 2026-06-08

Ablates four context configurations on a 50-task expense-itemization benchmark in Dynamics 365 via MCP tools, 5 runs each. Keeping only the last five tool calls plus a summary beat passing full history.

Why it matters here: The strongest evidence for a context-budget control in the gateway: pruning raised accuracy AND cut spend — less context is an accuracy argument now.
Completion 71.0% → 91.6% while cutting ~63% of tokens
⚠ One 50-task enterprise workflow; do not over-generalise.
Scaling Self-Evolving Agents via Parametric Memory (TMEM)
arXiv:2606.04536 · independent · 2026-06-03

Moves agent memory out of the prompt and into weights — experience is distilled into fast LoRA updates online, so behaviour changes within a session without growing the context.

Why it matters here: Points past vector-DB retrieval to the next memory tier — a useful contrast case for our Vector databases and Agent harnesses pages.
Outperforms summary-based baselines on LoCoMo, LongMemEval-S, CL-Bench
From paper to product — what this suggests we build next, and what already exists
IdeaFromStatus
Length-budget routing
Let the router choose an output-token budget alongside the model — cost is model × tokens.
R2-Router (2602.02823)candidate
Session spend caps
Track remaining budget per tenant/session and let the policy spend it deliberately instead of first-come-first-served.
SeqRoute (2605.25424)candidate
Context-budget control
A gateway flag that prunes tool history to the last N calls + a summary — cheaper AND more accurate on that benchmark.
Less Context, Better Agents (2606.10209)candidate
Verified semantic cache tier
Async-verify near-miss cache neighbours and promote them, lifting curated-answer hit rate without p99 cost.
Krites (2602.13165)candidate
Router benchmarking
Score our own router on a public harness instead of asserting it works.
TwinRouterBench (2605.18859) · RouterArenacandidate
Quota-aware fallback
Cooldowns + headroom ordering across a provider pool.
Workload-Router-Pool (2603.21354)shipped
Cost-optimised selection
Cheapest model that clears a quality floor — the auto/cheap policy and the Cost Lab.
Routing/cascading survey (2603.04445)shipped
2 of these are already live in the gateway and Cost Lab; the other 5 are honest candidates, not promises.
Sign in to continue

LLM Switchboard is private — sign in with Authlee to access the control room.

Sign in with Authlee
← Back to home