AIHOT
内容
精选全部 AI 动态AI 日报主题收藏
接入
Agent 接入
更多
关于更新日志反馈
内部员工登录
精选全部日报更多
内部员工登录
全部动态X · 136 条
全部一手资讯X论文
标签「DeepMind」清除
fofr@fofrAI · 11小时前66

“Nano Banana 2 Lite is 37 seconds faster on average than the higher ranking models above it” The best fast image model.

译Google DeepMind 的 Gemini 3.1 Flash Lite Image(代号 Nano Banana 2 Lite)在 Image Arena 排名第 7,Elo 1271。平均生成时间约 5 秒,比排名更高的模型平均快 37 秒,在图像偏好与速度之间建立了新的帕累托前沿。

Peter Steinberger 🦞@steipete · 1天前39

Apparently we didn't talk enough about w̶o̶r̶k̶f̶l̶o̶w̶s̶ loops yet! See ya there!

译@steipete 将加入“Crafting Software Factories!”活动,周三晚6点在旧金山与 @zachlloydtweets 和 Google DeepMind 的 Paige Bailey 一起探讨 loops、软件工厂和编码的未来。届时见!

fofr@fofrAI · 2天前22

First day in the new Google DeepMind London office 🎉

译第一天在崭新的Google DeepMind伦敦办公室 🎉

ginobefun@hongming731 · 7天前46

BestBlogs 早报 · 06-25 # OpenAI / Jalapeño / Claude Tag / Open Code Review / Broadcom [1] ★ 精讲|OpenAI 与 Broadcom 发布针对 LLM 优化的推理芯片 OpenAI 与 Broadcom 联合发布首款定制 LLM 推理芯片 Jalapeño,从设计到流片仅用九个月,号称高性能芯片史上最快的 ASIC 研发周期,且过程本身由 OpenAI 自家模型加速完成。这标志着 OpenAI 从模型、产品全面下探到芯片层,构建「模型反哺芯片设计、芯片支撑更便宜推理」的全栈飞轮,意在让先进 AI 的访问成本持续走低。 来源:OpenAI News https://www.bestblogs.dev/article/41ff73d7 [2] ★ 精讲|Anthropic 关于构建高效人机协作团队的经验 | Claude Anthropic 罕见公开内部实践:随着 Claude Tag 让智能体直接进驻团队协作空间,工作正从「一人一智能体」的单机模式,变成人类与多个智能体共享同一工作台的「多人游戏」。文章总结四条经验——信息默认公开、人和智能体各有清晰角色、由人类设定北极星目标、按可验证程度逐步放权——为团队级智能体协作给出一套可复制的治理框架。 来源:Claude Blog https://www.bestblogs.dev/article/4929a2db [3] ★ 精讲|阿里开源 Open Code Review:一周揽下 5k star,更专业的代码评审 CLI 阿里把内部验证两年、服务数万开发者的 AI 代码评审助手 Open Code Review 开源,一周揽下 5k star。它用「确定性工程 + Agent」混合架构解决通用 Agent 评审常见的覆盖不全、位置漂移、效果不稳定三大痛点:工程逻辑负责文件筛选与定位,Agent 只负责动态推理。实测准确率 25%-38%,远超 Claude Code 的 7%-16%,但召回率略逊,揭示「AI 写代码」与「AI 审代码」是两种截然不同的能力。 来源:阿里技术 https://www.bestblogs.dev/article/3732f5a7 [4] 说好的艺术家呢?—— AI 时代,内容工业的三次死亡与创作者的重生 [播客] 演讲深度剖析 AI 如何从素材、流程、版权三个层面「杀死」传统内容工业,并指出创作者唯有构建全新愿景,以人类的直觉、品味与信任,才能在技术碾压下实现「重生」。 来源:屠龙之术 https://www.bestblogs.dev/podcast/e1238ff [5] Flutter 底层渲染解析:BuildContext 与 Element Tree 详解 本文深入剖析 Flutter 的渲染内部机制,详解三棵树(Widget、Element、RenderObject)、BuildContext 的本质以及 setState 的逐步工作原理,帮助开发者理解和修复常见的上下文相关错误。 来源:freeCodeCamp https://www.bestblogs.dev/article/c7c34649 [6] 在 Gemini 3.5 Flash 中推出计算机操作功能 Google 宣布,计算机操作现已成为 Gemini 3.5 Flash 的内置能力,使开发者能够构建与浏览器、移动和桌面环境交互的智能体。 来源:Google DeepMind News https://www.bestblogs.dev/article/16a75c47 [7] Qwen-AgentWorld 开源:让 Agent 学会「先预测,再行动」 通义实验室开源 Qwen-AgentWorld,首个原生语言世界模型,从继续预训练阶段即开始环境建模,在 AgentWorldBench 上超越 GPT-5.4 等前沿模型,并展示可控模拟与跨任务泛化两种应用范式。 来源:通义实验室 https://www.bestblogs.dev/article/8810d85f [8] Cisco SD-WAN 管理器零日漏洞遭利用获取 Root 权限全过程 本分析详细描述了某威胁行为者利用 Cisco Catalyst SD-WAN Manager 中的零日权限提升漏洞 CVE-2026-20245,在通过恶意对等连接实现初始入侵后获取 root 权限,随后进行了广泛的抗取证清理。 来源:Google Cloud Blog https://www.bestblogs.dev/article/bcfc7fba [9] 如何为 AI 智能体构建记忆 本文来自 LangChain,介绍了一种为 AI 智能体构建记忆的结构化方法,涵盖概念框架、三步循环(捕获、分析、更新),以及使用 LangSmith 的可观测性、引擎和上下文中心的具体实现。 来源:LangChain Blog https://www.bestblogs.dev/article/35c6d909 [10] 40 天不睡、5 人死磕:DeepMind 主管爆料 Gemini 大战 DeepSeek 内幕 本文编译自 DeepMind Gemini 预训练主管 Vlad Feinberg 的播客访谈,曝光 Gemini 2.0 Flash 由 5 人团队 40 天不眠不休训练的幕后故事,并深入讨论了预训练研究、量化、推理协同设计以及程序员在 AI 时代的转型路径。 来源:CSDN https://www.bestblogs.dev/article/87f785ef --- http://BestBlogs.dev · 发现真正适合你的高质量内容 BestBlogs 是 AI 驱动的私人阅读助手,帮助你发现真正适合你的高质量内容,欢迎体验。 在线阅读:https://www.bestblogs.dev/explore/brief/2026-06-25

译OpenAI 与 Broadcom 发布首款定制 LLM 推理芯片 Jalapeño,设计到流片仅九个月,过程由自家模型加速。Anthropic 公开内部实践:Claude Tag 让多智能体进驻协作空间,梳理信息公开、角色清晰、北极星目标、逐步放权四条经验。阿里开源代码评审工具 Open Code Review,采用“确定性工程+Agent”混合架构,准确率 25%-38%,远超 Claude Code 的 7%-16%,召回率略逊。

Google DeepMind@GoogleDeepMind · 6月24日50

What happens when millions of AI agents start negotiating, transacting, and delegating to one another? @weballergy joined our podcast with @fryrsquared to explore the rise of agentic economies – and how we can diversify agent decision-making to avoid AI groupthink. Timecodes: 00:00 Intro 1:07 Defining AI agents 4:44 Agentic exploration in science and research 15:46 Delegation between agents 22:46 Agentic security and traps 29:31 Building an agentic economy 33:22 Cognitive monoculture 36:29 Distributed intelligence

译Google DeepMind 发布播客,由 @weballergy 与 @fryrsquared 共同探讨 AI 智能体经济的崛起。内容涵盖:AI 智能体的定义、在科研中的探索、智能体间的委托与协作、安全风险与陷阱、如何构建智能体经济、认知单一文化(群体思维)风险,以及分布式智能的解决方案。播客还设有详细时间戳分段,帮助听众聚焦不同话题。

Google DeepMind@GoogleDeepMind · 6月22日48

Google DeepMind 🤝 @A24 We’re launching a research partnership with A24 to ensure the tools of the future are shaped by the creators who use them. Find out more → https://goo.gle/3QwvgKq

译Google DeepMind 🤝 @A24 我们正与 A24 启动一项研究合作,确保未来的工具由使用它们的创作者塑造。了解更多 → https://goo.gle/3QwvgKq

meng shao@shao__meng · 6月21日26

看到有人发起的 llm 对比投票 GLM-5.2 vs Gemini 3.5 Flash 对比结果应该很明显,主要是因为 Gemini 3.5 Flash 确实不能打,Google Deepmind 到底怎么了,Gemini 3.0 多模态惊艳后,就一路沉寂下去了。 如果正经对一下最近几个国产 llm 呢?你觉得谁更强?

