Google DeepMind · Published 2026-08-26

The mathematics of AI uncertainty

Open on YouTube ↗

Summary

Overview

  • Speaker: Professor Hannah Fry and Zubin Ghahramani
  • Channel: Google DeepMind
  • Main topic: The mathematics of AI uncertainty and probabilistic machine learning
  • Purpose: To educate viewers on the mathematical foundations of uncertainty in AI, the limitations of overconfident neural networks, and how probabilistic inference and Bayesian thinking can improve machine intelligence. Professor Hannah Fry interviews Zubin Ghahramani, VP of Research at Google DeepMind and Professor at Cambridge, discussing the importance of modeling uncertainty in artificial intelligence. They explore how traditional AI systems and large language models often lack self-doubt and overconfidently hallucinate incorrect answers, contrasting this with Bayesian reasoning, probabilistic inference, semantic entropy, and human cognitive traits. They also discuss weather forecasting models like GenCast, the history of neural networks and parallel computing, and why integrating uncertainty estimation is critical for building reliable, human-centric AI systems.

Topic Map

Introduction to AI Uncertainty and Self-Doubt

  • Explanation: Discusses how current AI systems, including large language models, give absolute answers with unwavering authority even when they are wrong, lacking the fundamental human trait of self-doubt.
  • Key claims:
    • AI systems usually give absolute answers with unswerving authority.
    • Today's AI seems to be missing a fundamental human trait: self-doubt.
    • Improving machine uncertainty may be one of the missing pieces in AI.
  • Examples:
    • The Eiffel Tower in Las Vegas being a half-scale replica on the Vegas Strip.
  • Terminology:
    • Large language models
    • Self-doubt
    • Uncertainty
  • Why it matters: Understanding uncertainty is essential to prevent AI systems from being overconfidently wrong or easily fooled.

Decision Making Under Uncertainty

  • Explanation: Zubin Ghahramani explains that decision-making is central to intelligence, and because our perception of the real world is limited, intelligent systems must represent, update, and make decisions under uncertainty.
  • Key claims:
    • Decision making is one of the most important parts of intelligence.
    • Perception is limited, meaning we are always uncertain about the state of the real world.
    • To build an intelligent system, you need a system that can represent and update uncertainty to make good decisions.
  • Examples:
    • Self-driving cars navigating complex real-world scenarios like hailstorms or sudden obstacles.
  • Terminology:
    • Decision making
    • Uncertainty
    • Probability
  • Why it matters: Real-world environments are inherently noisy and unpredictable, requiring AI to reason probabilistically rather than deterministically.

History of AI and Neural Networks

  • Explanation: Zubin reflects on entering the AI field in the late 1980s when expert systems were dominant, parallel computers like the Connection Machine were emerging, and neural networks were considered counterculture.
  • Key claims:
    • In the mid-to-late 1980s, the dominant paradigm in AI was expert systems, which were brittle.
    • Neural networks modeled after the human brain were much more flexible and could learn from data.
    • The Connection Machine had 65,000 processors used for coding parallel neural network language models.
  • Examples:
    • Zubin's summer job reading and explaining parallel distributed processing books to computation linguist Arvin Joshi.
  • Terminology:
    • Expert systems
    • Neural networks
    • Parallel distributed processing
    • Connection Machine
  • Why it matters: Tracing the evolution of AI highlights how paradigms shifted from rigid rule-based systems to data-driven neural models.

Probabilistic Inference and Bayesian Thinking

  • Explanation: Explains how Bayesian statistics and probabilistic inference provide a principled mathematical framework for updating beliefs based on evidence, linking human cognition and machine learning.
  • Key claims:
    • Information is the reduction of uncertainty by a factor of two (bits).
    • Humans are actually quite bad at explicitly estimating probabilities, relying instead on mental shortcuts called heuristics.
    • Bayes' rule combines prior beliefs with likelihoods based on new evidence to produce posterior beliefs.
  • Examples:
    • Detectives evaluating suspects using prior beliefs and evidence like murder weapons found in a pantry.
  • Terminology:
    • Probabilistic inference
    • Bayes' rule
    • Prior beliefs
    • Posterior beliefs
    • Likelihood
    • Heuristics
    • Bit
  • Why it matters: Bayesian probability theory offers the rigorous mathematical foundation needed to model uncertainty and update knowledge dynamically.

