Concise Summary简洁概述
Hassabis puts even odds on whether AGI needs one or two more fundamental breakthroughs beyond current pretraining+RLHF+chain-of-thought — continual learning, long-horizon reasoning, and memory remain unsolved.
He uses chess as a diagnostic to show current models lack self-monitoring in reasoning, and argues agents are still experimental because they can't learn on the job.
Hassabis 认为预训练+RLHF+ 思维链的现有范式有 50% 概率已经足够,另 50% 概率还缺一两个关键突破——持续学习、长程推理和记忆仍是未解问题。
他用下棋观察到当前模型在推理中缺乏自省能力,并指出智能体仍处于实验阶段,根本原因是无法在使用中持续学习。
Infographic信息图
50/50 on the missing piece
50/50:还缺不缺关键拼图
Hassabis won't commit to either 'current paradigm is enough' or 'we need something new.' He splits the odds evenly, naming continual learning, long-horizon reasoning, and memory as the three specific unsolved problems — not a vague hand-wave at 'more scale.'
Hassabis 不押注‘现有范式够用’或‘还需要新突破’中的任何一边,而是给出 50/50 的概率,并具体点出持续学习、长程推理、记忆是三个未解问题——而不是笼统地说‘再加规模就行’。
Context windows are duct tape
上下文窗口是权宜之计
A million-token window sounds huge next to human working memory (~7 items), but naive video ingestion burns it in 20 minutes. The real cost isn't storage, it's retrieval — finding the one relevant fact among everything dumped in, which current architectures don't solve.
百万 token 窗口相比人类工作记忆(约 7 项)看似巨大,但天真地录入视频流 20 分钟就耗尽。真正的瓶颈不是存储,而是检索——从塞进去的所有信息里找到当下真正需要的那一条,这是当前架构没解决的问题。
Chess as a reasoning probe
用下棋当推理探针
Because chess has fixed, checkable rules, Hassabis uses it to watch Gemini's chain-of-thought live. He catches the model identifying a move as bad, failing to find better, then playing the bad move anyway — evidence current reasoning lacks self-monitoring, not just raw capability.
因为国际象棋规则确定、可验证,Hassabis 用它实时观察 Gemini 的思维链,发现模型识别出某步是臭棋、又找不到更好选择,最终还是走了那步棋——这说明当前推理系统缺的不是能力,而是对自身思维过程的自省。
The AlphaFold formula, generalized
把 AlphaFold 的配方抽象出来
He distills three preconditions for an AlphaFold-style breakthrough: a combinatorial search space too vast for brute force, a clean objective function to climb, and enough data (real or simulator-generated). This turns one success story into a checklist for where the next one might land.
他抽象出 AlphaFold 式突破的三个前提:组合搜索空间大到暴力搜索无法解决、有清晰可优化的目标函数、有足够数据(真实或模拟器生成)。这把一次成功案例变成了判断下一个突破可能在哪的清单。
Detailed Summary详细解读
The interview's opening move sets the tone for everything after: Hassabis refuses a binary answer on whether current techniques are enough for AGI. Instead of hedging vaguely, he commits to a specific number — 50/50 — and names three concrete unsolved capabilities rather than gesturing at 'more compute.' This matters because it separates him from both accelerationist claims that scaling alone gets there and skeptic claims that the whole paradigm is a dead end. DeepMind, he says, is hedging both bets simultaneously.
His memory critique is the most technically grounded section, drawing directly on his hippocampus research. The key insight is that context-window size is the wrong metric — the real bottleneck is retrieval cost, distinguishing signal from noise in what's already stored. He ties this to DQN's experience replay, showing DeepMind's own history already anticipated the problem two AI generations ago, yet it remains unsolved at LLM scale.
The chess anecdote functions as an empirical falsification of the 'reasoning is basically solved' narrative. It's not a benchmark score but a live behavioral observation: the model articulates the correct judgment (this move is bad) yet fails to act on it. This is a sharper critique than typical hallucination examples because it isolates a specific failure mode — lack of self-monitoring — rather than a knowledge gap.
On agents, Hassabis makes a claim that cuts against Google's own product incentives: running dozens of agents for 40 hours often doesn't justify the input, because agents can't adapt to their deployment context without continual learning. This is a rare instance of a lab executive publicly discounting his own company's flagship product category, which lends the critique credibility it wouldn't have from an outside skeptic.
The Move 37 / 'invent Go' distinction and the Einstein test are the piece's most conceptually ambitious moments. Both reframe creativity not as generating a surprising output within a known problem, but as generating the problem space itself. This raises the bar dramatically above current benchmarks (IMO gold, coding contests) and gives a falsifiable, if extremely demanding, test for genuine scientific discovery.
The closing advice to founders — that AGI may arrive mid-journey of a 10-year deep-tech venture — reframes timeline uncertainty as an architectural design constraint rather than a risk to be waited out. Combined with his 'orchestrator + specialized tools' architecture prediction, this suggests domain-specific systems retain value precisely because general models will call them, not replace them.
访谈开场就定下了整场基调:Hassabis 拒绝对‘现有技术是否足以实现 AGI’给出非黑即白的答案。他没有含糊地打太极,而是给出一个具体数字——50/50——并点名三项具体的未解能力,而不是笼统地说‘再堆算力就行’。这一点很关键,因为它把他和两种极端立场区分开:既不是‘规模化就能到达 AGI’的加速主义,也不是‘整个范式是死路’的怀疑论。他说 DeepMind 同时在两个方向上下注。
他对记忆问题的批评是全场技术含量最扎实的一段,直接调用了他自己的海马体研究背景。核心洞察是:上下文窗口大小本身就是一个错误的度量指标,真正的瓶颈在于检索成本——在已经存进去的信息里区分信号和噪声。他把这一点和 DQN 的经验回放联系起来,说明 DeepMind 自己的历史早在两代 AI 之前就已经预见到这个问题,但在 LLM 尺度上依然没有解决。
下棋的例子起到了对‘推理已基本解决’这一叙事的实证反驳作用。这不是一个基准分数,而是一次现场行为观察:模型说出了正确判断(这步是臭棋),却没有按判断行动。这比常见的幻觉案例更精准,因为它锁定了一个具体的失效模式——缺乏自省——而不是知识缺口。
谈到智能体,Hassabis 说出了一个与 Google 自身产品激励相冲突的判断:跑几十个智能体 40 小时,投入往往对不上产出,因为智能体缺乏持续学习就无法适应部署场景。一位实验室高管公开削弱自家旗舰产品品类的说法很少见,这也让这个批评比来自外部怀疑者的说法更有可信度。
‘Move 37’与‘发明围棋’的区分,以及‘爱因斯坦测试’,是全篇概念上最有野心的部分。两者都把创造力重新定义为不是在已知问题内生成令人惊讶的输出,而是生成问题空间本身。这把标准提高到远超当前基准(IMO 金牌、编程竞赛)的层次,也给出了一个可证伪、尽管极为苛刻的科学发现检验标准。
结尾给创业者的建议——AGI 可能在一个 10 年周期的深科技创业中途出现——把时间线的不确定性重新定义为一个架构设计约束,而不是一个可以等待观望的风险。结合他对‘通用编排器 + 专用工具’架构的预判,这意味着垂直领域系统的价值恰恰在于会被通用模型调用,而不是被取代。
FAQ常见问答
Is Hassabis saying AGI is close or far?Hassabis 到底是说 AGI 快到了还是还很远?
Neither definitively — he gives 50/50 odds that current techniques suffice versus needing one or two more breakthroughs, with continual learning, reasoning, and memory as the specific gaps.
他没有给出明确答案,而是给出 50/50 的判断:现有技术或许已经够用,也可能还需要一两个突破,具体缺口是持续学习、长程推理和记忆。
Why does he call context windows 'duct tape'?为什么他说上下文窗口是‘胶带糊住的方案’?
Because dumping everything into a huge window doesn't distinguish important from trivial information, and even a million tokens only covers ~20 minutes of naive real-time video — retrieval cost, not storage, is the real limit.
因为把所有内容都塞进巨大窗口并不能区分重要和琐碎的信息,而且百万 token 天真处理实时视频也只够 20 分钟——真正的限制是检索成本,而非存储容量。
Are AI agents overhyped according to Hassabis?Hassabis 认为智能体被过度炒作了吗?
He says agents are genuinely early but real, not pure hype — the field is 'just getting started.' His caveat is that current ROI often doesn't match the input, since agents lack continual learning.
他认为智能体确实处于早期但并非纯炒作——领域‘刚刚开始’。但他提醒当前投入产出比往往不匹配,因为智能体缺乏持续学习能力。
What is the 'Einstein test' he proposes?他提出的‘爱因斯坦测试’是什么?
Train a system only on 1901-level physics knowledge and see if it can independently arrive at special relativity, the way Einstein did in his 1905 'miracle year' — a benchmark for genuine scientific discovery, not pattern-matching.
用 1901 年水平的物理学知识训练一个系统,看它能否独立得出狭义相对论,就像爱因斯坦在 1905 年‘奇迹年’做到的那样——这是检验真正科学发现能力(而非模式匹配)的一个标准。
What should deep-tech founders take from this interview?深科技创业者应该从这次访谈中学到什么?
Plan for AGI arriving mid-venture (his own timeline is ~2030) and build at the intersection of AI and a hard-science domain — specialized systems will remain valuable as tools that general models call, not obsolete replacements.
要把 AGI 可能在创业周期中途出现(他的个人时间线约为 2030 年)纳入规划,并建在 AI 与硬科学领域的交叉点上——专用系统会作为通用模型调用的工具而保留价值,而不会被淘汰。
In-depth Analysis · Pros & Cons深入解读 · 优缺点
Demis Hassabis lays out a calibrated, dual-mode view of the road to AGI: he is simultaneously building frontier models and using AI to do science, and refuses to collapse either into simple hype. Across forty minutes he gives concrete diagnostics for what's missing in memory, reasoning, and agents, and a repeatable formula for the next AlphaFold-style breakthrough.
Hassabis 用一种双轨视角谈 AGI 的路径:他既在建前沿模型,又在用 AI 做科学,因此拒绝把任何一边简化成炒作叙事。四十分钟里他给出了记忆、推理、智能体各自缺什么的具体诊断,还总结出下一个 AlphaFold 式突破可复用的判据。
- Calibrated uncertainty校准过的不确定性Rather than a confident timeline, he gives explicit odds (50/50) and names specific unresolved capabilities, which is more falsifiable and useful than vague optimism or doom.他没有给出自信的时间表,而是给出明确的概率判断(50/50)并点名具体的未解能力,这比笼统的乐观或悲观更可证伪、更有用。
- Concrete diagnostic evidence具体的诊断性证据The chess self-monitoring failure and the 'duct tape' context-window critique are observable phenomena, not abstract claims, making his critiques of current systems checkable by others.下棋中的自省失败和‘胶带式’上下文窗口批评都是可观察的现象,而非抽象论断,使得他对当前系统的批评可以被他人验证。
- Cross-domain credibility跨领域的可信度He simultaneously runs frontier model development and AI-for-science ventures, giving his judgments on trade-offs more grounding than a pure researcher or pure product executive.他同时负责前沿模型开发和 AI for Science 业务,这使他对权衡取舍的判断比纯研究者或纯产品高管更有依据。
- Generalizable framework可推广的框架The three-condition AlphaFold formula (search space, objective function, data) gives listeners a reusable heuristic for spotting the next candidate domain, not just a retrospective story.AlphaFold 三条件公式(搜索空间、目标函数、数据)给听众提供了一个可复用的启发式方法来判断下一个候选领域,而不只是一个事后叙述的故事。
- Self-reported without benchmarks缺乏基准数据支撑Claims like Flash reaching '95% of frontier capability at 1/10 cost' or agents not justifying their compute are anecdotal impressions from a company insider, not published benchmark results.像‘Flash 达到前沿模型 95% 能力、成本仅为十分之一’或‘智能体投入产出比不划算’这类说法,都是公司内部人士的主观印象,而非公开发表的基准数据。
- No adversarial pushback没有对立观点的追问Garry Tan's questions are largely collaborative rather than skeptical; claims like the Einstein test or the 10-year virtual cell timeline go unchallenged on feasibility or falsifiability.Garry Tan 的提问大体上是配合式而非质疑式的;像爱因斯坦测试或虚拟细胞 10 年时间线这类说法,其可行性和可证伪性都没有被追问。
- Geopolitical framing left unexamined地缘政治框架未被深究His remark about needing a 'Western stack' in open source alongside leading Chinese models is stated but not unpacked — it's a strategic claim, not an analysis of what's actually at stake technically.他提到开源领域需要有‘西方栈’来对抗领先的中国模型,这一说法只是被抛出,并未展开——这是一个战略性论断,而非对实际技术层面利害关系的分析。
- Predictions without a track record cited预测缺少历史准确率参照The 6–12 month prediction for a vibe-coded breakout hit, and the 10-year virtual cell estimate, are point predictions offered without reference to his own past forecasting accuracy on similar claims.关于‘6 到 12 个月内出现凭感觉编程的爆款’以及‘虚拟细胞需要 10 年’的预测,都是没有参照他本人过去类似预测准确率的点预测。
Worth reading for anyone tracking AGI timelines or building AI-adjacent deep tech — Hassabis offers unusually specific, falsifiable diagnostics (chess self-monitoring, the Einstein test, the AlphaFold formula) rather than generic hype or doom. Treat the numeric claims (95% distillation, 10-year virtual cell, 6-12 month coding breakout) as informed guesses from an insider, not measured facts, and note that no interviewer pushback tests them.
对关注 AGI 时间线或想做 AI 相关深科技创业的人来说值得一读——Hassabis 给出的是异常具体、可证伪的诊断(下棋自省失败、爱因斯坦测试、AlphaFold 公式),而非泛泛的炒作或悲观论。但要把那些数字性说法(蒸馏达 95%、虚拟细胞需 10 年、6-12 个月内出现编程爆款)当作业内人士的经验判断而非已验证的事实,且访谈全程没有对立观点的追问和检验。
Excerpt原文节选
This is a short excerpt, not the full piece — the complete essay belongs to its original author; please read it in full at the link above.
以下仅为节选,并非全文——完整文章版权归原作者所有,请点击上方链接阅读全文。
The English text on this side is an AI translation provided for convenience; the authoritative version is the source in the other language.
Demis Hassabis is the CEO of Google DeepMind and also the CEO of Isomorphic Labs. Beyond being a chess prodigy and game developer, he earned a PhD in cognitive neuroscience, studying the hippocampus and how memory works. In 2024, he won the Nobel Prize in Chemistry for his work on AlphaFold.
This time he joined Y Combinator's How to Build the Future livestream for a forty-minute conversation with YC CEO Garry Tan. A few core topics: what the current AI paradigm still lacks to reach AGI, the real-world level of agents, the breakthrough pattern for AI in science, and advice for deep-tech founders.
Original video: https://www.youtube.com/watch?v=JNyuX1zoOgU
Original title: Demis Hassabis: Agents, AGI & The Next Big Scientific Breakthrough
Key takeaways
Hassabis believes the current paradigm (pretraining + RLHF + chain-of-thought) will be part of the AGI architecture, but there's a 50% chance one…
[…the source continues — read the rest at the link above]
[……原文更长,完整内容请点击上方链接阅读]
Q: Why hasn't there been a breakout hit made through vibe coding yet? A: The tools have lowered the barrier to execution, but creativity itself — the craft and the soul — hasn't been replaced yet.
Demis Hassabis 是 Google DeepMind 的 CEO,也是 Isomorphic Labs 的 CEO。他在棋手神童和游戏开发者的身份之外,拿了认知神经科学的博士学位,研究海马体和记忆的工作方式。2024 年,他因为 AlphaFold 的工作获得诺贝尔化学奖。
这次他做客 Y Combinator 的 How to Build the Future 直播,和 YC CEO Garry Tan 聊了四十分钟。几个核心话题:当前 AI 范式距离 AGI 还差什么、智能体的真实水平、AI 在科学领域的突破模式,以及给深科技创业者的建议。
原始视频: https://www.youtube.com/watch?v=JNyuX1zoOgU
原始标题:Demis Hassabis: Agents, AGI & The Next Big Scientific Breakthrough
要点速览
Hassabis 认为当前范式(预训练+RLHF+ 思维链)会是 AGI 架构的一部分,但有 50% 的概率还需要一两个尚未发现的关键突破 ,持续学习、长程推理和记忆是三个未解问题
百万 token 上下文窗口听起来很大,但处理实时视频时只够录 20 分钟 ,当前把所有东西塞进上下文窗口的做法是“用胶带糊住的临时方案”
AlphaGo 和 AlphaZero 时代的技术(蒙特卡洛树搜索等)正在被重新引入当代基础模型 ,Hassabis 认为未来几年的进步将大量来自这些旧想法的规模化应用
他用下棋来测试 Gemini 的推理能力,发现模型会识别出一步是错棋,找不到更好选择后又回去走那步错棋,这种“缺乏自省”是当前推理系统的核心缺陷
创造力的真正测试是能否从一段高层描述中发明围棋这个游戏本身 ,AlphaGo 下出 Move 37 级别的创造力还远远不够
完整虚拟细胞大约还需要 10 年 ,关键瓶颈是无法在不杀死细胞的情况下对活细胞进行纳米级分辨率成像
他给创业者的建议:如果你的 AGI 时间线是 2030 年,深科技创业通常需要 10 年,那 AGI 会在你旅程的中途出现 ,你的商业计划必须…
[…the source continues — read the rest at the link above]
[……原文更长,完整内容请点击上方链接阅读]
问:为什么还没有凭感觉编程做出的爆款? 答:工具降低了执行门槛,但创造力本身,也就是 craft 和 soul,还没有被替代。Hassabis 预计 6 到 12 个月内会出现用 AI 工具做出的有影响力的作品。