Google Open-Sources WeatherNext, Its AI Cyclone Forecasting Model

Google has open-sourced its WeatherNext AI weather prediction model, releasing both code and trained model weights on GitHub. Developed by researchers at Google DeepMind and Google Research, the model produces 15-day forecasts of cyclone track and intensity, with the goal of enabling earlier hurricane warnings.
The release follows Google's introduction of WeatherNext's second generation roughly a year ago. The peer-reviewed results now appear in Nature, which means the model's performance claims have been formally validated through scientific peer review rather than relying on corporate announcements alone.
Training drew on nearly 20 terabytes of global atmospheric data, supplemented by historical cyclone records from the International Best Track Archive for Climate Stewardship (IBTrACS). That dataset gives the model a multidecadal observational baseline — essentially decades of recorded cyclone behavior — to learn patterns from. On the inference side, WeatherNext generates a single 15-day forecast in under a minute on a TPU (Google's custom AI accelerator chip). That is far faster than the compute-intensive ensemble runs — multiple model executions averaged together — used in traditional numerical weather prediction, which simulates atmospheric physics step by step.
Development was not a solo Google effort. The National Hurricane Center, the Cooperative Institute for Research in the Atmosphere (CIRA), the UK Met Office, and other weather agencies contributed to WeatherNext's creation. That institutional collaboration matters: integrating AI-generated forecasts into operational warning pipelines requires buy-in from the agencies that actually issue public advisories, and their involvement during development shortens the path from research output to real-world deployment.
The choice to release both weights and code is worth noting. Over the past several years, several AI weather models — including Google's own earlier GraphCast, as well as offerings from Nvidia and Huawei — have been published with model weights available but with varying degrees of code completeness and reproducibility tooling. Releasing full source alongside trained weights lowers the barrier for national meteorological services and academic groups to evaluate, fine-tune, and integrate the model into their own forecasting workflows. It also allows independent verification of performance claims, which has been a recurring tension point as AI-based forecasting matures.
The 15-day cyclone track and intensity horizon is where WeatherNext targets its clearest operational value. Lead time is the single most consequential variable in hurricane preparedness; even modest gains in forecast accuracy at extended ranges translate into narrower evacuation zones and better resource pre-positioning. If WeatherNext's cyclone predictions hold up under independent evaluation — and the Nature publication suggests they have been subjected to rigorous peer review — the model could supplement existing dynamical forecasting systems rather than replace them. Operational meteorology has historically layered new forecasting methods on top of established ones, using ensembles of different model types to quantify uncertainty. An AI model with sub-minute inference and a 15-day horizon slots naturally into that paradigm as an additional ensemble member.
The broader context here is the rapid convergence of large-scale deep learning and atmospheric science. What was a research curiosity a few years ago is now producing models that compete with or exceed operational numerical weather prediction on standard skill metrics, and doing so at a fraction of the compute cost per forecast. Google's decision to open-source WeatherNext accelerates that trend by making a state-of-the-art system available to any group with sufficient compute to run inference. The agencies that contributed to development — the NHC, CIRA, the Met Office — are presumably positioned to evaluate it in operational contexts first, but the open release means the broader research community can probe its strengths, limitations, and failure modes in parallel.
For technology professionals watching this space, the pattern is familiar: a capable AI model, trained on a large but bounded dataset, achieves strong results, gets peer-reviewed validation, and is then released openly to accelerate adoption and scrutiny. What is less familiar is the domain. Weather prediction is not a consumer application or a developer tool; it is a public-safety function with direct humanitarian stakes. The speed at which AI-based forecasting is moving from papers to operational evaluation is, by any measure, remarkably fast.


