New Google Patents · Filed Nov 18, 2025 · Published Jul 23, 2026 · verified — real USPTO data

Google Patents AI That Rehearses Future Scenarios Before Choosing Its Next Action

Most AI systems react to what's in front of them. Google is patenting a training method that forces an AI to mentally simulate a chain of future events before it picks its next move, all without ever touching the real world.

Google Patent: Teaching AI Agents to Plan Further Ahead — figure from US 2026/0208355 A1
Figure from the official USPTO publication.
Publication number US 2026/0208355 A1
Applicant Google LLC
Filing date Nov 18, 2025
Publication date Jul 23, 2026
Inventors Danijar Hafner, Mohammad Norouzi, Timothy Paul Lillicrap
CPC classification 706/25
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Apr 17, 2026)
Parent application is a Continuation of 17103827 (filed 2020-11-24)
Document 1 claims

How Google's AI learns to think several moves ahead

Imagine teaching someone to play chess not by letting them try every move on the board, but by asking them to picture several moves ahead in their head and judge which imagined sequence leads to the best position. That's roughly what Google's patent describes for AI agents.

The system trains an AI to build a compressed mental picture of its current situation, then mentally "fast-forward" through a sequence of actions and their likely consequences, scoring each imagined future. The training process rewards the AI for choosing actions that lead to better long-term outcomes, not just the next immediate payoff.

This kind of forward-looking planning is especially valuable for tasks where a single action doesn't mean much on its own but a sequence of decisions adds up to success or failure, things like navigating a robot, managing a game, or controlling a complex process.

How the latent-space trajectory and value network interact

The patent describes a training pipeline built around three neural networks working together:

  • Policy network: the decision-maker, which picks an action given the current situation.
  • Transition network: a model of the world, which predicts what situation the agent would land in after taking a given action.
  • Value network: a scoring system, which estimates how good a situation is by projecting future rewards from that point onward.

Instead of interacting with a real environment at every training step, the system works entirely in latent space (a compressed numerical representation of the world, like a very dense summary). Starting from the current compressed state, the policy network picks an action, the transition network imagines the resulting state, and this repeats for several steps to produce a trajectory of imagined future states.

For every step in that imagined trajectory, the value network estimates how rewarding the future looks. The training update then pushes the policy network to favor action sequences whose imagined futures score higher. The value network is simultaneously updated to be more accurate by comparing its predictions against those calculated target scores.

The key technical claim is using latent-space rollouts (imagined future sequences run entirely in the compressed model, not in reality) to produce target values that capture long-term, "farsighted" consequences rather than just immediate reward.

What better long-term planning means for AI agents

Training AI agents to care about long-term consequences is one of the hardest open problems in reinforcement learning. Most standard methods nudge the agent toward whatever looks good in the very next step, which can produce brittle behavior that falls apart over longer time horizons. Google's approach bakes the look-ahead directly into the training signal, so the agent is never just optimizing for the moment.

This is directly relevant to applications like robotics, game-playing AI, and any automated system that has to sequence decisions over time. The inventors (Danijar Hafner, in particular, is known for prior work on world-model-based RL) have a track record of methods that show up in real research pipelines. If this approach proves out, you could see it influence how AI systems are trained to control physical robots or make multi-step decisions in data centers or logistics.

Editorial take

This is a real research-grade patent, not a defensive placeholder. The latent-space rollout idea connects directly to published academic work on world models, and the specific combination of transition modeling, value estimation, and policy updates described here is the kind of thing that actually gets implemented in training systems. It won't show up in a consumer product announcement, but it could shape how Google trains the next generation of its decision-making AI.

Which company should we read for you?

We track 17 companies here. Pro is the same weekly breakdown for any company you choose, delivered privately. Type a name and we'll scope it and send you a quote.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

Source. Full patent text and figures from the official USPTO publication PDF.

Editorial commentary on a publicly published patent application. Not legal advice.