Adversarial Examples and Overconfidence

  • Explanation: Discusses adversarial examples where minor, imperceptible changes to an input image cause a neural network to misclassify objects with high confidence.
  • Key claims:
    • Modifying just a few pixels in an image of a school bus can cause a neural network to confidently classify it as a cheetah.
    • We care about correctness and confidence; we do not want systems that can be overconfidently wrong or easily fooled.
  • Examples:
    • A school bus image modified slightly to be misclassified as a cheetah with 99% confidence.
  • Terminology:
    • Adversarial example
    • Image classification
    • Overconfidence
  • Why it matters: Highlighting overconfidence reveals that raw predictive accuracy alone is insufficient without calibrated confidence measures.

Advanced Weather Forecasting with GenCast

  • Explanation: Introduces GenCast, Google DeepMind's advanced AI-based weather forecasting model that predicts weather up to 15 days in advance using diffusion models and ensemble forecasting.
  • Key claims:
    • GenCast can predict weather conditions up to 15 days in advance in about 8 minutes rather than hours on supercomputers.
    • Diffusion models generate an ensemble of forecasts to capture the inherent uncertainty in weather systems.
    • Weather forecasting inherently requires probabilistic modeling due to chaotic dynamics and limited sensors.
  • Examples:
    • Tracking tropical storms like Hurricane Melissa using ensemble forecasting.
  • Terminology:
    • GenCast
    • Diffusion models
    • Ensemble forecasting
    • Chaos theory
  • Why it matters: Shows practical, high-impact applications where probabilistic AI models outperform traditional supercomputing methods in speed and accuracy.

Continuous Learning and Energy Efficiency

  • Explanation: Compares human and animal learning with AI models, highlighting challenges like catastrophic forgetting and energy efficiency.
  • Key claims:
    • Human brains consume about 20 watts of energy, whereas training large models in data centers requires orders of magnitude more power.
    • Catastrophic forgetting occurs when training an AI model on new data overwrites existing parameters.
    • Bayesian updating theoretically avoids catastrophic forgetting, but continuous learning remains an open research challenge.
  • Examples:
    • Comparing the energy consumption of a human brain to a lightbulb and massive data centers.
  • Terminology:
    • Continuous learning
    • Catastrophic forgetting
    • Energy efficiency
    • Bayesian updating
  • Why it matters: Addressing energy efficiency and continual learning is crucial for building sustainable, adaptive AI agents.

Semantic Entropy and Detecting Hallucinations

  • Explanation: Explores semantic entropy as an uncertainty measure for large language models that groups different phrasings into shared meaning clusters to detect hallucinations.
  • Key claims:
    • Semantic entropy measures uncertainty for LLMs by grouping different phrasings into shared meaning clusters.
    • Calculating entropy over ideas rather than exact wording helps detect hallucinations.
    • Combining models with explicit uncertainty quantification bridges the gap between raw pattern matching and reliable reasoning.
  • Examples:
    • Asking an LLM a question and analyzing the variability across multiple generated samples to measure semantic entropy.
  • Terminology:
    • Semantic entropy
    • Hallucination detection
    • Meaning clusters
    • Next-token prediction
  • Why it matters: Provides a practical method to make large language models aware of their own uncertainty and reduce false outputs.

Key Points

AI models lack inherent self-doubt

  • Explanation: Standard machine learning systems and large language models predict next tokens without maintaining an explicit probabilistic representation of their own uncertainty, leading to overconfident hallucinations.
  • Evidence: LLMs state incorrect facts with absolute authority until challenged, after which they easily flip-flop.
  • Practical implication: Deploying AI in high-stakes domains like medicine or autonomous driving requires explicit uncertainty quantification to avoid catastrophic failures.

Bayes' rule as the foundation for rational updating

  • Explanation: Bayesian inference provides the mathematical framework for combining prior beliefs with likelihoods from new evidence to compute posterior probabilities.
  • Evidence: Mathematical probability theory governs how information reduces uncertainty by factors of two (bits).
  • Practical implication: AI systems should emulate Bayesian updating to properly weigh evidence and adjust confidence over time.

GenCast demonstrates the power of probabilistic diffusion models

  • Explanation: By combining diffusion models with ensemble forecasting, Google DeepMind's GenCast forecasts weather up to 15 days in minutes while representing forecast uncertainty.
  • Evidence: GenCast generates an ensemble of trajectory tracks for tropical storms in roughly 8 minutes.
  • Practical implication: Complex real-world simulations benefit immensely from generative probabilistic models that account for chaotic dynamics.

