I'm getting confused about the word "agent". They just mean an AI model? I don't see any level of agency here, it doesn't seem to connect to any API or such thing.<p>I'm also a bit confused how this differs from current weather models? Do current weather model not have any machine learning in them at all?
Google blog post: <a href="https://deepmind.google/discover/blog/gencast-predicts-weather-and-the-risks-of-extreme-conditions-with-sota-accuracy/" rel="nofollow">https://deepmind.google/discover/blog/gencast-predicts-weath...</a>
I feel like deep mind is the only large tech organization really trying to apply machine learning to domains outside of text, sound, and images (read: content)
Gift link (no paywall): <a href="https://www.nytimes.com/2024/12/04/science/google-ai-weather-forecast.html?unlocked_article_code=1.e04.Qc1K.PONREzbsrp-8&smid=url-share" rel="nofollow">https://www.nytimes.com/2024/12/04/science/google-ai-weather...</a>
I built something like this by mistake :)<p>I was working on integrating a weather tool in OpenWebUI for llama3. And I noticed it was always one or two degrees off. I spent a while looking for a wrong conversion factor until i realized that it wasn't using the tool at all. It was just hallucinating based on the date and location and giving me typical weather readouts. It was only that it was so close to reality that I didn't notice :)))