> Paper: Position: agentic AI orchestration should be Bayes-consistent > Authors: Theodore Papamarkou, Pierre Alquier, Matthias Bauer, Wray Buntine, Andrew Davison, Gintare Karolina Dziugaite, Maurizio Filippone, Andrew Y. K. Foong, Vincent Fortuin, Dimitris Fouskakis, Jes Frellsen, Eyke Hüllermeier, Theofanis Karaletsos, Mohammad Emtiyaz Khan, Nikita Kotelevskii, Salem Lahlou, Yingzhen Li, Fang Liu, Clare Lyle, Thomas Möllenhoff, Konstantina Palla, Maxim Panov, Yusuf Sale, Kajetan Schweighofer, Artem Shelmanov, Siddharth Swaroop, Martin Trapp, Willem Waegeman, Andrew Gordon Wilson, Alexey Zaytsev > arXiv: 2605.00742 | 2026-04-30
1. The AI That Decides on Intuition
Imagine an AI assistant that must decide:
- Which tool to call?
- Which expert to consult?
- How much compute to spend?
- When to stop thinking and give an answer?
- Hold probabilistic beliefs over task-relevant latent states
- Update those beliefs as new evidence arrives
- Not black-and-white, but degrees of belief
- Given current beliefs, choose the action with maximum expected utility
- Consider all possible consequences and their probabilities
- Not "most likely correct," but "best in expectation"
- Provide not just an answer, but a confidence level
- Know what it knows and what it does not know
- Actively seek more information when uncertain
- Rely on heuristic rules (e.g., "always search first")
- Lack explicit modeling of uncertainty
- Cannot optimally trade off exploration vs. exploitation
- Struggle with meta-decisions (decisions about how to decide)
- A systematic framework: how to decide, rather than deciding by intuition
- Uncertainty handling: making optimal decisions with incomplete information
- Interpretability: decisions grounded in explicit posterior probabilities
- Error recovery: systematically updating beliefs when they are falsified
- "I think the answer is X" (without saying how certain)
- "I choose tool Y" (without considering probabilities of alternatives)
- "I believe the answer is likely X (60%), Y (30%), or Z (10%)"
- "Given this uncertainty, calling tool A is optimal—but if B's outcome differs, I will switch to C"
Current AI systems often make these decisions on "intuition"—pattern matching from training data rather than systematic probabilistic reasoning.
The problem: when facing uncertainty, intuition is often unreliable.
2. The Control-Layer Dilemma in Agentic AI
Agentic AI systems typically have three layers:
1. Perception layer: understanding the user request 2. Reasoning layer: LLM performing complex reasoning 3. Control layer: deciding which tools to call, when, and with what strategy
Bayesian methods for the first two layers (such as uncertainty quantification) have been well studied. But the control layer—the "decision-making" layer—has often been neglected.
The paper's core thesis: the control layer should be Bayes-consistent.
3. What Is Bayesian Consistency?
Core principles of Bayesian decision theory:
1. Belief Maintenance
2. Optimal Decision-Making
3. Uncertainty Quantification
It's like upgrading from a "gambler" to a "portfolio manager"—betting not on luck, but on probability and risk analysis.
4. Why Does the Control Layer Need Bayesian Consistency?
Current agentic AI control layers often:
Bayesian consistency provides:
5. A Feynman-Style Judgment: Admitting Ignorance Is the Beginning of Wisdom
Feynman said:
> "The first principle is that you must not fool yourself—and you are the easiest person to fool."
Applied to AI decision-making:
> "The greatest danger is not 'not knowing'—it's 'not knowing that you don't know.' Bayesian methods force a system to represent uncertainty explicitly, the strongest defense against self-deception."
Non-Bayesian approaches tend to be overconfident:
A Bayesian approach would say:
6. Takeaways
If you are building agentic AI systems, ask yourself:
1. "Does my control layer explicitly model uncertainty?" 2. "Are decisions based on probabilistic reasoning or heuristic rules?" 3. "Does the system know what it doesn't know?" 4. "Am I making an optimal exploration–exploitation trade-off?"
The paper's key insight: an AI's "intelligence" shows not only in what it can do, but in how it makes decisions.
An AI acting on intuition may look clever. But an AI that systematically quantifies uncertainty and makes optimal probability-based decisions—that is reliable, trustworthy, and scalable.
Bayesian consistency is not academic pedantry. It is a necessary step for agentic AI to go from "toy" to "production tool."