routing

Tag

Cards List
#routing

Control the Harness, Control the Cost: Routing and Governing AI Coding Agents in the Enterprise

arXiv cs.AI ↗ · 7h ago Cached

This preprint paper proposes a customizable router for AI coding agents in enterprises to optimize costs by intelligently routing requests, saving 14-21% of model spend annually for large companies.

0 favorites 0 likes
#routing

When Learned Context Planning Fails to Beat Strong Retrieval: A Controlled Study of Planning, Routing, and Reranking for Long-Context QA

arXiv cs.CL ↗ · yesterday Cached

This paper presents a controlled study on learned context planning for long-context multiple-choice QA, demonstrating that it does not robustly outperform strong retrieval methods like BM25 and hybrid retrieval under various experimental settings.

0 favorites 0 likes
#routing

I went through 600+ Jev builds. the interesting part isn't the flashy demos

Reddit r/artificial ↗ · 3d ago

After analyzing over 600 builds using Jev, the author finds that the most interesting aspect is not flashy demos but the cost-effective automation of routine tasks, enabling large-scale economical AI applications.

0 favorites 0 likes
#routing

Attention-Aware Routing: Coupling Routing and Attention in MoEs

arXiv cs.AI ↗ · 4d ago Cached

This paper introduces Attention-Aware Routing (AAR), a method that enhances Mixture-of-Experts language models by incorporating attention weights into the router, improving mathematical reasoning performance and revealing coupled dynamics between routing and attention.

0 favorites 0 likes
#routing

I tested an AI model that doesn’t generate anything — it just makes decisions

Reddit r/ArtificialInteligence ↗ · 5d ago

The article tests an AI model called Jev from TypeSafe AI, designed for fast, structured decisions rather than generation, aiming to improve efficiency in AI workflows by separating decision-making from general-purpose LLM tasks.

0 favorites 0 likes
#routing

SWRouter: Similarity-Contractive Window Routing for Multi-Turn Large Language Model Conversations

arXiv cs.CL ↗ · 2026-09-11 Cached

Introduces SWRouter, a similarity-contractive window router for multi-turn large language model conversations, addressing challenges in context segmentation and routing evaluation.

0 favorites 0 likes
#routing

@navaneethvb: For folks interested in how LLM inference actually works in production, especially the routing part, this is what it lo…

X AI KOLs Timeline ↗ · 2026-09-06 Cached

A technical explanation of how LLM inference requests are routed when they hit a GPU cluster in production environments.

0 favorites 0 likes
#routing

R$^{2}$Adapter: A Routing and Rewriting Adapter for Efficient Hybrid RAG

arXiv cs.CL ↗ · 2026-09-04 Cached

R2Adapter is a lightweight routing and rewriting adapter that dynamically allocates queries between vanilla and graph-based RAG, reducing graph-based RAG usage by up to 59% while maintaining accuracy in multi-hop QA benchmarks.

0 favorites 0 likes
#routing

Nvidia Pair seems nice for people with multiple inference servers

Reddit r/LocalLLaMA ↗ · 2026-09-03 Cached

NVIDIA PAIR is a beta tool that enables users to form a personal AI inference cluster by connecting local devices like DGX Spark, RTX systems, and Macs for efficient, private workflow routing.

0 favorites 0 likes
#routing

Learning What to Retain: Gated-Memory Routing for Efficient Collaboration in Multi-Agent LLM Systems

arXiv cs.AI ↗ · 2026-09-02 Cached

The paper proposes Gated-Memory Routing, a framework for multi-agent LLM systems that uses learned gates to manage memory, improving accuracy and reducing inference costs on reasoning and code-generation benchmarks.

0 favorites 0 likes
#routing

@LangChain: OpenAI's prompt cache makes a request 90% cheaper, but the cache key tops out around 15 requests per second. @HeggieCon…

X AI KOLs Timeline ↗ · 2026-09-01 Cached