The tension between scaling data and architectural innovation

  • Explanation: While scaling data and compute has driven massive progress in LLMs, true intelligence requires architectural improvements like proper uncertainty handling and continual learning.
  • Evidence: Current LLMs rely on next-token prediction and lack explicit calibration of their own confidence states.
  • Practical implication: Future AI research must focus on energy efficiency, continuous learning, and calibrated uncertainty alongside pure scale.

Frameworks, Models & Processes

Bayesian Inference / Bayes' Rule

  • How it works: Combines prior probability distributions with likelihoods of observed evidence to compute posterior probability distributions.
  • Components:
    • Prior beliefs
    • Likelihood of evidence
    • Normalization factor
    • Posterior beliefs
  • When to use: When making decisions under uncertainty, updating hypotheses as new data arrives, or modeling perception and learning.

Semantic Entropy

  • How it works: Measures uncertainty in language models by generating multiple responses, grouping semantically equivalent phrases into meaning clusters, and calculating entropy across those clusters.
  • Components:
    • Multiple model generations
    • Semantic clustering
    • Entropy calculation over ideas
  • When to use: To detect hallucinations and quantify confidence in large language model outputs.

Examples & Case Studies

A neural network misclassifies a slightly modified image of a school bus as a cheetah with 99% confidence.

  • Illustrates: Overconfidence and adversarial vulnerability in standard deep learning models.
  • Lesson: Correctness alone is insufficient; models must also be calibrated and aware of what they do not know.

Zubin Ghahramani asked compute scientist Arvin Joshi for a summer job in 1986 and was given two books on parallel distributed processing to read and explain.

  • Illustrates: The early days of neural network research when it was considered counterculture.
  • Lesson: Foundational reading and parallel computing principles paved the way for the modern deep learning revolution.

GenCast forecasts weather up to 15 days in advance using diffusion models to produce an ensemble of possible trajectories.

  • Illustrates: Applying probabilistic generative models to chaotic real-world forecasting tasks.
  • Lesson: Uncertainty representation in weather modeling enables faster and more robust emergency planning decisions.

Actionable Takeaways

  • Immediate:
    • Recognize that standard AI models output next tokens without explicit confidence calibration.
    • Understand the difference between aleatoric uncertainty (inherent randomness) and epistemic uncertainty (lack of knowledge).
  • Strategic:
    • Incorporate Bayesian thinking and probabilistic inference into AI architecture design.
    • Prioritize research into energy-efficient learning, continual adaptation, and hallucination detection via semantic entropy.
  • Questions to investigate:
    • How can large-scale transformer models be efficiently modified to output calibrated probabilistic uncertainty?
    • What new hardware architectures are needed to support probabilistic and sparse neural networks at scale?

Claims Worth Verifying

  • The human brain consumes approximately 20 watts of power. (scientific fact)
  • GenCast can predict weather conditions up to 15 days in advance in about 8 minutes. (technical benchmark)
  • Daniel Kahneman and Amos Tversky showed humans rely on heuristics that cause systematic errors in probability estimation. (psychological research)

Notable Quotes

"If you ask an AI a question, it will usually give you an absolute answer with unwave-ring authority, even if that answer turns out to be wrong." (at 0:04) "If you think about intelligence, one of the most important parts of intelligence is decision-making." (at 2:00) "Information, a bit of information that we use in computer science, is the reduction of uncertainty by a factor of two." (at 7:30) "Daniel Kahneman and Amos Tversky showed humans don't form probabilistic beliefs using formal math. Instead, people rely on mental shortcuts called heuristics, which simplify complex judgments but cause systematic errors." (at 10:50) "Google DeepMind's advanced AI-based weather forecasting model that can predict weather conditions up to 15 days in advance." (at 44:16) "Generative AI algorithms that create realistic data—such as images, audio, or video—by learning to reverse a gradual noising process." (at 45:19) "An uncertainty measure for LLMs that groups different phrasings into shared meaning clusters, calculating entropy over ideas rather than exact wording to detect hallucinations." (at 38:39) "When an AI model trained on new data overwrites existing parameters, degrading or erasing its performance on previously learned tasks." (at 62:23) "Google DeepMind's AI system that predicts a protein's 3D structure from its amino acid sequence." (at 50:22)

