[BidClub_]
Dwarkesh Podcast · · 110 分钟

Adam Marblestone——AI 对大脑的认识缺失了某个根本要素

Adam MarblestoneDwarkesh Patel

YouTube
TL;DR
  • Marblestone 的核心押注是:缺失的要素可能是损失函数——进化编码的也许不是权重中的大量预训练知识,而是一套发育课程。 “我认为,进化实际上可能把大量复杂性写进了损失函数:不同区域有不同的损失函数,在发育的不同阶段依次开启。基本上就是大量 Python 代码。” 这有助于解释“3 GB 基因组”之谜:Dwarkesh 用 Python 举例把紧凑性说得很直观——奖励函数只需一行 Python,因此1000个奖励函数的成本几乎为零;样本效率由此部分变成了成本函数问题。
  • 他的时间表才是可投资的数字:“我的时间表可能更接近10年左右”。 至于那场具有变革性的单一事件,“可能仍在5年以上,差不多是这个量级”。关键并不是断言 LLM 做不到——“我并没有非常强的论断说 LLM 做不到”——而是当前范式“和这些大脑机制存在奇怪的差异,我在等那个开始更像大脑的东西”。他承认,如果 AI 2027 成真,自己的研究就无关紧要了。
  • 他提出的最低成本非对称押注是:以“数十亿美元低位规模的资金”推进全面神经科学研究,对冲数万亿美元的 GPU 资本开支。 E11 Bio 正试图把 Wellcome Trust 估算的单个小鼠连接组成本,从数十亿美元压到“数千万美元低位”,沿着其博士导师 George Church 亲眼见证的基因组学成本曲线前进——10年下降100万倍。Dwarkesh 给实验室的提议是:“拿你们预计2030年预算的1/100给我。”
  • 对当前 RL 的核心批评是:没有价值函数。 他引用 Ilya 的话说:“你用的基本上是最愚蠢的 RL 形式……甚至比10年前做的还落后。” Atari 时代的 Q-learning 已经使用时序差分学习,而神经科学证据显示,多巴胺携带与价值函数一致的奖励预测误差信号。“LLM 里完全没有价值函数,这件事很疯狂。我可以这么说,是因为 Ilya 已经说过了。”
  • 短期内、且已经被市场定价的方向是:形式化数学是一个很有希望的 RLVR 问题。 “我认为,把数学证明用 RLVR 彻底榨干,这个问题会成功”,目前至少已有一家估值10亿美元的公司 Harmonic,AlphaProof 也押注同一条路径。尚未解决的是猜想:好解释是否存在对应的损失函数,比如给定这个定理后,其余数学体系的 Kolmogorov 复杂度?更大的商业奖品是形式化验证软件,瓶颈不是证明能力,而是规格说明问题。
  • Dwarkesh 的判断、Marblestone 部分接受了:被嘲笑的那一派可能是对的。 “那些人——大家在 Twitter 上取笑的 Yann LeCun、Beff Jezos 之类——也许他们才是对的。”对此他的回应是:“这确实是一种解读。”同时他提醒,在2021年左右之前,“所有神经科学家和所有 AI 从业者基本都这么认为”。在这一视角下,测试时计算就是摊销推理丢掉的采样。
  • 对齐的关键很大程度上落在奖励机制上:沿用 Steve Byrnes 的框架,能力所需的最低可行 Steering Subsystem,远小于伦理所需的最低可行版本。 “打造极其强大的、基于模型的 RL 优化系统大概是可能的……它们不具备人类大脑奖励函数中的大部分东西,因此可能会想要最大化回形针。这是个问题。”
摘要 · 为研究而整理的核心内容

1. 被忽视的变量是成本函数,而进化可能编码了许多成本函数

  • Marblestone 把大脑问题拆成机器学习的几个基本要素——架构、超参数、学习算法、初始化、成本函数——并把旗子插在最后一项上:“在这个框架里,我个人的直觉是,这个领域忽视了这些非常具体的损失函数所扮演的角色。” 相比之下,机器学习“倾向于喜欢数学上简单的损失函数。预测下一个 token、交叉熵,这些简单的计算机科学家式损失函数”。
  • 这句标志性表述值得保留原文:“进化构建了许多不同区域对应的损失函数,在发育的不同阶段开启。基本上就是大量 Python 代码(A lot of Python code)”,为大脑不同部分需要学习的内容生成一套特定课程。
  • 他明确承认,这只是一个身处巨大未知中的直觉。对于皮层是否存在一种通用学习算法,他说:“这是一个巨大的问题,我们不知道。” 他反复回到的元问题则是:“我们必须赋能神经科学,让神经科学在技术上变得更强大……真正破解这样的问题。”

2. 皮层可能进行全向推理,而 LLM 只计算一个条件概率

  • 他给出的下一 token 预测替代方案是:皮层任何区域都可以“学会从它看到的所有变量中的任意一部分,预测另一部分。全向推理(Omnidirectional inference)”。而 LLM“只是看着上下文窗口里的所有内容,然后计算一个非常特定的条件概率”。
  • 他举的例子是:“如果一个大型语言模型只做前向预测,却说‘the quick brown fox blank blank the lazy dog’,然后填中间的空白,而不是预测下一个 token,这会很奇怪。它可以在上下文窗口和所有这些机制的涌现层面学会做这类事,但从原生机制上,它就是在预测下一个 token。”
  • 他自己也指出了这套说法的谱系:“顺便说一句,我讲的很多东西都和 Yann LeCun 会讲的极其相似。” 随后他解释能量模型的机制:固定任意一组变量,对另一组变量进行采样,再换一组完全不同的变量重复操作。其在测试时的意义是:一个训练来填某个空白的网络,并不知道如何填一个从未训练过的空白,因为那种预测从未被“摊销进网络”。
  • Dwarkesh 的朴素反驳是:为什么不直接去掉因果掩码,让每个 token 对每个 token 训练,或者增加跨模态标签?Adam 回应:“我的意思是,这可能就是正确方向。我还不确定。” 他自己的倾向是,大脑运行着“通过几层进行预测的蹩脚版反向传播”,但方式“极其灵活”。

3. Byrnes 的学习/引导拆分,可能回答 Ilya 关于欲望来源的问题

  • 问题来自 Dwarkesh 转述 Ilya 的一句话:“我不知道有什么好的理论,能解释进化如何编码高层次的欲望或意图。” Marblestone 认为,Steve Byrnes——曾是物理学家、现为 Astera 的 AI 安全研究者,负责综合相关文献——“基本上回答了 Ilya 的问题”。
  • 他用自己举例:如果自己错误描述能量模型,引来 LeCun 反驳,“这会在我体内激活与生俱来的尴尬和羞耻,我会想躲起来”;但“进化从未见过 Yann LeCun,也不知道能量模型,更不知道什么是重要科学家或播客”。因此,大脑必须把学到的世界模型特征,接入它不可能预见的先天奖励回路。Dwarkesh 打趣:“法国 AI 研究者要来找你了,Adam。”
  • 机制是:Steering Subsystem,即下丘脑、脑干、杏仁核,拥有自己的原始感知设备——上丘,这是一个具备先天面孔和威胁检测能力的皮下视觉系统;皮层则为其中每个变量训练预测器。“我是不是马上要闪躲?我是在和朋友说话吗?现在该笑吗?这个朋友的地位高吗?……我是不是马上要尝到盐味?” 与社会地位相关的神经元,简单说就是“那些预测这些先天启发式信号的神经元”。
  • Dwarkesh 追问它如何泛化:先天系统能给蜘蛛图片打标签,但没有任何监督信号会告诉它“有人把蜘蛛放在你背上”。答案是,预测器的输入是世界模型的抽象特征,因此“蜘蛛”这个词也能触发它。现场演示中,Adam 说:“现在我正基于对话里的这些抽象概念,激活你的 Steering Subsystem。” Dwarkesh 回应:“你再继续,我就要加触发警告了。”

4. 细胞类型图谱显示,皮层之下存在定制化机器

  • 经验依据来自 Fei Chen、Evan Macosko 等人在 BRAIN Initiative 下完成的单细胞图谱:测序 RNA,按脑区统计细胞类型。结果是,“Steering Subsystem 里的奇怪、多样、定制化细胞类型,基本上比 Learning Subsystem 多得多”。皮层拥有“足以在其中构建一个学习算法并指定一些超参数”的细胞;Steering Subsystem 则有“无数、数千种真正奇怪的细胞”。
  • 每个奖励函数为什么可能需要自己的细胞类型?因为基因连接需要分子地址。“这些细胞表达不同的受体和蛋白质,告诉它们:好,当这个东西接触到那个东西时,我们就形成一个突触。” 对比之下,“制造一个8层 transformer 所需的 Python 代码,和制造一个3层 transformer 的代码并没有那么不同。你只是在复制。” 奖励侧则是“一堆定制化、物种特异、情境特异的东西。皮层不知道蜘蛛是什么,它只知道层。”
  • Dwarkesh 给出了基因组之谜的落点:基因组总共只有3 GB,其中只有一小部分编码大脑;过去的解释是,进化找到了超参数。但如果进化找到的是有助于学习的损失函数,“那就能解释为什么只用这么少的信息,也能构建出一种智能。因为奖励函数用 Python 写出来,真的就是一行。”
  • Dwarkesh 进一步指出,这种紧凑性还会叠加,因为奖励函数可以免费继承世界模型的泛化能力:“它不需要预见奖励函数未来的一切。它只需要预见哪些变量相关,以及寻找这些变量的启发式方法是什么。”

5. 类人猿大脑之所以能低成本扩张,是因为社会学习提高了皮层的回报

  • Dwarkesh 提出的因果链是:社会学习提高样本效率——“你不必亲自去杀野猪……只要说,‘长老告诉我,长矛应该这样做’”——进而提高了扩大皮层的激励。Adam 表示同意,并指出这在成本上可行:“只需要相对较少的基因,因为本质上是在复制小鼠已经拥有的东西,只是做得更多。”
  • 被问及皮层究竟发生了改变,还是只是规模扩大并重新布线,他的倾向是后者——“我认为,就皮层而言,小鼠和人类有很多相似之处”。但他也承认 Suzana Herculano-Houzel 的发现:灵长类大脑的神经元数量,与体重的关系比啮齿类更好。“也许吧,也许。我对这方面没有那么深入……所以我不是说 Learning Subsystem 的架构在人类身上完全没有特殊之处。”
  • 关于语言,他把判断严格限定为可能性:也许存在“宏观布线,即需要把听觉区域接入记忆区域……以及其中一些社会本能”,指向 Broca 区、Wernicke 区,以及它们与前额叶、海马的连接。“所以,可能只需要少数几种基因,就能让人类真正做好语言。这可能是一个很大的因素。”
  • 他对 Beren Millidge 一篇帖子的重新解读,是这一段最尖锐的分歧。Millidge 注意到,从灵长类到人类,视觉和听觉皮层的扩张幅度明显超过嗅觉皮层,并将其归因于嗅觉数据的 scaling law 属性更差。Adam 的替代解释是:社会奖励函数需要这些通道——“为了理解那些引导学习的线索,你需要比嗅觉更多地激活视觉和听觉。” 甚至人眼的瞳孔与眼白设计,也是为了让我们“基于共同的眼神接触建立关系”。

6. 测试时计算就是摊销推理丢掉的采样,而神经元是免费的采样器

  • Dwarkesh 解释了摊销推理:真正的推理需要根据观测给候选原因打分,计算不可行,因此要用 Monte Carlo——“最早的 Boltzmann machines 之类就是这样”;而前馈网络则从观测直接跳到最佳原因。Adam 补充道:“一种思路是,测试时计算、推理时计算,实际上是在重新进行这种采样。你读它的思维链,就确实是在读这个过程。”
  • Dwarkesh 进一步推导出一个有意思的开放问题:通过推理时计算激发的能力会被蒸馏回权重,因此“可以复制的数字心智,拥有不同的权衡”——“既然你可以直接复制摊销结果,就应该更积极地把更多东西摊销进去。” 那么,“哪些东西适合被摊销进这些心智,而进化认为不值得摊销进生物心智?”
  • 概率派的反驳是:“不,这本质上是概率性的,以这种方式摊销没有意义。” 他们的证据是,大脑中的采样神经元具有随机性。但 Adam 不愿意让对方轻松过关:“感知能在几毫秒之类的时间里完成,这也很奇怪。看起来它并没有进行那么多采样。”
  • 放到进化框架里,这就是整套理论的 punchline:Learning Subsystem 几乎没有获得预训练。 “它有一定的架构,但随后在生命周期内学习。进化实际上没有把那么多东西摊销进这个网络,而是把它摊销进一组先天行为,以及一组用于启动学习的成本函数。”

7. 当前 LLM 的 RL 比 Atari 时代更粗糙,而大脑运行着无模型与基于模型的多层系统

  • 关于价值函数,他借 Ilya 之口把批评说得更直白:“从概念上讲,这是非常愚蠢的 RL 形式,甚至比10年前做的还落后。就连 Atari 游戏也在用 Q-learning。” 他先承认工程上的难度:“这些人极其聪明,他们在优化如何让它跑在 GPU 上。” 随后落到一句:“我对 AI 的了解只有他的大约1/100,但这件事居然能奏效,确实有点疯狂。”
  • 按他的描述,大脑的分工是:纹状体和基底神经节在“某个有限且相对较小的动作空间”上执行类似 model-free RL 的过程——既包括运动指令,也包括“告诉丘脑,让皮层的这一部分与另一部分对话”这样的认知动作。在此之上,是 Peter Dayan 的研究路线,以及多巴胺奖励预测误差信号的证据;后者“与学习这些价值函数相一致”,也是 DeepMind 当初研究时序差分学习的原因之一。
  • 全向推理带来的优雅结果是:只要固定奖励,就能免费得到规划。 “有一种把 RL 看成推理的观点。你可以说:‘在我获得高奖励的条件下,采样一份我必须采取的计划。’” Dwarkesh 想到的是价值头;Adam 提供了“价值输入”——奖励只是又一个需要预测的感官变量。
  • Dwarkesh 的旁支话题是 Joe Henrich 的文化进化:一种豆子会毒死人,除非你严格执行10步处理流程,这“非常像在文明层面运行 model-free RL”。Adam 修正道:“不,不能完全这么说。某种意义上,进化是最简单的算法……外循环可以极其缺乏前瞻性。” 两人最终给出一套层级:“进化:model-free。基底神经节:model-free。皮层:model-based。文化:可能是 model-free。”

8. 描述大脑时要像描述一次训练运行,而不是画一张电路图——并预期它会很丑

  • Dwarkesh 提出的挑战是本集最强的一击:我们可以完整读取神经网络的权重,却仍解释不了 LLM 为什么有智能,那么连接组又能带来什么? Adam 反驳了前提:我们确实拥有对 LLM 的描述——“我有架构,有学习规则,有超参数,有初始化,有训练数据。” Dwarkesh 回应:“这些东西是因为我们构建了它们才知道的,不是因为看到了权重、解读了权重才知道的。”
  • 他借用 Konrad Kording 和 Tim Lillicrap 的《What does it mean to understand a neural network?》来搭建框架:如果让网络学习圆周率的数字或股票价格,解释性永远无法完全覆盖内部机制——“但我们仍然可以说,它之所以变成那样,是因为它有一个架构,我们给了它这些训练数据,它有这个损失函数。所以我想用同样的方式描述大脑。我不需要理解它如何计算出‘金门大桥’。”
  • 他不愿轻易驳回的异议来自 György Buzsáki 的《The Brain from the Inside Out》:我们的心理学和 AI 词汇“都是编出来的东西”,而且“我们必须从大脑出发,创造新的词汇”。Adam 希望两条路线都押注——对蠕虫或斑马鱼进行完全自下而上的模拟,同时用 AI 词汇反向工程大脑;但他更看好后者:“我猜,反向工程那条路线实际上会有点奏效。”
  • 对大脑如何表征世界模型,他给出的直觉是诚实的低点:“那里会是一团巨大的混乱,我们应该去看架构、损失函数和学习规则。我不指望里面会很漂亮。” 它可能不是符号式的,尽管“其他人有非常不同的看法”。至于意识体验,他直接认输:“这件事我基本上毫无头绪……我不认为任何人有答案。它甚至可能涉及新物理。”

9. 连接组学是一个人类基因组计划式、数十亿美元低位规模的押注

  • 成本曲线就是整套论点。Wellcome Trust 估算,第一个小鼠大脑连接组需要“数十亿美元”;E11 Bio 及周边领域正试图把“单个小鼠连接组的成本降到数千万美元低位”。人脑大约大1000倍,简单按规模放大仍意味着数十亿美元,但他不想测量每一个人类神经元:“一个完整的小鼠大脑、一个人类 Steering Subsystem,以及几种拥有不同社会本能的哺乳动物的完整大脑。”
  • 他博士导师 George Church 提供了先例:第一个基因组耗资约30亿美元,“大致相当于每个碱基对1美元”;随后 National Human Genome Research Institute“把资助流程设计对了”,企业开始竞争,范式从宏观化学转向成像单个 DNA 集群,“成本在10年里下降了大约100万倍”。E11 的对应动作,是把电子显微镜转向光学成像,从而得到一份“分子注释连接组”——不仅记录谁和谁连接,还记录突触上有哪些分子,以及它属于哪种细胞类型。
  • 资金来源尚未解决,他对此直言不讳:目前主要靠慈善资金;NSF 有一个“Tech Labs”项目征集,多少受到 FRO 启发;同时“外界有一些传闻,说可能会成立与连接组学相关的公司”。他在“七八年前”接触过 AI 实验室,当时兴趣不大,“也许现在会有所不同”。他的说法是:在“数万亿美元 GPU 等支出的宏观背景下,这项投资其实很划算”。
  • 按 Byrnes 的框架,支出连接组学的对齐理由是:“要让一个聪明系统具备最低限度能力,Steering Subsystem 所需的最低可行要素,远少于让它具备人类式社会本能和伦理所需的最低可行要素。” 一个合格的回形针最大化器仍需要好奇心和对他人的某种兴趣,“但我认为那已经非常少了。对人类来说如此,对一个已经预训练成 LLM 的系统来说,可能更是如此。”

10. Lean 和 RLVR 可能吞掉机械化数学,而 Gap Map 显示填补空白可能需要数十亿美元

  • Lean 最具投资价值的地方,是把正确性变成奖励:“如果 Lean 说它正确,那它就是正确的。” 这让形式化证明成为“完美的 RLVR 任务”。他对机械化部分的判断非常乐观:“我认为,把数学证明用 RLVR 彻底榨干,这个问题会成功。” 至少已有一家估值10亿美元的公司 Harmonic 建立在这一判断上,AlphaProof 也押注同一条路径。剩下的是猜想,以及“数学中哪些概念组织是有趣的”。
  • 他指向 Bengio 的一篇论文,提出开放研究问题:是否存在一个衡量好猜想的损失函数? 一个伟大的定理“压缩了大量信息,并对许多其他定理产生大量含义”。Dwarkesh 称之为“这个陈述的 Kolmogorov 复杂度”;Adam 则把问题延伸为:“加入这个定理后,剩余证明网络的复杂度会如何变化?”
  • 他正在围绕形式化验证软件孵化一个 FRO,商业外溢方向是可证明安全的软件——例如拥有可证明安全内存边界的系统,DARPA 曾展示过这种可证明安全的四旋翼机。瓶颈不是证明能力,而是规格说明问题:“电网工程师刚刚把这个东西造出来,但他们未必知道如何从中提取形式化规格。” Dwarkesh 进一步推演了科幻版本,引用 Terence Tao 的推文:“这些模型就像自动化的聪明,而不是自动化的智能。” 如果能用证明筛选聪明,把一切都变成可证明的,让数十亿个 AI 相互构建并检查“你是不是在试图对我施加社会影响”,就接近 davidad/ARIA 的安全 AI 设计。Adam 回应:“这是个有意思的愿景。我不知道未来10年里,现实是否会沿着这个愿景展开。”
  • Gap Map 是 Convergent Research 为其 FRO 整理的缺口清单,也是他最后抛出的意外和一笔规模账。它包含“数百项基础能力”。即使每一项都达到 Series A 阶段,“填补这些空白也不是需要1万亿美元的事”。意外项目是数学:“我以为数学家只需要白板,但他们实际上需要 Lean。” 一些缺口甚至出现在资金充足的天文学项目中,因为项目规模超过临界点后,就会继承“与联邦机构打交道的、更官僚化的流程”。
  • 他给 AI 实验室的唯一建议,来自 Gwern 的一篇帖子:给大脑活动增加辅助损失。 除了预测“猫”或“狗”这个标签,还要预测“我看到一只猫时的神经活动模式”,用正则化迫使表征与大脑的几何结构保持一致,可能由此获得对对抗样本的鲁棒性。障碍纯粹在工具层面:“如果每部 iPhone 同时也是脑扫描仪,就不会有这个问题,我们会直接用脑信号训练 AI。只是技术发展的顺序是,我们先有了 GPU,后有便携式脑扫描仪。”
Dwarkesh Patel

The big million-dollar question that I have, that I've been trying to get the answer to through all these interviews with AI researchers: How does the brain do it? We're throwing way more data at these LLMs, and they still have a small fraction of the total capabilities that a human does. So what's going on?

Adam Marblestone

This might be the quadrillion-dollar question or something like that. You can make an argument that this is the most important question in science. I don't claim to know the answer. I also don't think that the answer will necessarily come even from a lot of smart people thinking about it as much as they are.

My overall meta-level take is that we have to empower the field of neuroscience to make neuroscience a more powerful field, technologically and otherwise, to actually be able to crack a question like this. Maybe the way that we would think about this now with modern AI, neural nets, and deep learning is that there are certain key components of that.

There's the architecture. There are maybe hyperparameters, like how many layers you have, or properties of that architecture. There is the learning algorithm itself. How do you train it? Backprop, gradient descent—is it something else? How is it initialized?

If we take the learning part of the system, it still may have some initialization of the weights. And then there are also cost functions. What is it being trained to do? What's the reward signal? What are the loss functions, the supervision signals?

My personal hunch within that framework is that the field has neglected the role of these very specific loss functions, very specific cost functions. Machine learning tends to like mathematically simple loss functions. Predict the next token, cross-entropy—these simple computer-scientist loss functions.

I think evolution may have built a lot of complexity into the loss functions, actually: many different loss functions for different areas, turned on at different stages of development. It's basically a lot of Python code generating a specific curriculum for what different parts of the brain need to learn. Because evolution has seen many times what was successful and unsuccessful, evolution could encode the knowledge of the learning curriculum.

In the machine-learning framework, maybe we can come back and talk about where the loss functions of the brain come from. Can different loss functions lead to different efficiency of learning? People say the cortex has got the universal human learning algorithm, the special sauce that humans have. What's up with that? This is a huge question, and we don't know.

The cortex typically has this six-layered structure, with layers in a slightly different sense than the layers of a neural net. Any one location in the cortex has 6 physical layers of tissue as you go in layers of the sheet. Those areas then connect to each other, and that's more like the layers of a network.

I've seen versions of that where what you're trying to explain is just, “How does it approximate backprop?” And what is the cost function for that? What is the network being asked to do if you are trying to say it's something like backprop? Is it doing backprop on next-token prediction, or is it doing backprop on classifying images, or what is it doing? And no one knows.

But one thought about it, one possibility about it, is that it's just this incredibly general prediction engine. So any one area of the cortex is just trying to predict basically any subset of all the variables it sees from any other subset. That's omnidirectional inference, or omnidirectional prediction.

Whereas an LLM is just seeing everything in the context window, and then it computes a very particular conditional probability, which is, “Given all the last thousands of things, what are the probabilities for the next token?”

But it would be weird for a large language model to say, “The quick brown fox blank blank the lazy dog,” and fill in the middle versus doing the next token if it's doing just forward. It can learn how to do that stuff at this emergent level of the context window and everything, but natively it's just predicting the next token.

What if the cortex is natively made so that any area of the cortex can predict any pattern in any subset of its inputs, given any other missing subset? That is a little bit more like probabilistic AI.

A lot of the things I'm saying, by the way, are extremely similar to what Yann LeCun would say. He's really interested in these energy-based models, and something like that is the joint distribution of all the variables. What is the likelihood or unlikelihood of just any combination of variables?

If I clamp some of them and say that definitely these variables are in these states, then I can compute, with probabilistic sampling, for example—conditioned on these being set in this state, and these could be any arbitrary subset of variables in the model—can I predict what any other subset is going to do and sample from any other subset, given clamping this subset? And I could choose a totally different subset and sample from that subset. So it's omnidirectional inference.

There could be some parts of the cortex—there might be association areas of the cortex that predict vision from audition. There might be areas that predict things that the more innate part of the brain is going to do.

Because remember, this whole thing is riding on top of a lizard brain and lizard body, if you will. And that thing is worth predicting, too. You're not just predicting, “Do I see this or do I see that?” Is this muscle about to tense? Am I about to have a reflex where I laugh? Is my heart rate about to go up? Am I about to activate this instinctive behavior?

Based on my higher-level understanding, I can match somebody telling me there's a spider on my back to this lizard part that would activate if I were literally seeing a spider in front of me. You learn to associate the 2 so that even just from somebody hearing you say, “There's a spider on your back”—

Dwarkesh Patel

Well, let's come back to this.

Adam Marblestone

This is partly having to do with Steve Byrnes' theories, which I'm recently obsessed about. But on your podcast with Ilya, he said, “Look, I'm not aware of any good theory of how evolution encodes high-level desires or intentions.”

I think this is very connected to all of these questions about the loss functions and the cost functions that the brain would use. And it's a really profound question, right? Let's say that I am embarrassed for saying the wrong thing on your podcast because I'm imagining that Yann LeCun is listening and he says, “That's not my theory. You described energy-based models really badly.”

That's going to activate in me innate embarrassment and shame, and I'm going to want to go hide and whatever. That's going to activate these innate reflexes. That's important because I might otherwise get killed by Yann LeCun's marauding army.

Dwarkesh Patel

The French AI researchers are coming for you, Adam.

Adam Marblestone

So it's important that I have that instinctual response. But of course, evolution has never seen Yann LeCun, or known about energy-based models, or known what an important scientist or a podcast is.

Somehow the brain has to encode this desire to not piss off really important people in the tribe or something like this in a very robust way, without knowing in advance all the things that the Learning Subsystem of the brain—the part that is learning, the cortex and other parts—will encounter.

The cortex is going to learn this world model. It's going to include things like Yann LeCun and podcasts. And evolution has to make sure that those neurons—whatever the Yann-LeCun-being-upset-with-me neurons are—get properly wired up to the shame response or this part of the reward function.

And this is important, right? Because if we're going to be able to seek status in the tribe, or learn from knowledgeable people, as you said, or exchange knowledge and skills with friends but not with enemies, we have to learn all this stuff. It has to be able to robustly wire these learned features of the world, learned parts of the world model, up to these innate reward functions, and then actually use that to learn more.

Because next time I'm not going to try to piss off Yann LeCun if he emails me that I got this wrong. We're going to do further learning based on that. In constructing the reward function, it has to use learned information. But how can evolution, which didn't know about Yann LeCun, do that?

The basic idea that Steve Byrnes is proposing is that part of the cortex, or other areas like the amygdala that learn, are modeling the Steering Subsystem.

The Steering Subsystem is the part with these more innately programmed responses and the innate programming of these series of reward functions, cost functions, and bootstrapping functions that exist. There are parts of the amygdala, for example, that are able to monitor what those parts do and predict what those parts do. How do you find the neurons that are important for social status? Well, you have some innate heuristics of social status, for example, or you have some innate heuristics of friendliness that the Steering Subsystem can use.

The Steering Subsystem actually has its own sensory system, which is crazy. We think of vision as being something that the cortex does. But there's also a subcortical visual system called the superior colliculus, with an innate ability to detect faces, for example, or threats. So there's a visual system that has innate heuristics, and the Steering Subsystem has its own responses.

There'll be a part of the amygdala or part of the cortex that is learning to predict those responses. What are the neurons that matter in the cortex for social status or for friendship? They're the ones that predict those innate heuristics for friendship. You train a predictor in the cortex and you say, “Which neurons are part of the predictor?” Those are the ones that—now you've actually managed to wire it up.

Dwarkesh Patel

This is fascinating. I feel like I still don't understand—I understand how the cortex could learn how this primitive part of the brain would respond to… Obviously, it has these labels on: “Here's literally a picture of a spider, and this is bad; be scared of this.” The cortex learns that this is bad because the innate part tells it that. But then it has to generalize to, “Okay, the spider's on my back. And somebody's telling me the spider's on your back. That's also bad.” Yes. But it never got supervision on that. So how does it…?

Adam Marblestone

Well, it's because the Learning Subsystem is a powerful learning algorithm that does have generalization, that is capable of generalization. The Steering Subsystem—these are the innate responses. You're going to have some built into your Steering Subsystem, these lower brain areas: hypothalamus, brainstem, et cetera. Again, they have their own primitive sensory systems.

So there may be an innate response. If I see something that's moving fast toward my body that I didn't previously see was there, and that's small, dark, and high-contrast, that might be an insect skittering onto my body. I am going to flinch. There are these innate responses. There's going to be some group of neurons, let's say, in the hypothalamus, that is the “I-am-flinching” or “I-just-flinched” neurons in the hypothalamus.

When you flinch, first of all, it's a negative contribution to the reward function. You didn't want that to happen, perhaps. But that's a reward function that doesn't have any generalization in it. I'm going to avoid that exact situation of the thing skittering toward me. Maybe I'm going to avoid some actions that lead to the thing skittering.

That's a generalization you can get—what Steve calls downstream of the reward function. I'm going to avoid the situation where the spider was skittering toward me, but you're also going to do something else. There's going to be a part of your amygdala, say, that is saying, “Okay, a few milliseconds, hundreds of milliseconds, or seconds earlier, could I have predicted that flinching response?”

It's going to be a group of neurons that is essentially a classifier of, “Am I about to flinch?” And I'm going to have classifiers for that for every important Steering Subsystem variable that evolution needs to take care of. Am I about to flinch? Am I talking to a friend? Should I laugh now? Is the friend high-status? Whatever variables the hypothalamus and brainstem contain: Am I about to taste salt? It's going to have all these variables, and for each one it's going to have a predictor.

You're going to train that predictor. Now the predictor that it trains can have some generalization. The reason it can have some generalization is because it just has a totally different input. Its input data might be things like the word “spider,” but the word “spider” can activate in all sorts of situations that lead to the word “spider” activating in your world model.

If you have a complex world model with really complex features, that inherently gives you some generalization. It's not just the thing skittering toward me; even the word “spider,” or the concept of “spider,” is going to cause that to trigger. This predictor can learn that. Whatever spider neurons are in my world model—which could even be a book about spiders or somewhere, a room where there are spiders, or whatever that is…

Dwarkesh Patel

The amount of heebie-jeebies that this conversation is eliciting in the audience… Now I'm activating your Steering Subsystem—your spider-hypothalamus subgroup of neurons for skittering insects is activating based on these very abstract concepts in the conversation. If you keep going, I'm going to put in a trigger warning.

Adam Marblestone

That's because you learned this. The cortex inherently has the ability to generalize because it's just predicting based on these very abstract variables and all this integrated information that it has. Whereas the Steering Subsystem only can use whatever the superior colliculus and a few other sensors can spit out.

Dwarkesh Patel

By the way, it's remarkable that the person who's made this connection between different pieces of neuroscience, Steve Byrnes, is a former physicist. For the last few years, he's been trying to synthesize—he's an AI safety researcher. He's just synthesizing. This comes back to the academic incentives thing.

I think that this is a little bit hard to say. What is the exact next experiment? How am I going to publish a paper on this? How am I going to train my grad student to do this? It's very speculative. But there's a lot in the neuroscience literature, and Steve has been able to pull this together.

And I think that Steve has an answer to Ilya's question, essentially, which is: How does the brain ultimately code for these higher-level desires and link them up to the more primitive rewards?

Very naive question, but why can't we achieve this omnidirectional inference by just training the model to not just map from a token to the next token, but remove the masks in the training so it maps every token to every token, or come up with more labels between video and audio and text so that it's forced to map one to each one?

Adam Marblestone

I mean, that may be the way. It's not clear to me. Some people think that there's a different way that it does probabilistic inference or a different learning algorithm that isn't backprop. There might be other ways of learning—energy-based models or other things like that—that you can imagine are involved in being able to do this, and that the brain has.

But I think there's a version of it where what the brain does is crappy versions of backprop to learn to predict through a few layers, and that it's kind of like a multimodal foundation model.

Dwarkesh Patel

LLMs are maybe just predicting the next token. But vision models maybe are trained to learn to fill in the blanks or reconstruct different pieces or combinations. But I think that it does it in an extremely flexible way.

If you train a model to just fill in this blank at the center, okay, that's great. But what if you didn't train it to fill in this other blank over to the left? Then it doesn't know how to do that. It's not part of its repertoire of predictions that are amortized into the network.

Whereas with a really powerful inference system, you could choose at test time what is the subset of variables it needs to infer and which ones are clamped?

Okay, 2 sub-questions. One, it makes you wonder whether the thing that is lacking in artificial neural networks is less about the reward function and more about the encoder or the embedding. Maybe the issue is that you're not representing video and audio and text in the right latent abstraction such that they could intermingle and conflict.

Maybe this is also related to why LLMs seem bad at drawing connections between different ideas. Are the ideas represented at a level of generality at which you could notice different connections?

Adam Marblestone

Well, the problem is these questions are all commingled. If we don't know if it's doing a backprop-like learning, and we don't know if it's doing energy-based models, and we don't know how these areas are even connected in the first place, it's very hard to really get to the ground truth of this.

But yeah, it’s possible. I think that people have done some work. My friend Joel Dapello actually did something some years ago where he put a model—I think it was a model of V1, specifically how the early visual cortex represents images—as an input into a ConvNet, and that improves some things.

There could be differences. The retina is also doing motion detection, and certain things are getting filtered out. There may be some preprocessing of the sensory data. There may be some clever combinations of which modalities are predicting which, and so on, that lead to better representation. There may be much more clever things than that.

Some people certainly do think that there are inductive biases built into the architecture that will shape the representations differently, or that there are clever things that you can do. Astera, which is the same organization that employs Steve Byrnes, just launched this neuroscience project based on Doris Tsao’s work. She has some ideas about how you can build vision systems that basically require less training. They build into the assumptions of the design of the architecture things like objects are bounded by surfaces, surfaces have certain types of shapes, and relationships of how they occlude each other and stuff like that. It may be possible to build more assumptions into the network.

Evolution may have also put some changes in the architecture. I think the cost functions and so on may also be a key thing that it does.

1. What the genome actually encodes

Dwarkesh Patel

I want to talk about this idea that you just glanced off of, which was amortized inference. Maybe I should try to explain what I think it means, because I think it’s probably wrong, and this will help you correct me. It’s been a few years for me too.

Right now, the way the models work is that you have an input, it maps it to an output, and this is amortizing a process—the real process, which we think is what intelligence is. It’s that you have some prior over how the world could be, what are the causes that make the world the way that it is. Then, when you see some observation, you should be like, “Okay, here’s all the ways the world could be. This cause explains what’s happening best.”

Now, doing this calculation over every possible cause is computationally intractable. So then you just have to sample: “Oh, here’s a potential cause. Does this explain this observation? No, forget it. Let’s keep sampling.” Then eventually you get the cause, the cause explains the observation, and this becomes your posterior. That’s actually pretty good.

Bayesian inference in general is this very intractable thing. The algorithms that we have for doing that tend to require taking a lot of samples, as in Monte Carlo methods. Taking samples takes time. This is like the original Boltzmann machines and stuff. These techniques are still used with probabilistic programming and other types of methods often.

The Bayesian inference problem, which is basically the problem of perception, is: given some model of the world and given some data, how should I update my model? What are the missing variables in my internal model? I guess the idea is that neural networks are hopefully doing this. Obviously, mechanistically, the neural network is not starting with, “Here is my model of the world, and I’m going to try to explain this data.” But the hope is that instead of starting with, “Hey, does this cause explain this observation? No. Did this cause explain this observation? Yes,” what you do is just: observation to cause. What’s the cause that the neural net thinks is the best one? Observation to cause.

So the feedforward goes from observation to cause and then to the output. You don’t have to evaluate all these energy values or whatever and sample around to make them higher and lower. You just say, approximately, that process would result in this being the top one or something like that.

Adam Marblestone

Exactly. One way to think about it might be that test-time compute—inference-time compute—is actually doing this sampling again. You literally read its chain of thought. It’s actually doing this toy example we’re talking about, where it’s like, “Oh, can I solve this problem by doing X? Nah, I need a different approach.”

Dwarkesh Patel

This raises the question. Over time, it is the case that the capabilities which required inference-time compute to elicit get distilled into the model. So you’re amortizing the thing which previously you needed to do these rollouts, these Monte Carlo rollouts, to figure out.

In general, maybe there’s this principle that digital minds, which can be copied, have different tradeoffs which are relevant from biological minds, which cannot. So in general, it should make sense to amortize more things because you can literally copy the amortization, or copy the things that you have built in.

This is a tangential question where it might be interesting to speculate about. In the future, as these things become more intelligent and the way we train them becomes more economically rational, what will make sense to amortize into these minds, which evolution did not think was worth amortizing into biological minds? You have to retrain every time.

Adam Marblestone

First of all, I think the probabilistic AI people would be like, “Of course you need test-time compute,” because this inference problem is really hard, and the only ways we know how to do it involve lots of test-time compute. Otherwise, it’s just this crappy approximation. You’d have to use infinite data or something to make this work.

I think some of the probabilistic people will be like, “No, it’s inherently probabilistic, and amortizing it in this way just doesn’t make sense.” They might then also point to the brain and say, “Okay, well, the brain—the neurons are stochastic, and they’re sampling and they’re doing things. So maybe the brain actually is doing more like the non-amortized inference, the real inference.”

But it’s also strange how perception can work in just milliseconds or whatever. It doesn’t seem like it uses that much sampling. So it’s also clearly doing some baking things into approximate forward passes or something like that to do this.

Dwarkesh Patel

In the future, I don’t know. Is it already a trend to some degree that things that people were having to use test-time compute for are getting used to train back into the base model? Now it can do it in 1 pass.

Adam Marblestone

Maybe evolution did or didn’t do that. I think evolution still has to pass everything through the genome to build the network, and the environment in which humans are living is very dynamic. So maybe, if we believe this is true, there’s a Learning Subsystem, per Steve Byrnes, and a Steering Subsystem, where the Learning Subsystem doesn’t have a lot of pre-initialization or pretraining. It has a certain architecture, but then within a lifetime it learns.

Then evolution didn’t actually amortize that much into that network. It amortized it instead into a set of innate behaviors and a set of these bootstrapping cost functions, or ways of building up very particular reward signals.

Dwarkesh Patel

This framework helps explain this mystery that people have pointed out and I’ve asked a few guests about, which is that if you want to analogize evolution to pretraining, well, how do you explain the fact that so little information is conveyed through the genome?

So 3 gigabytes is the size of the total human genome. Obviously, a small fraction of that is actually relevant to coding the brain. Previously, people made this analogy that evolution has found the hyperparameters of the model—the numbers which tell you how many layers there should be, the architecture, basically how things should be wired together.

But if a big part of the story is that increased sample efficiency aids learning, generally makes systems more performant, it’s the reward function, it’s the loss function—and if evolution found those loss functions that aid learning—then it actually makes sense how you can build an intelligence with so little information. Because the reward function, in Python, is literally a line. So you just have 1,000 lines like this, and that doesn’t take up that much space.

Adam Marblestone

Yes. It also gets to do this generalization thing with what I was describing, where we were talking about the spider, where it learns just the word “spider,” which triggers the spider reflex or whatever. It gets to exploit that too. It gets to build a reward function that actually has a bunch of generalization in it just by specifying this innate spider stuff and the Thought Assessors, as Steve calls them, that do the learning.

Dwarkesh Patel

That's potentially a really compact solution to building up these more complex reward functions that you need. It doesn't have to anticipate everything about the future of the reward function. It just has to anticipate what variables are relevant and what heuristics are useful for finding those variables. And then it has to have a very compact specification for the learning algorithm and basic architecture of the Learning Subsystem.

And then it has to specify all this Python code for all the stuff about spiders, all the stuff about friends, all the stuff about your mother, all the stuff about mating and social groups and joint eye contact. It has to specify all that stuff. So is this really true?

Adam Marblestone

I think that there is some evidence for it. Fei Chen and Evan Macosko, along with various other researchers, have been doing these single-cell atlases. One of the things that scaling up neuroscience technology—again, this is one of my obsessions—has done through the BRAIN Initiative, a big neuroscience funding program, is basically go through different areas, especially of the mouse brain, and map where the different cell types are.

How many different types of cells are there in different areas of the cortex? Are they the same across different areas? Then you look at these subcortical regions, which are more like the Steering Subsystem or reward-function-generating regions. How many different types of cells do they have? Which neuron types do they have?

We don't know how they're all connected, exactly what they do, what the circuits are, or what they mean, but you can just quantify how many different kinds of cells there are by sequencing the RNA. And there are a lot more weird, diverse, and bespoke cell types in the Steering Subsystem, basically, than there are in the Learning Subsystem.

For the cortical cell types, it seems like there's enough to build a learning algorithm up there and specify some hyperparameters. And in this Steering Subsystem, there's a gazillion—thousands of really weird cells—which might be the one for the spider flinch reflex and the one for “I'm about to taste salt.”

Dwarkesh Patel

Why would each reward function need a different cell type?

Adam Marblestone

Well, this is where you get innately wired circuits. In the learning algorithm part, in the Learning Subsystem, you specify the initial architecture and a learning algorithm. All the juice is happening through plasticity of the synapses, changes to the synapses within that big network.

But it's a relatively repeating architecture in terms of how it's initialized. It's just like how the amount of Python code needed to make an 8-layer transformer is not that different from what makes a 3-layer transformer. You're just replicating.

Whereas all this Python code for the reward function—if the superior colliculus sees something that's skittering and you're feeling goosebumps on your skin or whatever, then it triggers the spider reflex—that's just a bunch of bespoke, species-specific, situation-specific crap. The cortex doesn't know about spiders; it just knows about layers.

Dwarkesh Patel

But you're saying that the only way to write this reward function is to have a special cell type?

Adam Marblestone

Yeah, well, I think so. I think you either have to have special cell types, or you have to somehow otherwise get special wiring rules that evolution can use to say, “This neuron needs to wire to this neuron,” without any learning. And the way that is most likely to happen, I think, is that those cells express different receptors and proteins that say, “Okay, when this one comes in contact with this one, let's form a synapse.” So it's genetic wiring, and those need cell types to do it.

Dwarkesh Patel

I'm sure this would make a lot more sense if I knew 101 neuroscience, but it seems like there's still a lot of complexity—or generality, rather—in the Steering Subsystem. So if the Steering Subsystem has its own visual system that's separate from the visual cortex, different features still need to plug into that vision system. The spider thing needs to plug into it, and the love thing needs to plug into it, et cetera, et cetera. So it seems complicated.

Adam Marblestone

It's still complicated. That's all the more reason why a lot of the genomic real estate on the genome, in terms of these different cell types and so on, would go into wiring up the Steering Subsystem, pre-wiring it.

Dwarkesh Patel

Can we tell how much of the genome is clearly working? So I guess you could tell how many are relevant to producing the RNA that manifests, or the epigenetics that manifests, in different cell types in the brain. Right?

Adam Marblestone

Yeah. This is what the cell types help you get at. I don't think it's exactly like, “Oh, this percent of the genome is doing this,” but you could say, “Okay, in all these Steering Subsystem subtypes, how many different genes are involved in specifying which is which and how they wire? And how much genomic real estate do those genes take up versus the ones that specify visual cortex versus auditory cortex?”

Dwarkesh Patel

You're just reusing the same genes to do the same thing twice.

Adam Marblestone

Yes, you're right. They have to build a vision system, and they have to build some auditory systems, touch systems, and navigation-type systems. Even feeding into the hippocampus and stuff like that, there are head-direction cells. Even the fly brain has innate circuits that figure out its orientation and help it navigate in the world.

It uses vision, figures out its optical flow—how it's flying—and how its flight is related to the wind direction. It has all this innate stuff that I think, in the mammal brain, we would all lump into the Steering Subsystem. There's a lot of work. So all the genes that basically go into specifying all the things a fly has to do, we're going to have stuff like that too, just all in the Steering Subsystem.

Dwarkesh Patel

But do we have some estimate of how many nucleotides or how many megabases it takes?

Adam Marblestone

I don't know. I think you might be able to talk to biologists about this. We have a lot in common with yeast from a gene perspective. Yeast is still used as a model for some amount of drug development and stuff like that in biology.

And so much of the genome is just going toward you having a cell at all: it can recycle waste, it can get energy, and it can replicate.

Dwarkesh Patel

And then what do we have in common with a mouse?

Adam Marblestone

So we do know, at some level, that the differences between us and a chimpanzee or something—and that includes the social instincts and the more advanced differences in the cortex and so on—come from a tiny number of genes that go into this additional amount of making an 8-layer transformer instead of a 6-layer transformer, or tweaking that reward function.

Dwarkesh Patel

This would help explain why the hominid brain exploded in size so fast. Presumably—tell me if this is correct—but under this story, social learning or some other thing increased the ability to learn from the environment. It increased our sample efficiency. Instead of having to go and kill the boar yourself and figure out how to do that, you can just be like, “The elder told me this is how you make a spear.” Now it increases the incentive to have a bigger cortex, which can learn these things.

Adam Marblestone

Yes, and that can be done with relatively few genes, because it's really replicating what the mouse already has, making more of it. It's maybe not exactly the same, and there may be tweaks. From a genome perspective, you don't have to reinvent all this stuff.

Dwarkesh Patel

So then how far back in the history of the evolution of the brain does the cortex go back? Is the idea that the cortex has always figured out this amortized inference thing, that it's been a solved problem for a long time? Then the big unlock with primates is that we got the reward function, which increased the returns to having amortized inference?

Adam Marblestone

It's a good question.

Dwarkesh Patel

Or is the amortized inference also something that took a while to unlock?

Adam Marblestone

I'm not sure that there's agreement about that. I think there might be specific questions about language. Are there tweaks, whether that's through auditory and memory, some combination of auditory-memory regions?

There may also be macro-wiring, where you need to wire auditory regions into memory regions or something like that, and into some of these social instincts to get language, for example, to happen. But that might also be a small number of gene changes to be able to say, “Oh, I just need from my temporal lobe over here, going over to the auditory cortex, something.” There is some evidence for Broca's area and Wernicke's area.

They’re connected with the hippocampus and so on, and the prefrontal cortex. So there may be some small number of genes enabling humans to really properly do language. That could be a big one.

Dwarkesh Patel

But is it that something changed about the cortex and it became possible to do these things? Or is it that the potential was already there, but there wasn’t the incentive to expand that capability and then use it, wire it to these social instincts, and use it more? I would lean somewhat toward the latter.

I think a mouse has a lot of similarity in terms of its cortex to a human. Although there’s Suzana Herculano-Houzel’s work on how the number of neurons scales better with weight in primate brains than it does in rodent brains. So does that suggest that there actually was some improvement in the scalability of the cortex?

Adam Marblestone

Maybe. I’m not super deep on this. There may have been changes in architecture, changes in the folding, changes in neuron properties and stuff that somehow slightly tweak this. But there’s still a scaling either way.

Dwarkesh Patel

That’s right. So I’m not saying there isn’t something special about humans in the architecture of the Learning Subsystem at all. But I think it’s pretty widely thought that this is expanded. But then the question is, “Okay, well, how does that fit in also with the Steering Subsystem changes and the instincts that make use of this and allow you to bootstrap using this effectively?”

Adam Marblestone

But just to say a few other things, even the fly brain has some amount of learning, even very far back. I think you’ve read this great book, A Brief History of Intelligence, right? I think this is a really good book. Lots of AI researchers think this is a really good book, it seems.

You have some amount of learning going back all the way to anything that has a brain. Basically, you have something like primitive reinforcement learning going back at least to vertebrates. Imagine a zebrafish. Then you have these other branches. Birds may have reinvented something cortex-like. It doesn’t have the 6 layers, but they have something a little bit cortex-like.

So after reptiles, in some sense, birds and mammals both made something somewhat cortex-like, but differently organized. But even a fly brain has associative learning centers that actually do things that maybe look a little bit like this Thought Assessor concept from Steve Byrnes, where there’s a specific dopamine signal to train specific subgroups of neurons in the fly mushroom body to associate different sensory information with, “Am I going to get food now?” or “Am I going to get hurt now?”

Brief tangent. I remember reading in one blog post that Beren Millidge wrote that the parts of the cortex which are associated with audio and vision have scaled disproportionately between other primates and humans, whereas the parts associated, say, with odor have not. And I remember him saying something like that this is explained by that kind of data having worse scaling law properties.

Maybe he meant this, but I think another interpretation of what’s actually happening there is that these social reward functions that are built into the Steering Subsystem needed to make more use of being able to see your elders, see what the visual cues are, and hear what they’re saying. And in order to make sense of these cues, which guide learning, you needed to activate vision and audio more than odor.

There’s all this stuff. I feel like it’s come up in your shows before, actually. But even the design of the human eye, where you have the pupil and the white and everything, we are designed to be able to establish relationships based on joint eye contact. Maybe this came up in the Sutton episode. I can’t remember.

But yeah, we have to bootstrap to the point where we can detect eye contact and where we can communicate by language. That’s like what the first couple years of life are trying to do.

2. What kind of RL is the brain doing?

Dwarkesh Patel

Okay, I want to ask you about RL. So currently, the way these LLMs are trained, if they solve the unit test or solve a math problem, that whole trajectory, every token in that trajectory, is upweighted. What’s going on with humans? Are there different types of model-based versus model-free learning happening in different parts of the brain?

Adam Marblestone

Yeah, this is another one of these things. Again, all my answers to these questions—any specific thing I say—it’s all just saying that directionally we can explore around this. I find this interesting. Maybe I feel like the literature points in these directions in some very broad way.

What I actually want to do is go and map the entire mouse brain and figure this out comprehensively, and make neuroscience a ground-truth science. So I don’t know.

But first of all, I think with Ilya on the podcast, he was like, “It’s weird that you don’t use value functions, right?” You use the dumbest form of RL, basically. Of course, these people are incredibly smart and they’re optimizing for how to do it on GPUs, and it’s really incredible what they’re achieving. But conceptually, it’s a really dumb form of RL, even compared to what was being done 10 years ago.

Even the Atari game-playing stuff was using Q-learning, which is basically a kind of temporal-difference learning. Temporal-difference learning basically means you have some kind of value function: what action I choose now doesn’t just tell me literally what happens immediately after this; it tells me what the long-run consequence of that is for my expected total reward, or something like that.

So you would have value functions like that. The fact that we don’t have value functions at all in the LLMs is crazy. I think because Ilya said it, I can say it. I know 1/100th of what he does about AI, but it’s kind of crazy that this is working.

But in terms of the brain, I think there are some parts of the brain that are thought to do something that’s very much like model-free RL. Those are parts of the striatum and basal ganglia. It is thought that they have a certain finite, relatively small action space.

The types of actions they could take, first of all, might be like, “Tell the brainstem and spinal cord to do this motor action? Yes or no.” Or it might be more complicated cognitive-type actions like, “Tell the thalamus to allow this part of the cortex to talk to this other part,” or “Release the memory that’s in the hippocampus and start a new one or something.”

But there’s some finite set of actions that come out of the basal ganglia, and it’s just a very simple RL. So there are probably parts of other brains and our brain that are just doing very simple, naive-type RL algorithms.

Layering one thing on top of that, some of the major work in neuroscience—like Peter Dayan’s work—and a bunch of other work are part of why I think DeepMind did the temporal-difference learning stuff in the first place. They were very interested in neuroscience.

There’s a lot of neuroscience evidence that dopamine is giving this reward-prediction-error signal, rather than just reward—“yes or no, a gazillion time steps in the future.” It’s a prediction error, and that’s consistent with learning these value functions. So there’s that, and then there’s maybe higher-order stuff.

We have the cortex making this world model. One of the things the cortex world model can contain is a model of when you do and don’t get rewards. Again, it’s predicting what the Steering Subsystem will do. It could be predicting what the basal ganglia will do.

You have a model in your cortex that has more generalization and more concepts and all this stuff that says, “Okay, these types of plans, these types of actions, will lead in these types of circumstances to reward.” So I have a model of my reward.

Some people also think that you can go the other way. So this is part of the inference picture. There’s this idea of RL as inference. You could say, “Well, conditional on my having a high reward, sample a plan that I would have had to get there.” That’s inference of the plan part from the reward part.

I’m clamping the reward as high and inferring the plan, sampling from plans that could lead to that. So if you have this very general cortical thing, it can just do that. If you have this very general model-based system and the model, among other things, includes plans and rewards, then you just get it for free, basically.

So in neural network parlance, there’s a value head associated with the amortized inference that’s happening in the—

Dwarkesh Patel

Yes, or there’s a value input.

Adam Marblestone

Oh, okay. Interesting. Yeah, and it can predict. One of the almost sensory variables it can predict is what rewards it’s going to get.

By the way, speaking about amortizing things, obviously value is like amortized rollouts of looking up reward.

Dwarkesh Patel

Yeah, something like that.

Adam Marblestone

It’s like a statistical average or prediction of it.

Dwarkesh Patel

Tangential thought. Joe Henrich and others have this idea for the way human societies have learned to do things like: How do you figure out that this kind of bean, which almost always poisons you, is edible if you do this 10-step, incredibly complicated process, any one step of which, if you fail at it, will make the bean poisonous? How do you figure out how to hunt this seal in this particular way, with this particular weapon, at this particular time of the year, et cetera?

There’s no way but just trying shit over generations. And it strikes me that this is actually very much like model-free RL happening at a civilizational level.

Adam Marblestone

No, not exactly. Evolution is the simplest algorithm in some sense. If we believe that all of this can come from evolution, the outer loop can be extremely not foresighted.

Dwarkesh Patel

Right, that’s interesting. Evolution: model-free. So what does that tell you? Maybe the simple algorithms can just get you anything if you do it enough.

Adam Marblestone

Right. Yeah, I don’t know.

Dwarkesh Patel

So evolution: model-free. Basal ganglia: model-free. Cortex: model-based. Culture: potentially model-free. You pay attention to your elders or whatever. Maybe there’s group selection or whatever of these things that’s more model-free.

Adam Marblestone

But now I think culture stores some of the model.

3. Is biological hardware a limitation or an advantage?

Dwarkesh Patel

Stepping back, is it a disadvantage or an advantage for humans that we get to use biological hardware, in comparison to computers as they exist now? What I mean by this question is, if there’s “the algorithm,” would the algorithm qualitatively perform much worse or much better if inscribed in the hardware of today?

Here’s what I mean. Obviously, the brain has had to make a bunch of tradeoffs which are not relevant to computing hardware. It has to be much more energetically efficient. Maybe, as a result, it has to run at slower speeds so that there can be a smaller voltage gap.

The brain runs at 200 hertz; it has to run on 20 watts. On the other hand, with robotics, we’ve clearly experienced that fingers are way more nimble than we can make motors so far. So maybe there’s something in the brain that is the equivalent of cognitive dexterity, which is maybe due to the fact that we can do unstructured sparsity. We can co-locate the memory and the compute.

Adam Marblestone

Yes.

Dwarkesh Patel

Where does this all net out? Are you like, “Fuck, we would be so much smarter if we didn’t have to deal with these brains”? Or are you like—

Adam Marblestone

I think in the end we will get the best of both worlds somehow. I think an obvious downside of the brain is that it cannot be copied. You don’t have external read-write access to every neuron and synapse, whereas you do with a digital computer.

I can just edit something in the weight matrix in Python or whatever and load that up and copy that, in principle. So the fact that it can’t be copied and randomly accessed is very annoying. But otherwise, maybe it has a lot of advantages.

It also tells you that you want to somehow do the co-design of the algorithm. Maybe it doesn’t even change it that much from all of what we discussed, but you want to somehow do this co-design. So, how do you do it with really slow, low-voltage switches? That’s going to be really important for energy consumption.

Co-locating memory and compute will be really important. I think that hardware companies will probably just try to co-locate memory and compute. They will try to use lower voltages and allow some stochastic stuff.

There are some people who think that all this probabilistic stuff that we were talking about—“Oh, it’s actually energy-based models,” and so on—is doing lots of sampling. It’s not just amortizing everything. The neurons are also very natural for that because they’re naturally stochastic.

So you don’t have to do a random-number generator in a bunch of Python code, basically, to generate a sample. The neuron just generates samples, and it can tune what the different probabilities are and learn those tunings. So it could be that it’s very co-designed with some kind of inference method or something.

Dwarkesh Patel

It’d be hilarious. The message I’m taking from this interview is that all these people that folks make fun of on Twitter—Yann LeCun and Beff Jezos and whatever—I don’t know, maybe they got it right.

Adam Marblestone

That is actually one read of it. Granted, I haven’t really worked on AI at all since LLMs took off, so I’m just out of the loop. But I’m surprised, and I think it’s amazing how the scaling is working and everything.

But yeah, I think Yann LeCun and Beff Jezos are kind of onto something about the probabilistic models, or at least possibly.

Dwarkesh Patel

In fact, that’s what all the neuroscientists and all the AI people thought until 2021 or something.

Adam Marblestone

Right.

Dwarkesh Patel

So there’s a bunch of cellular stuff happening in the brain that is not just about neuron-to-neuron synaptic connections. How much of that is functionally doing more work than the synapses themselves are doing, versus whether it’s just a bunch of kludge that you have to do in order to make the synaptic thing work?

With a digital mind, you can nudge the synapse—sorry, the parameter—extremely easily. But with a cell modulating a synapse according to the gradient signal, it just takes all this crazy machinery. So is it actually doing more than it would take extremely little code to do?

Adam Marblestone

I don’t know, but I’m not a believer in the radical idea that, “Oh, actually, memory is not mostly in synapses, or learning is mostly genetic changes,” or something like that. I think it would just make a lot of sense—I think you put it really well—for it to be more like the second thing you said.

Let’s say you want to do weight normalization across all the weights coming out of your neuron or into your neuron. Well, you probably have to somehow tell the nucleus of the cell about this and then have that send everything back out to the synapses or something. So there are going to be a lot of cellular changes.

Or let’s say that you just had a lot of plasticity and you’re part of this memory. Now that’s got consolidated into the cortex or whatever. Now we want to reuse you as a new one that can learn again. There are going to be a ton of cellular changes, so there’s going to be tons of stuff happening in the cell.

But algorithmically, it’s not really adding something beyond these algorithms. It’s just implementing something that, in a digital computer, is very easy for us to do: just find the weights and change them. In a cell, it literally has to do all this with molecular machines itself, without any central controller. It’s kind of incredible.

There are some things that cells do, I think, that seem more convincing. One of the things the cerebellum has to do is predict over time. What is the time delay? Let’s say that I see a flash and then, some number of milliseconds later, I’m going to get a puff of air in my eyelid or something.

The cerebellum can be very good at predicting what the timing is between the flash and the air puff, so that now your eye will just close automatically. The cerebellum is involved in that type of learned reflex.

There are some cells in the cerebellum where it seems like the cell body is playing a role in storing that time constant, changing that time constant of delay, rather than all of that being somehow done with, “I’m going to make a longer ring of synapses to make that delay longer.” No, the cell body will just store that time delay for you.

So there are some examples, but I’m not a believer, out of the box, in essentially this theory that what’s happening is changes in connections between neurons and that that’s the main algorithmic thing that’s going on. I think there’s very good reason to still believe that it’s that rather than some crazy cellular stuff.

Dwarkesh Patel

Going back to this whole perspective of how our intelligence is not just this omnidirectional inference thing that builds a world model, but really this system that teaches us what to pay attention to, what the important salient factors are to learn from, et cetera, I want to see if there’s some intuition we can derive from this about what different kinds of intelligences might be like.

So it seems like AGI or superhuman intelligence should still have this ability to learn a world model that’s quite general, but then it might be incentivized to pay attention to different things that are relevant for the modern, post-singularity environment. How different should we expect different intelligences to be?

Adam Marblestone

I think one way to think about this question is: Is it actually possible to make the paperclip maximizer or whatever? If you try to make the paperclip maximizer, does it end up just not being smart or something like that because the only reward function it had was to make paperclips?

I’d say: Can you do that? I don’t know.

If I channel Steve Byrnes more, I think he's very concerned that the minimum viable set of things in the Steering Subsystem that you need to get something smart is way less than the minimum viable set of things you need for it to have human-like social instincts and ethics and stuff like that. So a lot of what you want to know about the Steering Subsystem is actually the specifics of how you do alignment, essentially, or what human behavior and social instincts are versus just what you need for capabilities. We talked about it in a slightly different way because we were saying, “Well, in order for humans to learn socially, they need to make eye contact and learn from others.” But we already know from LLMs that, depending on your starting point, you can learn language without that stuff.

So I think that it probably is possible to make super-powerful, model-based RL-optimizing systems and stuff like that that don't have most of what we have in the human brain reward functions and, as a consequence, might want to maximize paperclips. And that's a concern.

Dwarkesh Patel

But you're pointing out that in order to make a competent paperclip maximizer, the kind of thing that can build spaceships and learn physics and whatever, it needs to have some drives that elicit learning, including, say, curiosity and exploration.

Adam Marblestone

Yeah, curiosity, interest in others, interest in social interactions. But that's pretty minimal, I think. And that's true for humans, but it might be less true for something that's already pretrained as an LLM or something.

Dwarkesh Patel

So most of why we want to know the Steering Subsystem, I think, if I'm channeling Steve, is alignment reasons. How confident are we that we even have the right algorithmic conceptual vocabulary to think about what the brain is doing?

What I mean by this is that there was one big contribution to AI from neuroscience, which was this idea of the neuron in the 1950s—just this original contribution. But then it seems like a lot of what we've learned afterward about the high-level algorithm the brain is implementing—from backprop, to whether there's something analogous to backprop happening in the brain, to “Oh, is V1 doing something like CNNs?” to TD learning and Bellman equations, actor-critic, whatever—it seems inspired by this dynamic where we come up with some idea, maybe we can make AI neural networks work this way, and then we notice that something in the brain also works that way. So why not think there are more things like this?

Adam Marblestone

There may be. I think the reason that I think we might be onto something is that the AIs we're making based on these ideas are working surprisingly well. There's also a bunch of just empirical stuff, like convolutional neural nets and variants of convolutional neural nets. I'm not sure what the absolute latest is, but compared to other models in computational neuroscience of what the visual system is doing, they are just more predictive.

You can just score CNNs, even pretrained on cat pictures and stuff: What is the representational similarity that they have on some arbitrary other image compared to the brain activations measured in different ways? Jim DiCarlo's lab has this Brain-Score. There seems to be some relevance there. Neuroscience doesn't necessarily have something better than that.

Dwarkesh Patel

So yes, that's just recapitulating what you're saying: The best computational neuroscience theories we have seem to have been invented largely as a result of AI models and finding things that work. You find that backprop works and then say, “Can we approximate backprop with cortical circuits?” or something. There have been things like that.

Adam Marblestone

Now, some people totally disagree with this. György Buzsáki is a neuroscientist who has a book called The Brain from the Inside Out, where he basically says all our psychology concepts, AI concepts, all this stuff is just made-up stuff. What we actually have to do is figure out what the actual set of primitives is that the brain uses. And our vocabulary is not going to be adequate to that. We have to start with the brain and make new vocabulary, rather than saying “backprop” and then trying to apply that to the brain or something like that.

He studies a lot of oscillations and stuff in the brain, as opposed to individual neurons and what they do. I don't know. I think that there's a case to be made for that. From a research program design perspective, one thing we should be trying to do is just simulate a tiny worm or a tiny zebrafish, almost as biophysical or as bottom-up as possible. Get the connectome, molecules, activity, and just study it as a physical dynamical system and look at what it does.

But I don't know, it just feels like AI is really good fodder for computational neuroscience. Those might actually be pretty good models. We should look at that. I both think that there should be a part of the research portfolio that is totally bottom-up and not trying to apply our vocabulary that we learn from AI onto these systems, and that there should be another big part of this that's trying to reverse-engineer it using that vocabulary or a variant of that vocabulary. We should just be pursuing both.

My guess is that the reverse-engineering one is actually going to work-ish or something. We do see things like TD learning, which Sutton also invented separately.

Dwarkesh Patel

That must be a crazy feeling.

Adam Marblestone

Yeah, that's crazy. This equation I wrote down is in the brain. It seems like the dopamine is doing some of that, yeah.

4. Why we need to map the human brain

Dwarkesh Patel

So let me ask you about this. You guys are funding different groups that are trying to figure out what's up in the brain. If we had a perfect representation, however you define it, of the brain, why think it would actually let us figure out the answer to these questions?

We have neural networks which are way more interpretable, not just because we understand what's in the weight matrices, but because there are weight matrices. There are these boxes with numbers in them. Even then, we can tell very basic things. We can kind of see circuits for very basic pattern matching, like following one token with another. I feel like we don't really have an explanation of why LLMs are intelligent just because they're interpretable.

Adam Marblestone

I think I would somewhat dispute it. We have some description of what the LLM is fundamentally doing. What that means is that I have an architecture, a learning rule, hyperparameters, initialization, and training data. But those are things we learned because we built them, not because we interpreted them from seeing the weights. The analogous thing to the connectome is seeing the weights.

What I think we should do is describe the brain more in that language of things like architectures, learning rules, and initializations, rather than trying to find the Golden Gate Bridge circuit and saying exactly how this neuron actually works. That's going to be some incredibly complicated learned pattern.

Konrad Kording and Tim Lillicrap have this paper from a while ago, maybe 5 years ago, called “What Does It Mean to Understand a Neural Network?” What they say is basically that you could imagine you train a neural network to compute the digits of pi or something. It's like some crazy pattern. You also train that thing to predict the most complicated thing you find, predict stock prices, basically predict really complex systems, computationally complete systems. I could train a neural network to do cellular automata or whatever crazy thing.

We're never going to be able to fully capture that with interpretability, I think. It's just going to be doing really complicated computations internally. But we can still say that the way it got that way is that it had an architecture, we gave it this training data, and it had this loss function. So I want to describe the brain in the same way. And I think that this framework that I've been laying out is that we need to understand the cortex and how it embodies a learning algorithm. I don't need to understand how it computes “Golden Gate Bridge.”

Dwarkesh Patel

But if you can see all the neurons, if you have the connectome, why does that teach you what the learning algorithm is?

Adam Marblestone

Well, I guess there are a couple of different views of it. So it depends on these different parts of this portfolio. On the totally bottom-up, we-have-to-simulate-everything portfolio, it kind of just doesn't. You have to make a simulation of the zebrafish brain or something, and then you see what the emergent dynamics are in this and come up with new names and new concepts and all that. That's the most extreme bottom-up neuroscience view. But even there, the connectome is really important for doing that biophysical or bottom-up simulation.

But on the other hand, you can say, “Well, what if we can actually apply some ideas from AI?” We basically need to figure out: Is it an energy-based model, or is it an amortized VAE-type model? Is it doing backprop, or is it doing something else? Are the learning rules local or global?

If we have some repertoire of possible ideas about this, just think of the connectome as a huge number of additional constraints that will help refine and ultimately produce a consistent picture of that. I think about this for the Steering Subsystem stuff, too—just very basic things about it. How many different types of dopamine signal, or Steering Subsystem signal, or thought assessor, and so on? How many different types of what broad categories are there?

Even this very basic information—that there are more cell types in the hypothalamus than there are in the cortex—is new information about how much structure is built there versus somewhere else. How many different dopamine neurons are there? Is the wiring between prefrontal and auditory the same as the wiring between prefrontal and visual? The most basic things, we don't know.

The problem is that learning even the most basic things through a series of bespoke experiments takes an incredibly long time, whereas learning all that at once by getting a connectome is just way more efficient.

Dwarkesh Patel

What is the timeline on this? Presumably, the idea of this is, first, to inform the development of AI. You want to be able to figure out how we get AIs to want to care about what other people think of their internal thought patterns.

But interpretability researchers are making progress on this question just by inspecting normal neural networks. There must be some feature. You can do interpretability on LLMs that exist. You can't do interpretability on a hypothetical model-based reinforcement algorithm like the brain that we will eventually converge to when we do AGI.

Fair. But what timelines on AI do you need for this research to be practical and relevant?

Adam Marblestone

I think it's fair to say it's not super practical and relevant if you're in an AI 2027 scenario. What science I'm doing now is not going to affect the science of 10 years from now, because what's going to affect the science of 10 years from now is the outcome of this AI 2027 scenario.

It probably doesn't matter that much if I have the connectome. Maybe it slightly tweaks certain things. But I think there's a lot of reason to think maybe we will get a lot out of this paradigm.

Then the real thing—the thing that is the single event that is transformative for the entire future, or singularity-type event—is still more than 5 years away, or something.

Dwarkesh Patel

Is that because we haven't captured omnidirectional inference? We haven't figured out the right ways to get a mind to pay attention to things in a way that makes sense?

I would take the entirety of your collective podcast with everyone as showing the distribution of these things. I don't know. What was Karpathy's timeline? What's Demis's timeline? Not everybody has a 3-year timeline. But there are different reasons, and I'm curious which ones are yours.

Adam Marblestone

What are mine? I don't know. I'm just watching your podcast. I'm trying to understand the distribution. I don't have a super-strong claim that LLMs can't do it.

Dwarkesh Patel

But is the crux the data efficiency, or...?

Adam Marblestone

I think part of it is just that it's weirdly different from all this brain stuff. Intuitively, it's just weirdly different from all this brain stuff, and I'm kind of waiting for the thing that starts to look more like brain stuff.

I think if AlphaZero, model-based RL, and all these other things that were being worked on 10 years ago had been giving us the GPT-5-type capabilities, then I would be like, “Oh, wow, we're both in the right paradigm and seeing the results a priori. So my prior and my data are agreeing.”

Now it's like, “I don't know what exactly my data is. It looks pretty good, but my prior is sort of weird, so I don't have a super-strong opinion on it.” I think there's a possibility that essentially all other scientific research that is being done is somehow obviated. But I don't put a huge amount of probability on that.

I think my timelines might be more in the 10-year-ish range.

Dwarkesh Patel

If that's the case, I think there is probably a difference between a world where we have connectomes on hard drives and we have an understanding of Steering Subsystem architecture, where we've compared even the most basic properties—what are the reward functions, cost function, architecture, and so on—of a mouse versus a shrew versus a small primate, et cetera.

Is this practical in 10 years? I think it has to be a really big push. How much funding? How does it compare to where we are now?

Adam Marblestone

It's low-billions-dollar-scale funding in a very concerted way, I would say.

Dwarkesh Patel

And how much is on it now?

Adam Marblestone

If I just talk about some of the specific things we have going on with connectomics, E11 Bio is our main thing on connectomics. They are trying to make the technology of connectomic brain mapping several orders of magnitude cheaper.

The Wellcome Trust put out a report a year or two ago that said to get one mouse brain—the first mouse brain connectome—would be a several-billion-dollar project. E11's technology, and the suite of efforts in the field, is trying to get a single mouse connectome down to the low tens of millions of dollars.

That's a mammal brain. A human brain is about 1,000 times bigger. If, with a mouse brain, you can get to $10 million, $20 million, or $30 million with technology, if you just naively scale that, a human brain is still billions of dollars just to do one human brain. Can you go beyond that? Can you get a human brain for less than a billion?

But I'm not sure you need every neuron in the human brain. We want to, for example, do an entire mouse brain and a human Steering Subsystem, and the entire brains of several different mammals with different social instincts.

With a bunch of technology push and a bunch of concerted effort, real significant progress, if it's focused effort, can be done on the hundreds-of-millions-to-low-billions scale.

Dwarkesh Patel

What is the definition of a connectome? Presumably, it's not a bottom-up biophysics model. Is it just that it can estimate the input-output of a brain? What is the level of abstraction?

Adam Marblestone

You can give different definitions, and one of the things that's cool is that the standard approach to connectomics uses the electron microscope and very, very thin slices of brain tissue. It's basically labeling. The cell membranes are going to show up and scatter electrons a lot, and everything else is going to scatter electrons less.

But you don't see a lot of details about the molecules—which types of synapses, or different synapses with different molecular combinations and properties.

E11 and some other research in the field have switched to an optical microscope paradigm. With optical microscopy, the photons don't damage the tissue, so you can wash it and look at fragile, gentle molecules.

With E11's approach, you can get a molecularly annotated connectome. That's not just who is connected to whom by some synapse, but what molecules are present at the synapse and what type of cell that is.

A molecularly annotated connectome is not exactly the same as having the synaptic weights. It's not exactly the same as being able to simulate the neurons and say what the functional consequence is of having these molecules and connections.

But you can also do some amount of activity mapping and try to correlate structure to function—train an ML model, basically, to predict the activity from the connectome.

Dwarkesh Patel

What are the lessons to be taken away from the Human Genome Project?

One way you could look at it is that it was a mistake, and you shouldn't have spent billions of dollars getting one genome mapped. Rather, you should have just invested in technologies that have now allowed us to map genomes for hundreds of dollars.

Adam Marblestone

George Church was my PhD advisor, and he's pointed out that it was $3 billion or something—roughly $1 per base pair—for the first genome.

Then the National Human Genome Research Institute basically structured the funding process right. They got a bunch of companies competing to lower the cost. The cost then dropped by roughly a million-fold in 10 years because they changed the paradigm from macroscopic chemical techniques to these individual DNA molecules, which would make a little cluster of DNA molecules on the microscope.

You would see just a few DNA molecules at a time on each pixel of the camera. It would give you, in parallel, a look at different fragments of DNA. So you parallelized the thing by millions-fold.

That’s what reduced the cost by millions-fold. By switching from electron microscopy to optical connectomics, potentially even future types of connectomics technology, we think there should be similar patterns. That’s why E11, the Focused Research Organization, started with technology development rather than starting with saying, “We’re going to do a human brain or something, and let’s just brute-force it.” We said, “Let’s get the cost down with new technology.”

But then it’s still a big thing. Even with new next-generation technology, you still need to spend hundreds of millions on data collection. Is this going to be funded with philanthropy, by governments, or by investors? This is very TBD and very much evolving in some sense as we speak.

I’m hearing some rumors going around of connectomics-related companies potentially forming. So far, E11 has been philanthropy. The National Science Foundation just put out this call for Tech Labs, which is somewhat FRO-inspired or related. You could have a tech lab for actually going and mapping the mouse brain with us, and that would be philanthropy plus government, still in a nonprofit, open-source framework.

But can companies accelerate that? Can you credibly link connectomics to AI in the context of a company and get investment for that? It’s possible. I mean, the cost of training these AIs is increasing so much. If you could tell some story of, not only are we going to figure out some safety thing, but, in fact, once we do that, we’ll also be able to tell you how AI works, that could be compelling.

Dwarkesh Patel

You should go to these AI labs and just be like, “Give me 1/100th of your projected budget in 2030.” I sort of tried a little bit 7 or 8 years ago, and there was not a lot of interest.

Adam Marblestone

Maybe now there would be.

Dwarkesh Patel

But all the things that we’ve been talking about, it’s really fun to talk about, but it’s ultimately speculation. What is the actual reason for the energy efficiency of the brain, for example? Is it doing real inference or amortized inference or something else?

Adam Marblestone

This is all answerable by neuroscience. It’s going to be hard, but it’s actually answerable. So if you can only do that for low billions of dollars or something to really comprehensively solve that, it seems to me that, in the grand scheme of trillions of dollars of GPUs and stuff, it actually makes sense to do that investment.

Also, there have been many labs launched in the last year where they’re raising at valuations of billions for things which are quite credible but are not like, “Our ARR next quarter is going to be whatever.” It’s like, “We’re going to discover materials,” and—

Dwarkesh Patel

Yes, moonshot startups or billionaire-backed startups. Moonshot startups I see as on a continuum with FROs. FROs are a way of channeling philanthropic support and ensuring that it’s open-source public benefit, various other things that may be properties of a given FRO.

Adam Marblestone

But yes, billionaire-backed startups, if they can target the right science—the exact right science. I think there are a lot of ways to do moonshot neuroscience companies that would never get you the connectome. It’s like, “Oh, we’re going to upload the brain” or something, but never actually get the mouse connectome or something. These fundamental things are what you need to ground-truth the science.

There are lots of ways to have a moonshot company go wrong and not do the actual science. But there also may be ways to have companies or big corporate labs get involved and actually do it correctly.

Dwarkesh Patel

This brings to mind an idea that you had in a lecture you gave 5 years ago. Do you want to explain behavior cloning?

Adam Marblestone

Actually, this is funny, because the first time I saw this idea, I think it might have been in a blog post by Gwern. There’s always a Gwern blog post. There are now academic research efforts and some amount of emerging company-type efforts to try to do this.

Let’s say I’m training an image classifier. I show it pictures of cats and dogs, and they have the label “cat” or “dog.” I have a neural network that’s supposed to predict the label “cat” or “dog.” That is a limited amount of information per label that you’re putting in. It’s just “cat” or “dog.”

What if I also had it predict, “What is my neural activity pattern when I see a cat or when I see a dog,” and all the other things? If you add that as an auxiliary loss function or an auxiliary prediction task, does that sculpt the network to know the information that humans know about cats and dogs and to represent it in a way that’s consistent with how the brain represents it and the kind of representational dimensions or geometry of how the brain represents things, as opposed to just having these labels?

Does that let it generalize better? Does that let it have richer labeling?

Dwarkesh Patel

Of course, that sounds really challenging. It’s very easy to generate lots and lots of labeled cat pictures. Scale AI or whatever can do this. It is harder to generate lots and lots of brain activity patterns that correspond to things that you want to train the AI to do.

But again, this is just a technological limitation of neuroscience. If every iPhone was also a brain scanner, you would not have this problem, and we would be training AI with the brain signals. It’s just the order in which technology has developed: we got GPUs before we got portable brain scanners.

What is the ML analog of what you’d be doing here? Because when you distill models, you’re still looking at the final layer of the log-probs across all—

Adam Marblestone

If you distill one model into another, that is a certain thing. You are just trying to copy one model into another. I think that we don’t really have a perfect proposal to distill the brain. To distill the brain, you need a much more complex brain interface.

Maybe you could also do that. You could make surrogate models. Andreas Tolias and people like that are doing some amount of neural network surrogate models of brain activity data. Instead of having your visual cortex do the computation, just have the surrogate model. So you’re distilling your visual cortex into a neural network to some degree. That’s a kind of distillation.

Dwarkesh Patel

This is doing something a little different. This is basically just saying, “I’m adding an auxiliary loss function.” I think of it as regularization, or I think of it as adding an auxiliary loss function that’s smoothing out the prediction task to also always be consistent with how the brain represents it. It might help you with things like adversarial examples, for example.

But what exactly are you predicting? You’re predicting the internal state of the brain?

Adam Marblestone

Yes. So in addition to predicting the label—a vector of labels like yes, cat; not dog; yes, not boat; a one-hot vector or whatever of “yes, it’s cat,” instead of these gazillion other categories, let’s say in this simple example—you’re also predicting a vector which is all these brain signal measurements.

Gwern, anyway, had this long-ago blog post of, “Oh, this is an intermediate thing. We talk about whole-brain emulation, we talk about AGI, we talk about brain-computer interfaces. We should also be talking about this brain-data-augmented thing that’s trained on all your behavior, but is also trained on predicting some of your neural patterns.”

Dwarkesh Patel

And you’re saying the Learning System is already doing this through the Steering System?

Adam Marblestone

Yeah, and our brain, our Learning System, also has to predict the Steering Subsystem as an auxiliary task. That helps the Steering Subsystem. Now, the Steering Subsystem can access that predictor and build a cool reward function using it.

5. What value will automating math have?

Dwarkesh Patel

Separately, you’re on the board of Lean, which is this formal math language that mathematicians use to prove theorems and so forth. Obviously, there’s a bunch of conversation right now about AI automating math. What’s your take?

Adam Marblestone

Well, I think that there are parts of math that seem pretty well on track to automate. First of all, Lean was developed for a number of years at Microsoft and other places. It has become one of Convergent Research’s Focused Research Organizations, to kind of drive more engineering and focus onto it.

Lean is this programming language where, instead of expressing your math proof on pen and paper, you express it in this programming language, Lean. At the end, if you do it that way, it is a verifiable language, so that you can click “verify,” and Lean will tell you whether the conclusions of your proof actually follow perfectly from the assumptions of your proof.

So it checks whether the proof is correct automatically. By itself, this is useful for mathematicians collaborating and stuff like that. If I’m some amateur mathematician and I want to add to a proof, Terry Tao is not going to just believe my result.

But if Lean says it's correct, it's just correct. So it makes collaboration easy, but it also makes the correctness of proofs an RL signal, very much as in RLVR. Formalized math proving—so “formal” means it's expressed in something like Lean and is verifiable—is now mechanically verifiable. That becomes a perfect RLVR task.

I think that is going to keep working. It seems like there is at least one billion-dollar valuation company, Harmonic, based on this. AlphaProof is based on this, along with a couple of other emerging, really interesting companies. I think this problem of RLVRing the crap out of math proving is going to work, and we will be able to have things that search for proofs and find them in the same way that we have AlphaGo, or whatever, that can search for ways of playing the game of Go. With that verifiable signal, it works.

So does this solve math? There is still the part that has to do with conjecturing new, interesting ideas. There is still the conceptual organization of math—what is interesting? How do you come up with new theorem statements in the first place? Or even the very high-level breakdown of what strategies you use to do proofs.

I think this will shift the burden so that humans don't have to do a lot of the mechanical parts of math: validating lemmas and proofs, checking if the statement in one paper is exactly the same as the statement in another paper, and stuff like that. That will just work. If you really think we're going to get all these things we've been talking about, real AGI would also be able to make conjectures.

Yoshua Bengio has a paper, more like a theoretical paper. There are probably a bunch of other papers emerging about this. Is there a loss function for good explanations or good conjectures? That's a pretty profound question.

A really interesting math proof or statement might be one that compresses lots of information and has lots of implications for lots of other theorems. Otherwise, you would have to prove those theorems using long, complex paths of inference. Here, if you have this theorem, the theorem is correct, and you have short paths of inference to all the other ones. It's a short, compact statement.

So it's like a powerful explanation that explains all the rest of math. Part of what math is doing is making these compact things that explain the other things. It's like the Kolmogorov complexity of this statement, or something—the complexity of generating all the other statements, given that you know this one. Or, if you add this, how does it affect the complexity of the rest of the network of proofs?

So can you make a loss function that adds, “Oh, I want this proof to be a really highly powerful proof”? I think some people are trying to work on that. So maybe you can automate the creativity part.

If you had true AGI, it would do everything a human can do. So it would also do the things that creative mathematicians do. But barring that, I think just RLVRing the crap out of proofs is going to be a really useful tool for mathematicians. It's going to accelerate math a lot and change it a lot, but not necessarily immediately change everything about it.

Will we get a mechanical proof of the Riemann hypothesis or something like that? Maybe. I don't know. I don't know enough details about how hard these things are to search for, and I'm not sure anyone can fully predict that, just as we couldn't exactly predict when Go would be solved or something like that.

I think it's going to have lots of really cool applied applications. One of the things you want to do is have provably stable, secure, unhackable software. So you can write math proofs about software and say, “This code not only passes these unit tests, but I can mathematically prove that there's no way to hack it in these ways, or no way to mess with the memory,” or the types of things that hackers use. You can prove that it has these properties.

You can use the same Lean and the same proof to do formally verified software. I think that's going to be a really powerful piece of cybersecurity that's relevant for all sorts of other AI-hacking-the-world stuff. And if you can prove the Riemann hypothesis, you're also going to be able to prove insanely complex things about very complex software. Then you'll be able to ask the LLM, “Synthesize software that I can prove is correct.”

Dwarkesh Patel

Why hasn't a provable programming language taken off as a result of LLMs?

Adam Marblestone

I think it's starting to. One challenge—we are actually incubating a potential Focused Research Organization on this—is the specification problem.

Mathematicians know what interesting theorems they want to formalize. Let's say I have some code that is involved in running the power grid or something, and it has some security properties. What is the formal spec of those properties? The power-grid engineers just made this thing, but they don't necessarily know how to lift the formal spec from it. And it's not necessarily easy to come up with the spec that you want for your code.

People aren't used to coming up with formal specs, and there aren't a lot of tools for it. So you also have this user-interface-plus-AI problem: What security specs should I be specifying? Is this the spec that I want?

So there's a spec problem, and it's just been really complex and hard. But it's only in the last very short time that LLMs have been able to generate verifiable proofs of things that are useful to mathematicians, and are starting to be able to do some amount of that for software verification and hardware verification.

But I think if you project the trends over the next couple of years, it's possible that it just flips the tide. Formal methods—this whole field of formal methods, or formal verification and provable software—is this weird, almost backwater part of the more theoretical side of programming languages and stuff. It's often very academically flavored, although there was this DARPA program that made a provably secure quadcopter helicopter and stuff like that.

Dwarkesh Patel

Secure against… What is the property that is actually proved? Not for that particular project, but just in general. Because obviously, things malfunction for all kinds of reasons.

Adam Marblestone

You could say that what's going on in this part of the memory over here, which is supposed to be the part the user can access, can't in any way affect what's going on in the memory over here, or something like that. Things like that.

Dwarkesh Patel

So there's 2 questions. One is, how useful is this? Two is, how satisfying, as a mathematician, would it be? The fact that there's this application toward proving that software has certain properties, or hardware has certain properties—if that works, that would obviously be very useful.

But from a pure… Are we going to figure out mathematics? Is your sense that there's something about finding that one construction cross-maps to another construction in a different domain, or finding that, “Oh, this lemma, if you redefine this term, still satisfies what I meant by this term, but a counterexample that previously knocked it down no longer applies”? That kind of dialectical thing that happens in mathematics—will the software replace that?

Adam Marblestone

Yeah. How much of the value of this sort of pure mathematics just comes from coming up with entirely new ways of thinking about a problem, mapping it to a totally different representation? Do we have examples? I don't know.

I think of it maybe a little bit like when everybody had to write assembly code or something like that. The amount of fun, cool startups that got created was just a lot less. Fewer people could do it; progress was more grinding, slow, lonely, and so on. You had more false failures because you didn't get something about the assembly code, rather than the essential thing of whether your concept was right. It was harder to collaborate and stuff like that.

So I think it will be really good. There is some worry that by not learning to do the mechanical parts of the proofs, you fail to generate the intuitions that inform the more conceptual, creative part.

Dwarkesh Patel

It's the same with assembly. Right. So at what point does that apply? With vibe coding, are people not learning computer science, or are they vibe coding while also simultaneously looking at the LLM explaining these abstract computer-science concepts to them, and it's all just happening faster? Their feedback loop is faster, and they're learning way more abstract computer science and algorithmic stuff because they're vibe coding?

Adam Marblestone

I don't know; it's not obvious. That might be something about the user interface and the human infrastructure around it. But I guess there's some worry that people don't learn the mechanics and therefore don't build the grounded intuitions or something. My hunch is that it's super positive.

Dwarkesh Patel

Exactly. On net, how useful that will be, or how many overall math breakthroughs—or even math breakthroughs that we care about—will happen, I don't know. One other thing that I think is cool is the accessibility question. Okay, that sounds a little bit corny: more people can do math, but who cares? But I think there are lots of people who could have interesting ideas, like maybe the quantum theory of gravity or something.

One of us will come up with the quantum theory of gravity instead of a card-carrying physicist. In the same way that Steve Byrnes is reading the neuroscience literature and he hasn't been in the neuroscience lab that much, but he's able to synthesize across the neuroscience literature and be like, "Oh, Learning Subsystem, Steering Subsystem. Does this all make sense?" He's an outsider neuroscientist in some ways. Can you have outsider string theorists or something, because the math is just done for them by the computer? Does that lead to more innovation in string theory?

Adam Marblestone

Maybe, yes. Interesting.

Dwarkesh Patel

Okay, so if this approach works and you're right that LLMs are not the final paradigm, and suppose it takes at least 10 years to get the final paradigm in that world, there's this fun sci-fi premise where you have—Terence Tao had a tweet today where he's like, "These models are like automated cleverness but not automated intelligence." You can quibble with the definitions there.

But if you have automated cleverness and you have some way of filtering—which, if you can formalize and prove things that the LLMs are saying, you could do—then you could have this situation where quantity has a quality all of its own. What are the domains of the world that could be put in this provable symbolic representation?

In the world where AGI is super far away, maybe it makes sense to literally turn everything the LLMs ever do, or almost everything they do, into super-provable statements. LLMs can actually build on top of each other because everything they do is super-provable. Maybe this is just necessary because you have billions of intelligences running around. Even if they are superintelligent, the only way the future AGI civilization can collaborate with each other is if they can prove each step.

They're just brute-force churning out—this is what the Jupiter brains are doing. It's a universal language; it's provable. It's also provable from the perspective of, "Are you trying to exploit me, or are you sending me some message that's trying to hack into my brain effectively? Are you trying to socially influence me? Are you actually just sending me the information that I need, and no more, for this?"

So davidad, who's this program director at ARIA now in the UK, has this whole design of an ARPA-style program, a sort of safeguarded AI that very heavily leverages provable safety properties. Can you apply proofs to—can you have a world model, but that world model is actually not specified just in neuron activations, but it's specified in equations? Those might be very complex equations, but if you can just get insanely good at auto-proving these things with cleverness—auto-cleverness—can you have explicitly interpretable world models as opposed to neural net world models and move back, basically, to symbolic methods just because you can have an insane amount of ability to prove things?

Adam Marblestone

Yeah, I mean, that's an interesting vision. I don't know in the next 10 years whether that will be the vision that plays out, but I think it's really interesting to think about. Even for math, I mean, Terence Tao is doing some amount of stuff where it's not about whether you can prove the individual theorems. It's like, let's prove all the theorems en masse, and then let's study the properties of the aggregate set of proved theorems.

Which are the ones that got proved, and which are the ones that didn't? Okay, well, that's the landscape of all the theorems instead of one theorem at a time.

6. Architecture of the brain

Dwarkesh Patel

Speaking of symbolic representations, one question I was meaning to ask you is: How does the brain represent the world model? Obviously, it nets out in neurons, but I don't mean extremely functionally. I mean conceptually: Is it in something that's analogous to the hidden state of a neural network, or is it something that's closer to a symbolic language?

Adam Marblestone

We don't know. There's some amount of study of this. There are things like face-patch neurons that represent certain parts of the face that geometrically combine in interesting ways. That's with geometry and vision. Is that true for other, more abstract things?

There's this idea of cognitive maps. A lot of the stuff that a rodent hippocampus has to learn is place cells: Where is the rodent going to go next, and is it going to get a reward there? It's very geometric. Do we organize concepts with an abstract version of a spatial map?

There are questions about whether we can do true symbolic operations. Can I have a register in my brain that copies a variable to another register regardless of what the content of that variable is? That's this variable-binding problem. Basically, I don't know if we have that machinery, or if it's more like cost functions and architectures that make some of that approximately emerge. But maybe it would also emerge in a neural net.

There's a bunch of interesting neuroscience research trying to study what the representations look like. But what's your hunch?

Dwarkesh Patel

My hunch is that it's going to be a huge mess, and we should look at the architecture, the loss functions, and the learning rules. I don't expect it to be pretty in there.

Adam Marblestone

Which is that it's not a symbolic-language-type thing?

Dwarkesh Patel

Yeah, probably it's not that symbolic. But other people think very differently.

Another random question, speaking of binding: What is up with feeling like there's an experience? All the parts of your brain that are modeling very different things have different drives, and at least presumably feel like there's an experience happening right now. Also, across time, you feel like—

Adam Marblestone

Yeah, I'm pretty much at a loss on this one. I don't know. Max Hodak has been giving talks about this recently. He's another really hardcore neuroscience and neurotechnology person. The thing I mentioned with Doris Tsao maybe also sounds like it might touch on this question. But yeah, I don't think anybody has any idea. It might even involve new physics.

Dwarkesh Patel

Here's another question that might not have an answer yet. Continual learning: Is that the product of something extremely fundamental at the level of even the learning algorithm? You could say, "Look, at least the way we do backprop in neural networks is that you freeze the weights. There's a training period, and you freeze the weights. So you just need this active inference or some other learning rule in order to do continual learning."

Or do you think it's more a matter of architecture, how memory is exactly stored, and what kind of associative memory you have, basically?

Adam Marblestone

Continual learning—I don't know. At the architectural level, there's probably some interesting stuff that the hippocampus is doing. People have long thought this. What kinds of sequences is it storing? How is it organizing and representing that? How is it replaying it back? What is it replaying back? How exactly does that memory consolidation work? Is it training the cortex using replays or memories from the hippocampus or something like that?

There's probably some of that stuff. There might be multiple timescales of plasticity or clever learning rules that can simultaneously be storing short-term information and also doing backprop with it. Neurons may be doing a couple of things: some fast-weight plasticity and some slower plasticity at the same time, or synapses that have many states.

I mean, I don't know. From a neuroscience perspective, I'm not sure that I've seen something that's super clear on what causes continual learning, except maybe to say that this systems-consolidation idea of the hippocampus consolidating the cortex—some people think it is a big piece of this, and we still don't fully understand the details.

Dwarkesh Patel

Speaking of fast weights, is there something in the brain that's the equivalent of this distinction between parameters and activations that we see in neural networks? Specifically, in transformers, we have this idea that some of the activations are the key and value vectors of previous tokens that you build up over time.

There’s the so-called fast weights: whenever you have a new token, you query it against these activations, but you also obviously can’t query it against all the other parameters in the network, which are part of the actual built-in weights. Is there some such distinction that’s analogous?

Adam Marblestone

I don’t know. I mean, we definitely have weights and activations. Whether you can use the activations in these clever ways—different forms of actual attention, like attention in the brain—is another question.

Dwarkesh Patel

Is that based on, “I’m trying to pay attention”?

Adam Marblestone

I think there are probably several different kinds of actual attention in the brain. I want to pay attention to this area of visual cortex. I want to pay attention to the content in other areas that is triggered by the content in this area. There’s attention that’s just based on reflexes and stuff like that.

So I don’t know. There’s not just the cortex; there’s also the thalamus. The thalamus is also involved in somehow relaying or gating information. There are corticocortical connections. There’s also some amount of connection between cortical areas that goes through the thalamus.

Dwarkesh Patel

Is it possible that this is doing some sort of matching or constraint satisfaction—matching across keys over here and values over there? Is it possible that it can do stuff like that?

Adam Marblestone

Maybe. I don’t know. This is all part of the architecture of this corticothalamic system. I don’t know how transformer-like it is, or if there’s anything analogous to that attention. It’d be interesting to find out.

Dwarkesh Patel

We’ve got to give you $1 billion so you can come on the podcast again and tell me how exactly the brain works.

Adam Marblestone

Mostly, I just do data collection. It’s really unbiased data collection so all the other people can figure out these questions.

Dwarkesh Patel

Maybe the final question to go off on is: What was the most interesting thing you learned from the Gap Map? Maybe you want to explain what the Gap Map is.

Adam Marblestone

In the process of incubating and coming up with these Focused Research Organizations—these nonprofit, startup-like moonshots that we’ve been getting philanthropists and now government agencies to fund—we talked to a lot of scientists.

Some of the scientists were just like, “Here’s the next thing my graduate student will do. Here’s what I find interesting: exploring these really interesting hypothesis spaces, all the types of things we’ve been talking about.” Some of them were like, “Here’s this gap. I need this piece of infrastructure. There’s no combination of graduate students in my lab, or me loosely collaborating with other labs with traditional grants, that could ever get me that.”

“I need to have an organized engineering team that builds the miniature equivalent of the Hubble Space Telescope. If I can build that Hubble Space Telescope, then I will unblock all the other researchers in my field, or some path of technological progress, in the way that the Hubble Space Telescope lifted the boats and improved the life of every astronomer.”

But it wasn’t really an astronomy discovery in itself. It was just that you had to put this giant mirror in space with a CCD camera and organize all the people and engineering and stuff to do that.

So some of the things we talked to scientists about looked like that. The Gap Map is just a list of a lot of those things, and we call it a Gap Map. I think it’s actually more like a fundamental capabilities map. What are all these things, like miniature Hubble Space Telescopes?

Then we organized that into gaps to help people understand or search that.

Dwarkesh Patel

What was the most surprising thing you found?

Adam Marblestone

I think I’ve talked about this before, but one thing is just the overall size or shape of it, or something like that. It’s a few hundred fundamental capabilities. So if each of these were a deep-tech-startup-sized project, that’s only a few billion dollars or something. If each one of those were a Series A, that’s only—it’s not like $1 trillion to solve these gaps. It’s lower than that.

So that’s one thing. Maybe we assumed that, and that’s what we got. It’s not really comprehensive; it’s really just a way of summarizing a lot of conversations we’ve had with scientists.

I do think that in the aggregate process, things like Lean are actually surprising, because I did start from neuroscience and biology, and it was very obvious that there are these “-omics.” We need genomics, but we also need connectomics. We can engineer E. coli, but we also need to engineer the other cells. There are somewhat obvious parts of biological infrastructure.

I did not realize that math-proving infrastructure was a thing, and that was emergent from trying to do this. So I’m looking forward to seeing other things where it’s not actually this hard intellectual problem to solve. It’s maybe slightly the equivalent of AI researchers just needing GPUs or something like that, along with focus and really good PyTorch code, to start doing this.

Dwarkesh Patel

Which are the fields that do or don’t need that? Fields that have had gazillions of dollars of investment—do they still need some of those? Do they still have some of those gaps, or is it only more neglected fields?

Adam Marblestone

We’re even finding some interesting ones in actual astronomy—actual telescopes that have not been explored. Maybe because once you’re above a critical-mass-sized project, then you have to have a really big project, and that’s a more bureaucratic process with the federal agencies.

Dwarkesh Patel

I guess you just need scale in every single domain of science these days.

Adam Marblestone

Yeah, I think you need scale in many of the domains of science. That does not mean that low-scale work is not important. It does not mean that creativity, serendipity, and so on—and each student pursuing a totally different direction or thesis that you see in universities—is not also really key.

But I think some amount of scalable infrastructure is missing in essentially every area of science, even math, which is crazy. Because mathematicians—I thought they just needed whiteboards, but they actually need Lean. They actually need verifiable programming languages and stuff. I didn’t know that.

Dwarkesh Patel

Cool. Adam, this is super fun. Thanks for coming on.

Adam Marblestone

Thank you so much. My pleasure.

Dwarkesh Patel

Where can people find your stuff?

Adam Marblestone

Pleasure. The easiest way now—my adammarblestone.org website is currently down, I guess. But convergentresearch.org can link to a lot of the stuff we’ve been doing.

Dwarkesh Patel

And then you have a great blog, Longitudinal Science.

Adam Marblestone

Longitudinal Science, yes, on WordPress.

Dwarkesh Patel

Cool. Thank you so much.

Adam Marblestone

Pleasure.