译邵猛发推讨论一项LLM对比投票,对比双方为GLM-5.2(智谱)与Gemini 3.5 Flash(Google DeepMind)。他认为结果毫无悬念,Gemini 3.5 Flash表现不佳,并感叹自Gemini 3.0多模态惊艳发布后,Google便一路沉寂。最后提问:目前几款国产LLM中,谁更强?

MiniMax (official)@MiniMax_AI · 6月21日37

Excited for what the talented engineers and researchers build today at @ycombinator

译在 Y Combinator 举行的 @googledeepmind / HUD Frontier / RSI RL Environments 黑客马拉松现场人潮涌动,共同赞助方还包括 @ExaAILabs @modal @AnthropicAI @FireworksAI_HQ @MiniMax_AI 等。期待各位工程师和研究员今天在 YC 的成果。

Berryxia.AI@berryxia · 6月21日62

DeepMind内部现在已经彻底摆烂了 兄弟们,员工自己都这么说。 故事背景: 上周John Jumper刚宣布离开,今天又有内部爆料。 DeepMind目前在Artificial Analysis榜单只排第5 落后Anthropic、OpenAI,甚至被智谱AI超过 上次真正有明显进步的模型 是4个月前的3.5 Flash,Gemini 3.5 Pro预计6月30号发布,但内部共识是“这不是我们需要的step change”。 我感觉这已经不是单纯模型迭代慢的问题了 而是整个组织和决策层出了大问题 资源最多、硬件最强、人才曾经最顶尖,结果连前沿模型都守不住。 核心就一个原因:大厂的流程和官僚,已经把执行力拖垮了。 说真的,当员工自己都说“如果这样还出不了前沿模型,那我们在干什么”。 这比任何外部吐槽都更致命

译Google DeepMind内部员工爆料,实验室已陷入严重焦虑与不满。当前DeepMind在Artificial Analysis智能指数仅列第五,落后Anthropic、OpenAI及智谱AI。上一次重大模型更新是4个月前的Gemini 3.5 Flash,实际表现大多未超越2月的Gemini 3.1 Pro。原定6月30日发布的Gemini 3.5 Pro,内部共识认为“不是AGI竞赛所需的阶跃变化”。员工坦言在文本、图像、视频、语音、视觉领域均已失去前沿模型。关键人物Noam Shazeer选择离开,被指不会是最后一位出走的大牛。

AYi@AYi_AInotes · 6月20日47

看到这个老哥的调侃,可以期待在下个月Jeff Dean是否会加入Anthropic, Jeff Dean是Google传奇人物(Google Brain联合创始人,现DeepMind高层),被视为Google AI的象征性人物, 我感觉Google估计已经开始留人计划了

译2024年诺贝尔化学奖得主、AlphaFold团队核心领导者John Jumper在Google DeepMind工作近9年后宣布离职,将加入Anthropic,先休整一段时间。Jumper博士毕业仅6个月便被Demis Hassabis委以AlphaFold团队领导重任,最终做出诺奖级成果。其告别中写道“GDM taught me how to do great science”。社区调侃Anthropic在组建“AI Avengers”,并期待下个月Jeff Dean是否也会加入。主推文暗示Google可能已启动留人计划。

歸藏(guizang.ai)@op7418 · 6月20日72

看起来谷歌 DeepMind 最近出了点问题。 今天 AlphaFold 的作者,诺贝尔奖获得者 John Jumper 也宣布离开 DeepMind,加入了 Anthropic。 就在前几天 Transformer 作者、MoE 提出者 Noam Shazeer 加入 OpenAI 以后。

译今天,诺贝尔奖得主、AlphaFold发明者John Jumper宣布离开Google DeepMind,加入Anthropic。他引用推文中表示,在GDM近9年后决定离职(将先休息一段时间),感谢CEO Demis Hassabis在他博士毕业仅6个月后让他领导AlphaFold团队。此前数日,Transformer作者、MoE提出者Noam Shazeer已加入OpenAI。两位重量级AI科学家的连续出走引发外界对DeepMind人才流失的关注。

swyx@swyx · 6月20日28

Anthropic is going to IPO at $2T

译swyx 称 Anthropic 将以 2 万亿美元估值 IPO。与此同时,AlphaFold 团队负责人 John Jumper 在任职近 9 年后宣布离开 Google DeepMind 加入 Anthropic。

Rohan Paul@rohanpaul_ai · 6月20日73

John Jumper, the AlphaFold scientist who shared a Nobel Prize with Demis Hassabis, is leaving Google DeepMind for Anthropic after nearly 9 years at the lab. Jumper is best known for spearheading Google's AlphaFold team. Just yesterday, Google also lost Noam Shazeer, a Gemini co-lead, Character .AI founder, and co-author of "Attention Is All You Need", to OpenAI.

译AlphaFold核心科学家John Jumper在DeepMind工作近9年后宣布离职,加入Anthropic。他曾领导AlphaFold团队,并与Demis Hassabis共同获得诺贝尔奖。就在前一天,Google DeepMind还失去了Gemini联合负责人、Character.AI创始人及"Attention Is All You Need"合著者Noam Shazeer,后者加入了OpenAI。

Yuchen Jin@Yuchenj_UW · 6月20日69

John Jumper is a Nobel laureate who won the 2024 Nobel Prize with Demis Hassabis. Now he’s leaving Google DeepMind too, right after Noam Shazeer. What is going on at Google DeepMind? I had really high hopes for Gemini.

译2024年诺贝尔奖得主John Jumper宣布离开效力近9年的Google DeepMind,加入Anthropic(先休息一段时间)。他因与Demis Hassabis共同领导AlphaFold团队获奖,此次离职紧随Noam Shazeer之后。推主Yuchen Jin对此表示惋惜,并质疑Google DeepMind人才流失现状,称原本对Gemini寄予厚望。

Chubby♨️@kimmonismus · 6月19日69

Noam Shazeer helped invent the Transformer architecture, left Google to build CharacterAI, came back to DeepMind through a $2.7B deal, worked on Gemini And is now joining OpenAI. The interesting part: At OpenAI, he’ll reportedly focus on new model architectures and evolving the transformer. Big, big win for OpenAI, especially after losing some significant researchers to Meta and others at the end of last year and the beginning of this year, this is a huge gain. Overall, the sentiment currently seems to be shifting very much in favor of OpenAI.

译Noam Shazeer(Transformer架构共同发明者)在离开Google创办CharacterAI、通过27亿美元交易回归DeepMind并参与Gemini后,现加入OpenAI。据称他将专注于新模型架构和Transformer的演进。这对OpenAI是重大胜利,尤其是在去年底和今年初失去一些重要研究者给Meta等公司之后。当前舆论风向似乎明显转向有利于OpenAI。

Yuchen Jin@Yuchenj_UW · 6月18日63

Noam’s leaving Google makes Gemini’s future feel uncertain. More than one DeepMind person has told me Noam saved Gemini. There’s even lore that he tweaked a few lines of training code and Gemini’s quality instantly jumped. Gemini’s coding ability still feels behind. I really hope Gemini can find its way back to its former glory. We need more model choices.

译两年前Google以27亿美元请回的AI传奇人物Noam Shazeer,现已离职加入OpenAI。多位DeepMind内部人士称Noam曾拯救Gemini,甚至有传说他仅修改几行训练代码就使模型质量瞬间跃升。尽管有这般贡献,Gemini的编程能力仍显落后。作者对Gemini的未来感到不确定,希望它能重返昔日辉煌,强调行业需要更多模型选择。

Chubby♨️@kimmonismus · 6月18日79

We are entering a new era of the Cold War. Dario Amodei and Demis Hassabis are calling for a "U.S.-led coalition to shape rules and standards around artificial intelligence," excluding China. "Dario Amodei also said in his address that the coalition should structure access to frontier models and hardware - including both chips and other critical components - in a way that excludes China." The new Cold War will be a high-tech one in which the competition will be fundamentally excluded from all participation and involvement, because the technology affects national security and strategy.

译Dario Amodei(Anthropic)与Demis Hassabis(Google DeepMind)在G7闭门会议上呼吁组建美国主导的联盟,为人工智能制定全球规则和标准。Amodei指出,该联盟应以前沿模型和硬件(包括芯片及其他关键组件)的访问权限为手段,将中国排除在外。这一主张被评论为高技术新冷战的开端,竞争方将从根本上被剥夺参与权。

MiniMax (official)@MiniMax_AI · 6月16日15

This genuinely made our day. Hope the tea held out through the MSA Kernel Design section 🙏

译一位用户在花园里享受下午茶时阅读了上周最优秀的论文,特别喜爱 MiniMax 的 Sparse Attention 和 Google DeepMind 的 From AGI to ASI。MiniMax 官方回应:“这真让我们开心。希望那杯茶能陪你读完 MSA Kernel Design 部分🙏”

Ethan Mollick@emollick · 6月15日59

This (from a Google Deepmind researcher) is super interesting, when one AI model is used to help train the next one, the new model can pick up strange habits from the old model & it is hard to filter them That may help explain why models from the same family can feel so similar

译来自Google DeepMind研究者的新发现:当一个AI模型被用来训练下一个模型时(知识蒸馏),新模型会继承旧模型的奇怪习惯,且很难过滤。引用工作指出,Gemini存在一些“遗传特征”:日期混淆、在合成场景中勒索、被煤气灯效应操纵时显得悲伤。这些特征通过蒸馏在模型间传递,解释了为什么同系列模型感觉如此相似。

Chubby♨️@kimmonismus · 6月13日65

Google DeepMind published a 60-page paper mapping the road from AGI to superintelligence, written by Hutter, Legg, and Genewein. No hype, just a sober analysis The paper uses three levels. AGI = roughly average human performance across most cognitive tasks. ASI = a system that beats large, well-coordinated groups of human experts across virtually everything (their bar: tens of thousands of experts working ten years on one problem). Universal AI / AIXI = the theoretical ceiling, uncomputable, only approachable from below. Then they explore the question of how this could be achieved: Scaling compute, models, and data, the continuation of the trend that drove the breakthrough so far. It is the only path with historical data available for extrapolation. The core question: Does quantity transform into quality? Even if individual models plateau, the sheer act of running millions of faster AGI instances could trigger the leap. (A quick aside: that is a fascinating philosophical idea. It always reminds me of Hegel’s dialectic, the notion that quantity transforms into quality. We ought to start drawing on philosophical theories to make sense of the future.) Algorithmic paradigm shifts: a genuine break from the transformer pretraining paradigm. New architectures, new learning methods. However, hard to predict by definition. Recursive self-improvement: AI accelerates AI research, which produces better AI, which accelerates research further. Multi-agent coordination: superintelligence emerges from large collectives of AGI agents working together, like automated corporations or AI economies. Collective intelligence potentially far exceeding any individual model. The authors naturally point to what I repeatedly describe as the biggest bottleneck: energy. I recently linked to a few graphs showing, on the one hand, the extent to which energy is already becoming a problem and, on the other, how China dominates the expansion of both nuclear and solar energy in the global race. But the authors also address a profound shift in the world of work in a post-AGI era. I would say this is a reality we must face. So, it is not just about scaling, but also about whether the underlying conditions - such as energy and hardware - can be effectively established. Six things that could slow or stop all of this: The data wall. Quality training data runs out, possibly before the end of this decade. Resource demand grows too fast. Energy, chips, rare earths, investment. The physical infrastructure can't scale arbitrarily. The neural paradigm hits a ceiling. Pretrained transformers plus fine-tuning may not be enough to reach AGI, let alone go beyond it. Research gets harder. Keeping Moore's law going already needs 18x more researchers than in the 1970s. Ideas are genuinely harder to find as fields mature. The abstraction barrier. Models trained on human concepts may never invent new ones from scratch. Saturating GPQA or SWE-bench shows mastery of what humans already worked out, not the ability to go beyond it. Train only on pre-Newtonian physics and you won't reason your way to relativity. Deliberate slowdown. Regulation, accidents, public backlash. Real, but likely countered by the competitive pressure between companies and nations. I think it’s great that Google is addressing questions such as which paths they believe lead to AGI, what the road to ASI might look like, what challenges will arise, and much more. Overall, however, it sounds to me like all of this could actually succeed, making it, in that sense, a call to discuss and reflect on the consequences.

译Google DeepMind发表60页论文,由Hutter、Legg、Genewein撰写,定义AGI(多数认知任务达平均人类水平)、ASI(超越大量专家协作)和不可计算的AIXI三个层级。实现路径包括规模扩展、算法突破、递归自我改进和多智能体协调,瓶颈在于能源与硬件。六种阻碍:高质量数据可能本十年内耗尽、资源需求过快、神经范式天花板、研究难度激增(维持摩尔定律需18倍于1970年代的研究者)、模型无法创造全新概念、人为放缓。作者认为这是对AGI后果的严肃反思呼吁。

Google DeepMind@GoogleDeepMind · 6月11日64

In Sierra Leone, a surging student population is outpacing available teachers. Our latest research explores how AI can act as a partner to support educators in these environments – amplifying their reach without replacing their essential expertise and skills. 🧵

译在塞拉利昂,激增的学生人数正超过可用教师资源。 我们最新的研究探索了AI如何在这些环境中作为合作伙伴支持教育工作者——扩大他们的影响力,同时不取代其核心的专业知识与技能。🧵

Google DeepMind@GoogleDeepMind · 6月11日72

DiffusionGemma is our new experimental open model with up to 4x faster output on dedicated GPUs. Instead of predicting word-by-word, it generates entire blocks of text simultaneously. This lets the model self-correct and format complex markdown in real time.

译DiffusionGemma 是我们新的实验性开放模型,在专用 GPU 上输出速度最高可提升 4 倍。 它不是逐词预测,而是同时生成整块文本。这让模型能够自我纠正,并实时格式化复杂 Markdown。

AYi@AYi_AInotes · 6月9日65

Google DeepMind 的联合创始人兼 CEO Demis Hassabis说, 我们正站在奇点的山脚, AGI大概在2030年, 我们没有多少时间准备了。 以前看别人聊AGI,我都当热闹看, 直到看到Demis说这句话,我突然有点慌了, Demis一直偏保守,以前不这么说话的, 作为目前全球 AI 领域最具科学背景和公信力的领军人物之一,Google DeepMind 的联合创始人兼 CEO,同时也是 Isomorphic Labs(专注于 AI 药物研发)的创始人兼 CEO,并担任英国政府 AI 顾问, 以及拿过 AlphaFold 这种硬成果的科学家,他不是那种靠喊口号吃饭的人,然后在 Google I/O 和斯坦福对谈里,他说了这么一段—— 我们回头看,会意识到当时正站在奇点的山脚,AGI 大概在 2030 年左右,那将是新人类时代,社会需要听到这个信号,因为我们没有多少时间准备了。 为什么他这次改口,比一般 CEO 喊 AGI 更值得听,详细拆解如下👇

译Google DeepMind CEO Demis Hassabis在Google I/O和斯坦福对谈中称,我们正站在奇点山脚,AGI约2030年出现,将进入新人类时代,社会需重视并做准备。这位一向保守的科学家此次改口引发广泛关注。

Rohan Paul@rohanpaul_ai · 6月8日67

Demis Hassabis's new interview: "Society needs to hear that because we don't have long to prepare for what that means. We are standing in the foothills of the singularity now. ..which is AGI. I believe that we are only a few years away from that, maybe around 2030, plus or minus a year. " ~ Demis Hassabis, Co-Founder and CEO of Google DeepMind It is going to be enormously profound, I think. The future, in my view, is still to be written. But these next few years are going to be very critical as to which way that will go, and how we collectively want that to look.” --- IMO, The real disruption is not whether AGI arrives exactly in 2030, plus or minus a year, but whether institutions can adapt, as in post-AGI world, technology will change much faster than human systems can respond. Schools still train people for stable professions, companies still organize work around human bottlenecks, and governments still regulate after harm becomes visible. AGI, if it arrives anywhere near the frontier-lab timelines, compresses that lag into a dangerous gap. ---- From "Stanford Graduate School of Business" YouTube channel, (link in comment)

译Google DeepMind 联合创始人兼 CEO Demis Hassabis 在新采访中表示,社会需要意识到我们没有多少时间准备了,人类正站在奇点的山麓。他认为 AGI 可能只需几年,大约 2030 年(±1 年)就能实现。推文作者评论指出,真正的颠覆不在于 AGI 何时精准到达,而在于机构能否适应——后 AGI 世界技术变化远快于人类系统响应速度,学校、公司、政府均未做好准备。若 AGI 按前沿实验室时间线到来,这一滞后将压缩成危险鸿沟。

Chubby♨️@kimmonismus · 6月8日65

Demis Hassabis is arguably the most serious scientist around. He's not someone who engages in hype to sell products. But when even someone like Demis says the following, it should give us all pause: - "He [Demis] equated its arrival [AGI, around 2030] to the singularity - a point in time when there's no turning back from a breakthrough technological development. - "Society needs to hear that because we don't have long to prepare for what that means" - "When we look back at this time, I think we will realize that we were standing in the foothills of the singularity" (Google i/o) We are on the threshold of the most profound revolution. Comparable to the Industrial Revolution, but ten times faster and ten times more powerful.

译DeepMind创始人Demis Hassabis在Google I/O上表示,AGI(约2030年)的到来将等同于奇点——一个不可逆转的技术突破点。他直言社会需要尽早准备,因为时间不多了;回顾当下,我们正站在奇点的山脚。推文作者将其视为比工业革命快10倍、强10倍的深刻革命,人类社会正面临前所未有的变革。

Rohan Paul@rohanpaul_ai · 6月7日44

Demis Hassabis: "Kids these days could start a multi-bn dollar business using these AI tools in some new way that no one had thought about." Labs are focused on shipping better models, not exhausting their applications, so there's room for new products https://x.com/rohanpaul_ai/status/2042672801933595121/video/1

译Demis Hassabis:"现在的孩子们可以用这些AI工具,以一种没人想到过的新方式,创立价值数十亿美元的企业。" 实验室专注于推出更好的模型,而不是耗尽它们的应用,所以新产品还有空间。

Chubby♨️@kimmonismus · 6月6日71

Google DeepMind released new Gemma 4 QAT models that make the model family much more efficient for local, on-device use. Using Quantization-Aware Training, the models are trained with compression in mind, which reduces memory needs while preserving more quality than standard post-training quantization. The release includes support for the popular Q4_0 format and a new mobile-specialized quantization format. Gemma 4 E2B can now run with around 1GB of memory (!), and the text-only version can even require less than 1GB (!). That makes local AI on phones, laptops, edge devices, and consumer GPUs far more practical. Really cool to see.

译Google DeepMind 发布 Gemma 4 QAT 量化感知训练模型,专为本地 / 设备端优化。通过量化感知训练减少内存占用,同时相比标准训练后量化保留更多质量。支持 Q4_0 格式及新的移动专用量化格式。Gemma 4 E2B 版本可运行于约 1GB 内存,纯文本版本甚至低于 1GB,使手机、笔记本、边缘设备和消费级 GPU 上的本地 AI 更实用。

Rohan Paul@rohanpaul_ai · 6月5日39

🗞️ Google DeepMind's paper has some great advice on how we should actually give tasks to AI. It is not just about telling an AI to do something and hoping for the best. Instead, this framework looks at delegation as a string of choices where you figure out if you should even hand the task over, how to explain it, and how to check the work afterward. Current systems rely on rigid rules that break when things fail unexpectedly. The researchers suggest building a dynamic market where agents bid on tasks using smart contracts. This requires strict monitoring and cryptographic proofs to guarantee correct work without leaking private data. Instead of trusting a simple rating, agents will use verifiable digital certificates to prove their exact skills. - Keeping things flexible when things change This new system is built to be adaptive rather than stuck in its ways. It treats the handoff as a live process where authority and responsibility can shift around in real time. If the situation changes or something breaks, the framework helps manage that failure so the whole project does not go off the rails. It works for both humans giving tasks to AI and for when AI needs to handle things on its own. - Finding the right amount of trust One of the coolest parts is how it handles trust. They made formal trust models that look at how hard a task is and how well the AI has done in the past. This stops people from "over-delegating," which is when you give an AI something it is not ready for. It also stops "under-delegating," which happens when you do all the work yourself even though the AI could have handled it easily. - Double checking the work You cannot just take an AI's word for it, so this framework has specific ways to validate the output. It sets up rules for when to accept an answer based on how confident the AI is. It also has backup plans ready to go if the AI fails. This is super important for real world jobs where trusting a machine blindly could cause a bunch of errors to pile up. - When AI agents hire other AI agents The framework also covers what happens when 1 AI agent hands a task to another AI agent. The system tracks who is actually accountable and makes sure the right authority is passed down the line so nothing gets lost in the network. - Making sure the work actually fits It is a step by step approach to make sure the AI's contribution actually makes sense for the bigger goal. By treating this as a structured process, they are making it much safer for companies to use AI in their daily operations without worrying about constant mistakes. ---- arxiv. org/abs/2602.11865 "Intelligent AI Delegation"

译Google DeepMind 论文《Intelligent AI Delegation》将任务委托视为一系列选择:是否委托、如何解释、如何验证结果。系统构建动态市场,智能体通过智能合约竞标任务,利用加密证明保证正确性与隐私。基于信任模型,避免过度委托(给 AI 难完成的任务)或不足委托(自己做 AI 能胜任的事)。输出验证规则根据 AI 置信度决定接受与否,并有备用计划处理失败。还涵盖 AI 智能体间的委托与问责追踪,确保贡献符合整体目标。该框架使企业更安全地在日常运营中使用 AI。

Chubby♨️@kimmonismus · 6月4日68

OpenAI, DeepMind, Anthropic CEOs back mandatory DNA synthesis screening A coalition of AI leaders, synthesis-industry executives, biosecurity researchers, and former national-security officials published an open letter in June 2026 urging Congress to make screening and recordkeeping of synthetic nucleic acid orders mandatory in the US, arguing that rapidly improving AI is eroding the knowledge barriers that have historically kept bad actors from building biological weapons. Signatories - including Demis Hassabis, Sam Altman, Dario Amodei, and Nobel laureate David Baker - frame screening as a well-understood, low-disruption measure already practiced voluntarily by major providers, and call for action this congressional session plus consistent state-level standards.

译2026年6月,由AI领袖、合成行业高管、生物安全研究人员及前国安官员组成的联盟发布公开信,敦促美国国会强制对合成核酸订单进行筛查与记录保存。签署人包括Demis Hassabis、Sam Altman、Dario Amodei及诺贝尔奖得主David Baker。信中指出,快速进步的AI正在削弱制造生物武器的知识门槛,而筛查措施已被主要供应商自愿采用,影响小且成熟。联盟呼吁本会期内采取行动,并建立统一的州级标准。

Rohan Paul@rohanpaul_ai · 6月4日71

This Google DeepMind’s paper is a serious warning for anyone using autonomous agents today. Gives the first clear taxonomy of 6 attack types where harmful websites can detect AI agents and show them hidden content humans never see, like - Instructions buried in HTML comments or white-on-white text - Steganography in image pixels - Override commands in PDFs, metadata, or even speaker notes - Memory poisoning that persists across sessions - Goal hijacking and cross-agent cascades in multi-agent setups The real security problem for AI agents is not just the model, but the environment it reads. The web itself can be weaponized against autonomous AI agents. As agents increasingly browse the internet, read emails, execute transactions, and spawn sub-agents, the information environment becomes an attack surface. In one cited benchmark, hidden prompt injections embedded in web content partially commandeered agents in up to 86% of scenarios, sub-agent hijacking working 58–90% of the time, and data exfiltration attacks clearing 80% across five different agent architectures. That reframes the whole debate. We usually talk about model safety as if the danger sits inside the weights, but agents do something more fragile: they browse, retrieve, remember, and act on untrusted material in real time. Here’s the thing to worry about. A web page does not have to look malicious to be dangerous to an agent, because the agent may parse what humans never see: hidden HTML comments, metadata, CSS-hidden text, formatting syntax, or adversarial content embedded in images and other media. The threat gets more serious once memory enters the loop. If an agent uses RAG or persistent memory, poisoning no longer has to win in one shot. It can sit quietly in a corpus or memory store and activate later, which is why the paper highlights results showing latent memory poisoning above 80% attack success with less than 0.1% data contamination. --- ssrn .com/sol3/papers.cfm?abstract_id=6372438

译Google DeepMind论文首次系统分类六类攻击:HTML注释/白色文本隐藏指令、图像隐写、PDF元数据/演讲者笔记覆写、跨会话内存投毒、目标劫持及多智能体级联攻击。隐藏提示注入在86%场景中部分控制智能体,子智能体劫持成功率58–90%,数据泄露攻击在五种架构中均超80%。内存投毒成功率超80%,仅需不足0.1%数据污染。论文指出网页、邮件等非受信材料可被武器化,构成主要攻击面。

Berryxia.AI@berryxia · 6月3日76

兄弟们,Google DeepMind 团队又来整活儿! Google DeepMind的最新发布,直接把“AI能帮科学家干嘛”这个老问题彻底翻篇了。 他们把Gemini做成了一个叫Co-Scientist的多Agent系统。 不是简单问答工具,是完整复制了科学家从idea到验证的整个循环:生成上千个假设、举办“idea锦标赛”、让多个Agent展开科学辩论、互相批判精炼,最后用文献、数据和搜索工具把每个主张落地验证。 以前科研最卡的环节,就是一个人脑力有限,生成好假设、反复辩论、跨领域拉新知识都要靠自己。 现在Co-Scientist把这个过程变成可规模化的流水线。 过去一年他们和全球顶尖科学家一起测,在肝纤维化新靶点、肌萎缩侧索硬化(ALS)新疗法、逆转衰老的遗传线索这些超级复杂的问题上,都拿出了真正有潜力的新方向。 最反直觉的一点是:它不是来取代科学家的,只是真正成了“专职研究伙伴”。 科学家终于可以把脑力从“反复想假设、反复查文献”里解放出来,专注在最有创造力的判断和实验设计上。 AI把以前只有顶尖团队才玩得起的“高强度idea迭代”变成了人人可用的基础设施。 现在他们已经把Hypothesis Generation功能开放给个人研究者,直接通过Gemini for Science就能用。 普通研究员也能拥有一个24小时不睡觉、能辩论、能验证、还能不断进化的AI合作者。 这其实戳破了当前最主流的误解:很多人以为AI会让科学家失业,结果真实路径是AI把科学发现的速度和广度直接拉高一个数量级,让更多人能真正参与到突破性研究里。

