AI research

Making AI Reliable by Representing What It Does Not Know

Explore how explicit uncertainty, calibration, and Bayesian updating could make AI decisions more reliable, adaptive, and accountable.

Making AI Reliable by Representing What It Does Not Know

Summary

On August 26, 2026, Google DeepMind podcast guest Zoubin Ghahramani argued that robust intelligence requires AI systems to represent uncertainty explicitly, update beliefs as evidence changes, and use those beliefs in decisions. His case rests on Bayesian belief updating and calibrated probability estimates, while his critique of current large language models is that token-level probability does not necessarily produce coherent confidence about substantive claims. The broader consequence is that progress toward dependable AI may require architectural and computational advances alongside continued scaling.

Take-Home Messages

  1. Uncertainty as capability: Reliable AI must represent not only likely answers but also when unfamiliar conditions or limited evidence make those answers uncertain.
  2. Calibration over confidence: Decision-makers should distinguish raw predictive accuracy from whether stated confidence reliably matches observed outcomes.
  3. High-stakes deployment: Medical, autonomous, and emergency-response systems need uncertainty estimates that can trigger information gathering, caution, or human review.
  4. Bayesian opportunity: Sequential probabilistic updating offers a principled model for continual learning and evidence-sensitive reasoning, but computational cost remains a major constraint.
  5. Research strategy: Organizations should not assume that more data and compute alone will solve reliability, efficiency, continual learning, and long-tail performance.

Overview

Intelligent action in the real world requires decisions under incomplete information, so uncertainty is part of the decision problem rather than noise to be eliminated. The discussion separates inherent randomness from uncertainty caused by limited knowledge, because the latter can sometimes be reduced by gathering additional information. An uncertainty-aware AI can therefore change behavior when it encounters conditions outside its experience instead of treating every prediction as equally trustworthy.

Probability theory provides a common representation for different forms of uncertainty and Bayesian inference provides a rule for updating beliefs when evidence arrives. A prior probability distribution is revised using new evidence to form a posterior distribution, which can then become the prior for the next update. This sequential structure links uncertainty representation to perception, learning, and coherent revision of beliefs rather than one-off prediction.

Current LLMs already generate probability distributions over next tokens but that mechanism does not guarantee an explicit or stable probability attached to the truth of a proposition. Ghahramani highlights overconfident errors, conversational reversals, and sensitivity to challenge as signs that confidence-like responses can differ from coherent belief representation. Methods that extract uncertainty from internal distributions may help but the stated objective is a system that reasons about uncertainty rather than merely reproducing patterns associated with uncertain language.

Operational examples show why uncertainty can improve rather than weaken prediction systems. Ensemble weather forecasts represent distributions over possible future conditions and update them as new observations arrive, while protein-structure predictions can expose confidence variation across a predicted structure. These cases make calibration and uncertainty communication decision variables because users must know when predictions warrant action, caution, or additional evidence.

Implications and Future Outlook

Organizations deploying AI in consequential settings will need evaluation regimes that test calibration, not just average accuracy or benchmark performance. They must decide when uncertainty should trigger abstention, escalation, information gathering, or mandatory human review. Those rules will vary with the cost of false confidence, making deployment governance inseparable from technical uncertainty estimation.

Human-facing systems will also need interfaces that communicate uncertainty without causing either reflexive distrust or excessive deference. A probability estimate has limited value if users cannot interpret it or if organizational incentives encourage them to ignore it. System design therefore has to integrate probabilistic calibration with visualization, training, workflow design, and responsibility for final decisions.

Research institutions face an allocation choice between extending the scale-driven paradigm and pursuing architectures that better support continual learning, data efficiency, energy efficiency, and explicit probabilistic reasoning. Bayesian approaches offer a principled target but face severe computational constraints, so approximation quality and hardware efficiency become strategic research variables. A credible portfolio therefore requires comparative evidence on when scaling current models is sufficient and when architectural change produces capabilities that scaling does not.

Some Key Information Gaps

  1. How can AI systems represent epistemic uncertainty explicitly enough to change their behavior when they encounter unfamiliar conditions? The answer would inform safety rules for when autonomous or decision-support systems should proceed, defer, or seek more evidence.
  2. How should calibration be measured for AI systems whose outputs span open-ended language, perception, prediction, and action? A cross-domain calibration framework would support common evaluation standards and more defensible procurement or deployment criteria.
  3. What evidence would demonstrate that an AI system is genuinely updating beliefs rather than imitating patterns of Bayesian reasoning? This distinction is essential for assurance methods intended to test whether uncertainty behavior remains coherent under challenge and distribution shift.
  4. Which approximations to Bayesian inference offer the best tradeoff among computational cost, calibration, scalability, and decision quality? Comparative evidence would guide architecture and infrastructure choices for organizations seeking practical uncertainty-aware systems.
  5. How should research portfolios balance additional scaling against investment in new architectures, probabilistic methods, and specialized hardware? The answer would improve allocation of research funding, compute, and institutional attention across competing routes to more capable and reliable AI.

Broader Implications

Reliability Becomes a Probabilistic Property

AI assurance may increasingly need to evaluate whether systems know when evidence is weak rather than treating reliability as a single accuracy score. This shifts attention toward calibration, distribution shift, abstention, and the relationship between confidence and observed outcomes. Governance frameworks built around deterministic pass-fail performance could therefore prove insufficient for systems operating in open and changing environments.

Uncertainty Changes Human-AI Authority

Explicit uncertainty can alter how decision authority is divided between automated systems and human operators. Properly designed uncertainty signals can support escalation and review, while poorly designed signals can create either automation bias or systematic underuse of useful models. Institutional trust will therefore depend partly on how organizations translate probabilistic outputs into accountable decision procedures.

Architecture Becomes a Governance Choice

Technical architecture affects which forms of learning, updating, explanation, and risk control are feasible. Choosing between scale-centered and uncertainty-centered approaches is therefore not only an engineering decision but also a choice about the behavior institutions can demand from deployed systems. Procurement, standards, and research funding can indirectly shape this technological path by rewarding particular reliability properties.

Efficiency Shapes the Feasible Safety Frontier

More principled probabilistic reasoning can be computationally expensive, creating tradeoffs between theoretical rigor, latency, energy use, and deployment scale. Improvements in algorithms and hardware could relax those constraints, but safety requirements will still compete with cost and performance objectives. Capital allocation toward efficient inference and learning may therefore determine how widely advanced uncertainty-aware methods can be deployed.