Skip to content
AI Article

WeatherNext's Real Breakthrough Is the Open Weights

DeepMind's cyclone model earned an extra day of warning in a live hurricane season, and now anyone can run it.

Mariana Souza
Mariana Souza
Senior Editor · Aug 8, 2026 · 5 min read
WeatherNext's Real Breakthrough Is the Open Weights

For years the story of ML weather forecasting has been benchmark theater: a new model beats ECMWF on retrospective scorecards, meteorologists point out that hindcasts aren't operations, and everyone moves on. This week Google DeepMind closed that gap in the most consequential domain there is. Its WeatherNext Cyclones model, described in a Nature paper published August 6, ran live through the 2025 Atlantic hurricane season alongside forecasters at the National Hurricane Center — including during Hurricane Melissa, the Category 5 storm that devastated Jamaica last October — and DeepMind has now released the code and model weights.

The headline claim is that WeatherNext's three-day cyclone forecasts match the accuracy older systems managed at two days: roughly an extra day of warning on both track and intensity, which the team frames as a decade's worth of conventional forecasting progress landing at once. On track prediction, DeepMind reports a lead-time advantage of more than 24 hours over ECMWF's physics-based ensemble. Those are the company's own numbers, but the operational record backs the shape of the claim: NHC forecasters used the model's output during Melissa's rapid intensification, a failure mode that has embarrassed physics models for decades.

Why this one is different

WeatherNext didn't come from nowhere. DeepMind's GraphCast landed in Science in 2023 as a deterministic graph neural network that beat ECMWF's deterministic model on most metrics; GenCast followed in Nature in late 2024, adding diffusion-based ensembles. The new work builds on Functional Generative Networks, an architecture that produces large ensembles — coverage cites around a thousand members — fast enough that a full 15-day global forecast takes under a minute on a TPU. For comparison, a physics ensemble of ~50 members takes a supercomputer the better part of an hour, and burns vastly more energy doing it.

The cyclone result is the interesting one because hurricanes were supposed to be where ML models fell down. Track forecasting is a large-scale steering-flow problem, well suited to a global model at 0.25° (~28 km) resolution. Intensity is not: rapid intensification happens in the eyewall at scales of a few kilometers, which is why NOAA runs specialized high-resolution regional models for it. A global model at 28 km resolution has no business beating those systems at intensity — and yet DeepMind reports that it does. Nobody, including DeepMind, can fully explain why; the blog post concedes it "remains an open research question." That should make working meteorologists both excited and a little queasy. It's a real result validated in a real season, produced by a model whose skill outruns our understanding of it.

What you actually get

The GitHub release is the part that changes who gets to play. The repo ships WeatherNext 2 and WeatherNext Cyclones — code under Apache 2.0, other materials under CC BY 4.0 — with pre-trained weights on a Google Cloud bucket. There are dated variants (trained on data before 2023, 2024, and 2025) so researchers can do honest out-of-sample evaluation instead of grading a model on storms it saw in training. That's a detail worth stealing for anyone releasing domain models: versioned training cutoffs are what make third-party verification possible.

Hardware-wise, the full models want a TPU or an H100; the mini variants, at a coarse 1° resolution, run on a P100 — which means the free Colab tier. A national met service that could never afford an ensemble supercomputer can now run a competitive cyclone ensemble on one rented GPU. If you want to see output without touching code, the Weather Lab interface serves live forecasts.

The caveats are the usual DeepMind research-code caveats, stated plainly in the repo: provided as-is, no API stability, breaking changes without notice. This is not an operational forecasting product with an SLA. If you're building on it, pin everything and treat each release as a fork point.

The dependency nobody should forget

Here's the catch that the "AI beats physics" framing obscures, and the sharpest point raised in the Hacker News discussion: these models are downstream of the physics infrastructure they outscore. WeatherNext initializes from ECMWF HRES analysis — the product of a global data-assimilation pipeline fed by government satellites, radiosondes, buoys, and aircraft observations, most of it from NOAA and its peers. It was trained on decades of reanalysis and the IBTrACS storm archive, all publicly funded. The AI model replaces the forward simulation step of forecasting. It replaces nothing upstream of that.

That has two implications. First, ECMWF and NOAA aren't losers here — their observation networks and assimilation systems just became the scarce input to everyone's models, including Google's, and ECMWF is shipping its own neural forecasting system anyway. The organizations that should feel heat are the ones whose value was raw compute: running big physics ensembles is no longer a moat when a TPU does it in a minute. Second, the current policy fashion of cutting weather-agency budgets on the theory that "AI does it now" is exactly backwards. Degrade the observations and you degrade every model trained and initialized on them, Google's included.

The verdict

This is a genuine shift, not a press release. The evidence bar — Nature publication, a live season with the NHC, open weights that let anyone rerun the evaluation — is about as high as this field offers. The honest caveats are that the benchmark specifics are still DeepMind's own accounting until independent groups grind through the released weights, and that an unexplained skill advantage is an uncomfortable foundation for life-and-death forecasts, which is why NHC treats it as one input among several rather than an oracle.

For developers, the template matters more than the storms. This is what a serious domain-specific model release looks like in 2026: a specialized architecture beating general physics simulation on a narrow, high-stakes task, released with dated training cutoffs for verifiable evaluation, runnable on hardware normal institutions own. If you work anywhere simulation is the bottleneck — fluid dynamics, chip thermals, epidemiology — the playbook is now public, weights included. The frontier-lab moat was never the model. It's the decades of curated observational data underneath, and in weather, at least, that belongs to the public.

Sources & further reading

  1. WeatherNext: AI model achieves breakthrough in forecasting cyclones — deepmind.google
  2. google-deepmind/weathernext — github.com
  3. DeepMind's WeatherNext model achieves breakthrough forecasting cyclones — news.ycombinator.com
  4. Google DeepMind Open Sources WeatherNext AI Cyclone Forecasting Model — opensourceforu.com
Mariana Souza
Written by
Mariana Souza · Senior Editor

Mariana covers the fast-moving world of machine learning and generative AI, with a particular focus on how these technologies are reshaping development workflows. When she isn't stress-testing the latest foundation models, she's usually at a local hackathon.

Discussion 0

Join the discussion

Sign in or create an account to comment and vote.

No comments yet

Be the first to weigh in.

Related Reading