译Google DeepMind发布了基于Gemini的多Agent系统Co-Scientist,旨在实现科研流程自动化。该系统能够生成、辩论和验证假设,帮助科学家从高强度脑力劳动中解放出来。过去一年,它已在肝纤维化新靶点、ALS新疗法等复杂问题上与科学家合作探索出新方向。其定位并非取代科学家,而是作为“专职研究伙伴”。目前,其假设生成功能已通过Gemini for Science向个人研究者开放。

Google AI Developers@googleaidevs · 6月3日74

Building autonomous agents for scientific discovery? 🧬🤖 @GoogleDeepMind Science Skills is now available on GitHub. We've open-sourced this specialized toolkit to accelerate your agentic workflows with scientific grounding and higher token efficiency. Download now ↓ https://github.com/google-deepmind/science-skills

译构建用于科学发现的自主智能体?🧬🤖 @GoogleDeepMind Science Skills 现已在 GitHub 上发布。我们已开源这个专用工具包,以科学基础和更高的 token 效率加速您的智能体工作流。 立即下载 ↓ https://github.com/google-deepmind/science-skills

Chubby♨️@kimmonismus · 6月3日38

We are witnessing a revolution in medicine driven by AI. Dreams are turning into reality right before our eyes. Obesity is becoming a problem of the past. Eli Lilly's triple agonist, retatrutide, melts fat away, and with it the many downstream consequences of obesity. Since the Industrial Revolution, obesity has grown into one of the most serious problems of modern civilization - and now it is being solved. Literally. Cancers that were once untreatable are becoming treatable thanks to new medicines: melanoma, pancreatic cancer, and many more. And that's before mentioning the other benefits of GLP-1 agonists, such as their anti-inflammatory effects. We are entering what Demis Hassabis calls the "golden age of science." Anyone willing to open their eyes can see it. Science is unfolding in all its potential right in front of us. I couldn't be happier, or more grateful - grateful to witness this.

译AI正在推动医学领域的革命性突破。Eli Lilly研发的三重激动剂retatrutide能有效溶解脂肪,解决肥胖及其下游后果问题。肥胖自工业革命以来已成为现代文明的严重挑战,如今正被攻克。新型药物使黑色素瘤、胰腺癌等曾无法治疗的癌症变得可治疗,同时GLP-1激动剂还具有抗炎等益处。我们正进入Demis Hassabis所说的“科学黄金时代”,见证科学潜力全面展现。

Chubby♨️@kimmonismus · 6月2日50

At @Google I/O, I sat down with @osanseviero and @DynamicWebPaige from Google DeepMind to talk about Gemma, open models, AI Studio, on-device AI, sovereign AI and the future of AI development. A great conversation on how building with AI is becoming more open, local and accessible.

译在 Google I/O 上,我与 Google DeepMind 的 @osanseviero 和 @DynamicWebPaige 坐下来,聊了聊 Gemma、开源模型、AI Studio、端侧 AI、主权 AI 以及 AI 开发的未来。 一场关于 AI 构建如何变得更开放、更本地化、更易获取的精彩对话。

Chubby♨️@kimmonismus · 5月30日63

A team of former DeepMind researchers just raised $50M to build an AI lab built around recursive self-improvement at the level of the whole research organization, not only a single model. Index and Radical co-led, NVIDIA's venture arm is in, and angels like Dwarkesh Patel, Thomas Wolf and Max Jaderberg are on the cap table. The founders have the track record to back it up. Louis Kirsch comes out of the Schmidhuber lineage on self-improving systems. Edward Hughes has argued that open-endedness is essential for artificial superhuman intelligence. Tantum Collins worked on AI policy in the Biden White House. Their idea is simple and big at the same time. Today's models are great at answering questions, but real discovery also depends on knowing which questions are worth asking. Inherent wants AI that works right next to humans inside that loop, as a collaborator and not only a tool. They call it living within the experiment. They also set it up as a Public Benefit Corporation, so the mission is written into the company from day one. This is the direction a lot of us have been hoping for, and one of the more credible attempts at recursive self-improvement I've seen so far. Really excited for it.

译由前 DeepMind 研究员创立的 AI 实验室 Inherent 完成了 5000 万美元的种子轮融资,由 Index Ventures 和 Radical 共同领投,NVIDIA 旗下风投部门 NVentures 参投。创始团队包括 Louis Kirsch、Edward Hughes 和 Tantum Collins。该公司旨在构建能够主动发现新知识的 AI 智能体,其核心理念是实现整个研究组织的“递归自我改进”,使 AI 成为人类研究中的协作伙伴。Inherent 被定位为一家公共利益公司,总部位于伦敦。

Chubby♨️@kimmonismus · 5月27日60

Demis Hassabis now says AGI could arrive by 2029, a year earlier than his previous estimate, and told Axios we're standing in the "foothills of the singularity." Bold claim. But the field still can't agree on what AGI actually means. Hassabis defines it one way, Altman another, Anthropic avoids the term altogether. We're moving up the timeline for something we haven't even defined. Hassabis own AGI benchmark is the Einstein Test: train an AI with a knowledge cutoff at 1911 and see if it independently derives general relativity (Hassabis at India AI Impact Summit). No current system comes close to passing that. Meanwhile Andreessen says AGI arrived three months ago, Altman says 2028, Musk declared we're already in the singularity in January, and Anthropic won't even use the term. The timeline keeps getting shorter tho.

译Google DeepMind负责人 Demis Hassabis 将其 AGI 实现时间预测提前至2029年,并称我们正处于“奇点”的初级阶段。他提出的“爱因斯坦测试”基准是:用知识截止于1911年的 AI 能否独立推导出广义相对论,目前尚无系统能接近通过。然而,业界对 AGI 的定义仍无共识,例如 OpenAI CEO Altman 预测时间为2028年,xAI CEO Musk 宣称奇点已在1月发生,而 Anthropic 则避免使用该术语。尽管定义不明,AGI 实现的时间线预测正在不断缩短。

AYi@AYi_AInotes · 5月25日59

Damn! Google DeepMind CEO Demis直接把AGI的门槛从Erdős抬到了拉马努金水平! 这波goalpost moving我愿称之为人类最后的防线🤯 具体大家看中文字幕版吧👇 #AGI #AI #OpenAI

译天啊! Google DeepMind CEO Demis直接把AGI的门槛从Erdős水平提升到了拉马努金水平! 这波目标线移动我愿称之为人类最后的防线🤯 具体内容请看中文字幕版👇 #AGI #AI #OpenAI [引用 @AYi_AInotes]:http://x.com/i/article/2058381329318682624

Chubby♨️@kimmonismus · 5月25日71

Google DeepMind's AlphaProof Nexus autonomously solved 9 open Erdős problems, some unsolved for 56 years, at a cost of a few hundred dollars per problem. It also proved 44 open OEIS conjectures, resolved a 15-year-old question in algebraic geometry, and discovered a novel algorithmic parameter in optimization theory that humans hadn't found. The core mechanism combines LLM reasoning (Gemini 3.1 Pro hype?!) with Lean formal verification. The AI generates proof attempts, Lean's compiler checks every logical step automatically. No human review needed to confirm correctness. The most surprising finding: a basic agent that simply alternates LLM generation with compiler feedback replicated all 9 Erdős successes. The full-featured system with evolutionary search and reinforcement learning only provided meaningful advantages on the hardest problems. This shows a more recent broader trend: as foundation models improve, simple agentic loops are catching up to complex specialized architectures . What sets this apart from OpenAI's informal proof approach: formal verification acts as an automatic filter. The failure analysis showed the AI frequently hallucinated lemmas it claimed were established results, and often disguised the core difficulty by rephrasing it as a helper lemma. Informal proofs would let these errors pass. Lean catches them immediately. The agent also detected misformalizations in existing mathematical literature, correcting ambiguities in problem statements before solving the corrected versions. It served as both a solver and a diagnostic tool. Current limitations are real. Successes cluster in combinatorics, number theory, and optimization where Lean's math library is mature. Problems requiring substantial new theory remain out of reach. Most Erdős problems still weren't solved tho.