Compressed Summary

  • AI models currently lack explicit self-doubt and often hallucinate with high overconfidence.
  • Bayesian inference and probabilistic reasoning provide the mathematical framework to manage uncertainty.
  • GenCast uses diffusion models for fast, probabilistic ensemble weather forecasting.
  • Semantic entropy measures meaning variance across LLM outputs to detect hallucinations.
  • Future AI systems must balance computational scale with energy efficiency and calibrated uncertainty.
  • Keywords: uncertainty, bayes, probability, entropy, neural-networks
  • Core insight: Integrating explicit probabilistic reasoning and uncertainty estimation into AI architectures is essential for moving from brittle overconfident models to reliable, human-centric collaborators.

Core insights

5
Mechanismmedium noveltymoderate evidence

Because perception of the real world is always limited, an intelligent system's core job is to represent and update a probability distribution over possible world states, not to emit a single deterministic answer. Decision-making under uncertainty is therefore a first-class architectural concern: agents need explicit belief states and evidence-updating mechanisms.

Why it matters

If an agent's internal state is a single context string or a single object detection, it cannot reason about what it does not know. Building agent runtimes as probabilistic belief trackers would change where uncertainty is represented and how actions are chosen.

Generalization

Any AI system acting in a noisy, partially observed environment—robotics, autonomous driving, long-running agents—benefits from Bayesian-style state estimation and decision-making over the resulting belief distribution.

Perception is limited, meaning we are always uncertain about the state of the real world.
Open source video
To build an intelligent system, you need a system that can represent and update uncertainty to make good decisions.
Open source video
Failure Modemedium noveltystrong evidence

A neural network can be very accurate on average and simultaneously overconfidently wrong on small input perturbations: changing only a few pixels can flip an image from school bus to cheetah at 99% confidence. Production systems must treat output confidence as a calibrated quantity that can be measured, tested, and gated—not as a trustworthy byproduct of the forward pass.

Why it matters

An agentic system that consumes perception or language-model outputs and acts on them cannot safely rely on displayed confidence alone. Adversarial examples are a concrete reliability failure mode that should be part of the standard evaluation and release gates.

Generalization

Every neural-network component that faces untrusted input—image classifiers, retrieval scorers, safety filters, intent parsers—should expose calibrated uncertainty and support abstention or fallback instead of blindly forwarding a high-confidence answer.

Modifying just a few pixels in an image of a school bus can cause a neural network to confidently classify it as a cheetah.
Open source video
We care about correctness and confidence; we do not want systems that can be overconfidently wrong or easily fooled.
Open source video
Empirical Resulthigh noveltystrong evidence

GenCast is an architecture-level example of using a diffusion model as a generative surrogate for a costly physical simulation: it samples an ensemble of plausible future weather states rather than making one deterministic prediction, and it does so in minutes where traditional supercomputing needs hours.

Why it matters

This changes the default for domains with chaotic, partially observed dynamics. Instead of trying to make a simulator faster or more accurate on a point prediction, you can train a generative model to output a distribution of futures and consume that distribution in downstream decisions.

Generalization

For applications such as energy forecasting, supply-chain planning, or world-model rollouts in agents, generative ensembles can replace deterministic numerical surrogates when enough high-quality observational or simulation data exists.

GenCast can predict weather conditions up to 15 days in advance in about 8 minutes rather than hours on supercomputers.
Open source video
Diffusion models generate an ensemble of forecasts to capture the inherent uncertainty in weather systems.
Open source video
Mechanismhigh noveltymoderate evidence

Adapting a deployed model by training on new data is structurally risky because new gradients overwrite existing parameters, causing catastrophic forgetting. Bayesian updating is the theoretically correct no-forgetting operation—it preserves all previous evidence in the posterior—but the summary explicitly leaves continuous learning as an open research problem.

Why it matters

For any long-lived AI or agent, deciding how to incorporate post-deployment data is an architectural decision. Naively fine-tuned agents may silently lose earlier capabilities, while a Bayesian posterior-preserving approach remains impractical at frontier scale.

Generalization

Continuous learning should be treated as belief revision over parameters, not snapshot retraining. Until posterior methods scale, production systems need rehearsal, multi-task data, or external memory to mitigate overwriting.

Bayesian updating theoretically avoids catastrophic forgetting, but continuous learning remains an open research challenge.
Open source video
Catastrophic forgetting occurs when training an AI model on new data overwrites existing parameters.
Open source video
Mental Modellow noveltystrong evidence

People are not reliable explicit probability estimators; they rely on heuristics. Human-facing uncertainty displays and AI decision loops therefore cannot assume that users or operators can meaningfully provide or consume numeric probabilities without careful design and calibration.

Why it matters

Designing explainable or interactive AI systems that ask humans 'how confident are you?' or require operators to interpret raw model confidences builds on a flawed psychological foundation.

Generalization

AI uncertainty infrastructure should be calibrated against ground-truth outcomes and communicated through tested interaction patterns rather than through ad-hoc probability elicitation from humans.

Humans are actually quite bad at explicitly estimating probabilities, relying instead on mental shortcuts called heuristics.
Open source video

Deep dives

4

Operationalizing semantic entropy for LLM abstention

Research question

Can a meaning-level entropy measure over sampled model generations be computed reliably enough to trigger calibrated abstention or fallback in an agentic system?

Why

Semantic entropy is named as a route to LLM self-doubt but remains underspecified; if operationalized, it gives agent runtimes a measurable signal for saying I don't know instead of confidently hallucinating.

contrasting this with Bayesian reasoning, probabilistic inference, semantic entropy, and human cognitive traits.
Open source video
Source video

Calibrated confidence gating under adversarial perturbations

Research question

Under which calibration and abstention mechanisms can a deep network maintain high accuracy while rejecting adversarial inputs it would otherwise classify with very high confidence?

Why

Adversarial examples show that raw confidence is not trustworthy; production components need an abstention path before their outputs are consumed by automated decisions.

Modifying just a few pixels in an image of a school bus can cause a neural network to confidently classify it as a cheetah.
Open source video
Source video

Bayesian belief-state architectures for agent decision-making

Research question

How should an agent runtime represent a posterior over world states and update it from heterogeneous observations before choosing actions?

Why

Decision making under uncertainty is central to intelligence; replacing a single deterministic state representation with a belief distribution should improve robustness in noisy, partially observed environments.

Perception is limited, meaning we are always uncertain about the state of the real world.
Open source video
Source video

Posterior-preserving continuous learning

Research question

Can an approximate Bayesian update over a subset of network parameters avoid catastrophic forgetting in continual benchmarks while staying computationally tractable at deployment scale?

Why

Bayesian updating is theoretically no-forgetting but impractical; solving this is central to safely adapting long-lived production models without regressions.

Bayesian updating theoretically avoids catastrophic forgetting, but continuous learning remains an open research challenge.
Open source video
Source video

Article ideas

4

Confidence is not proof: designing abstention into neural pipelines

Because an independently generated confidence value can be both near-certain and wrong after a small perturbation, production AI systems should treat output confidence as a measured, calibrated gate with a fallback path rather than as a reason to trust a prediction.

Angle

Engineering reliability for ML components; covers adversarial examples, calibration, and abstention policy.

Source video

The agent should maintain a belief, not a context

Any agent that acts in a partially observed world is making a bet on an unknown state; its runtime should represent that bet as an explicit posterior and update it from each observation rather than carrying a single deterministic context.

Angle

Agent architecture; connects decision theory to implementation of belief-state trackers.

Source video

When forecasting becomes generative: replacing expensive simulations with diffusion ensembles

GenCast shows that in domains where physics is chaotic and sensors are incomplete, a generative model that samples many futures can substitute for slow deterministic simulators and yields more useful uncertainty-aware decisions.

Angle

Applied ML; comparing simulator cost to ensemble surrogate.

Source video

Don't ask users for probabilities: calibrate the interface instead

Since people are poor at explicitly estimating probabilities and rely on heuristics, AI uncertainty should be communicated through calibrated interaction patterns and measured against ground-truth outcomes, not through raw numeric elicitation.

Angle

Human-AI interaction and trust calibration.

Source video

Project ideas

4

semantic-entropy-abstention

beyond-evals

In a fixed prompt set, an LLM that abstains when sampled answers have high semantic entropy will reduce the rate of confident incorrect answers by at least 20% relative to a no-abstain baseline while preserving at least 90% of correct non-abstained answers.

Proof of concept

Build a harness that samples N generations per prompt, clusters by semantic equivalence, computes entropy, and compares agent performance with and without an abstention branch.

Measurement

