Live data from Hacker News

Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts

nytimes.com

1–10 of 10 posts

Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts

#6
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.

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

#7
post #6

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. 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 does not refer to it as an agent. This is just bad reporting from the NYTimes.

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

#9
post #6

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. 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?

"Agent" is the hot new thing in AI, so you can expect all influencers/reporters/marketers will overuse that term for the foreseeable future.

Re: Google Introduces A.I. Agent That Aces 15-Day Weather Forecasts

#10
I built something like this by mistake :)

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 :)))