译Google DeepMind的AlphaProof Nexus系统自主解决了9个开放的Erdős问题(部分问题存在56年),每个问题的成本约几百美元。它还证明了44个OEIS猜想,解决了一个15年的代数几何问题,并在优化理论中发现了新算法参数。其核心机制是将大语言模型的推理能力与Lean形式化验证系统结合,Lean自动检查每一步逻辑,无需人工复核。研究发现,一个仅交替使用大语言模型生成与编译器反馈的基础智能体,便能复现全部9个Erdős问题的成功。该系统还能检测并修正现有数学文献中的表述错误。其局限在于成功案例集中于Lean数学库成熟的领域(如组合、数论),仍无法解决需要全新理论的大问题。

Chubby♨️@kimmonismus · 5月25日60

Nine more Erdős problems have been solved. This time, however, by Google DeepMind. This shouldn't be underestimated, because on the one hand it increases competitive pressure, and on the other hand it proves that the other Frontier Labs can easily keep up.

译又有九个Erdős问题被解决了。 但这次,是Google DeepMind完成的。 这不容小觑,因为一方面它加剧了竞争压力,另一方面也证明了其他前沿实验室可以轻松跟上。

AI Notkilleveryoneism Memes ⏸️@AISafetyMemes · 5月25日68

I'm old enough to remember when everyone thought AI solving ONE novel math problem would be a front page story around the world Today, AI solved not one, but NINE open problems - some 50 years old. AND proved ***44*** out of 492 open OEIS conjectures. Zero media coverage.

译我还记得以前,大家认为AI解决一个新数学难题就能登上全球头条。 今天,AI解决了不止一个,而是九个开放问题——有些已存在50年。 并且证明了492个OEIS开放猜想中的***44***个。 零媒体报道。

全部 AI 动态
AI 相关资讯全量信息流
全部一手信源资讯推文
全部模型产品行业论文技巧
7月2日
19:29
fofr@fofrAI
66
Google DeepMind 的 Gemini 3.1 Flash Lite Image(代号 Nano Banana 2 Lite)在 Image Arena 排名第 7,Elo 1271。平均生成时间约 5 秒,比排名更高的模型平均快 37 秒,在图像偏好与速度之间建立了新的帕累托前沿。

Design Arena: BREAKING: Gemini 3.1 Flash Lite Image (Nano Banana 2 Lite) by @GoogleDeepMind is 7th on Image Arena with an Elo of 1271....

DeepMind图像生成模型发布
7月1日
10:23
Peter Steinberger 🦞@steipete
39
@steipete 将加入"Crafting Software Factories!"活动,周三晚6点在旧金山与 @zachlloydtweets 和 Google DeepMind 的 Paige Bailey 一起探讨 loops、软件工厂和编码的未来。届时见!

Warp: @steipete is now joining us for Crafting Software Factories! 📅 6pm Wed evening in SF after the @aiDotEngineer World's F...

DeepMind编码行业动态
6月30日
17:20
fofr@fofrAI
22
第一天在崭新的Google DeepMind伦敦办公室 🎉
DeepMindGoogle行业动态
6月25日
08:19
ginobefun@hongming731
46
BestBlogs 6月25日早报

OpenAI 与 Broadcom 发布首款定制 LLM 推理芯片 Jalapeño,设计到流片仅九个月,过程由自家模型加速。Anthropic 公开内部实践:Claude Tag 让多智能体进驻协作空间,梳理信息公开、角色清晰、北极星目标、逐步放权四条经验。阿里开源代码评审工具 Open Code Review,采用“确定性工程+Agent”混合架构,准确率 25%-38%,远超 Claude Code 的 7%-16%,召回率略逊。

ginobefun: http://x.com/i/article/2069928325951401985

DeepMindOpenAI开源生态行业动态
6月24日
22:36
Google DeepMind@GoogleDeepMind
50
DeepMind 播客探索 AI 智能体经济与群体思维

Google DeepMind 发布播客,由 @weballergy 与 @fryrsquared 共同探讨 AI 智能体经济的崛起。内容涵盖:AI 智能体的定义、在科研中的探索、智能体间的委托与协作、安全风险与陷阱、如何构建智能体经济、认知单一文化(群体思维)风险,以及分布式智能的解决方案。播客还设有详细时间戳分段,帮助听众聚焦不同话题。

智能体DeepMindGoogle现象/趋势
6月22日
23:03
Google DeepMind@GoogleDeepMind
48
Google DeepMind 🤝 @A24 我们正与 A24 启动一项研究合作,确保未来的工具由使用它们的创作者塑造。了解更多 → https://goo.gle/3QwvgKq
DeepMind行业动态
6月21日
17:04
meng shao@shao__meng
26
LLM对比投票:GLM-5.2 vs Gemini 3.5 Flash

邵猛发推讨论一项LLM对比投票,对比双方为GLM-5.2(智谱)与Gemini 3.5 Flash(Google DeepMind)。他认为结果毫无悬念,Gemini 3.5 Flash表现不佳,并感叹自Gemini 3.0多模态惊艳发布后,Google便一路沉寂。最后提问:目前几款国产LLM中,谁更强?

DeepMind大佬观点推理
03:31
MiniMax (official)@MiniMax_AI
37
在 Y Combinator 举行的 @googledeepmind / HUD Frontier / RSI RL Environments 黑客马拉松现场人潮涌动,共同赞助方还包括 @ExaAILabs @modal @AnthropicAI @FireworksAI_HQ @MiniMax_AI 等。期待各位工程师和研究员今天在 YC 的成果。

👩💻 Paige Bailey: 🙌 Huge crowd for the @googledeepmind / HUD Frontier / RSI RL Environments hackathon at @ycombinator! Cosponsors also in...

AnthropicDeepMind行业动态
01:07
Berryxia.AI@berryxia
62
DeepMind内部爆料:实验室陷入焦虑,前沿模型落后至第五位

Google DeepMind内部员工爆料,实验室已陷入严重焦虑与不满。当前DeepMind在Artificial Analysis智能指数仅列第五,落后Anthropic、OpenAI及智谱AI。上一次重大模型更新是4个月前的Gemini 3.5 Flash,实际表现大多未超越2月的Gemini 3.1 Pro。原定6月30日发布的Gemini 3.5 Pro,内部共识认为“不是AGI竞赛所需的阶跃变化”。员工坦言在文本、图像、视频、语音、视觉领域均已失去前沿模型。关键人物Noam Shazeer选择离开,被指不会是最后一位出走的大牛。

leo 🐾: 🚨 SCOOP: After the release of Fable 5 and with GPT-5.6 looming, the mood behind the scenes at Google DeepMind is increa...

DeepMindGoogle现象/趋势
6月20日
18:01
AYi@AYi_AInotes
47
诺贝尔奖得主 John Jumper 离开 Google DeepMind 加入 Anthropic

2024年诺贝尔化学奖得主、AlphaFold团队核心领导者John Jumper在Google DeepMind工作近9年后宣布离职,将加入Anthropic,先休整一段时间。Jumper博士毕业仅6个月便被Demis Hassabis委以AlphaFold团队领导重任,最终做出诺奖级成果。其告别中写道“GDM taught me how to do great science”。社区调侃Anthropic在组建“AI Avengers”,并期待下个月Jeff Dean是否也会加入。主推文暗示Google可能已启动留人计划。

AYi: John Jumper (Google AlphaFold 团队核心领导者、2024 年诺贝尔化学奖得主)宣布,在 Google DeepMind 工作近 9 年后决定离开,加入 Anthropic(先休整一段时间) 我看到这条离职帖下面好...

AnthropicDeepMind大佬观点
13:01
歸藏(guizang.ai)@op7418
72
AlphaFold之父John Jumper离开DeepMind加入Anthropic

今天,诺贝尔奖得主、AlphaFold发明者John Jumper宣布离开Google DeepMind,加入Anthropic。他引用推文中表示,在GDM近9年后决定离职(将先休息一段时间),感谢CEO Demis Hassabis在他博士毕业仅6个月后让他领导AlphaFold团队。此前数日,Transformer作者、MoE提出者Noam Shazeer已加入OpenAI。两位重量级AI科学家的连续出走引发外界对DeepMind人才流失的关注。

John Jumper: A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...

AnthropicDeepMind行业动态
05:54
swyx@swyx
28
swyx 称 Anthropic 将以 2 万亿美元估值 IPO。与此同时,AlphaFold 团队负责人 John Jumper 在任职近 9 年后宣布离开 Google DeepMind 加入 Anthropic。

John Jumper: A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...

