
WeatherNext Cyclones Adds a Full Day of Forecast Lead
Google DeepMind published WeatherNext Cyclones in Nature and open-sourced the weights under Apache 2.0, adding over 24 hours of cyclone forecast lead time.
On August 6, Google DeepMind published research in Nature demonstrating state-of-the-art accuracy in predicting tropical cyclone track, intensity, and wind structure — and then released the code and model weights under Apache 2.0. The headline result is simple enough to state in one sentence: WeatherNext Cyclones produces three-day forecasts as accurate as what prior models could manage at two days. In cyclone forecasting, a day is not an incremental metric. It is evacuation time.
- Three-day forecasts now match the accuracy prior models achieved only at two days, a gain of more than 24 hours of lead time
- Trained on roughly 20 terabytes of weather data plus the IBTrACS historical storm database
- Uses Functional Generative Networks to produce an ensemble of 1,000 possible forecasts rather than a single trajectory
- Code and weights are on GitHub under Apache 2.0 in three variants: WeatherNext Cyclones, WeatherNext 2, and WeatherNext 2-mini
Why Is Cyclone Lead Time So Hard to Improve?
Track, intensity, and wind structure are three different prediction problems wearing one name. Track forecasting has improved steadily for decades; intensity forecasting has been stubborn, because rapid intensification depends on ocean heat content and inner-core dynamics at scales conventional models resolve poorly. Gaining a full day across all three at once is the part that makes this a Nature paper rather than a blog post.
The operational test is more persuasive than the benchmark. During the 2025 Atlantic hurricane season, the US National Hurricane Center used the model in forecasting Hurricane Melissa's rapid intensification and landfall in Jamaica. A model that survives contact with an operational forecast desk during an active storm has cleared a bar that offline evaluation cannot represent.
What Are Functional Generative Networks?
The architectural choice here is worth understanding, because it explains why the outputs are useful rather than merely accurate. Functional Generative Networks generate an ensemble — WeatherNext produces 1,000 possible weather predictions rather than one best guess.
That matters because forecasting is fundamentally a probability problem. Emergency managers do not act on a single track line; they act on the cone of uncertainty and the tail risk inside it. A generative ensemble gives you the full distribution cheaply, where traditional physics-based ensembles require running the whole simulation many times over. It is the same efficiency argument that made AI2's OlmoEarth cut wildfire risk mapping to 30 hours — replacing expensive repeated simulation with a learned model of the outcome distribution.
What Does the Apache 2.0 Release Unlock?
Open-sourcing under Apache 2.0 is the decision with the longest tail. Weather agencies in regions with the highest cyclone exposure and the smallest compute budgets can now run these models directly rather than waiting for a commercial forecast product to reach them. Three variants ship: WeatherNext Cyclones for the storm-specific work, WeatherNext 2 as the general forecasting model, and WeatherNext 2-mini for constrained hardware.
That mini variant is the quiet one to watch. Regional meteorological services frequently operate on modest infrastructure, and a smaller model that runs on available hardware delivers more real-world value than a larger one that does not. Open weights also mean independent verification — meteorologists can test the model against their own basins rather than accepting published averages.
Where This Fits in the AI-for-Science Push
WeatherNext Cyclones lands in a year where the most convincing AI results have been the domain-specific ones, from Gemini Robotics 2's whole-body control to open geospatial platforms. Peer-reviewed publication, operational validation during a live season, and an open license is close to the ideal release pattern, and it sets a useful precedent for the rest of our AI coverage to measure against.
Sources: Google DeepMind — August 6, 2026; Google DeepMind on GitHub — August 2026; Open Source For You — August 2026.
More AI Stories
Meta Muse Code Pairs a Terminal Agent With Muse Spark 1.2
Meta shipped Muse Code, a terminal coding agent co-trained with Muse Spark 1.2, a model scoring 54 on the Artificial Analysis Intelligence Index.
Fable 5 Biology Safeguards Cut False Positives by 85%
Anthropic retuned Fable 5's biology classifier, cutting biology fallbacks roughly 85% and total fallbacks 67% on Claude.ai while keeping dual-use limits.
K-EXAONE 2.0 Ships 750B Open Weights Under Apache 2.0
LG AI Research released K-EXAONE 2.0, a 750-billion-parameter mixture-of-experts model with 37B active parameters, under a permissive Apache 2.0 license.



