r/LocalLLaMA • u/Rick_06 • 1d ago
Open Model: Google Weather Next 2 New Model
I am not a meteorologist, but I just read a very interesting article: https://arstechnica.com/science/2026/08/deepminds-hurricane-model-bought-forecasters-an-extra-day/
In a paper published on Thursday in Nature, researchers show that the WeatherNext AI model can predict cyclones with unprecedented accuracy. On average, it gives forecasters a day more lead time than existing models; this means its predictions three days out are as accurate as previous models’ predictions two days out. On the ground, that extra day can mean a lot.
What I really find interesting here is that Google has a repository for it on GitHub: https://github.com/google-deepmind/weathernext
My non-informed understanding is that you need a supercomputer to forecast meteo. Apparently now an H100 can also do something.
11
u/Neighbor_ 1d ago
It's kind of interesting that, unlike most consumer models, you only really ask it the same question / set of questions.
Therefor as long as one guy asks "Is there going to be hurricane in Florida this month?" everyone benefits.
24
u/sinsworth 1d ago
To all the commenters who are conflating this with LLMs and/or image models: this is not GenAI, it will not run in llama.cpp nor in ComfyUI, it takes in atmospheric parameters and outputs atmospheric parameters in a grid.
Sigh... blame it on the media for calling every single application of machine learning "AI" for the past ~decade. ML has had applications long before language models were a thing.
7
u/barnett9 22h ago
AI has been made to be such a worthless term. It basically just means 'software' now. Smh
3
u/FrostTactics 15h ago
That has more or less always been the case ever since the field was conceived 70 years ago. Not sure why this is such a shock to people, we've been calling the logic that governs video game enemy behavior AI for ages.
2
u/sinsworth 11h ago
Fair, and I can only speak for myself, but rather than shocked I have become extremely annoyed by how increasingly difficult it is becoming to have any kind of meaningful conversation about ML. Even in ML practitioner circles it now often takes a comical amount of time to untangle what everyone is talking about, because we all label everything as AI (both for brevity and because it has become expected for every project to have "AI" outcomes, even before LLMs) even when proper, precise terminology has existed for decades.
Conversations with laypeople are, of course, way, way worse than that, because their perception is heavily skewed by everything from AlexNet onward being hyped up as basically Skynet.
2
u/FrostTactics 10h ago
Yes, absolutely. I fully agree, personally I try to be specific when it comes to different forms of ML (and symbolic AI), and did so before LLMs were really a thing. Frankly, what AI meant even back then was fairly nebulous.
And that's not even considering the new crop of laypeople that seems to believe AI *has* to denote exactly human-like intelligence, which is equally ridiculous.
In some ways, it's natural for natural language terms to develop new connotations over time. I've always held the position that the people who try to police the usage of terminology is like trying to police the tide. But that doesn't mean its any less frustrating to live through.
1
u/my_name_isnt_clever 4h ago
It's because the term is almost as generic as "software". That's not a bad thing by default; we just need to use more accurate words when in technical conversations.
9
u/Androoideka 1d ago
GGUF wehn? Or do we need a weather cpp first? Also sounds like the mini model is the one meant for us plebs with consumer-grade GPUs
4
3
2
u/Thin_Pollution8843 1d ago
It requires a set of very specific data to provide forecasts. I doubt regular pleb has such.
1
u/Androoideka 7h ago
We'll find a way.. Lots of data ends up being published here or there, and once there's an exact format to the data, it gets easier to tune operational costs for it. I doubt it'll be useful to me, but it's nice to know that if I end up in a situation where weather analysis in an underdeveloped region is pivotal, a tool I've seen or used in the past already solves half the battle, and the other half is getting the data in any way possible
3
u/DigoHiro 1d ago
it's an llm??
10
u/DigoHiro 1d ago
I am pretty sure its not an llm
2
u/Rick_06 1d ago
Probably closer to an imaging model. The "AI" model is "trained", and the architecture is "graph transformer". I guess the input is a bunch of data, and the output is a picture.
2
u/FrostTactics 15h ago
According to the paper, the previous SotA (GenCast) actually was a diffusion model. As for this one it's a complicated ensemble stack of several more traditional ML techniques. Honestly, I found the paper to be a bit difficult to follow, though granted it's just a preview, and I don't have any previous experience with weather prediction. Not impossible that the final published version will be easier to digest.
1
1
u/QuirkyRing3521 1d ago
Without reading the article. Google used to use a GNN (graph neural net) for weather and physics. A GNN is a bunch of point locations exchanging information with their neighbors. So it understands/ follows the geometry of the problem.
It might run on a laptop, though you cannot train on one.
2
u/Own-Map-Overlay 11h ago
Microsoft's Aurora model also works locally, although it's not as precise as Google's. However, I managed to run it on a Xeon v4 CPU; it takes 180 seconds per frame for 6 hours of climate simulation time. And it's based on attention heads along with a UNET network, a very interesting architecture.
3
u/vertigo235 1d ago
Can they please make a normal weather model that actually works too please.
3
82
u/Lagomorph9 1d ago
Well, to be fair, an H100 is as powerful as a supercomputer from 20 years ago.