DeepMind Proposes New Model Routing Framework
Google DeepMind researchers have proposed evaluating multi-model routing systems on behavioral diversity and query stability rather than just accuracy and cost. Using metrics like Hierarchic Social Entropy, they show that fewer than ten models capture most routing diversity, and that prompted routing is far more robust than learned KNN routers.
Evaluating routers purely on accuracy is a dangerous illusion that hides redundant or highly erratic model dispatching.
* Current benchmarks miss the point: Standard benchmarks evaluate routers on overall accuracy, ignoring that a router might look good but do nothing useful if the model pool is redundant.
* Diminishing returns on model variety: The discovery that under ten models are sufficient to capture the vast majority of diversity (HSE) implies that developer teams should focus on a tiny, highly differentiated coreset of models rather than maintaining large, complex model societies.
* KNN vs. Prompted routing trade-off: The collapse of KNN routers under minor prompt perturbations indicates that learning-based dispatchers are highly brittle, making prompted routing a far more reliable choice for real-world deployments.
DISCOVERED
1h ago
2026-07-14
PUBLISHED
1h ago
2026-07-14
RELEVANCE
AUTHOR
omarsar0