CLAIJun 16

Scaling Enterprise Agent Routing: Degradation, Diagnosis, and Recovery

arXiv:2606.1751918.3
Predicted impact top 48% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For developers of enterprise LLM assistants with large tool catalogs, this work identifies and quantifies the routing degradation problem and provides a practical recovery method.

The paper studies how routing accuracy degrades as the number of agents/tools scales in a production LLM assistant, finding a 16-23 percentage point drop in F1 for under-specified requests when scaling from 10 to 110 agents. Embedding-based shortlisting recovers 10-11pp F1 at full scale, validated on 1,435 human-labeled utterances with a 10-17pp recovery.

Production LLM assistants route user requests to growing libraries of specialized tools, but how does routing accuracy degrade as the catalog scales? We study single-step routing on a 110-agent, 584-tool catalog from a deployed enterprise productivity assistant, evaluating three frontier models from 10 to 110 agents. Routing F1 on under-specified requests drops 16--23 percentage points across models. An oracle analysis decomposes the degradation into a \emph{retrieval} gap (the model cannot surface the right tool) and a \emph{confusion} gap (even with perfect retrieval, the oracle ceiling drops 10pp). Embedding-based shortlisting recovers +10--11pp F1 at full scale across all three models and two providers. A production annotation study (1,435 human-labeled utterances, three annotators) confirms the recovery on real traffic at +10--17pp despite 10--15pp lower absolute performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes