Pandora's AI Model Routing Box: Efficient Allocation with Costly Value Estimation addresses the challenge of routing AI queries to the most effective model while managing the computational costs of evaluating which model is best for a given task. The authors propose a framework that treats model selection as a search problem, balancing the use of cheap, noisy estimates with expensive, accurate ones to optimize overall system performance and cost.
The Routing Trade-off
AI systems often rely on a mix of models, ranging from fast, simple architectures to complex, resource-intensive ones. To route a query effectively, a system must estimate the expected return of each model. However, these estimations themselves carry a cost. Cheap estimators, such as embedding-based predictors, are fast but imprecise. Accurate estimators, such as fine-tuned models that analyze partial reasoning traces or retrieval results, provide better guidance but consume significant compute. The authors argue that current routing methods often ignore this cost-accuracy trade-off, leading to inefficient resource allocation.
Applying Pandora’s Box
The researchers formalize this problem using the "Pandora’s Box" model from economics. In this framework, a decision-maker chooses between multiple "boxes" (AI specialists), each with an unknown value. The system can pay a cost to "open" a box and see its true value or choose to commit to a specialist based on initial, cheap information.
The authors define a "reservation price" for each specialist—the threshold at which the expected benefit of gaining more information about a model’s performance justifies the cost of running an expensive estimator. By calculating these prices, the system can determine exactly when it is worth paying for a more accurate estimate and when it is better to rely on cheaper, initial signals.
Centralized and Decentralized Allocation
The paper introduces two implementations of this logic:
Pandora’s Router: A centralized policy that inspects specialists in order of their reservation prices. It stops querying expensive estimators once the potential gain from further searching is outweighed by the cost, ensuring the system only spends compute when it is likely to improve the final selection.
Pandora’s Bidder: A decentralized approach where individual specialists decide whether to invest in self-assessment before accepting a market-offered price to claim a query. This allows specialists to leverage private information—such as their own internal retrieval results or reasoning progress—to decide if they are the best fit for a task.
Experimental Performance
The authors tested these frameworks across three domains: mathematical reasoning, retrieval-augmented generation (RAG), and large-scale model selection (EmbedLLM). The results indicate that Pandora’s Router achieves routing quality comparable to exhaustive estimation while significantly reducing the frequency of expensive estimator queries.
In the decentralized setting, the researchers observed that value-of-information reasoning improves efficiency when competing estimates are accurate. However, they noted a limitation: when competing estimates are noisy, the strategy can allow a specialist to increase its own utility at the expense of the overall system's performance.
Comments (0)
to join the discussion
No comments yet
Be the first to share your thoughts!