Google DeepMind's WeatherNext predicts cyclone tracks and intensity at the same time

Google DeepMind has introduced WeatherNext Cyclones, or WN-C, an AI system for tropical cyclone forecasting that sees about one day further into the future than leading operational models. The gain roughly matches the progress traditional weather models made over a decade. The model was built with the National Hurricane Center, the Cooperative Institute for Research in the Atmosphere, and the UK Met Office. Forecasts have been running live on Google's Weather Lab since June 2025. During Hurrica

2 min
Google DeepMind's WeatherNext predicts cyclone tracks and intensity at the same time

Google DeepMind has introduced WeatherNext Cyclones, or WN-C, an AI system for tropical cyclone forecasting that sees about one day further into the future than leading operational models. The gain roughly matches the progress traditional weather models made over a decade.

The model was built with the National Hurricane Center, the Cooperative Institute for Research in the Atmosphere, and the UK Met Office. Forecasts have been running live on Google's Weather Lab since June 2025. During Hurricane Melissa, which made landfall in Jamaica in 2025, the model helped the NHC predict rapid intensification in time, according to DeepMind. That is when a storm gains at least 30 knots of wind speed within 24 hours.

Solving a decades-old tradeoff

Illustration of a cyclone spiral with a forecast arrow

Cyclone forecasting has long faced a tradeoff. Global models like ECMWF's ensemble system (ENS) are strong on track prediction but too coarse for intensity. Specialized regional models like NOAA's Hurricane Analysis and Forecast System (HAFS) deliver more precise intensity readings but lose accuracy on the track. WN-C handles both in a single system, according to a paper published in Nature.

For a five-day forecast, the estimated storm center position is off by an average of 230 kilometers, compared to 370 for ENS and 335 for DeepMind's predecessor GenCast. On three-day intensity forecasts, WN-C is 3.75 knots more accurate than HAFS. It also scores more than twice as well as ENS and GenCast on probabilistic storm intensity forecasts across many lead times.

Coarse data, sharper forecasts

WN-C works with a data grid where each point covers about 28 kilometers, roughly a hundred times coarser than specialized regional models. Even a compact variant at 111 kilometers per grid point stays competitive. "High resolution is not a strict prerequisite for state-of-the-art intensity forecasting," the authors write, noting that how the model extracts accurate intensity from coarse data remains an open research question.

Faster than diffusion

WN-C uses Functional Generative Networks (FGN) instead of the diffusion approach used by GenCast. Diffusion needs dozens of passes through the network per forecast step; FGN gets by with a single pass, making it eight times faster. A 15-day forecast runs in under a minute on one of Google's AI chips, so DeepMind scaled parallel runs from 50 to 1,000 per storm, which helps capture rare extreme events. The Critical Success Index, which weighs correct warnings against false alarms and missed events, jumps from below 0.3 to 0.5.

A complement, not a replacement

DeepMind says traditional numerical models still matter. The NHC typically combines several physics-based models into a weighted consensus for official forecasts. In a simulated addition to those consensus models, WN-C improves track forecasts by an average of 28 percent and intensity by about 6 percent. The smaller intensity gain shows traditional models still contribute heavily there.

DeepMind released the code and weights for both WeatherNext 2 and WeatherNext Cyclones on GitHub, and the mini variant runs on a single TPU in a free Colab notebook. The authors still point users to national weather services for official warnings: WN-C is meant to support forecasters, not replace them.

Sources

Written by

More to read

  • Synthetic Data Pipelines for LLM Post-Training: Generation, Quality Filtering, Deduplication, and Contamination Auditing

    As frontier model post-training expands beyond the limits of human-annotated datasets, synthetic data generation (SDG) has become the core driver of alignment. Public disclosures from major research labs confirm that synthetic data now comprises the vast majority of tokens used in supervised fine-tuning (SFT) and preference alignment. For example, NVIDIA reported that over 98% of the data used in the alignment pipeline for Nemotron-4 340B was synthetically generated. Similarly, models across the

    1 min
  • IBM Research Evaluates Agentic Memory Sizing Across 8 Models: Dosage Calibrations, Ceiling Effects, and Token Efficiency

    In a technical report published on August 18, 2026, researchers at IBM Research detailed empirical evaluations on sizing and calibrating agentic memory across eight large language models. The study, conducted using the open-source ALTK-Evolve framework across the AppWorld benchmark, demonstrates that agentic memory performance is governed by capability-dependent dosage rather than uniform prompt accumulation. Agentic memory architectures typically extract procedural guidelines from prior execut

    1 min
  • Google Opens Gemini in Chrome to All U.S. Android Users and Extends Auto Browse to Mobile

    Google expanded Gemini in Chrome to all Android users across the United States on August 18, 2026. The update introduces the browser's built-in AI assistant to mobile handsets and extends "auto browse," Google's agentic web automation feature, to smartphones for Google AI Pro and AI Ultra subscribers. The Android rollout follows the initial launch of Gemini in Chrome for desktop environments in September 2025. On mobile devices, the assistant provides on-page article summaries, contextual answe

    1 min