OpenAI's prompt cache reduces request costs by 90% but has a cache key limit of 15 requests per second. Unify GTM built a custom routing solution to bypass this limit, achieving a 95% cache hit rate.

0 favorites 0 likes
#routing

GATNextHop: A GAT for Shortest Path Routing with Cross-Topology Generalization

arXiv cs.LG ↗ · 2026-08-26 Cached

The paper introduces GATNextHop, a Graph Attention Network model that approximates shortest path routing and generalizes across network topologies, evaluated against Dijkstra's algorithm on real-world ISP networks.

0 favorites 0 likes
#routing

Paired Exact-Reset Evaluation of a Prediction-Derived Medium-to-Full World-Model Cascade

arXiv cs.LG ↗ · 2026-08-18 Cached

This paper introduces a paired exact-reset evaluation protocol to determine when switching from a medium to a full world-model predictor improves task-specific decision loss, with experiments in PushT and PyBullet showing incremental routing benefits.

0 favorites 0 likes
#routing

@alexa_griffith_: Red Hat AI blog series part 3 is out now! This part focuses on how Red Hat's AI Inference on managed Kubernetes uses ll…

X AI KOLs Timeline ↗ · 2026-08-17 Cached

Red Hat's AI blog series part 3 details how llm-d routes model inference traffic on Amazon EKS within their managed Kubernetes platform, using Kubernetes resources and Envoy integration for real-time decisions.

0 favorites 0 likes
#routing

Causal Structure is Inducible but Functionally Decoupled: The Routing/Readout Boundary of a Typed Mechanism Library

arXiv cs.CL ↗ · 2026-08-13 Cached

This paper investigates how transformers organize causal knowledge, showing that type-level supervision induces a typed routing structure that is functionally decoupled from answer readout, with exact local editability and bit-exact revertibility.

0 favorites 0 likes
#routing

Detecting a Route Flip Is Easier Than Knowing Whether to Fix It: Causal Route-Mediated Damage in Quantized Mixture-of-Experts

arXiv cs.AI ↗ · 2026-08-13 Cached

This paper studies how 4-bit KV-cache quantization in Mixture-of-Experts models causes route flips, and finds that detecting a flip is possible but predicting whether the flip is harmful is not, proposing a causal measurement apparatus rather than a mitigation.

0 favorites 0 likes
#routing

A Cost-Efficient Routing Pipeline for Multilingual Short-Text Classification Using Small Language Models

arXiv cs.CL ↗ · 2026-08-12 Cached

This paper presents a cost-efficient routing pipeline for multilingual short-text classification that selectively translates low-resource languages into English before zero-shot classification using small language models, showing quality gains on SIB-200 and MASSIVE benchmarks.

0 favorites 0 likes
#routing

Share First, Route What Remains: A Unified Framework for Token-Adaptive MoE Computation

arXiv cs.LG ↗ · 2026-08-12 Cached

This paper proposes UniF-MoE, a unified framework for token-adaptive Mixture-of-Experts computation that first shares reusable computation across experts and then routes the remaining residual demand, improving performance while reducing activated computation, latency, and memory on DomainBed and GLUE benchmarks.

0 favorites 0 likes
#routing

The Evolution of Mixture-of-Experts Architectures in Large Language Models: Routing, Topology, Load Balancing, and Expert Parallelism

arXiv cs.CL ↗ · 2026-08-11 Cached

A technical survey of Mixture-of-Experts architectures in LLMs, organizing evolution along expert granularity, topology, routing, load balancing, and execution, and proposing complementary views of architectural milestones and control planes.

0 favorites 0 likes
#routing

Pre-Inference Routing for Cost-Efficient Document Field Extraction

arXiv cs.CL ↗ · 2026-08-10 Cached

This paper investigates whether document extraction difficulty can be predicted before inference using low-cost features, allowing a router to select between a cheap and a strong model. Routing cut costs by up to 77% in some genres while maintaining quality, but only when difficulty varies and is predictable from document features.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback