State of AI with Nathan Benaich - Beyond hill climbing_ the path to superhuman scientific discovery
Summary
本期节目是 Google DeepMind 开放式研究团队负责人 Roberta Raileanu 在 RISE 2026 的演讲,主题是如何超越“爬山式优化”,迈向超越人类的科学发现。她指出,当前最强的 AI 研究智能体已能提出假设、运行实验并迭代,但在长时间跨度上会停滞在人类研究者仍在攀登的天花板处,因为它们擅长已知方法的变体与组合,却难以做出真正的概念性飞跃。她提出实现超人科学发现的三大要素:把发现当作强化学习问题、用发散式搜索去寻找新问题而非只攀登已知山峰、以及通过元学习优化“发现过程”本身。她借助 AlphaGo 的“第37手”说明,只要有明确奖励,优化就能找到人类想不到的解,但科学的目标本身并不给定,界定何为进展才是真正的工作。她引用《伟大不能被规划》的观点,强调重大发明的前置“垫脚石”往往并非为该发明而生,过度针对单一目标优化反而会跳过这些垫脚石。她的团队用 ML Gym、Rainbow Teaming、Disco Bench 等工具研究novelty、多样性与趣味性,并尝试让 LLM 充当“有趣与否”的评判者。贯穿全场的核心难题是:我们擅长搜索任何可度量的东西,却仍无法度量novelty、品味或“有前景的死胡同”。她的结论是——搜索是容易的部分,真正缺失的是正确的信号。
Highlights
-
We are good at searching for anything we can measure. We do not yet know how to measure what makes a discovery good.
我们擅长搜索任何可以度量的东西,但我们还不知道如何度量是什么让一项发现变得好。
Crisp framing of the core thesis and central open problem -
When DeepMind's AlphaGo played Lee Sedol, its Move 37 was so counterintuitive that no human would have played it, and it won the game.
当 DeepMind 的 AlphaGo 对弈李世石时,它的第37手极其反直觉,没有任何人类会下出那一步,而它却赢下了这盘棋。
Iconic example proving optimization can surpass human intuition -
Try to build a personal computer in the 1800s, and you would not get there by scaling up the abacus. You would need the vacuum tube, which was invented to amplify radio signals.
试图在19世纪造出一台个人电脑,你不可能靠把算盘做大来实现。你需要真空管——而真空管最初是为放大无线电信号而发明的。
Vivid analogy for why breakthroughs rely on unrelated stepping stones -
Machine learning has won by hill climbing toward benchmarks, and that has carried the field far. But a hill climber only ever reaches the top of the hill it started on.
机器学习靠着朝基准爬山取得了胜利,这让整个领域走得很远。但一个爬山者永远只能到达它最初所在那座山的山顶。
Memorable metaphor for the fundamental limit of narrow optimization -
The key is, do you have the right signal? The search is the easy part. The missing piece is the signal.
关键在于,你是否拥有正确的信号?搜索是容易的部分,真正缺失的一块是信号。
Punchy closing statement distilling the entire talk
Full transcript
Beyond Hill Climbing, the path to superhuman scientific discovery with Roberto Ralliano, senior staff research scientist and open-endedness team lead at Google DeepMind at RISE 2026. The most capable AI research agents can already nudge the state of the art, give one an open problem like optimizing a GPU kernel or fine-tuning a language model, and it will propose a hypothesis, run the experiment, read the result, and try again. What it still does not reliably do is make a conceptual leap. Over long horizons, these systems plateau exactly where human researchers keep climbing. At this year's rise, Roberta Ralliano set out why that ceiling exists and what it would take to lift it. Ralliano leads the open-endedness team at Google DeepMind and was previously at Meta. Her talk laid out a recipe for superhuman scientific discovery, a general system that makes groundbreaking discoveries across domains faster than people can.
Three ingredients hold it together, but underneath all three sits one problem. We are good at searching for anything we can measure. We do not yet know how to measure what makes a discovery good. The plateau before the breakthrough. The past two years delivered a real proof of concept. In 2024, Sakana AI wired LLM agents into a loop that generates a hypothesis, implements it, runs an experiment, and iterates, producing its first machine written papers. The bar has risen since.
A fully AI-generated paper has passed peer review at a workshop attached to a top machine learning conference. And a wave of startups now aims to automate research outright. Proof of concept is not parody, however. Put the best agents head to head with human experts on the same open problems and the agents improve early, then stall. They are good at variations and combinations of known methods and weak at what defines real research. Exploring unfamiliar paths and making the conceptual leaps that change a field.
Scale-up compute and time in the human line keeps rising while the model line flattens. The reason to think the ceiling can move is breadth. These models train on a far wider, cross-domain corpus than any scientist can absorb and can search for connections across more fields than any specialist holds in working memory. The lesson of move 37. Raylianu's first ingredient is to treat discovery as a reinforcement learning problem.
An agent acts in an environment, observes what happens, and learns from the feedback, which is not far from how a scientist forms an idea, tests it, and revises. The appeal is specific. As long as you can measure progress with a reward, the agent is free to find any solution that earns it, including one no human would think to try. The proof is a decade old. When DeepMind's AlphaGo played Lee Sedol, its Move 37 was so counterintuitive that no human would have played it, and it won the game.
but go as a closed world with a clean reward, a move wins or it does not. Move 37 shows what optimization can do once the objective is given. In science, the objective is not given. Deciding what counts as progress on an open question is the actual work, and it is the part no reward function hands you. To study this inside AI research itself, her team built ML Jim, a sandbox where an LLM agent runs shell commands, edits files, and runs experiments across tasks from language modeling to game theory. Even a year ago, simple setups could self-improve against a benchmark, but only by tuning hyperparameters and swapping architectures, not by inventing a method a human expert would adopt. That gap between optimization and originality is the rest of the talk, why greatness cannot be planned. Most breakthroughs Rayliano argued are not solutions to known problems. They involve finding the right problem,
and innovation is rarely this linear process from A to B. Try to build a personal computer in the 1800s, and you would not get there by scaling up the abacus. You would need the vacuum tube, which was invented to amplify radio signals. She took the frame from Kenneth Stanley and Joel Lehman's Why Greatness Cannot Be Planned, and put its claim on the screen. No prerequisite to any major invention was invented with that invention in mind. Optimize too narrowly for an objective.
and you skip the stepping stones that lead to it. Machine learning has won by hill climbing toward benchmarks, and that has carried the field far. But a hill climber only ever reaches the top of the hill it started on. The fix is to widen the search. Borrowing from evolutionary methods, you hold a population of candidate solutions, mutate them, and select which to keep. The usual fitness function rewards performance alone. Raylianu's argument is to score for what scientists actually value too. Novelty, diversity, interestingness. This is where the signal problem surfaces in the open because none of those is easy to measure. Her stopgap is to let an LLM judge what a person would find interesting, which at least keeps ideas that are not useful yet, but might combine into something later. Her team's rainbow teaming did this for AI safety, generating diverse jailbreak prompts across a grid of risk categories and attack styles, then reusing what worked in one cell to seed another.
train on the result and the model gets measurably harder to break. The same machinery, she suggested, should carry over to ideas and methods where a solution built for one field can matter in a completely different one. Optimizing Discovery itself. The third ingredient is to stop optimizing discovery on a single task and optimize the process of discovery itself. DeepMind has trained RL agents across huge numbers of simulated environments and watched them adapt to new ones.
far faster than before, in some cases, faster than humans. If that transfers to research, an agent could generate its own tasks and get better at discovering, not just at one discovery. To make that studyable, her team built Disco Bench, a framework that procedurally generates AI research tasks, more than 400 million of them across problems like language modeling and image classification, with an agent free to target a loss function, an optimizer, or an architecture. The early signal is encouraging.
With more and more diverse training tasks improving performance on held-out problems the agent has never seen, the complementary curve. Stack the three together and you have the recipe. Reinforcement learning to discover better solutions where progress can be measured. Divergent search to find new problems rather than climb known ones. And meta-learning to speed up the whole process on problems no one has posed yet. The bet underneath it is complementarity. Humans go deep in one field.
A model reaches across many at once. The line worth chasing is neither the human curve nor the machine curve, but the one above both, where the two discover what neither would alone. Yet all three ingredients run back into the same wall. We have good algorithms for search once we know what to reward, and we still cannot reward novelty, a promising dead end or taste. The key is, do you have the right signal? Raelianu asked. The search is the easy part. The missing piece is the signal.