Zoubin Ghahramani on why AI must know when it doesn't know
Zoubin Ghahramani argues that intelligence means making decisions under uncertainty: today's models can sound confident without explicitly representing belief, and calibrated uncertainty -- not scale alone -- may be one of the missing pieces.
Intelligence Is Deciding Under Uncertainty
<strong>An intelligent system has to act without knowing everything</strong> -- so it must represent its own uncertainty and use it to decide, the way a self-driving car should slow down for a scene it has never seen.
to build an intelligent system, you need a system that can represent uncertainty, that can update its uncertainty and then can use that to make good decisions under uncertainty.
Randomness You Cannot Fix vs. Ignorance You Can
<strong>Two uncertainties demand two responses:</strong> irreducible randomness like a coin flip you accept, but reducible ignorance you fix by gathering information -- and one bit is exactly your uncertainty cut in half.
if you have what's called aleatoric uncertainty, which is the randomness of a coin flip
Overconfidently Wrong
<strong>A model can be confidently wrong:</strong> nudge a school-bus image by a few invisible pixels and the network calls it a cheetah with 99% confidence, which proves confidence is untethered from correctness.
You give it to the neural network and it confidently says, that's a cheetah. 99% that's a cheetah.
The Model Is Faking Its Confidence
<strong>Ask an LLM how sure it is and its answer may only imitate confidence</strong> -- it does next-token prediction without an explicit belief, so it can flip-flop when you push back.
It's sort of faking it. And you can tell it's faking it, because then if you push back and you say something silly like, no, I think you're wrong, then it might respond, oh, sorry, yes, I was wrong.
Believe, Then Update: Bayes' Rule
<strong>Bayes' rule is the honest alternative:</strong> start with a prior belief, weigh the evidence, and update to a posterior -- then that posterior becomes your next prior, so belief keeps running.
if you get more evidence, you just take your current posterior probability distribution, which is now your new prior, and you repeat and rinse.
Where Embracing Uncertainty Already Wins
<strong>Where AI already embraces uncertainty, it wins:</strong> GenCast forecasts weather as an ensemble of possible tracks -- which makes it more accurate, not less -- while AlphaFold color-codes how sure it is of each fold.
every time we add on these features, it makes the model better because you're essentially saying there is an inherent uncertainty in the way that weather works.
The Magic Trick and Its Curse
<strong>The catch is compute:</strong> exact Bayesian reasoning is NP-hard and was abandoned as too slow, but Ghahramani argues faster compute plus decades of approximation methods make it worth revisiting -- his 1980s supercomputer was slower than the phone in his pocket.
The magic trick comes with a big curse. The curse here is that to do all of this is computationally very slow.