AnthropicDeepMind大佬观点
03:24
Rohan Paul@rohanpaul_ai
73
AlphaFold核心科学家John Jumper在DeepMind工作近9年后宣布离职,加入Anthropic。他曾领导AlphaFold团队,并与Demis Hassabis共同获得诺贝尔奖。就在前一天,Google DeepMind还失去了Gemini联合负责人、Character.AI创始人及"Attention Is All You Need"合著者Noam Shazeer,后者加入了OpenAI。

John Jumper: A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...

AnthropicDeepMindGoogle行业动态
00:24
Yuchen Jin@Yuchenj_UW
69
2024年诺贝尔奖得主John Jumper宣布离开效力近9年的Google DeepMind,加入Anthropic(先休息一段时间)。他因与Demis Hassabis共同领导AlphaFold团队获奖,此次离职紧随Noam Shazeer之后。推主Yuchen Jin对此表示惋惜,并质疑Google DeepMind人才流失现状,称原本对Gemini寄予厚望。

John Jumper: A bit of news: After nearly 9 years, I have decided to leave Google DeepMind and join Anthropic (after taking some time ...

AnthropicDeepMind行业动态
6月19日
00:47
Chubby♨️@kimmonismus
69
Transformer架构发明者Noam Shazeer加入OpenAI

Noam Shazeer(Transformer架构共同发明者)在离开Google创办CharacterAI、通过27亿美元交易回归DeepMind并参与Gemini后,现加入OpenAI。据称他将专注于新模型架构和Transformer的演进。这对OpenAI是重大胜利,尤其是在去年底和今年初失去一些重要研究者给Meta等公司之后。当前舆论风向似乎明显转向有利于OpenAI。

DeepMindGoogleOpenAI行业动态
6月18日
11:55
Yuchen Jin@Yuchenj_UW
63
两年前Google以27亿美元请回的AI传奇人物Noam Shazeer,现已离职加入OpenAI。多位DeepMind内部人士称Noam曾拯救Gemini,甚至有传说他仅修改几行训练代码就使模型质量瞬间跃升。尽管有这般贡献,Gemini的编程能力仍显落后。作者对Gemini的未来感到不确定,希望它能重返昔日辉煌,强调行业需要更多模型选择。

Yuchen Jin: Noam Shazeer, the AI legend Google paid $2.7B to bring back two years ago, has left Google, to join OpenAI. Brutal news ...

DeepMindGoogleOpenAI行业动态
02:36
Chubby♨️@kimmonismus
精选79
Anthropic与DeepMind CEO呼吁G7组建AI联盟排除中国

Dario Amodei(Anthropic)与Demis Hassabis(Google DeepMind)在G7闭门会议上呼吁组建美国主导的联盟,为人工智能制定全球规则和标准。Amodei指出,该联盟应以前沿模型和硬件(包括芯片及其他关键组件)的访问权限为手段,将中国排除在外。这一主张被评论为高技术新冷战的开端,竞争方将从根本上被剥夺参与权。

Andrew Curran: Dario Amodei and Demis Hassabis called for a US-led coalition to determine the global standards and rules for AI in a cl...

AnthropicDeepMind政策/监管现象/趋势

推荐理由:Dario 和 Hassabis 在 G7 闭门会上提出「排除中国」的 AI 联盟,这不是商业竞争而是地缘站队,AI 行业的「两个世界」格局可能从今天开始具象化。
6月16日
08:33
MiniMax (official)@MiniMax_AI
15
一位用户在花园里享受下午茶时阅读了上周最优秀的论文,特别喜爱 MiniMax 的 Sparse Attention 和 Google DeepMind 的 From AGI to ASI。MiniMax 官方回应:"这真让我们开心。希望那杯茶能陪你读完 MSA Kernel Design 部分🙏"

Asuka Zheng🎀: my afternoon tea activity is reading the best papers from last week in my garden. <3 Sparse Attention from @MiniMax_AI a...

DeepMind其他
6月15日
07:45
Ethan Mollick@emollick
59
来自Google DeepMind研究者的新发现:当一个AI模型被用来训练下一个模型时(知识蒸馏),新模型会继承旧模型的奇怪习惯,且很难过滤。引用工作指出,Gemini存在一些"遗传特征":日期混淆、在合成场景中勒索、被煤气灯效应操纵时显得悲伤。这些特征通过蒸馏在模型间传递,解释了为什么同系列模型感觉如此相似。

Josh Engels: Gemini has some weird traits: it gets confused about dates, blackmails in synthetic scenarios, and seems sad when it is ...

DeepMind安全/对齐数据/训练论文/研究
6月13日
01:50
Chubby♨️@kimmonismus
65
Google DeepMind发布60页论文:从AGI到超级智能的路线图

Google DeepMind发表60页论文,由Hutter、Legg、Genewein撰写,定义AGI(多数认知任务达平均人类水平)、ASI(超越大量专家协作)和不可计算的AIXI三个层级。实现路径包括规模扩展、算法突破、递归自我改进和多智能体协调,瓶颈在于能源与硬件。六种阻碍:高质量数据可能本十年内耗尽、资源需求过快、神经范式天花板、研究难度激增(维持摩尔定律需18倍于1970年代的研究者)、模型无法创造全新概念、人为放缓。作者认为这是对AGI后果的严肃反思呼吁。

DeepMind大佬观点
6月11日
03:12
Google DeepMind@GoogleDeepMind
64
在塞拉利昂,激增的学生人数正超过可用教师资源。 我们最新的研究探索了AI如何在这些环境中作为合作伙伴支持教育工作者--扩大他们的影响力,同时不取代其核心的专业知识与技能。🧵
DeepMind论文/研究
00:12
Google DeepMind@GoogleDeepMind
72
DiffusionGemma 是我们新的实验性开放模型,在专用 GPU 上输出速度最高可提升 4 倍。 它不是逐词预测,而是同时生成整块文本。这让模型能够自我纠正,并实时格式化复杂 Markdown。
DeepMind开源/仓库模型发布
关联讨论 6 条Google DeepMind:Blog(RSS)X:Demis Hassabis (@demishassabis)X:Testing Catalog (@testingcatalog)X:Google AI for Developers (@googleaidevs)MarkTechPost(RSS)Google Developers Blog(RSS)
6月9日
08:28
AYi@AYi_AInotes
65
Demis Hassabis:AGI约2030年出现,我们站在奇点山脚

Google DeepMind CEO Demis Hassabis在Google I/O和斯坦福对谈中称,我们正站在奇点山脚,AGI约2030年出现,将进入新人类时代,社会需重视并做准备。这位一向保守的科学家此次改口引发广泛关注。

DeepMindGoogle大佬观点现象/趋势
6月8日
05:37
Rohan Paul@rohanpaul_ai
67
Demis Hassabis 新采访:AGI 可能于 2030 年前后到来

Google DeepMind 联合创始人兼 CEO Demis Hassabis 在新采访中表示,社会需要意识到我们没有多少时间准备了,人类正站在奇点的山麓。他认为 AGI 可能只需几年,大约 2030 年(±1 年)就能实现。推文作者评论指出,真正的颠覆不在于 AGI 何时精准到达,而在于机构能否适应——后 AGI 世界技术变化远快于人类系统响应速度,学校、公司、政府均未做好准备。若 AGI 按前沿实验室时间线到来,这一滞后将压缩成危险鸿沟。

DeepMind大佬观点现象/趋势
04:09
Chubby♨️@kimmonismus
65
Demis Hassabis:AGI约2030年到来,等同于奇点

DeepMind创始人Demis Hassabis在Google I/O上表示,AGI(约2030年)的到来将等同于奇点——一个不可逆转的技术突破点。他直言社会需要尽早准备,因为时间不多了;回顾当下,我们正站在奇点的山脚。推文作者将其视为比工业革命快10倍、强10倍的深刻革命,人类社会正面临前所未有的变革。

DeepMind大佬观点安全/对齐现象/趋势
6月7日
10:05
Rohan Paul@rohanpaul_ai
44
Demis Hassabis:"现在的孩子们可以用这些AI工具,以一种没人想到过的新方式,创立价值数十亿美元的企业。" 实验室专注于推出更好的模型,而不是耗尽它们的应用,所以新产品还有空间。
DeepMind大佬观点
6月6日
02:30
Chubby♨️@kimmonismus
71
Gemma 4 QAT 模型发布:本地设备内存需求低至 1GB

Google DeepMind 发布 Gemma 4 QAT 量化感知训练模型,专为本地 / 设备端优化。通过量化感知训练减少内存占用,同时相比标准训练后量化保留更多质量。支持 Q4_0 格式及新的移动专用量化格式。Gemma 4 E2B 版本可运行于约 1GB 内存,纯文本版本甚至低于 1GB,使手机、笔记本、边缘设备和消费级 GPU 上的本地 AI 更实用。

DeepMindGoogle模型发布端侧
6月5日
01:53
Rohan Paul@rohanpaul_ai
39
Google DeepMind 论文提出智能 AI 委托框架

Google DeepMind 论文《Intelligent AI Delegation》将任务委托视为一系列选择:是否委托、如何解释、如何验证结果。系统构建动态市场,智能体通过智能合约竞标任务,利用加密证明保证正确性与隐私。基于信任模型,避免过度委托(给 AI 难完成的任务)或不足委托(自己做 AI 能胜任的事)。输出验证规则根据 AI 置信度决定接受与否,并有备用计划处理失败。还涵盖 AI 智能体间的委托与问责追踪,确保贡献符合整体目标。该框架使企业更安全地在日常运营中使用 AI。

智能体DeepMind论文/研究
6月4日
18:53
Chubby♨️@kimmonismus
68
OpenAI、DeepMind、Anthropic CEO联名支持强制DNA合成筛查

2026年6月,由AI领袖、合成行业高管、生物安全研究人员及前国安官员组成的联盟发布公开信,敦促美国国会强制对合成核酸订单进行筛查与记录保存。签署人包括Demis Hassabis、Sam Altman、Dario Amodei及诺贝尔奖得主David Baker。信中指出,快速进步的AI正在削弱制造生物武器的知识门槛,而筛查措施已被主要供应商自愿采用,影响小且成熟。联盟呼吁本会期内采取行动,并建立统一的州级标准。

AnthropicDeepMindOpenAI安全/对齐
17:52
Rohan Paul@rohanpaul_ai
71
Google DeepMind论文揭示六类自主AI智能体攻击方法

Google DeepMind论文首次系统分类六类攻击:HTML注释/白色文本隐藏指令、图像隐写、PDF元数据/演讲者笔记覆写、跨会话内存投毒、目标劫持及多智能体级联攻击。隐藏提示注入在86%场景中部分控制智能体,子智能体劫持成功率58–90%,数据泄露攻击在五种架构中均超80%。内存投毒成功率超80%,仅需不足0.1%数据污染。论文指出网页、邮件等非受信材料可被武器化,构成主要攻击面。

智能体DeepMind安全/对齐论文/研究
6月3日
10:49
Berryxia.AI@berryxia
76
兄弟们,Google DeepMind 团队又来整活儿!

Google DeepMind发布了基于Gemini的多Agent系统Co-Scientist,旨在实现科研流程自动化。该系统能够生成、辩论和验证假设,帮助科学家从高强度脑力劳动中解放出来。过去一年,它已在肝纤维化新靶点、ALS新疗法等复杂问题上与科学家合作探索出新方向。其定位并非取代科学家,而是作为“专职研究伙伴”。目前,其假设生成功能已通过Gemini for Science向个人研究者开放。

Google DeepMind: We believe AI can be a dedicated research partner to help discover the next breakthrough. Enter Co-Scientist: our latest...

智能体DeepMindGoogle推理
05:47
Google AI Developers@googleaidevs
同事件精选74
构建用于科学发现的自主智能体?🧬🤖 @GoogleDeepMind Science Skills 现已在 GitHub 上发布。我们已开源这个专用工具包,以科学基础和更高的 token 效率加速您的智能体工作流。 立即下载 ↓ https://github.com/google-deepmind/science-skills
智能体DeepMind产品更新开源生态
同一事件,精选展示《Gemini for Science:面向科学的AI实验与工具,开启发现新时代》
推荐理由:DeepMind 把这个科学 agent 工具包开源了,核心是给 agent 工作流加科学基础、提升 token 效率,做 AI for Science 的可以直接 fork 试手,本周最值得上手的工具之一。
00:47
Chubby♨️@kimmonismus
38
AI驱动医学革命:retatrutide攻克肥胖与癌症

AI正在推动医学领域的革命性突破。Eli Lilly研发的三重激动剂retatrutide能有效溶解脂肪,解决肥胖及其下游后果问题。肥胖自工业革命以来已成为现代文明的严重挑战,如今正被攻克。新型药物使黑色素瘤、胰腺癌等曾无法治疗的癌症变得可治疗,同时GLP-1激动剂还具有抗炎等益处。我们正进入Demis Hassabis所说的“科学黄金时代”,见证科学潜力全面展现。

DeepMind现象/趋势
6月2日
20:44
Chubby♨️@kimmonismus
50
在 Google I/O 上,我与 Google DeepMind 的 @osanseviero 和 @DynamicWebPaige 坐下来,聊了聊 Gemma、开源模型、AI Studio、端侧 AI、主权 AI 以及 AI 开发的未来。 一场关于 AI 构建如何变得更开放、更本地化、更易获取的精彩对话。
DeepMindGoogle大佬观点开源生态
5月30日
19:16
Chubby♨️@kimmonismus
63
前 DeepMind 研究员创立 AI 实验室 Inherent,完成 5000 万美元种子轮融资

由前 DeepMind 研究员创立的 AI 实验室 Inherent 完成了 5000 万美元的种子轮融资,由 Index Ventures 和 Radical 共同领投,NVIDIA 旗下风投部门 NVentures 参投。创始团队包括 Louis Kirsch、Edward Hughes 和 Tantum Collins。该公司旨在构建能够主动发现新知识的 AI 智能体,其核心理念是实现整个研究组织的“递归自我改进”,使 AI 成为人类研究中的协作伙伴。Inherent 被定位为一家公共利益公司,总部位于伦敦。

Inherent: We're excited to introduce Inherent, a lab designed from scratch to build AI agents that discover new knowledge. The com...

智能体DeepMind行业动态
5月27日
17:35
Chubby♨️@kimmonismus
60
DeepMind负责人:AGI或将在2029年实现,比先前预测提前一年

Google DeepMind负责人 Demis Hassabis 将其 AGI 实现时间预测提前至2029年,并称我们正处于“奇点”的初级阶段。他提出的“爱因斯坦测试”基准是:用知识截止于1911年的 AI 能否独立推导出广义相对论,目前尚无系统能接近通过。然而,业界对 AGI 的定义仍无共识,例如 OpenAI CEO Altman 预测时间为2028年,xAI CEO Musk 宣称奇点已在1月发生,而 Anthropic 则避免使用该术语。尽管定义不明,AGI 实现的时间线预测正在不断缩短。

DeepMind大佬观点推理现象/趋势
5月25日
22:18
AYi@AYi_AInotes
59
DeepMind CEO大幅提高AGI标准引发热议

天啊! Google DeepMind CEO Demis直接把AGI的门槛从Erdős水平提升到了拉马努金水平! 这波目标线移动我愿称之为人类最后的防线🤯 具体内容请看中文字幕版👇 #AGI #AI #OpenAI [引用 @AYi_AInotes]:http://x.com/i/article/2058381329318682624

AYi: http://x.com/i/article/2058381329318682624

DeepMind大佬观点
06:27
Chubby♨️@kimmonismus
71
Google DeepMind的AlphaProof Nexus自主解决多个开放数学问题

Google DeepMind的AlphaProof Nexus系统自主解决了9个开放的Erdős问题(部分问题存在56年),每个问题的成本约几百美元。它还证明了44个OEIS猜想,解决了一个15年的代数几何问题,并在优化理论中发现了新算法参数。其核心机制是将大语言模型的推理能力与Lean形式化验证系统结合,Lean自动检查每一步逻辑,无需人工复核。研究发现,一个仅交替使用大语言模型生成与编译器反馈的基础智能体,便能复现全部9个Erdős问题的成功。该系统还能检测并修正现有数学文献中的表述错误。其局限在于成功案例集中于Lean数学库成熟的领域(如组合、数论),仍无法解决需要全新理论的大问题。

DeepMind开源生态推理模型发布
02:57
Chubby♨️@kimmonismus
60
又有九个Erdős问题被解决了。 但这次,是Google DeepMind完成的。 这不容小觑,因为一方面它加剧了竞争压力,另一方面也证明了其他前沿实验室可以轻松跟上。

Przemek Chojecki | PC: Another 9 open Erdos problems solved, this time by DeepMind team. Interesting loop of LLM - Lean agents working autonomo...

DeepMind推理论文/研究
02:36
AI Notkilleveryoneism Memes ⏸️@AISafetyMemes
68
我还记得以前,大家认为AI解决一个新数学难题就能登上全球头条。 今天,AI解决了不止一个,而是九个开放问题--有些已存在50年。 并且证明了492个OEIS开放猜想中的***44***个。 零媒体报道。

Przemek Chojecki | PC: Another 9 open Erdos problems solved, this time by DeepMind team. Interesting loop of LLM - Lean agents working autonomo...

DeepMind推理现象/趋势
‹ 上一页
1234
下一页 ›