精选归档 · 第 2 页

2140 条 · 共 312

8月26日8月26日周三

星期三 · 1 条
00:00
Google AI@GoogleAI精选
AI 评分 73/100
WeatherNext 预测气旋:提前五天预警五级飓风https://x.com/i/article/2092249927812337664WeatherNext: Our AI model helping to forecast cyclonesPredicting how tropical cyclones (also known as hurricanes or typhoons) develop and move is notoriously tricky, and every single hour of advance warning counts.Recently, we published a paper on WeatherNext, our AI model for global weather forecasting from @GoogleDeepmind and @GoogleResearch. To tackle extreme storms, we built WeatherNext Cyclones to seamlessly bridge the gap between global weather patterns and local storm details to completely revolutionize how we track cyclones.This isn't just happening in a lab — WeatherNext Cyclones was put to the test during the 2025 hurricane season, marking the first time the U.S. National Hurricane Center used AI models in real-time operations. Forecasters used it to predict Hurricane Melissa’s Category 5 landfall in Jamaica a full five days in advance, giving local officials critical extra time to prepare.Historically, meteorologists have faced a tough-trade off when attempting to track cyclones. To track a storm's path, they relied on massive, physics-based supercomputer models, which are great at capturing broad weather patterns sweeping across the planet. But to understand the intense, localized physics driving how strong the storm would get, they had to switch to entirely different "zoomed-in” regional models.WeatherNext Cyclones can predict a storm's track, intensity, and size all at once, giving forecasters an extra full day of advance warning compared to previous systems. To put that in perspective, our three-day forecasts are now as accurate as older two-day forecasts. Historically, it took a full decade of meteorological progress to squeeze out that kind of improvement, and we’ve delivered it in a single modeling leap.The model is also incredibly fast, generating up to 1,000 individual simulations per storm. Instead of just one "most-likely" path, forecasters get a much fuller picture of all possible outcomes, making it easier to spot dangerous events like rapid intensification (when a storm's maximum sustained winds increase by 30 knots or more in 24 hours).Ready to learn more?Take a deep dive into the research and technical details below: Blog → goo.gle/4gkvEpy @Nature article → goo.gle/4wYGzdC Code and model weights now open source on @github → goo.gle/4qDm7xgGoogle AI 发布 WeatherNext 气旋预测模型,可同时预测风暴路径、强度和规模,比现有系统多提供一整天的预警时间。该模型在 2025 飓风季实战测试中,提前五天预测飓风 Melissa 在牙买加的五级登陆,系美国国家飓风中心首次实时使用 AI 模型。模型单场风暴可生成多达 1000 次模拟,代码与权重已开源。
推荐理由:把路径、强度和尺度放进同一模型,省去过去切换全球与区域模型的步骤,对需要快速判断登陆风险的预报流程是种简化。

8月21日8月21日周五

星期五 · 1 条
00:47
Google Cloud:Databases(RSS)精选
AI 评分 65/100
AlloyDB ScaNN 如何将向量搜索扩展到 100 亿向量

AlloyDB 的 ScaNN 索引现已支持超过 100 亿向量的规模,通过全新的四层树架构(预览版)实现,将查询复杂度从 O(N^1/2) 降至 O(N^1/4)。内部测试中,该架构在 100 亿向量规模下可实现 p95 延迟不超过 51 毫秒、召回率达 95%。该功能可通过快速入门指南部署,新用户可享受 30 天免费试用。


推荐理由:四层树把搜索复杂度从 O(N^1/2) 逐级降到 O(N^1/4),配合内存优化让向量索引扩到百亿规模,这会影响依赖大规模向量检索的 RAG 应用在做容量规划时的性能假设。

8月18日8月18日周二

星期二 · 2 条
15:36
Google AI:DEV 作者专属(RSS)精选
AI 评分 67/100
设计 AI 评测:先求清晰,再谈可视化

本文演示如何用开源评测框架 Inspect AI 和 Harbor 评估 agent 技能,并借助 Google Sheets 和 Data Studio 进行可视化分析。


推荐理由:把技能评估拆成模型基线、技能条件与多维事实打分,让团队用同一套脚本量化技能增量,而不是凭单次演示做判断。
07:22
Google Developers Blog(RSS)精选
AI 评分 69/100
用 Google 的 Agent Development Kit 构建零信任 AI 智能体

