TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

49 点作者 ctc246 个月前

5 条评论

didibus6 个月前
I&#x27;m getting confused about the word &quot;agent&quot;. They just mean an AI model? I don&#x27;t see any level of agency here, it doesn&#x27;t seem to connect to any API or such thing.<p>I&#x27;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?
评论 #42374046 未加载
评论 #42374411 未加载
nitwit0056 个月前
Google blog post: <a href="https:&#x2F;&#x2F;deepmind.google&#x2F;discover&#x2F;blog&#x2F;gencast-predicts-weather-and-the-risks-of-extreme-conditions-with-sota-accuracy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;deepmind.google&#x2F;discover&#x2F;blog&#x2F;gencast-predicts-weath...</a>
dartos6 个月前
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)
评论 #42374156 未加载
crazygringo6 个月前
Gift link (no paywall): <a href="https:&#x2F;&#x2F;www.nytimes.com&#x2F;2024&#x2F;12&#x2F;04&#x2F;science&#x2F;google-ai-weather-forecast.html?unlocked_article_code=1.e04.Qc1K.PONREzbsrp-8&amp;smid=url-share" rel="nofollow">https:&#x2F;&#x2F;www.nytimes.com&#x2F;2024&#x2F;12&#x2F;04&#x2F;science&#x2F;google-ai-weather...</a>
wkat42426 个月前
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&#x27;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&#x27;t notice :)))