Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
1–10 of 10 posts
Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
#2Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
#3Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
#4Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
#5Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
#6I'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?
Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
#7I'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. 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?
Traditional weather models are fluid dynamics simulations that numerically solve the Navier-Stokes equations. This works but is so computationally expensive that it makes neural networks look cheap.
Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
#8I 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)
Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
#9I'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. 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?
Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts
#10I 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 :)))