Google 开源了基于 ADK 和 Gemini 的零信任客服与退货智能体示例,演示如何防御提示注入等攻击。该架构在 LLM 上下文之外通过三层硬性安全机制保障:硬件支持的加密签名确保数据库写入不可抵赖、gVisor 沙箱隔离动态代码执行、确定性语义网关校验业务逻辑。系统提示词只是软约束,无法作为安全边界。


推荐理由:零信任代理被拆成签名写库、gVisor隔离执行和确定性网关三层,可作为在不可信输入下仍保持硬性业务边界的工程模板。

8月15日8月15日周六

星期六 · 1 条
02:22
Google Gemini@GeminiApp精选
AI 评分 66/100
Gemini 3.7 Flash 全面上线 Pro 与 Ultra 用户Gemini 3.7 Flash is now available to all Pro and Ultra users in Gemini chat.This model update delivers improved reasoning and accuracy for multi-step tasks like intelligently connecting the dots across dozens of files and emails into one master document.Give it a try today on the web or in the app!Gemini 3.7 Flash 现已向 Gemini 聊天中的 Pro 和 Ultra 用户开放。该模型更新提升了多步骤任务的推理与准确性,如智能整合数十个文件和邮件为一份主文档。同时,Gemini Spark 也已运行于 3.7 Flash,通过改进对 Google Workspace 应用的工具调用,让个人 AI 智能体更精准。

Google Gemini: Gemini Spark 现已运行于 Gemini 3.7 Flash。⚡️ 无论你是用 Spark 将供应商信息整理到 Sheets 中,还是起草谈判邮件,3.7 Flash 都能让你的个人 AI 智能体更加精准可靠,并通过对 @Goog...


推荐理由:Gemini 3.7 Flash 把多步推理与跨文件整合能力下放到轻量模型,对经常需要合并数十份文件或邮件的用户来说,是一个成本更低的处理选项。

8月14日8月14日周五

星期五 · 2 条
01:52
Google Blog:AI(RSS)精选
AI 评分 61/100
Google Sheets 推出 Sheets canvas:用 Gemini 将表格数据变为交互式迷你应用

Google Sheets 发布新功能 Sheets canvas,基于 Gemini 构建,用户只需用自然语言提示词即可将表格数据转化为交互式仪表盘、学习追踪器、座位表等“迷你应用”。


推荐理由:与单独 BI 工具不同,Sheets canvas 直接在原表上生成可读写界面,临时仪表盘能沿用表格的共享和权限体系,降低轻量场景的搭建成本。
01:22
Google DeepMind:Blog(RSS)精选
AI 评分 72/100
Google DeepMind 推出 Gemini 3.7 Flash:面向编程与智能体的最强工作模型

Google DeepMind 发布 Gemini 3.7 Flash,距 3.6 Flash 仅三周,主打编程与智能体任务,输入/输出价格分别为每百万 token $0.75 和 $3.75,为原 3.6 Flash 的一半。


推荐理由:相比 3.6 Flash,价格减半且 FrontierCode 和 DeepSWE 分数提升,让成本敏感型编码智能体团队有了新的性价比基线。

8月13日8月13日周四

星期四 · 1 条
01:57
Google Research:Blog(网页)精选
AI 评分 66/100
空货架还是丢钥匙?Google 研究:Recall 是参数化事实性的瓶颈

Google Research 提出知识画像框架,发现前沿 LLM(如 Gemini3、GPT-5)的事实编码接近饱和,但回忆(recall)能力不足,多数事实错误源于“丢钥匙”而非“空货架”。该框架将事实分为编码失败、回忆失败等五类画像,并配套推出 WikiProfile 基准,含 2,150 条维基百科事实,每条配 10 个问题,用于分别探测编码、回忆与识别能力。


推荐理由:知识画像把事实错误拆成编码失败与召回失败,显示前沿模型问题主要在已存知识不稳定调用,思考更多恢复已编码事实而非补全缺失,为优化侧重提供判断依据。

8月12日8月12日周三

星期三 · 3 条
01:17
Google Blog:AI(RSS)精选
AI 评分 69/100
AMIE 研究医疗 AI 系统首次展示实时临床视频问诊能力

Google Research 与 Google DeepMind 推进医疗 AI 系统 AMIE,实现实时临床视频问诊,首次在此场景展示专家级 AI 能力。该系统基于 Gemini 和 Project Astra 构建,可解读视觉与听觉线索、引导虚拟体格检查并实时诊断推理。随机研究中,临床评估者对 AMIE 的病史采集、诊断准确性等核心能力给予好评,患者演员也更偏好视频体验。


推荐理由:AMIE 在视频中融合视觉与听觉线索进行诊断,展示了多模态临床推理的可行性,对远程医疗产品方向有参考价值。
00:44
Google Cloud:Databases(RSS)精选
AI 评分 72/100
Gemini 助力 Database Migration Service 加速 PostgreSQL 迁移

Google Cloud 在 Database Migration Service(DMS)中推出由 Gemini 驱动的 AI 辅助代码转换,可将 Oracle 或 SQL Server 的存储过程、触发器和自定义函数转换为 PostgreSQL PL/pgSQL 代码。


推荐理由:将AI编解能力直接嵌入数据库迁移流程,不同于通用聊天工具,它能感知全量Schema上下文,并保留审查与校验环节,更适合企业级迁移场景。

8月8日8月8日周六

星期六 · 1 条
19:12
Ars Technica:AI(RSS)精选
AI 评分 77/100
DeepMind 的 WeatherNext 飓风模型为预报员争取到额外一天预警时间

Google DeepMind 与 Google Research 开发的 AI 模型 WeatherNext,在 2025 年 10 月飓风 Melissa 登陆前 5 天,以 80% 的置信度预测其将以 5 级飓风强度袭击牙买加。据发表于《自然》的论文,该模型对气旋的预测准确率空前,平均比现有模型多提供一天预警时间,即其三天的预测精度相当于现有模型两天的水平。


推荐理由:相比现有模型,WeatherNext 在三天前的预测准确度相当于过去的 48 小时预报,这一改善意味着沿海社区能多出整整一天采取防灾措施,对高风险区域的庇护和撤离安排有实际影响。

8月7日8月7日周五

星期五 · 3 条
15:10
IT之家(RSS)精选
AI 评分 71/100
谷歌推出 WeatherNext 气旋模型,AI 高精度预报飓风平均提前 24 小时

谷歌 DeepMind 联合多家机构推出 WeatherNext Cyclones 气旋预测模型,在路径、强度和风场结构预测精度上达到业界领先。该模型将有效预报时长从 2 天延长至 3 天,平均提前 24 小时,预测量级约相当于 10 年气象进展。


推荐理由:将气旋预报时效提前24小时并开源全套模型权重,气象机构可据此提升预警窗口,影响紧急预案规划。
10:32
SemiAnalysis 长文 RSS(RSS)精选
AI 评分 84/100
SemiAnalysis 分析 DeepMind 高层动荡与 Gemini 掉队,判断 GCP 成为最大受益方

Google 于 8 月 5 日宣布全面调整 DeepMind 领导层,Demis Hassabis 退出日常运营,Jeff Dean 将联同 Sanjay Ghemawat、Quoc Le、Oriol Vinyals 离职创办新实验室 Discovery Loop,Koray Kavukcuoglu 接掌 DeepMind/Gemini。


推荐理由:原文以 DeepMind 高层变动和 TPU 出售数据论证 Google 重心转向 GCP 云业务,读者可获得一条解释 Gemini 掉队的分析框架。
00:53
Google Developers Blog(RSS)精选
AI 评分 75/100
Agent Plugins 1.0.0 发布:谷歌、亚马逊、微软等支持的统一智能体插件规范

Agent Plugins 1.0.0 是一项由谷歌、亚马逊、微软等支持的中立目录规范,将 Agent Skills 和 MCP 服务器打包为单一可移植单元。通过标准化 plugin.json 清单和固定目录布局,开发者无需为不同 AI 编码智能体和 IDE 维护单独封装。谷歌已作为核心维护者加入,并在 Agents CLI 和 Data Agent Kit 中提供支持。