Abstention curve: confident-correct rate, confident-error rate, recall, and expected calibration error under increasing entropy thresholds.

Source video

adversarial-confidence-gate

gatehouse

On image classification benchmarks with added adversarial perturbations, routing inputs through a calibrated reject/fallback branch when uncertainty is high yields lower confident-error rate than any fixed confidence threshold on a single model.

Proof of concept

Take a trained classifier, generate small-pixel perturbations, calibrate confidence, add a decision gate that abstains or falls back under uncertainty, and measure joint accuracy.

Measurement

Accuracy on valid inputs, abstention rate, and confident-error rate before and after gating.

Source video

belief-state-agent

movement-lab

In a simulated partially observable environment with sensor noise, an agent using an explicit posterior over world states will make decisions with lower expected cost than an agent that updates a single deterministic state representation.

Proof of concept

Implement a gridworld with noisy observations, and compare a deterministic context baseline against a belief-state Bayesian filter with a simple policy.

Measurement

Expected cost per episode, number of unsafe actions, and calibration of state estimates.

Source video

diffusion-ensemble-surrogate-benchmark

new

A diffusion-based generative ensemble trained on trajectories from a deterministic dynamical system will produce forecasts with calibration and accuracy comparable to a Monte Carlo numerical simulation at a fraction of inference time.

Proof of concept

Simulate a chaotic ODE or PDE, train a diffusion model to sample future states, and compare its distributional outputs with an expensive numerical ensemble.

Measurement

RMSE, CRPS, probabilistic calibration, and wall-clock time.

Source video

Architectural implications

5

Neural-network components can be 99% confident while being wrong under tiny adversarial perturbations.

Before

Evaluations focus on clean accuracy and treat high softmax confidence as a usable signal for downstream actions.

After

Every high-stakes perception or LLM output runs through calibration checks, adversarial evaluation, and an abstention or fallback path.

Consequence

Invalid high-confidence outputs are less likely to propagate through an agent's reasoning and tool-call chain.

Source video

Intelligent systems must decide under limited perception, so the real-world state is always uncertain.

Before

Agent runtimes treat the current context or scene as one known, deterministic state.

After

Agent state is represented as a belief distribution and updated from observation evidence before selecting actions.

Consequence

Decisions become robust to sensor noise, missing data, and rare but consequential environment states.

Source video

Weather forecasting has to model chaotic dynamics with limited sensors; deterministic forecasts are insufficient.

Before

Forecasting runs expensive numerical simulations and returns point predictions or small hand-built ensembles.

After

Generative models, such as diffusion models, sample full forecast ensembles quickly, and downstream tools consume the whole distribution.

Consequence

In stochastic or chaotic domains, learned surrogate models can become the fast uncertainty-aware front-end instead of single-trajectory simulation.

Source video

Fine-tuning a model on new data overwrites old parameters, causing catastrophic forgetting.

Before

Model adaptation lifecycle assumes fine-tuning on recent data is safe and preserves old capabilities.

After

Adaptation is designed as explicit belief revision—using Bayesian approximations, rehearsal of old data, or architectural memory that does not overwrite shared parameters.

Consequence

Continuous learning becomes possible without sacrificing previously learned capabilities, though practical posterior methods remain open.

Source video

The video flags semantic entropy as one of the uncertainty concepts, but only names it in the summary without mechanism detail.

Before

Language-model uncertainty is often judged by token-level probabilities or by asking the model how confident it is.

After

A meaning-level uncertainty measure—semantic entropy—should be researched and productized as an abstention or hallucination signal.

Consequence

LLM agents could avoid confidently acting on answers that are semantically unstable across sampled generations.

Source video

Tradeoffs and failure modes

3

Continuous learning via Bayesian updating

Benefit

In theory, a Bayesian posterior incorporates all prior evidence without overwriting old knowledge, avoiding catastrophic forgetting.

Cost or risk

Exact Bayesian updating over large neural networks is not yet practical; naive approximation or point-estimate retraining can still regress on earlier tasks.

Bayesian updating theoretically avoids catastrophic forgetting, but continuous learning remains an open research challenge.
Open source video
Source video

Neural-network confidence as an action gate

Benefit

High-confidence outputs are easy to consume and enable automated decisions when they are well calibrated.

Cost or risk

Confidence can be simultaneously high and wrong under small adversarial perturbations, so gating on raw confidence creates brittle autonomy.

