English

LLM Router: Rethinking Routing with Prefill Activations

Computation and Language 2026-04-02 v2 Machine Learning

Abstract

LLMs often achieve similar average benchmark accuracies while exhibiting complementary strengths on different subsets of queries, suggesting that a router with query-specific model selection can outperform any single model. While existing routers rely on semantic query features, they often fail to capture model-specific failures or intrinsic task difficulty. We instead study routing via internal prefill activations. Our key idea, Encoder-Target Decoupling, separates the model that produces the predictive signal (the Encoder) from the model whose correctness is being estimated (the Target), allowing open-weight encoders to predict the performance of closed-source target models. We evaluate layerwise geometric probes, finding that Fisher Separability (J) effectively identifies informative layers, supported by Effective Dimensionality (d_eff) diagnostics. We then utilize a SharedTrunkNet, a joint multi-output MLP that predicts simultaneous correctness probabilities across candidate models using concatenated prefill features. In our experiments, SharedTrunkNet consistently outperforms semantic baselines. At its best, SharedTrunkNet closes 45.58% of the gap between the strongest standalone model and the oracle while achieving 74.31% cost savings relative to the most expensive model. These results demonstrate that prefill activations provide a robust routing signal, establishing mechanistic routing as a high-performance alternative to purely semantic selection.

Keywords

Cite

@article{arxiv.2603.20895,
  title  = {LLM Router: Rethinking Routing with Prefill Activations},
  author = {Tanay Varshney and Annie Surla and Michelle Xu and Gomathy Venkata Krishnan and Maximilian Jeblick and David Austin and Neal Vaidya and Davide Onofrio},
  journal= {arXiv preprint arXiv:2603.20895},
  year   = {2026}
}
R2 v1 2026-07-01T11:31:36.821Z