ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
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.
As AI systems increasingly rely on heterogeneous models and inference-time strategies, routing queries to the most suitable specialist is critical for balancing quality and cost. However, estimating each specialist's expected return is itself costly—cheap estimators are noisy, while accurate ones (e.g., fine-tuned models with retrieval or reasoning traces) are expensive. This paper addresses a fundamental gap by formalizing this tradeoff as Pandora's Box, a classical optimal search problem with costly inspection. By providing closed-form policies, it offers a theoretically grounded and practical solution for when to invest in more accurate value estimation.
The significance extends beyond mere efficiency. The paper introduces both centralized (Pandora's Router) and decentralized (Pandora's Bidder) frameworks, acknowledging that real-world systems may have specialists that act independently. This dual perspective is crucial for scalable deployment, where centralized control may be infeasible. The findings on strategic behavior in decentralized settings highlight important implications for multi-agent AI systems, where incentives and information asymmetry can affect overall efficiency.
The paper reports that Pandora's Router matches the routing quality of exhaustive estimation (i.e., querying the expensive estimator for all specialists) while significantly reducing the number of expensive estimator calls. This implies substantial cost savings without sacrificing output quality. In the decentralized setting, value-of-information reasoning improves allocative efficiency when competing estimates are accurate, but when estimates are noisy, it can increase the utility of a strategic specialist at the expense of others. This highlights a potential pitfall in open multi-agent systems where estimates may be unreliable.
This work provides a principled framework for cost-aware model routing, which is increasingly important as AI systems become more heterogeneous and inference costs rise. The closed-form policies are practical and can be integrated into existing routing systems. Moreover, the decentralized analysis opens new research directions on incentive alignment and robustness in multi-agent AI. The findings on strategic behavior could inform the design of mechanisms that prevent exploitation when estimates are noisy. Overall, this paper bridges decision theory and practical AI system design, offering both theoretical insights and actionable algorithms.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba