Tropical cyclones are among the deadliest and costliest natural disasters on Earth, responsible for over 700,000 deaths and an estimated $1.4 trillion in economic damage worldwide over the past five decades. For meteorologists, every extra hour of accurate warning can mean the difference between an orderly evacuation and a catastrophe. On August 6, 2026, Google DeepMind published research in Nature introducing WeatherNext Cyclones, an AI model that pushes the boundary of how far in advance a storm's path, strength, and wind structure can be reliably predicted and then open-sourced the entire system for researchers worldwide.

The Forecasting Problem

Cyclone prediction has traditionally forced meteorologists to choose between two separate modeling approaches. A storm's track is driven by large-scale atmospheric currents, which coarse, global-scale models capture well. A storm's intensity, however, depends on fine-grained thermodynamic processes near the storm's core, which has historically required specialized, high-resolution local models. Running both in parallel is expensive and doesn't always produce a consistent picture of the storm.

What WeatherNext Cyclones Does Differently

WeatherNext Cyclones (WN-C) is a single model that predicts track, intensity, and wind structure together, in one autoregressive system, rather than stitching together outputs from separate models. It was trained end-to-end on nearly 20 terabytes of global atmospheric data alongside the IBTrACS historical database, which covers close to 5,000 past storms.