Search papers, labs, and topics across Lattice.
This paper addresses the challenge of efficiently routing queries in heterogeneous AI systems by formalizing the tradeoff between cost and accuracy in value estimation as a classical optimization problem. The authors introduce two policies, Pandora's Router for centralized routing and Pandora's Bidder for decentralized decision-making, both of which leverage closed-form value-of-information expressions to optimize specialist selection. Experimental results demonstrate that Pandora's Router achieves routing quality comparable to exhaustive estimation while significantly reducing the frequency of costly evaluations, and that value-of-information reasoning in Pandora's Bidder enhances allocative efficiency under certain conditions.
Efficiently routing queries in AI systems can be achieved without the costly overhead of exhaustive value estimation, thanks to novel policies that balance accuracy and cost.
Heterogeneous AI systems composed of multiple models, architectures, harnesses, or inference-time settings can improve quality and efficiency by routing queries to the specialist who can answer most effectively at the lowest cost. Routing requires estimating each specialist's expected return, but this value estimation has a cost. Cheap estimators (e.g., embedding-based predictors) are fast but noisy, while accurate estimators (e.g., fine-tuned models with access to retrieval results or partial reasoning traces) are expensive. We formalize this tradeoff as an instance of Pandora's Box, the classical problem of optimal search with costly inspection. Under a Gaussian signal model, the resulting policies have closed-form value-of-information expressions that determine, for each specialist and input, whether refining the value estimate is worth its cost. We call the centralized policy Pandora's Router. We extend this to a decentralized setting, Pandora's Bidder, where specialists independently decide whether to invest in self-assessment before accepting an offered price to claim a query. Experiments across three domains---a standard multi-LLM benchmark, retrieval-augmented specialists, and LLMs with variable inference-time reasoning---show that Pandora's Router matches the routing quality of exhaustive estimation, while querying the expensive estimator far less often. In the decentralized setting, value-of-information reasoning improves allocative efficiency when competing estimates are accurate; when competing estimates are noisy, however, it can increase the strategic specialist's utility at the expense of others.