推荐理由:此前不同AI编码代理和IDE的插件需要单独适配,Agent Plugins通过统一manifest和目录结构,使单个插件可跨工具复用,降低了多代理环境的分发成本。

8月6日8月6日周四

星期四 · 5 条
21:40
The Verge:AI(RSS)精选
AI 评分 75/100
Google 大规模 AI 组织调整背后的混乱政治

Google 宣布迄今最大规模 AI 组织调整:Demis Hassabis 卸任 DeepMind 日常管理以专注 AGI 研究,CTO Koray Kavukcuoglu 接任;27 年老将 Jeff Dean 与三位顶级研究员离职创办 AI 初创公司。内部员工认为调整源于产品提速压力、Hassabis 影响力下降及与美国国防部合作引发的伦理冲突。


推荐理由:人事变动之外,文章的核心价值在于把 Jeff Dean 离职与军方合同、伦理红线直接关联,呈现了 Google 内部产品速度与道德立场之间的张力。
21:10
IT之家(RSS)精选
AI 评分 71/100
谷歌地图 Ask Maps 智能体升级:可对话订餐、找酒店并接入 Gemini Personal Intelligence

谷歌地图宣布 Ask Maps 迎来新一轮升级,新增智能体功能,可替用户执行订餐操作,并综合考虑饮食要求、当前位置和收藏地点等信息;用户还可通过对话指定装修风格、环境氛围等条件查找酒店和当地活动。


推荐理由:在地图导航中直接完成订餐和订房,把位置感知的便利性延伸到了生活服务的交易环节,可能改变用户对地图工具的功能预期。
06:09
MarkTechPost(RSS)精选
AI 评分 71/100
用 Google Meridian 构建端到端贝叶斯营销组合模型:媒体测量、ROI 分析与预算优化

本教程使用 Google Meridian 构建完整的贝叶斯营销组合建模工作流,涵盖数据加载、ROI 先验配置、NUTS 采样拟合及收敛性评估。通过 Analyzer API 提取渠道贡献、ROI、边际 ROI、adstock 与饱和曲线等后验指标,并计算渠道间 ROI 比较概率。最后用 BudgetOptimizer 优化固定与灵活预算,生成可分享的 HTML 报告并保存模型复用。


推荐理由:完整工作流把先验设定、后验采样、诊断和预算优化串联为可执行步骤,让营销分析团队能自行量化渠道贡献与 ROI 不确定性。
02:13
Jeff Dean@JeffDean精选
AI 评分 81/100
Jeff Dean 宣布离开谷歌,创办 DiscoLoop AITomorrow will be my last day at Google after 27 years, and watching it grow from 25 people to 190,000+ has been an amazing journey. Below is a note I shared with many people internally at Google today. An excerpt is:It has been an absolute pleasure to work with you and to help build some of the most widely used and impactful products of all time. As a kid, I dreamed of helping build software that would be used by many people, and Google now has thirteen products used by more than a billion people (amazing!). Our work has had a tremendous impact in the world, and I have been lucky enough to collaborate and form friendships with many colleagues that I deeply admire, respect, and enjoy. It still brings me joy every time I see people out in the world using our products to find information, handle email, translate documents, watch videos, learn new things, navigate and understand the physical world, browse the web, use their phone, run large-scale computations on our infrastructure, ride in an autonomous vehicle, or perform complex tasks with the help of our AI systems. I hope you all share this sense of joy, because it is a shared accomplishment! Thank you to all of my colleagues at Google over many years!Now I'm excited to go start @DiscoLoopAI with my longtime friends and colleagues @Sanjay_Ghemawat, @OriolVinyalsML, and @quocleix.(Updated post: slightly redacted to not have some personal info)Jeff Dean 在谷歌任职 27 年后宣布离职,将于明日正式离开。他称谷歌已从 25 人发展到 19 万余人,拥有十三款用户超十亿的产品。他将与 Sanjay Ghemawat、Oriol Vinyals 和 Quoc Le 共同创办 DiscoLoop AI。

推荐理由:27年Google生涯中,Jeff Dean参与建设了多个超过十亿用户的产品,他的离职与集体创业可能反映AI研究从大厂向独立团队的又一次转移。
01:09