Routing with Generated Data: Annotation-Free LLM Skill Estimation and Expert Selection

Tianyi Niu, Justin Chih-Yao Chen, Genta Indra Winata et al.

January 14, 2026 Score: 8.7 Deep analyzed

Interest Score Breakdown

Seismic Impact (30%)

8.0/10

Industry-wide significance

Ecosystem Relevance (70%)

9.0/10

Applicable to your apps

Abstract

Large Language Model (LLM) routers dynamically select optimal models for given inputs. Existing approaches typically assume access to ground-truth labeled data, which is often unavailable in practice, especially when user request distributions are heterogeneous and unknown. We introduce Routing with Generated Data (RGD), a challenging setting in which routers are trained exclusively on generated queries and answers produced from high-level task descriptions by generator LLMs. We evaluate query-answer routers (using both queries and labels) and query-only routers across four diverse benchmarks and 12 models, finding that query-answer routers degrade faster than query-only routers as generator quality decreases. Our analysis reveals two crucial characteristics of effective generators: they must accurately respond to their own questions, and their questions must produce sufficient performance differentiation among the model pool. We then show how filtering for these characteristics can improve the quality of generated data. We further propose CASCAL, a novel query-only router that estimates model correctness through consensus voting and identifies model-specific skill niches via hierarchical clustering. CASCAL is substantially more robust to generator quality, outperforming the best query-answer router by 4.6% absolute accuracy when trained on weak generator data.

Deep Analysis

Get a detailed analysis of this paper's relevance to your ecosystem.

How to Use in Your Ecosystem

This routing technique could dramatically enhance the Claude-powered orchestrator's agent selection logic, particularly for dynamically routing tasks across specialized agents like rails-expert, test-engineer, and investigator. The CASCAL consensus voting approach could help the orchestrator more intelligently assign complex tasks like code generation, test automation, or refactoring to the most contextually appropriate agent based on skill estimation, improving overall system reliability and performance. Rationale:

Source