Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

model routing

30 articles about model routing in AI news

Model Routing Cut This Dev's Claude API Spend 35%

A developer cut Claude API spend 35% by routing tasks across Opus, Sonnet, and Haiku. Quality on hard tasks rose because Opus stopped handling busywork.

88% relevant

CostRouter Emerges as Smart AI Gateway, Cutting API Expenses by 60% Through Intelligent Model Routing

A new API gateway called CostRouter analyzes request complexity and automatically routes queries to the cheapest capable AI model, saving developers up to 60% on API costs while maintaining quality thresholds.

79% relevant

7 AI Agent Cost Optimization Strategies That Cut LLM Bills by Up to 90%

The source outlines seven cost optimization strategies for AI agents, including prompt compression and model routing, that can reduce LLM bills by up to 90%. This matters for retail and luxury brands deploying AI at scale where inference costs can become prohibitive.

69% relevant

Scale Your AI Code Review Fleet

Gito v4.1.0 now runs on Claude Code and Gemini CLI. Use async LLM requests and selective model routing to scale code review fleets efficiently.

87% relevant

Claude Code Reverse-Engineered: 98.4% of Codebase is Operational Harness

A reverse-engineering analysis of Claude Code reveals only 1.6% of its codebase is AI decision logic, with the rest being operational infrastructure. This challenges current agent design paradigms by prioritizing a robust deterministic harness over complex model routing.

100% relevant

oh-my-claudecode: Open-Source Multi-Agent Orchestration Layer for Claude Code Boosts Speed 3-5x

Developer hasantoxr released oh-my-claudecode, an open-source orchestration layer that adds five execution modes and 32 specialized agents to Claude Code, reportedly delivering 3-5x faster output with automated model routing between Haiku and Opus.

95% relevant

OpenDev Paper Formalizes the Architecture for Next-Generation Terminal AI Coding Agents

A comprehensive 81-page research paper introduces OpenDev, a systematic framework for building terminal-based AI coding agents. The work details specialized model routing, dual-agent architectures, and safety controls that address reliability challenges in autonomous coding systems.

95% relevant

R³AG: A New Routing Framework That Matches Queries to Retriever

R³AG is a novel routing framework that dynamically selects the optimal retriever for each query in RAG systems, considering not just relevance but also how well the retrieved document helps the generator produce correct answers. It uses contrastive learning to model query-specific preferences, consistently outperforming existing methods on knowledge-intensive tasks.

78% relevant

Agno v2: An Open-Source Framework for Intelligent Multi-LLM Routing

Agno v2 is an open-source framework that enables developers to build a production-ready chat application with intelligent routing. It automatically selects the cheapest LLM capable of handling each user query, optimizing cost and performance.

85% relevant

98× Faster LLM Routing Without a Dedicated GPU: Technical Breakthrough for vLLM Semantic Router

New research presents a three-stage optimization pipeline for the vLLM Semantic Router, achieving 98× speedup and enabling long-context classification on shared GPUs. This solves critical memory and latency bottlenecks for system-level LLM routing.

80% relevant

Beyond Euclidean Distances: How Asymmetric Routing AI Can Optimize Luxury Logistics and Last-Mile Delivery

RADAR introduces a neural framework that solves real-world asymmetric vehicle routing problems, crucial for optimizing luxury goods delivery, store replenishment, and client appointment scheduling in complex urban environments.

70% relevant

Muxer: Open-Source Model Multiplexer Slashes Claude Code Costs by Routing

Muxer reduces Claude Code costs by multiplexing models per subtask via agent frontmatter and session hooks. Keep Fable/Opus for planning; route boilerplate to Haiku.

70% relevant

Claude Fable 5 in Claude Code: The Routing Strategy That Saves Your Weekly Limit

Claude Fable 5 ($10/$50 per M tokens) scores 91 on Senior Engineer benchmarks vs Opus 4.8's 63—use `/model fable` for complex, multi-file tasks, but reserve quick edits for cheaper models to save your weekly limit.

88% relevant

Plano AI Proxy Promises 50% Cost Reduction by Intelligently Routing LLM Queries

Plano, an open-source AI proxy powered by the 1.5B parameter Arch-Router model, automatically directs prompts to optimal LLMs based on complexity, potentially halving inference costs while adding orchestration and safety layers.

85% relevant

ELDR: Expert-Locality Decode Routing Cuts MoE TPOT by 13.9%

ELDR uses prefill expert signatures to route decode requests, cutting median TPOT by 5.9–13.9% in vLLM at scale.

85% relevant

New MoE Framework Tames User Interest Shifts in Long-Sequence Recommendations

Researchers propose MoS, a model-agnostic MoE approach that handles long user sequences by detecting session hopping – where user interests shift across sessions. The theme-aware routing mechanism filters irrelevant sessions, while multi-scale fusion captures global and local patterns. Results show SOTA on benchmarks with fewer FLOPs than alternatives.

94% relevant

Kimi's Selective Layer Communication Improves Training Efficiency by ~25% with Minimal Inference Overhead

Kimi has developed a method that replaces uniform residual connections with selective information routing between layers in deep AI models. This improves training stability and achieves ~25% better compute efficiency with negligible inference slowdown.

87% relevant

New AI Research: Cluster-Aware Attention-Based Deep RL for Pickup and Delivery Problems

Researchers propose CAADRL, a deep reinforcement learning framework that explicitly models clustered spatial layouts to solve complex pickup and delivery routing problems more efficiently. It matches state-of-the-art performance with significantly lower inference latency.

79% relevant

Beyond Homogenization: How Expert Divergence Learning Unlocks MoE's True Potential

Researchers have developed Expert Divergence Learning, a novel pre-training strategy that combats expert homogenization in Mixture-of-Experts language models. By encouraging functional specialization through domain-aware routing, the method improves performance across benchmarks with minimal computational overhead.

75% relevant

Claude Code Digest — Aug 04–Aug 07

Claude Code is shifting from “smart prompt box” to a policy-controlled execution layer: the biggest wins now come from routing, sandboxing, and making agents auditable instead of just smarter.

95% relevant

LLM Gateway Moves That Cut Multi-Provider AI Bills 40–85%

Towards AI details an LLM gateway routing layer that cuts multi-provider AI costs by 40–85%, with pricing from $0.10 to $30 per million tokens. It matters for retail teams managing escalating AI spend.

93% relevant

Claude Code Subagents Not Being Used? Fix Your description Field First

Fix subagent routing by making `description` a trigger condition, not a title. Use `/doctor` for name collisions and validate `tools` entries. This turns your custom agents into reliable specialists.

100% relevant

Microsoft MAI-Cyber-1-Flash Hits 96% on CyberGym

Microsoft's MAI-Cyber-1-Flash scores 96% on CyberGym, cutting costs 50% by handling 90% of security tasks locally while routing complex cases to GPT-5.4.

100% relevant

Building Intelligent Feedback Systems

A technical guide on building a customer review triage system using LangGraph, LangChain, Groq, and Pydantic. It explains how agentic workflows enable conditional routing based on sentiment analysis.

92% relevant

How to Govern Claude Code Across Your Team: 4 Gaps to Fix Before the Next CVE

Govern Claude Code by routing through an AI gateway with `ANTHROPIC_BASE_URL`, locking settings via MDM, denying filesystem access to secrets, and auditing MCP servers. Two CVEs in 2026 prove repo-level config is an execution layer.

100% relevant

Chinese LLMs Surge on OpenRouter as U.S. AI Traffic Shifts

Chinese LLMs now drive most weekly token growth on OpenRouter, with American startups routing more traffic to them, per @rohanpaul_ai. The shift reflects utility over brand loyalty.

100% relevant

Prism v1.8 Adds CLI, MCP Server, and SDKs — Here's How to Use Them with

Prism v1.8's MCP server gives Claude Code direct control over caches, budgets, and routing. Install it in 2 minutes and ditch the dashboard for terminal-based AI infrastructure management.

73% relevant

How Claude Code's Upstream Proxy Solves Corporate Network Headaches

Claude Code's CCR feature transparently routes subprocess HTTP traffic through a secure WebSocket tunnel, handling corporate MITM certificates and complex network routing automatically.

100% relevant

The Claude OAuth Workaround Is Dead. Here's How to Cut Your Claude Code API Bill Today

Anthropic killed the OAuth token exploit. Use TeamoRouter's 50% discount and multi-provider routing to slash Claude Code costs without crypto.

95% relevant

How to Configure Claude Code's Sub-Agent Orchestration for Parallel, Sequential, and Background Work

Add routing rules to your CLAUDE.md to make your central AI delegate tasks intelligently—parallel for independent domains, sequential for dependencies, background for research.

95% relevant