We care about correctness and confidence; we do not want systems that can be overconfidently wrong or easily fooled.
Open source video
Source video

Point-prediction simulators vs generative ensembles

Benefit

Diffusion-based ensemble forecasts give a fast, distributional view of chaotic futures and can dramatically reduce compute time.

Cost or risk

The quality of the resulting uncertainty depends on the learned model faithfully reproducing the real distribution, including rare extremes; the summary does not provide calibration guarantees.

Diffusion models generate an ensemble of forecasts to capture the inherent uncertainty in weather systems.
Open source video
Source video

Open questions

4

How should semantic entropy be operationalized so an LLM or agent can abstain or say 'I don't know' based on meaning-level variance across sampled responses?

Why unresolved

The summary names semantic entropy as a contrast to LLM overconfidence, but does not describe its measure, implementation, or validation.

Research direction

Define a semantic equivalence relation over sampled model outputs, aggregate entropy over meanings, and benchmark the resulting abstention decisions against known hallucination labels or calibration targets.

Source video

Can Bayesian posterior updating of model weights be made practical for continuous learning at frontier scale, or will external memory and architectural separation be the workaround?

Why unresolved

Exact Bayesian updating over a large set of parameters is computationally intractable and the source explicitly says continuous learning remains open.

Research direction

Investigate posterior approximations, subspace methods, and hybrid designs that combine a fixed pretrained core with rapidly updatable memory.

Source video

For which real-world tasks do diffusion-based generative ensemble surrogates like GenCast outperform expensive deterministic simulators, and what are their calibration guarantees?

Why unresolved

The weather result is compelling but domain-specific; generalization to other chaotic or stochastic physical systems is not established in the summary.

Research direction

Evaluate sample-based generative world models against reference simulators across controlled dynamical systems, scoring both accuracy and probabilistic calibration.

Source video

How should AI systems communicate their confidence to humans, given that people are poor at explicit probability estimation and rely on heuristics?

Why unresolved

The summary states the psychological limitation but does not derive design principles for human-AI uncertainty communication.

Research direction

Compare natural-language confidence statements, visual frequencies, and interactive clarification mechanisms for their effect on actual user decisions and trust calibration.

Source video

Key claims

7
opinionVerification not requested

AI systems usually give absolute answers with unswerving authority, including when they are wrong.

Evidence

AI systems usually give absolute answers with unswerving authority.

Source video
opinionVerification needed

A network can misclassify an image as a cheetah with high confidence after only a few pixel changes.

Evidence

Modifying just a few pixels in an image of a school bus can cause a neural network to confidently classify it as a cheetah.

Question

Does this adversarial overconfidence pattern reproduce across modern vision architectures and data distributions?

Source video
factualVerification needed

GenCast can predict weather conditions up to 15 days in advance in about 8 minutes rather than hours on supercomputers.

Evidence

GenCast can predict weather conditions up to 15 days in advance in about 8 minutes rather than hours on supercomputers.

Question

What is the verified forecast skill and runtime comparison against a concrete operational baseline?

Source video
causalVerification needed

Training an AI model on new data can overwrite existing parameters and cause catastrophic forgetting.

Evidence

Catastrophic forgetting occurs when training an AI model on new data overwrites existing parameters.

Question

Which model classes and training regimes exhibit catastrophic forgetting, and under what conditions is it avoidable?

Source video
causalVerification needed

Bayesian updating theoretically avoids catastrophic forgetting.

Evidence

Bayesian updating theoretically avoids catastrophic forgetting, but continuous learning remains an open research challenge.

Question

Which exact or approximate Bayesian methods have demonstrated forgetting-free continual learning in benchmarks?

Source video
causalVerification needed

Weather forecasting inherently requires probabilistic modeling because of chaotic dynamics and limited sensors.

Evidence

Weather forecasting inherently requires probabilistic modeling due to chaotic dynamics and limited sensors.

Question

How much of GenCast's advantage comes from probabilistic ensembles versus the underlying neural-network emulator?

Source video
factualVerification needed

Humans are actually quite bad at explicitly estimating probabilities and rely on mental shortcuts.

Evidence

Humans are actually quite bad at explicitly estimating probabilities, relying instead on mental shortcuts called heuristics.

Question

What are the most practically relevant deviations from calibrated probability judgment in AI operations and debugging?

Source video

Connections

5