Brett Adcock:人形机器人运行于神经网络、自治制造与50万亿美元市场 #229
Adcock 的核心判断是,打开约50万亿美元劳动力市场的关键在于通用自治,而不是制造规模。 他表示,Figure 可以融资并制造10万台机器人,但如果这些机器人仍需要远程操控或回放固定动作,规模就没有意义;“如果解决不了这一点,其他都无关紧要。”反过来,他认为,真正通用的人形机器人一旦出现,市场可能立即需要10亿台。
Helix 2 是 Figure 所称的架构跃迁:剩余的109,000行 C++ 代码被移除,形成覆盖40多个自由度的端到端神经网络栈。 学习型 System Zero 控制器负责全身运动,System 1 则整合摄像头、指尖触觉和掌部摄像头;机载推理每秒数百次驱动电机扭矩。由此实现的室内厨房级行为——包括使用髋部和脚——Adcock 说“靠代码永远做不到”(You could never code)。
Figure 的潜在护城河通过车队数据复利,而不是依赖特定任务的软件库。 同一个神经网络可以处理物流、洗碗等工作;Adcock 表示,随着多样化数据加入,模型会产生正向迁移:“一旦一台机器人学会某项任务,整个车队的机器人都会知道怎么做。”Figure 围绕预训练数据设计 Helix 2,围绕 Helix 2 设计 Figure 03,并正在让3,000块 B200 上线进行预训练。
最有力的运营证据是,多台机器人连续处理包裹67小时,仅出现1次错误。 据称,机器人以人类速度工作,找到并摆正条形码,甚至会把包裹拍平以便扫描;一次为期6个月的 BMW 部署也在每个工作日运行。不过,Adcock 真正的基准是让机器人在陌生地点自主工作数天,而不是空手道、后空翻或“田纳西州有人在驾驶它”的视频。
制造扩张正在同步推进,Figure 计划在2026年让机器人进入自己的生产线。 当前工厂可支持4条产线,每条约12,000台,年产略低于50,000台;近期目标是每30分钟生产1台机器人。长期来看,Adcock 讨论了售价10,000至20,000美元的机器人,并希望24个月内实现“所有机器人制造所有机器人”,但即便按每台20,000美元计算,10亿台机器人仍需要20万亿美元营运资本。
家庭机器人路线图激进,但明确分阶段推进,并非承诺立即进入大众市场。 Adcock 预计,到2026年底,Figure 可能把机器人放进一个从未见过的家庭,执行较长周期的工作,按小时、天或周衡量人工干预次数,并在次年开始有限用户部署;“我不想交付垃圾。”他还表示,Figure 目前尚未准备好让机器人在自己的孩子身边完全自治地活动,或抱起新生儿;这一私人标准将成为产品成熟度测试。
Adcock 预计全球最终只会剩下“远少于10家”人形机器人赢家,并认为中国整体是 Figure 当前唯一真正严肃的竞争威胁。 不过他也认为,闭环自治在全球都仍然稀缺,所有大型科技公司最终都会入场,因为“你别无选择”。Figure 打算让模型与自研的垂直整合硬件绑定,出于安全原因拒绝授权,并将安全部署称为“我们对人类文明负有的受托责任”。
1. Figure 在18个月内从可运行原型走向机器人遍布的园区
Diamandis 和 Blundin 参观了约300,000平方英尺的厂区,另有400,000平方英尺正在开发;他们估计现场至少有100台完整的 Figure 03,以及更多手部、头部和半成品组件。Diamandis 透露,他的风险基金参与了 Figure 早期两轮融资。
Figure 01 刻意追求简陋:这是一台约130至140磅、采用 CNC 铝材制造的机器,目标是在不到1年内造出一台能行走的机器人。Adcock 当时的优先事项是“解锁 AI 和控制团队”,掌握执行器、电池、布线、结构与传感器,并为第一套双臂神经策略提供硬件。
Figure 02 将布线内置,增加摄像头和算力,电池容量约提升至2倍;Figure 03 随后将重量降至约135磅,同时保留速度和扭矩,承载能力约20公斤。它增加了软质外覆、指尖触觉、掌部摄像头和被动脚趾,并减少了夹点。
2. Keurig 任务终结了代码机器人路线
决定性实验不是后空翻,而是让 Figure 01 制作咖啡。一个双臂神经网络拿起 K-Cup,打开咖啡机,放入咖啡胶囊并运行持续数分钟的完整流程;这是 Figure 第一次看到神经控制跨越一项有实际意义的人形机器人任务。
这一演示同时回答了早期的两个问题:Figure 能否造出有能力且价格可控的电动人形机器人,以及能否避免“靠写代码解决问题”。Adcock 两年前的结论非常明确:“我们必须全面押注神经网络。整个栈都需要是神经网络。”
Figure 此前维护着数十万行手写 C++ 代码:测试成本高、难以稳定部署,也无法表达所有充满接触的行为。Helix 1 移除了其中大部分,但保留了一个编码实现的下肢控制器;Helix 2 则移除了最后的109,000行代码。
Blundin 的区分在于,学习型行为既会产生有用的意外,也会产生错误。厨房里的机器人用髋部关闭某个装置,又用脚抬起洗碗机门,这些动作都不是团队预先编写的;Adcock 的结论是:“这靠代码永远做不到。”
3. Helix 2 打通从感知到电机扭矩的闭环
Helix 2 的 System Zero,即 S0,是一个通过强化学习训练的全身控制器。Adcock 承认,其他地方也存在学习型运动控制,包括经过编排的武术动作,但他此前没见过有人把学习型感知与操控整合进一个完整运动中的人形机器人。
配套的 System 1 整合了头部和后方摄像头、朝下观察的躯干摄像头、指尖触觉信号以及 Figure 03 的掌部摄像头。当头部摄像头被遮挡时,这些额外视角非常关键,例如手伸入柜子或从药片盒中取药时。
推理完全在机载运行,将传感器观测转化为电机扭矩,并每秒数百次更新控制。机器人可以协调眼睛、手、脚、腿、骨盆和躯干,不必等待远程服务器;即使仍在抓取物体,也能从错误中恢复并重新规划。
这次架构重构耗时近1年。Figure 从强项仍局限于固定桌面的操控,走向房间尺度的自治:在厨房中行走、打开储物空间、挑选物品并将其放回。Adcock 下一步的空间尺度目标,是从“完成整个房间”走向完成整栋房子。
4. Figure 03 是为 Helix 打造的身体
Adcock 描述了一套反转的设计层级:Figure 03 为 Helix 打造,Helix 2 为预训练数据打造,传感器、操作系统、中间件、固件、散热和嵌入式算力都据此选择。“我们如何为 Helix 提供一个身体?”成为硬件项目的核心问题。
超过40个自由度解释了为什么通用硬件和文本模型都不够用。电机可旋转360度,Adcock 将姿态空间描述为360的40次方——“人形机器人的状态数量,比宇宙中的原子还多。”
据称,Figure 03 的执行器仍保留当前演示速度的3至5倍余量,但 Adcock 不接受速度越快就越好的假设。更多手臂、极限奔跑或最高执行器速度会增加成本、重量和危险,却未必提升输送线吞吐量;Blundin 指出,盘子达到5倍速度后就会变得危险。
5. 语言提供语义,但具身智能需要自己的物理学
Adcock 纠正了“Figure 只是离开 OpenAI”的简化叙事。OpenAI 和 Microsoft 共同牵头参与了 Figure 的 Series B,双方也探索过下一代人形机器人模型,但 Adcock 表示,Figure 的内部团队在大约1年时间里“全面领先于他们”,最终没有理由让外部团队训练其嵌入式模型工作。
语言模型和视觉语言模型仍然重要:它们的权重编码了物体、语义和常识关系,帮助机器人理解某件东西是水瓶,或解释一项口头请求。Adcock 称,这种落地能力在 Helix 内部“极其关键”,而不是完全否定 LLM。
Blundin 提出的问题是,LLM 似乎知道如何踢足球或抓住瓶子,却可能缺乏物理能力。Adcock 表示认同:LLM 不知道所需的肘部角度、指尖压力、骨盆运动或接触动力学。“这不是 LLM。LLM 根本不知道这些。”
Adcock 新成立的 Hark 实验室进行的一次零样本实验,让这种差距变得具体。一个多模态模型接收数字摇杆,并被要求找到出口离开大楼;它选择了大致正确的方向,却把机器人直接走进了一面透明玻璃墙。
6. 车队数据是会复利的护城河
Figure 围绕获取高质量、多样化的预训练和后训练数据、训练通用模型并将新权重部署到车队,组织了整个技术栈。Adcock 当前的判断是,把已知能力扩展到叠毛巾、洗碗等任务,主要是数据问题——数据难度很高,但未必需要重新设计机器人。
Figure 没有独立的洗碗网络、物流网络,也没有可下载的动作库。公司称,任务组合会产生正向迁移:即使新增经验来自另一个细分领域,也能改善泛化;这呼应了 Blundin 的类比:学钢琴可能会让一个人“成为稍微更好的足球运动员”。
经济上的不对称来自车队级学习。人的技能会消失,或者必须逐人传授;而在 Figure,“一旦一台机器人学会某项任务,整个车队的机器人都会知道怎么做”。这套累积数据集既是 Figure 的核心资产,也是 Adcock 预计最终只剩少数规模化供应商的原因。
7. 大多数人形机器人表演都通不过 Adcock 的自治测试
Adcock 对行业最尖锐的批评,针对的是被包装成自治的远程操控。他把这种做法比作销售一辆所谓自动驾驶汽车,但“田纳西州有人在驾驶它”,认为即使硬件很弱,只要隐藏的人类替机器人做出每一个决定,也能拍出有说服力的视频。
在他的评价体系中,开环武术和后空翻也只高出一档。人类可以穿着动作捕捉服完成动作,之后由一个小型强化学习策略盲目回放;Adcock 说,这类模型可能只有约100万参数,用开源代码和一块桌面 GPU 就能训练。
Diamandis 反驳称,无论控制方式如何,功夫视频依然令人着迷且令人害怕。Adcock 的回答是技术性的,而非审美性的:回放无法感知扰动,也无法对场景进行推理;有用的机器人需要以约200赫兹对周围变化作出闭环响应,按他的粗略比较,这“难10万倍”。
他认可的最低证据标准,是没有远程操作员参与的、未经剪辑的神经控制;他称几乎没有其他人形机器人视频能超过连续1分钟。终极基准则更难:把机器人放进一个从未见过的 Airbnb,让它连续数天完成有用工作。“我们离那还非常远。”
8. 包裹处理提供了节目中最硬的可靠性证据
物流策略完全通过神经网络运行,能以 Adcock 所称的人类速度处理包裹。机器人会分开包裹、找到每个条形码、旋转并摆放包裹,有时还会将包裹拍平,以便输送线下方的扫描器读取。
Figure 最新一次披露的运行结果是“67小时内出现1次错误”,涉及多台机器人。Blundin 强调,系统每1至2秒就执行一次操作,因此这次运行比短暂而精致的演示更有信息量;不过节目没有定义错误内容,也没有披露操作总数。
Figure 02 在 BMW 为期6个月的部署提供了另一种测试:机器人每个工作日运行,证明系统具备商业化运行能力。Adcock 坦诚回顾称,“我们做对了80%的事情,20%……做错了”;当时的工作架构过于粗暴,无法复制到10万台机器人上,因此促成了 Helix 2 的重设计。
9. 大规模部署前必须先解决泛化
Adcock 拒绝把制造产量当作当前的首要评分标准:“今天真正令人印象深刻的不是制造。”在他看来,通用机器人可能只需要100台就能证明问题已经解决;如果生产10万台仍需要操作员或回放固定轨迹,只是在放大一个尚未完成的产品。
真正有区分度的演示,应该是让10台机器人进入陌生地点并完成有用工作,而不是让一支庞大车队在同一个受控设施内运行。因此,长时程泛化必须先于规模得到解决,产量才具有完整的经济价值——“如果解决不了这一点,其他都无关紧要。”
但制造仍需同步推进,因为高节拍装配与机器人设计都依赖反复学习。Figure 因此一边建设生产能力,一边沿着 Adcock 所说的“关卡 Boss”推进:短时神经任务、房间级工作、陌生环境、多日可靠性,最终实现广义通用能力。
10. 行业整合后只会剩下少数全球赢家
Diamandis 将今天的行业与早期汽车和轮胎制造业相提并论:一份被引用的报告称,中国有超过150家机器人公司,美国则可能有约10家严肃玩家。被问及最终格局时,Adcock 回答说,全球人形机器人集团将“远远少于10家”。
Adcock 赞赏中国的人才、创业强度和硬件产出,但表示 Figure 几乎没见过中国系统具备闭环 AI 控制。被问到谁真正威胁 Figure 时,他回答“当然是中国”整体,并称目前没有看到其他同等水平的竞争威胁。
这一竞争判断并没有演变成民族主义论点。Adcock 否定媒体关于美中必然对抗的叙事,称他访问中国时感受到的是合作氛围,像是“全都是人类队”和“人类文明队”;与此同时,Figure 正在把大部分直接供应链迁往其他地区。
在 Adcock 看来,所有大型科技公司最终都会入场,因为人类劳动力占 GDP 略低于一半,而节目主持人将机会规模概括为50万亿美元。问题在于执行:Adcock 认为人形机器人接近火箭级难度,甚至比他在 Archer 制造的电动飞机更难。
11. 垂直整合是能力架构,而不只是成本控制
Figure 早期曾尝试采购电机、手部和其他系统,最终认为供应商技术成熟度过低。无论通信、电力、感知、散热、固件还是可靠性,只要供应商出现问题,机器人制造商就只能等待“否则你就死了”;因此 Figure 现在自行设计核心组件并完成最终组装。
由此带来的不仅是能力迭代,也包括成本压缩。Blundin 称,从 Figure 02 到 Figure 03,制造成本下降约90%;在后续交流中,Adcock 表示 Figure 01 到 Figure 03 的降幅“差不多”与这一比较相同,并提到机器零件和工装,但没有单独给出 Figure 01 到 Figure 02 的精确降幅。
现成机器人缺少必要的传感器、散热空间、电力和机载算力。Adcock 描述称,团队不得不用巨型背包、独立电池、外接电线和超频处理器进行补偿;这适合爱好者演示,但就像买来一枚火箭,再把第二级捆在侧面。
尽管采取了这种整合方式,Adcock 仍预计到夏季 Figure 的供应链将“几乎没有”留在中国。他将其描述为运营层面的迁移,而不是对地缘政治敌意的背书。
12. Figure 在自治尚未完成前就开始工业化生产
在被不同文字稿分别称为“Baku”和“Bacu”、参观时确认名为 BotQ 的生产基地,Figure 正试图达到每30分钟生产1台机器人的近期节奏。Adcock 承诺,Figure 将在2026年把机器人放上这些装配线,随后通过更多人形机器人和传统高产能自动化逐步替代人工。
当前工厂可容纳4条产线,每条年产能约12,000台,满负荷时总产量略低于50,000台。Figure 目前正在生产数千台,之后计划推进到数万台、数十万台,再到百万台。
Adcock 预计,当前厂址在5至10年内会显得产量很低。Figure 已经在为未来可年产数百万台的工厂“调集资源”,但他的顺序仍然明确:逐级掌握每个制造规模,而不是假设今天的原型产线可以直接跳到全球需求。
13. 早期客户是租赁劳动力的实验室
Figure 在上一年年底退役了 Figure 02,并计划在2026年将 Figure 03 部署到多个已签约的工业和商业客户。Adcock 表示,公司已经明确目标地区、任务和时间表;与50至100家客户的讨论,也已为未来2至3年积累了足够需求。
公司偏好的商业模式是租赁——Adcock 有意提出的挑衅性表述是:“人类是被租赁的,所以我们租赁人形机器人。”不过他仍对销售持开放态度,因为更大的目标是分发:让足够多的机器人进入日常工作,以改进产品和运营能力。
新开放的测试设施 The Grid 最终将部署约250至300台机器人,全天候运行于模型住宅和商业环境。二层任务控制室会接收每台机器人的视频和遥测数据,让团队通过机器人自身的传感器同时观察车队和周围环境。
真实部署会暴露演示中被省略的问题:车队运营、安全、维护、维修和设施整合。BMW 教会 Figure 这些能力;The Grid 则旨在让公司在数千名客户依赖全天候服务之前,加速完成这套学习。
14. 机载推理降低连接和电池的约束
Blundin 将普通训练 GPU 与专用推理硬件作对比,推测后者既不是 H100,也不是 GB300,成本可能低10至100倍、速度更快。Adcock 确认了其中真正重要的部分——不论具体数字估计如何,快速策略推理都能在机载运行,而不会耗尽机器人的全部电力预算。
Figure 03 配备 Wi-Fi、通过 eSIM 接入的5G和 Bluetooth;用户甚至可以给机器人发短信。持续连接有利于车队功能,但自治不能依赖网络:延迟或网络中断不应让机器在进行实体工作时直接瘫痪。
一次完整充电可支持约4至5小时运行,电池组容量约2千瓦时。通过脚部进行的感应充电功率接近2千瓦,约1小时即可完成充电;薄型充电垫可以放在输送线旁或厨房里,让机器人随时补电,而不必依赖全天候电池。
15. Hark 将 Adcock 的“合成人类”论点延伸至数字工作
被问及 AGI 是否需要具身化时,Adcock 没有给出简单的是或否。他的定义覆盖两个领域:智能系统应当能够推理、记忆、沟通,并“以数字和物理两种方式接触世界”,而不是每次对话都从一个“高级 Google 搜索引擎”开始。
他最近创办的 AI 实验室 Hark 正在推进数字工作的一半。在一个例子中,用户只输入一条提示,要求为他的儿子设计一辆 CAD 怪兽卡车;模型自行找到并安装 CAD 软件,学习相关参数,并在不到1小时内完成一套全新设计,同时像人类一样操作工具。
Adcock 认为,前沿实验室正在追逐过于抽象的推理能力,彼此模仿,却没有构建具备持久记忆的多模态智能体。主持人称为 Claude Bot、后来称为 Malt Bot 的系统展示了产品端的能力缺口:围绕 Opus 等模型加入简单的 Markdown 指令、工具、MCP 和 API,就已经可以做出“神奇的事情”。
Figure 的实体训练投入也在增加:3,000块 B200 正在上线进行预训练,未来还计划扩大配置。在 Hark 和 Figure 两条业务线上,Adcock 预测未来12至18个月可能带来“我们见过的最大规模 AI 转型”。
16. 家庭机器人被定义为持续存在的社交智能体
Figure 的终点是“穿着紧身衣的人类”:能理解语言、运用常识推理、记住上下文并完成日常工作。虽然语音、记忆、感知和物理能力可以被拆成不同组件,但 Adcock 认为它们最终会汇聚成一个预训练 omni 模型。
个性和情绪感知正在从装饰性功能变成产品要求。Adcock 希望机器人能注意到孩子放学回家时情绪低落,记住他们的经历,并具备足够的情商与他们交谈,而不是像一台等待下一条指令的家电。
老年照护对他而言是个人议题:他的父母在美国中西部经营老年住宅已经约15年。他希望人形机器人能帮助人们在家“原居养老”,将家务、观察和陪伴结合起来,而不是把所有照护需求都推向辅助生活机构。
这种广度支持了通用人形形态。人类会执行数十亿乃至数万亿种不同活动,一个共享模型可以跨任务学习;专门的清理管道、采矿或手术机器人仍可能存在,但 Adcock 预计,人形机器人会占据大多数任务,专业机器人则维持小众且昂贵的定位。
17. 外科灵巧性可能早于外科智能
Adcock 表示,他“相当有信心”到2026年底,Figure 的硬件可以完成外科医生执行的大多数物理动作。这一判断是有条件的,范围也明显窄于自治手术:取决于具体手术,远程操作员可能使用该系统进行真实手术,但医疗“头脑”仍需要高得多的性能。
这也是他在批评远程操作被包装成产品后,为远程操作辩护的地方。远程操作是优秀的硬件测试和数据来源:如果负载、运动范围或灵巧性阻止人类操作员完成某个动作,学习型策略也无法挽救;只要有足够数据,“如果能远程操作,就能学会”。
Figure 已经在增强类人感知。掌部摄像头改善盲区伸手,触觉传感器测量指尖接触,躯干摄像头观察被遮挡的脚部,后方摄像头扩大环境感知;Adcock 也愿意引入红外、紫外和其他模态,最终实现超越人类的感知能力。
18. 家庭部署由干预次数和新生儿级安全标准决定
Figure 已经可以完成部分洗碗、洗衣和厨房工作,但 Adcock 希望机器人能在一个从未见过的家庭中,连续数天或数周完成连贯行为。“我不想交付垃圾”是他对精确消费级发布日期要求的回答。
他最好的估计是,到2026年底,Figure 可以把机器人放进陌生家庭,执行较长周期的工作。届时关键指标将是人工干预次数:每小时1次、每天1次、每周1次,还是每月1次。如果这条曲线持续改善,次年就可能开始向用户家庭发货。
规模扩张会按阶梯推进:先是1个成功家庭,再到10个、100个、1,000个、10,000个、100,000个,最终达到1,000万。Adcock 承认竞争对手可能推进更快,甚至表示通用能力“可能几个月内就会发生”,但他仍认为分阶段部署和反馈循环不可避免。
当被问及何时会放心让 Figure 抱起自己的新生儿时,Adcock 回答:“现在还不行。”发布标准是机器人能在他自己的孩子身边自由、完全自治地运行,并具备冗余实时安全架构和积累的安全记录,而不是由工程师“照看它”的监督式访问。
19. 安全使 Figure 的模型与硬件不可分割
Adcock 将语义安全与内在安全分开。模型必须理解打翻蜡烛或沸水壶为什么危险,而机器本身即使软件或组件发生故障,也必须能够安全地运行在人、宠物和动物周围。
隐私和网络安全构成另一层要求,因为家庭机器人会持续感知私密空间。Figure 拥有一支覆盖产品、商业和企业系统的内部网络安全团队;Adcock 强调,公司必须披露收集了什么、数据流向哪里、如何加密,以及如何保护信息隐私。
Figure 还在为非易失性记忆开发芯片级的基础行为规则。Adcock 称,公司有一套自己的阿西莫夫定律变体,但拒绝披露具体内容;安全、隐私、可靠性、维护、车队运营和融资,都必须在大规模部署前被整合进产品。
Blundin 询问 Figure 是否可能向其他机器人制造商授权 Helix。Adcock 的回答是“不”:如果不拥有传感器、执行器和故障模式,Figure 就无法保证安全。“我们对人类文明负有受托责任,要大规模制造真正安全的人形机器人。”
20. 数百亿台机器人意味着一个与产品规模相当的融资市场
Adcock 预计,随着制造规模扩大,人形机器人的价格最终会降至10,000至20,000美元。Diamandis——而不是 Figure——将一台20,000美元的机器换算成每月约300美元、每天10美元或每小时约40美分的租赁价格,认为这一价格会让家庭需求远超每户1台机器人。
如果一切顺利,Adcock 认为未来可能实现每人1台人形机器人,再加上约50至70亿台、或许100亿台商业劳动力机器人,总量达到“数百亿台”。但按每台20,000美元计算,仅10亿台机器人就意味着20万亿美元营运资本;他将万亿美元级汽车租赁和信贷应收账款市场视为融资先例。
这一规模方程式有两个前提:能够泛化的神经模型,以及机器人制造机器人。Adcock 希望24个月内实现“所有机器人制造所有机器人”;与此同时,制造软件和生产线也在围绕让人形机器人组装后继产品、并最终把自己从产线中移除进行设计。
Diamandis 询问,个人未来会拥有能够赚钱的机器人,还是超大规模云服务商会攫取剩余价值。Adcock 回答,Figure 会大规模销售机器人,用户可以将其部署到自己选择的任何工作中;他的更大判断是,普及的商品和服务将带来丰裕。“这里感觉会像2080年。”
核验说明
- 关于生产线名称,文字稿在不同段落中交替使用“Baku”和“Bacu”,同时又将参观的运营设施单独称为“BotQ”;本期摘要未对此作出统一确认。
Peter H. Diamandis
I am blown away by how far you've come.
The things that you can do with neural nets now completely blow my mind. Year to year, the whole business looks completely different.
It's amazing to me how you accumulate data, and the data becomes this incredible barrier to entry—
Yeah.
This incredible asset.
The one thing that's important here is that once one robot learns how to do a task—
Peter H. Diamandis
Yes. Everybody learns.
Every robot in the fleet knows it. Humans don't operate like this.
Peter H. Diamandis
Yeah. When do we start seeing robots building robots?
We will put robots on our Bakku lines this year. Listen, this is going to be the largest economy in the world. It's going to be a super impactful business. It'll lead to ubiquitous goods and services for anybody, an age of abundance, and it's going to be a super fun business, too. It's going to build a sci-fi future we all want.
What you're seeing is that every major group in the world will get into this space. You have to. You have no choice.
Peter H. Diamandis
When are we going to see the first Figure in a customer's home?
My best guess is—
Now, that's a moonshot, ladies and gentlemen.
Peter H. Diamandis
So Dave and I are in San Jose at Figure headquarters.
Mm-hmm.
Peter H. Diamandis
We just did a podcast with our extraordinary friend Brett Adcock.
Over here.
Peter H. Diamandis
Yeah, Figure 01.
This is the original.
Peter H. Diamandis
Yeah.
Still somewhat functional.
Peter H. Diamandis
Yeah. It ran the first large language model, the first neural net.
They built it in under a year. Brett actually was screwing these things together himself, and it was all about gathering telemetric data so they could build this.
Peter H. Diamandis
Here's Figure 02. Much more beautiful.
Mm-hmm.
Peter H. Diamandis
Much more functional, running neural nets across the board, dumping all the C++. Can you live long and prosper?
Yeah.
Peter H. Diamandis
Hi.
Hi.
Peter H. Diamandis
And here we go with Figure 03, the workhorse right now. We just did a tour. I mean, we probably saw 100 of these walking through the hallways, on test stands, cleaning dishes.
Brett, what's been fun is they added a flexible toe, too, so it can go down like this.
Peter H. Diamandis
Yeah.
Before, it had this clunky foot here.
Peter H. Diamandis
And Figure 03 has the palm camera.
Palm cam?
Peter H. Diamandis
Yeah.
They cut about 30 pounds off the weight and 90% of—
Peter H. Diamandis
Of the cost.
Manufacturing cost.
Peter H. Diamandis
Wow, crazy.
Yeah.
Peter H. Diamandis
Amazing. Yeah.
It's all front-loaded.
Peter H. Diamandis
It's the perfect height between the two of us.
Yeah.
1. Figure Rebuilds Its Robot Stack
Peter H. Diamandis
I'm here at Figure headquarters with Brett Adcock and DB2. Brett, it's been about 18 months since we did a podcast on Moonshots together. I am blown away by how far you've come.
18 months in AI time, that's like a decade.
Dude, welcome to Figure headquarters. What do you think?
Peter H. Diamandis
Yeah, it's extraordinary.
Holy crap.
Peter H. Diamandis
I mean, just—
Wow.
Peter H. Diamandis
Describe it. We just went on a tour. You've got about 300,000 square feet, with 400,000 square feet under development here. I mean, there are Figure 03 robots walking down the halls. There are fully autonomous robots, I guess, running Helix 2. You just released Helix 2 today.
Today.
Peter H. Diamandis
I got it while I was flying up here. We have these robots doing everything from kitchen tasks to packages to different types of manufacturing. I mean, how many robots do you think we saw? Seriously.
I wasn't counting. Hundreds, maybe—not a thousand.
Peter H. Diamandis
Yeah.
Hundreds.
Peter H. Diamandis
At least a hundred or so.
Yeah. Well, there are a lot of partial robots out there, too, so it's hard to—
Peter H. Diamandis
Picking up Figure heads. That was fun.
How many hands do you think we saw? There were many more hands than there were robots—
Peter H. Diamandis
The hand line, the head line, the torso line.
Actually, picking up the head was the most surreal—
Peter H. Diamandis
This is where the pelvis is made.
Part.
Peter H. Diamandis
Yeah, for sure.
Yes.
Peter H. Diamandis
I still remember, during my first visit with you—full disclosure, my venture fund is invested in 2 of your earlier rounds. I'm super proud of the progress that you've made. I still remember your Figure 01 putting a Keurig cup in a coffee maker, and that was a big deal because it was done with neural nets and not C++.
That honestly was a big inflection point for us. I think a few things we needed to really run down were: Can you build an electric humanoid that's low-cost and capable like a human, just on the hardware side of things? The second thing is, can you figure out a way to not code your way out of this problem? How do we use a neural net to learn those human-type representations—
Peter H. Diamandis
Yep.
—and then do tasks? When we were doing the Keurig task, it was basically a bimanual neural net running on the robot, which has now evolved into Helix. It was able to do the whole thing. It was a smaller task, but it was a few minutes long: picking up the Keurig cup, opening the coffee maker, putting it in, and running it.
It was the first time we saw a true instance of neural nets really working on a bimanual humanoid robot.
Peter H. Diamandis
Yeah.
That was when we were like, “Okay, we have to just go all in on neural nets. The whole stack needs to be neural nets to make this work.” That started basically 2 years ago now.
Peter H. Diamandis
That's crazy.
And then you guys saw Helix 2 today—
Peter H. Diamandis
Yes.
—which is basically the best release we've ever had.
Peter H. Diamandis
So we'll run a clip of Helix 2 while we're describing it, because what we saw was Figure 03 running Helix 2—
Mm-hmm.
Peter H. Diamandis
—in full autonomy—
Mm-hmm.
Peter H. Diamandis
—going into the dishwasher, picking stuff up, and putting it away, not preprogrammed.
Yeah.
Peter H. Diamandis
And I loved the human elements of it, like using its hip to close something and its foot to raise the dishwasher.
That's the neural net difference, though. You get unexpected behavior, both good and bad—
Yeah.
—but things you could never code up.
You could never code this.
Your career went from software company to VTOL company. Now this has got to be the first neural net platform.
Yeah. The things that you can do with neural nets now completely blow my mind versus code. We could never have done a quarter of the stuff that you saw today with the whole body, with manipulation, with things that—you know, there's only so far you can really push code heuristics. A humanoid robot using only code is just a dead end.
Yeah.
It's just not going to work.
Yeah.
Yeah.
Yeah, it's amazing to me how you accumulate data, and the data becomes this incredible barrier to entry—
Yeah.
—this incredible asset. If you were writing all this in C code, that C code would have millions, hundreds of millions of dollars invested in it—
Yeah.
—and you would not want to mess it up.
Yeah.
With the neural net, you can say, “Look. Hey, guys. Retrain it from scratch.”
Yeah.
Right off the bat. It's just a completely different approach. So that's why people are way underpredicting how important—
Yeah.
—or how quickly this is going to evolve, because it's a completely different paradigm.
Well, we've lived through it. Maybe a year or 2 ago, we had several hundred thousand lines of C++ code.
Several hundred thousand.
Handwritten code.
Probably $100 a line to write it.
Yeah. Very expensive, very hard to test, and very hard to get out reliably.
Yeah.
Also hard to model all the different behaviors that we would need to test—
Yeah.
—and then we removed a majority of all that in Helix 1, where we still had a lot of lower-body control being run in basically the control stack in C++.
Yeah.
And then today, we removed the remaining 109,000 lines of C++.
All neural nets.
All neural nets today. That's the full body. That took it from being able to do really good tabletop manipulation, like you saw with the Keurig coffee, to the work we do with logistics. All of that's being done in neural nets.
We've been showing amazing progress there. But getting the whole body out of there and being able to move dynamically through a scene while manipulating and planning is just a whole other challenge. We basically spent the greater part of a year refactoring the Helix architecture to enable this to work. You're talking about now moving through space like a human.
Yeah.
Having control of the full body, with all joints.
Eye, hand, foot, and leg coordination. Everything is—
Sensor data in—
Yeah.
Cameras, tactile. We have palm cameras.
Yeah.
Basically doing inference on board the robot, fully embedded, and then being able to output torques into the motors and do that at a few hundred hertz—
Yeah.
—in terms of planning and control, and do that reliably on very difficult tasks. These are bimanual tasks where it's grabbing and holding things, planning, moving the body, getting things out of the way, making errors and replanning—
Mm-hmm.
—and fixing this, all done with the neural net now, end to end, over a pretty long horizon. For us, it's kind of room-scale autonomy, so we can now finish the whole room—
Yeah.
—which is important. Next, we're going to graduate to basically the full house.
See, that's one of the things that's really obvious when you're walking around looking at what everybody's doing and working on. You visualize a robot company having lots of people working on microcode, actuators, batteries, or whatever, but there's just a huge number of people out there at workstations, and they must be working on the neural nets. It's just got to be such a dominant part of what makes the thing actually look and feel human. The motions are so smooth.
And everybody, when they think about the history of robotics, they kind of chart these line charts, but it's not like that. It's a disruptive change from dropping that last 100,000, 105,000 lines of C code to moving to an all self-organizing neural approach. Completely different future.
It does. We make these technology progress steps, and I think it's been very apparent here. Every year to year, the whole business looks completely different.
Yeah.
A large part of that is trying to get the hardware, hands, and all this stuff in a good spot.
Yeah.
And then be able to basically have more range of motion, speed, and torque like a human. We're all in on neural nets, so it's been, what is the right data set for that for pre-training and post-training? Do we have the right training cluster? Do we have the right models?
Yeah.
And then deploying those really well on the same humanoid hardware. That's a full loop.
Yeah.
We've actually designed Figure 03 to—if you say what the guiding principle of Figure 03 is more than anything else, it was just designing for Helix. It's like, how do we give Helix a body?
So counterintuitive.
Everything: the feet, hands, head.
So build around the neural net.
We really looked at the neural net and said, "How do we fit this into a humanoid robot, and what are the best sensors? How should it run? What does the operating system look like? Middleware, firmware, embedded software?" All of it is encapsulated in this view that we need to go all in on neural nets and do human-like work.
I'm about to release the 2026 version of my Humanoids Metatrend report. It's a deep dive looking at 100 different robots in development right now, a deep dive into 10 of them, including Figure. 150 pages. You can check it out at Substack for my paid subscribers. Anyway, super pumped. This is a field that's moving at exponential, hyper-exponential speeds.
2. Figure Builds Beyond OpenAI
Peter H. Diamandis
So in the beginning, you had partnered with OpenAI on software, and you made a departure from OpenAI. I mean, I guess, are any of—
It wasn't quite accurate, but—
Peter H. Diamandis
Okay. Well, you can—
It's a story.
Peter H. Diamandis
You can correct it.
I think I met Sam and the OpenAI team, and they were just really interested in getting into robotics. In their early master plan, it was to get into basically shipping home robots.
They really wanted to have a very intimate relationship. They ended up leading our Series B along with Microsoft, and we started working on a collaboration agreement to help work on next-generation models for humanoids. We were, and still are, really big on how we language-condition the whole stack.
An LLM, in a lot of ways, is just this world model. It really understands, in the weights, basically what things are and what it should do. It has a lot of good semantic understanding.
We're trying to figure out how to tap that into the humanoid. How do we learn from this at scale and use some of those representations? The partnership just didn't work. Our team just ran circles around them for basically the better part of a year, and it came to a point where we were doing all the work ourselves internally.
We had a whole team here, a lot from some of the best labs in the world, and we were putting out work after work. The Keurig coffee stuff was done by us.
Peter H. Diamandis
Yeah.
All this stuff was done internally.
Peter H. Diamandis
Yeah.
At some point, it just didn't make sense to train other folks on how we built AI models internally for embedded systems like a humanoid.
Peter H. Diamandis
Did it turn out that the LLM matters at all in the physical world? You could start with an open-source LLM and tune it?
What is it, like a VLA—a vision-language-action model you're building?
Yeah. We basically want to take the semantic grounding, then a VLM—
Peter H. Diamandis
Yeah, like the common sense, you know.
—the vision that it has, yeah.
Peter H. Diamandis
Yeah.
What do we understand from this? Which we have in Helix today is super critical. But getting to a point where we can understand physics in the robot and have it really be able to plan and reason at fast dynamic speeds was something that nobody in the world had ever really done before.
Peter H. Diamandis
Mm-hmm. Right.
I think that's the work that we've been excelling at and that we love: how do we get it to understand physics?
Peter H. Diamandis
I think most of our audience probably knows this, but just to rewind the tape, the LLMs—GPT-2 and GPT-3—were built entirely on text data scraped right off the internet. And then they supplemented that with a ton of other data, also in text form.
That creates this machine that has tremendous amounts of common sense. If you ask it, "Hey, do you know how to play soccer?" it says, "Yeah, of course I do." But then you try to install it in an actual physical moving machine, and it has no idea what it's actually doing.
Well, yeah. We've designed it to touch everything in the world. We have this really high-dimensional robot that has 40-plus degrees of freedom. On the surface, the math around this is—just the dimensionality is really high. You have 40 motors, and they can all spin 360 degrees.
Peter H. Diamandis
Yeah.
So the amount of states the robot can be in, like positions, is 360 to the power of 40. There are more states of the humanoid than atoms in the universe.
Peter H. Diamandis
That's a lot. Yeah.
Yeah, exactly.
Peter H. Diamandis
You're not going to simulate those one by one.
Yeah, exactly. So the question is, then, I need to understand these fine contact dynamics. I need to grab this water bottle. Where do I position my elbow, pelvis, torso, head...
Fingertips?
Yeah.
How do I plan to grab this? How do I put pressure on it?
Yeah.
How do I understand those representations really well, from observations into the actions I’m doing at test time? This is not an LLM.
Yeah.
The LLM knows none of this.
Yeah.
Peter H. Diamandis
No.
The LLM knows this is a water bottle. It probably knows that I need to grab it from the side. But all this implied physics that we need to deal with here—we just have to train models to do that.
It’s actually kind of weird because it thinks it knows how to do it, too. The LLMs feel like they can do things intuitively, and then they completely fail.
Hmm.
But—
We’ve done this. You can zero-shot the LLMs inside a robot. We do it; we still do it even actively.
Oh, really?
They just can’t do anything.
Just for fun, just to watch them fall over.
Yeah. I’m interested in this. A project I’ve been doing is: can we just zero-shot it? I’m working on a new AI lab that I founded recently called Hark, and we have a new AI model that is completely incredible.
Wait, you founded a new AI lab? Rewind the tape here. What?
Yeah.
It’s called Hark?
I founded a new AI lab.
I sent you this.
Did you?
I did. I sent—
Hark?
Yeah.
Yeah. We have a new AI lab we’re working on.
Well, I’ll send it to you again.
We have some new AI models, and we actually put one of them into the Figure robot this month. I said, “Okay, let’s just zero-shot this. Let’s give the LLM—or rather, the model—access to basic commands.” This is a multimodal model. Can we give it acceleration and X, Y coordinates for navigation, basically like a joystick? Can we give it a digital joystick?
Yeah.
I asked it to find the exit sign and get out of the building.
Mm-hmm.
Unfortunately, it was going in the right direction and ran into a clear glass wall.
Peter H. Diamandis
Well, kids do that, too.
Yeah, exactly.
Peter H. Diamandis
I did that when I was a kid.
We’ve really stress-tested this. It just doesn’t work. You’re missing so much world understanding—what’s really happening and how to move my body. We think it’s pretty simple to grab an object with a stationary robot, but the robots we have for humanoids are moving.
Yeah.
The pelvis, head, torso, hands, and arms are all moving. When you’re reaching out to grab something off a table, your pelvis is moving backward. It’s very difficult to command a very high-dimensional robot.
Peter H. Diamandis
Robotic physiology.
Yeah.
3. The Humanoid Market Consolidates
Peter H. Diamandis
Over in China this year, some government employees said, “We’ve got a robot bubble.” I don’t know if you saw that article that came out. We have 150-plus robot companies in China, and there’s a lot going on there. In the US, I would say maybe there are 10 serious players.
Mm-hmm.
Peter H. Diamandis
I mean, 2 or 3 who are extremely serious, including Figure. But there are a lot of potential humanoid robot companies. I was just at CES and saw a humanoid robot explosion.
Yeah.
Peter H. Diamandis
And then as many or more hand companies, which is interesting.
Yeah.
Peter H. Diamandis
I go back to the early 1900s, when there were about 250 car companies and 200 or 300 tire companies. Then this massive consolidation occurs, and GM, Chrysler, and Ford buy and consolidate. What do you think is going to happen with all the robot companies today?
I think it happens in every industry like this, especially in deep tech. These will all consolidate down to a few groups globally.
Peter H. Diamandis
Do you have a guess? Is it a triopoly? That’s the right description. Is it more than 10, less than 10?
It always seems—
Far, far less than 10.
Peter H. Diamandis
Far less than 10.
Yeah.
Peter H. Diamandis
Globally.
Globally.
Peter H. Diamandis
Yeah.
It always seems, in the US anyway, to settle down to 2, 3, or 4, but the borders are not obvious. With cars, a car’s a car, right? Then you had cars and trucks, and those were kind of separate for a while. But—
Peter H. Diamandis
You also have different designs. “I want the plush interior—”
Right.
Peter H. Diamandis
“I want the sportster.” I mean, and that, I think—
Mm.
Peter H. Diamandis
I wonder, are robots going to be differentiated by their vertical application or their personalities?
Exactly. There’s so much more variety possible in robotics.
Yeah. I think everybody is taking for granted how difficult this is. You have to go out and build pretty novel, very difficult hardware.
Yeah.
It needs to be relatively cheap. Then you have to figure out how to make neural networks work on it, make neural networks work on it at scale, and manufacture at scale. Then you have to get these products out reliably, with all of them working every day without any human intervention.
Yeah.
We talked a lot about how we’re doing K-Cup coffee work. I haven’t seen a single humanoid in the world do that, or be able to do that today, globally, and it’s been 2 years.
Yeah.
4. Teleoperation Is Not Autonomy
Peter H. Diamandis
By the way, a lot of the video we see is actually teleoperation. I wonder if people realize that. A lot of the robot companies are teleoperated rather than fully autonomous. What we saw just walking around here was a 4-minute-long, fully autonomous operation on Helix 2, right?
I’ve built a lot of businesses in my day, and I’ve never seen so many companies with a human in the background commanding the robot and putting out updates. I’ve just never seen it. When I first started Figure, stuff was coming out, but now it’s every week: somebody is teleoperating a robot and putting out a video.
It would be the equivalent of having a self-driving car company with a guy in Tennessee driving it, while marketing it as if there were no humans in it.
Yeah, yeah.
It’s self-driving. We’re putting out teasers. In a lot of cases now, companies are selling the service. If you want to do this right, you have to believe in neural networks all the way down the stack. You have to build for general purpose.
Peter H. Diamandis
So the parameters that are going to define the successful top 2, 3, or 4 are neural networks and manufacturing—
Okay, I would say what’s—
Peter H. Diamandis
Not surprising.
What’s impressive today is not manufacturing. You could probably solve general robotics with 100 robots. We’re pushing hard on manufacturing, but you can probably solve that. What’s impressive is a full end-to-end robot that is generalizing to an unseen place. You can drop it into an Airbnb—
Yeah.
—and it can do long-horizon work with neural networks. Any long-horizon work in unseen places.
Peter H. Diamandis
What do you define as long horizon? Hours, days?
I would like to see days of work, yeah.
Yeah.
Fully autonomous days of work, at the very least. We’re so far from that. You have robots out there doing karate and jumping, which are preprogrammed, open-loop behaviors.
Yeah.
They’re not impressive. We do that. We’ve done that stuff here—the open-loop behaviors. Any college kid in a dorm room can do this with a robot.
Yeah.
So I think that, plus teleoperation—teleoperation is not impressive. You could build shitty hardware and still teleoperate it and put out videos. That is not hard.
What’s hard is doing full end-to-end neural networks in unseen places, or generalizing to this. If you can solve that, then the next step is figuring out how to get it out at scale. But we are still in the “who can solve general robotics?” phase.
of the humanoid phase, and it's just not impressive if I can build 100,000 robots right now that need teleoperation or can only—
Yeah.
Or can only do open-loop replay. It's just not cool. Right? Your only job is to build 100,000 robots right now.
Yeah.
We have the capital to do it, and we can do it, but what we really want to solve is that I can give you 10 robots and they can go into unseen places and do real, useful work. That's what's going to differentiate everybody.
Peter H. Diamandis
So iterate that until it's right, and then mass-produce.
Yeah. You basically want to be bringing up mass production in parallel, because building high-rate manufacturing for humanoids is going to be super hard, and you're going to have to go through a lot of iterative design processes.
Yeah.
So that's what we're doing now. We're bringing up higher-volume manufacturing as we're learning how to build in true general-purpose-ness. My view is that, if you think about these level bosses that happen—things that will hurt, that you need to graduate to—you need to graduate to doing very short periods of neural networks, which we haven't seen a lot of in the world today. I don't think there's anything over a minute long in the world that's continuously doing neural networks today in humanoid solutions.
Yeah.
Everything's cut. All the films are cut or teleoperated.
Yeah, yeah.
It's pretty crazy. You watch any video, and you want to see it uncut. You want to see it done with neural networks, not teleoperated. You also want to see the stuff that we showed you here in person today, which is running for hours and hours. We run these robots with neural networks.
Peter H. Diamandis
The kung fu videos, whether they're teleoperated or fully autonomous, are actually fascinating and scary when you see them doing that.
But the technology around that is not great. You're basically putting somebody in a mocap suit.
Yeah.
You're having some guy do karate chops or walk around, and then you're running that open loop. You're running it blind. You're just hitting a replay button.
Right.
You can do that with a very simple RL neural net.
Yeah.
You can basically do DeepMimic on this.
Yeah.
It's super simple.
Yeah.
There's open-source code for this that you can run with basically 1 GPU on your desktop, and you can do it with any robot. Every robot has a very tiny amount of computing power. These are single-million-parameter models. They're very small. You don't need a lot of memory, and they're very simple to execute.
Yeah.
What you really want is good closed-loop control, where it's reasoning at around 200 hertz, or 200 times a second.
Sure.
It's dynamically responding to the scene.
Yeah.
That is literally 100,000 times harder than doing open-loop replay.
Peter H. Diamandis
I wonder what the human cycle time is. How many hertz?
Oh, God.
Peter H. Diamandis
Probably less than that.
Much lower than that.
Peter H. Diamandis
I would imagine.
One thing we've seen in our robot is that we can balance on 1 leg better than a human. We just have much better, faster dynamics.
5. Figure Development Accelerates
Peter H. Diamandis
Can we talk about the speed of development here? So, 2025—I'm just trying to imagine. You put out this beautiful post every week on X about the progress in the robotics field and what's going on here at Figure.
And it just constantly—locomotion was a big step forward, excuse the pun, for Figure. Just seeing it walk and then run very naturally, what else was significant in 2025 for you?
I mean, we launched Helix in 2025, about this time last year. We're about a year in now. I think that was highly significant. We basically figured out how to run neural networks on a robot for long periods of time. How do we get the data for it? How do we train models? How do we deploy at test time?
Mm-hmm.
So you watch package logistics. I think I saw it running—
Saw this.
It's been running for days now.
Yep.
It's a neural net all the way down the stack. It's learning how to grab packages, individualize them, find the barcode, and position it down. It'll even pat the package down so the barcode reader below can see it and scan it. It's doing that with high accuracy and at high speed.
High speed, though. That's the part that jumps.
Human speed.
Well, because a lot of what you see in robotics—
Peter H. Diamandis
It's as fast as a human would do it.
Yeah.
Our last run—we had 1 error over 67 hours, over multiple robots.
Over 67 hours.
Crazy. You know what I'm saying?
Yeah. It's doing an operation every second or 2.
Yeah.
So 67 consecutive hours of that is a lot.
It's nuts.
I'd say Helix is a big one, and then Figure 03. Figure 03 is a huge step change for us in hardware.
Peter H. Diamandis
What do you see going into 2026 here? We've got the next 11 and a half months. What are you excited about seeing?
Yeah.
Peter H. Diamandis
What are you excited about?
Our entire roadmap is around Helix 2 now. Helix 2 can go from doing the logistics use case while stationary to walking and moving, and basically do long-horizon, full-body control. We've now integrated all the sensors—the tactile sensors, camera, and palm—into the stack, and we're seeing improvements overall in the policy layer. We're getting better and faster at taking data and running it onboard the robot now.
I wanted to ask you what defines Helix 2, because you're probably incrementally improving the neural net every day.
Yeah.
So what defines it?
We have a couple of big steps. One is that we've integrated a fully learned controller—what we call System Zero—into the robot. The robot has a full-body reinforcement-learned controller in it.
Okay.
Now there's literally no code running on that robot, so it can move its whole body itself using a full learned controller inside Helix. We call it S0.
Has anyone else ever done that before? That's got to be—
There are reinforcement-learned controllers out there. A lot of the karate stuff you see and things like that use them, but nobody has totally integrated one into the whole body for learned manipulation and perception. Nobody's shown that actually working while moving around and doing the things we saw today. I don't even know if anybody has shown it stationary, standing, and doing learned policies. Actually, probably not in the world. So we're getting it integrated into a stack that we can actually use going forward.
I think one of the things we learned at BMW last year—we were there for 6 months, and we deployed our Figure 02 robots every single day—was that, with the stack we had, we got about 80% of the things right and 20% of the things wrong. The things that we got wrong, we didn't want to scale.
Yeah.
It was working. The robot ran every single workday, and it worked. But we learned that we didn't want to ship 100,000 robots with this architecture stack. It was just too hard to scale.
Yep. Mm-hmm.
It was too brute-force.
Yep.
So we've worked for almost a year now on what the ideal architecture is, where we can go out and accumulate large sets of pretraining data—
Put it in the robot, and it can just do this work, and we get generalization from this. That’s what you’re seeing today.
So Helix 1 still had the C++ code in it. What defines Helix 2 is—
Helix 1 had a lower-body controller—
Okay.
—that was still written in C++.
Yeah.
Everything else—the whole upper body—was full neural nets.
Okay.
And so we basically completed the full body now.
Okay.
In doing so, we also did some work at the system level, the System 1 level, where we integrated all the sensor modalities from the hands—
Mm-hmm.
—and the rest of the robot into the stack. For example, we now have tactile sensors in every fingertip that we’re using on Figure 03—
Oh, yeah.
—as well as palm cameras.
Peter H. Diamandis
Mm-hmm.
Yeah.
That’s to understand when we’re occluded and to have a better understanding of how we’re grasping items. We put in a bunch of stuff about picking pills and things out of pill cartridges, where the hand literally occludes them. Your hand is literally in front of the head camera—
Yeah.
—but we still really want to understand where we’re going.
Yeah.
So now, with Helix 2, we basically have a full stack, end to end, with neural nets. We feel confident scaling the pre-training data set into Helix. In fact, I’ll even go as far as to say we designed Helix 2 for the pre-training data set.
Yeah.
And then we designed the robot for Helix 2. We’ve designed everything around data.
Yeah.
How do we get data at scale? If you’re in the neural net game, it’s a data play. It’s about how high-quality and diverse—
Peter H. Diamandis
So it’s experience. It’s just gathered experience—
Yeah, quantified.
Peter H. Diamandis
—in the field, in all kinds of circumstances.
Where can we find—
It’s weird, and I know everybody knows this already, but it’s accumulating, and it never goes away. It’s incredible—
Peter H. Diamandis
Unique data.
—forward progress. You teach somebody how to scuba dive or how to play piano, and they have that knowledge. They live, then they die, and then you have to teach somebody else. This is completely accumulating information.
The reason why I think there will be very few humanoid groups is that the one thing that’s important here is that once one robot learns how to do a task—
Peter H. Diamandis
Yes. They’re ready to learn.
—every robot in the fleet knows it. Humans don’t operate like this.
Yeah. No, it’s—
Peter H. Diamandis
I wish we did.
I watch my kids. I let kids learn how to do stuff—
Peter H. Diamandis
Some people—
—and they just don’t listen, right?
Vulcans do. Vulcans can do it.
I wish we—
Peter H. Diamandis
Melding.
I wish we did.
6. The 2026 Production Push
Peter H. Diamandis
So, 2026 predictions: what’s your boldest prediction for Figure? What are your goals for this year? What do you imagine?
We’re spinning up Baku production in a big way right now for Figure 03.
Peter H. Diamandis
So you said something like a robot every 30 minutes, you expect?
We’re trying to get there in the near term.
Peter H. Diamandis
Amazing.
You guys saw it—we walked through Baku today. What did you guys think of BotQ?
Peter H. Diamandis
Yeah, it’s—
That’s wild.
Peter H. Diamandis
—a lot of humans there.
I wish everyone could see that. I guess it’s all secret. You can’t bring a camera through there.
We haven’t. There’s a lot of IP there, because you see exposed boards—
Yeah. That’s so sad.
—and actuators and stuff.
Peter H. Diamandis
Well, if we can get people with—
It’s cool, right?
Peter H. Diamandis
If we get some footage—
That was so cool.
Peter H. Diamandis
—in video, maybe we can mix it in here. There are a lot of humans—
When do we start seeing robots building robots?
We will put robots on our Bacu lines this year.
Okay.
Phasing humans out of there will be a combination of getting more robots there and doing more high-volume automation over at Bacu.
Okay, so that’s—
Mm.
—the first 2026 objective. Hit that—
We want to scale up robots at Bacu for sure. The second thing is that we want to scale out robots in the industrial commercial workforce.
Yep.
We have multiple clients that we’ve signed. They’re buying or leasing robots from us, and we’re going to get those out at scale in 2026. We know exactly where we’re going geographically, what the use cases are going to be, and the deployment schedules. We want those to be Figure 03s, so we just retired Figure 02s at the end of last year.
Mm-hmm.
Now we’re basically building the arsenal of Figure 03s as we scale up that manufacturing, to get them out into the world and running every day. We like the commercial workforce because it really helps harden our ability to run robots every day.
Yeah.
What we’re here to do is build robots and run them in the world, and they need to run 24/7.
Your ideal customer is who? I know a lot of people would love—
To be frank, we have so much demand—
You do.
—for customers. We’ve talked to 50 to 100 customers or so in the last 6 to 12 months. We really want to be all in with a smaller group of customers and spend time with them, integrate well into their facilities, and do well. We’re still early, right? We don’t have thousands of robots running at these places. We want to get there as fast as we possibly can.
I think we could probably ship an enormous number of robots to the current customers we have now. We see that we’re kind of good for the next 2 or 3 years in terms of demand. We have so much demand. They’re kind of waiting for us to ship at scale.
Leasing versus sale?
We really like the leasing model.
Yeah.
Humans are leased.
Yeah.
We can model it that way. At least these days. They used to be bought way back.
At least these days. You lease humans, so we lease humanoids today. We’re not opposed to selling them. I think what really matters is trying to figure out how to find the right distribution to get robots out at scale.
Yeah.
It’ll really help us get good at what we do. It’s one thing to show a demo or whatever else, but when we had robots at a commercial customer last year, at BMW, it taught us a ton about running them every day, fleet operations, safety, repair, and maintenance. There are a lot of other things that need to come through in the ecosystem that we need to get right.
I’d say the second thing is getting robots out at scale to commercial customers. The last thing—which is arguably the most important for us—is that we want to solve general robotics.
Hmm. Yeah.
We want to solve general robotics. The analogy is that we want to build a human in a bodysuit that you can just talk to, that has common-sense reasoning, that you can communicate with, and that has almost perfect memory of what’s really happening or what’s going on in your life. It can maybe talk to you and almost be your companion.
I mean—
And then go off and do things that an everyday human would want to do. I would expect them to get up to speed on those tasks as fast as or faster than a human can.
Are there 2 different models driving it, then? The VLA model for the body, the physics, and the embodiment, versus an LLM for conversation and memory?
Are you doing both?
We believe this all comes down to one model at the end of the day—one omni model that is trained early in pre-training and helps fuse all this together. You could think of it like we need to have speech, we need to have language-conditioned policies, we need to understand physics really well, and we need to remember things and be able to recall them easily.
We need to have some sort of personality on the robot. I think one thing that you're going to see more and more is we really want to make this robot something you can spend time with.
Yeah.
We've been really focused on getting the core building blocks built, but over the next year or two, I think you'll see us... I think I just want a robot in my home I can talk to—
Sure.
—that can remember things, especially my kids. My kids come home sad from school or something, and I want the robot to understand that.
Yeah.
I want it to have the EQ—the self-awareness to see that and talk to them. I think all this is something we want to spend more time on. We're spending more time on it now internally.
Is there already a big MoE model where, depending on the task you're doing, it'll run different parts of the neural net, or does it need everything?
We have one neural net now that's basically—
One module.
There are no libraries of neural nets that we pull down.
That's interesting.
So there's no dishwashing neural net or logistics neural net, as you saw here.
Yeah, because at scale, if you teach the thing every physical motion, there's a massive number of combinations. The storage is actually dirt cheap.
Yeah.
But the processing is very expensive.
Yeah. Even better—
So—
We've seen positive transfer now with all this data coming in. The robot can generalize better with more information, even if it's the same segmentation.
Yeah.
Yeah.
It's weird. More knowledge is better. It does cross-transfer. Playing piano—
Yeah.
—makes you a slightly better soccer player.
Yeah.
But you don't want to run the whole parameter set for piano playing when you're playing soccer. It's an interesting little hybrid problem there to—
Yeah, you don't want to nuke it. Yeah, for sure.
Yeah.
That's where we try to build the best-in-the-world models here and build a great team that can ultimately deploy robots that are useful. I think showing this type of usefulness—whether it's a lot of the stuff you saw today or a diversity of that—is super important for a humanoid robot. It needs to be able to do everything a human can, which is—
Yeah.
And on the distribution curve, we probably do billions or trillions of unique, very unique things in the world that we talk about.
One of the things you said on our tour that totally tells me we're on the right track is that you're using normal GPUs for training, like everybody, but inference-time compute is on super-fast, dedicated, non-H100, non-GB300 hardware—
Yeah.
—which has got to be at least a factor of 10 or 100 cheaper and faster, which means—
Yeah, it's also running fully onboard.
And it's running fully onboard. Yeah.
So we can basically do very fast inference and policy deployment. Yeah.
And it's also not sucking down the entire power of the robot.
You also have an issue where we've run models offboard the robot, but if we lose communications or have some network latency—
Peter H. Diamandis
So I wanted to go there—
Yeah. You know what I mean? If you lose internet, it's hard to do work, and it's—
Peter H. Diamandis
Yeah.
For most humans, it's—
Peter H. Diamandis
We hit on supply chain, batteries, and comms. On the comms side, do you imagine you're going to be running a 6G network on there besides Wi-Fi? What's going on in batteries these days?
Yeah.
Peter H. Diamandis
Yeah.
From a network perspective, or communications back to the robot, we have Wi-Fi onboard. We have 5G and a SIM card—an eSIM—onboard, so we can... The robot, you can text the robot. You know, we can—
Peter H. Diamandis
You can have James[?].
Yeah.
Yes.
We can have a network outside of a Wi-Fi connection, and then we also have Bluetooth onboard, so it's almost like a walking phone or something like that.
Peter H. Diamandis
Mm-hmm.
Yeah.
We want connection at all times, but ideally you also want the robot to be able to perform work without a connection. So you really want a lot of onboard intelligence, in case you lose internet, so the robot's not bricked. Humans, for the most part, can do work without their cell phone. Not teenagers.
Yeah, that's going to be like that.
Not teenagers. Okay.
Peter H. Diamandis
So, batteries—
Yeah.
Peter H. Diamandis
They've been improving. What's the battery life right now? I love the charging mechanism, by the way. For those who don't know, you're charging basically through your feet.
Through your feet.
Yeah, no connector. You just stand.
Yeah.
Peter H. Diamandis
Yeah, which is kind of like—
You can stand there.
Inductive charging.
It's really cool.
Peter H. Diamandis
What kind of battery life are you getting? What do you expect in 2 or 3 years for battery life? So today, it's what?
We run basically around 4 to 5 hours per full charge in the battery, if we're starting at full battery life.
Peter H. Diamandis
Sure.
And then through full depth of discharge, we can charge wirelessly at about 2 kilowatts through the feet, inductively. We have about a 2-kilowatt-hour battery pack, so it's about an hour or so for a full charge—
Mm-hmm.
Peter H. Diamandis
Hmm.
—on the robot. So we can do 4 or 5 hours on, an hour off.
Peter H. Diamandis
That's great.
Yeah, it's great. I think folks are over-indexing too much on how long the robot can run on a single charge.
Peter H. Diamandis
Mm-hmm. Yeah, I don't expect—
The only thing that's really—
Peter H. Diamandis
I don't expect there are that many tasks you need a robot—
Humans take a few hours in. You go take a little break and do stuff. So I think there's ample time to do opportunistic charging, maybe send another robot in. We can put this little thin mat anywhere in the world. It could be on a conveyor system or wherever else. It could be at home in front of the kitchen, and you can just charge there while doing work.
Peter H. Diamandis
Mm-hmm.
Yeah.
Peter H. Diamandis
By induction.
Which is really cool.
Yeah. You don't have to have any wires or things like that you're pulling from the wall.
Yeah.
Well, I think one of the greatest value-adds you're doing right now is that people are over-indexing on all kinds of weird things because they're physical beings, and they're watching the robot do physical things and saying, "Oh, my God. Can you believe it can sprint now? Oh, my God, it can do a backflip now. Oh, my God, it can do..." And you're like, "Well, it depends on whether you programmed that in C, teleoperated it, or did it actually learn this from all—"
Yeah, I think most of those are open-loop. They're just replay buttons.
Yeah, exactly. It's so hard. So when people say, "How long does it run on one charge of the battery?" you're relating it to your cell phone.
Peter H. Diamandis
Yeah.
But it's not relevant in the—
I think—
—the inflection point we're going to.
Yeah. The summary here is: I need to see real closed-loop control of a robot moving around, touching and moving things like a human would.
Yeah.
That's where the hardest problems all sit, and that's where we've seen this huge wave of humanoid explosion, like you said, out of China and things like this.
Yeah.
But we've seen a very steep drop-off in getting to the next point, which is: show me a minute of the robot doing Keurig or something like that.
Yeah.
Uncut, closed-loop.
Yeah, real-time.
Yeah. You just haven't seen that. And I think you will, and I think there's a lot more levels to go from there. And that took us 2 years to go from a few minutes of tabletop manipulation with neural nets—
To a point where we can do kitchen work—room-scale autonomy. That was 2 years of working 7 days a week. We were here a lot of nights getting there, so it gives you a little sense that you're not going to do that in 6 months from there.
I think there's a lot of hardware, low-level C software, firmware, embedded systems, sensors, neural nets, and data. All of that came together to build this. We couldn't do the same work today on a robot that we could buy off the shelf today.
7. Figure Builds Its Own Supply Chain
Peter H. Diamandis
You vertically integrated and made the choice to vertically integrate, but how much of the supply chain ties back to China?
Hmm.
I think in the next—I think by summer we'll have almost none of our supply chain in China anymore.
Peter H. Diamandis
Amazing.
Anymore.
Peter H. Diamandis
Do you buy into the U.S. versus China AI and robot competition? How do you think about that?
I don't. I spend a decent amount of time in China, and I love it.
Peter H. Diamandis
Yeah.
China is great. I go there and, you know, you're watching TV here in the U.S. and it's just this massive conflict and battle and everything. Then you go to China and everybody's just trying to help and win, trying to work and collaborate, and it feels like a startup incubator.
Peter H. Diamandis
It's just like a one-way—a one-way competition.
It just feels like everybody's Team Human.
Peter H. Diamandis
Yeah.
Team humanity.
Peter H. Diamandis
Yeah.
Go win. It's so great. Then you come back here and you're poisoned with all this stuff online, articles, and television, and it's just not like that when you're boots on the ground and going to do this. It's like, let's go as one and go win.
I love that spirit of trying to progress this technology as a giant lever arm for humanity, to bring abundance for everybody and make it a sci-fi future we all want to live in, which is really exciting.
Peter H. Diamandis
Yeah. Oh, my God. It is. We want to speed-run Star Trek, is what we talk about.
Exactly.
Peter H. Diamandis
I see a figure on the Moon, a figure in orbit—
A figure on the ocean floor.
100%.
The equivalent is that you guys make your own actuators and motors here, and part of that is because you want the exponential-growth effect, but part of that also is that the supply chain just doesn't exist to give you the parts here.
Well, yeah, the improvements—
In China—
I mean, you and I were just talking about the improvements made between Figure 02 and Figure 03—
Yeah.
Because you have all of the ability to iterate in terms of speed and cost. I mean, the numbers that you shared on cost—it was like a 90% reduction?
Yeah.
Is that right?
We reduced costs like crazy on Figure 03.
That's crazy.
It would be great if we could go out and buy motors and plop them in the robot. It doesn't work like that. It would be great if we could go buy hands and just screw them onto the end. It literally doesn't work.
If you go through the engineering work to understand how we do comms, power, sensors, failure cases, thermals, low-level firmware, and embedded software, there's a cost. If something breaks in that equation, or there's a reliability issue, you're left with, hopefully, the vendor fixes it—or you die. It just doesn't work.
Yeah.
None of this stuff—the technology readiness of these things is really low. We would have loved to have gone out and bought all this stuff in the early days. We tried.
Yeah.
We basically failed at all of it. So we thought, “Okay, we need to design it ourselves,” and now we manufacture it. We do all final assembly and everything here.
We do that in some cases because nobody knows how to do it well. We do that a little bit for IP—we really want to control that here and understand what people have access to. We also want to get good at making a lot of robots.
What we need to get good at long term is probably a few things: getting data at scale that can run neural nets, basically doing Helix really well, making a lot of robots, and then getting those things out in the world at scale. A pretty simple equation.
It just feels like—
Yeah.
The journey of getting Figure up and running must have been so much harder than it would have been in China. But then, once you have everything built in-house—all the actuators, training the neural net, and everything in-house—you have a massive advantage versus anything going on in China. If you'd been locked into a supply chain—
It's—
—that only has certain models and makes—
It's not even that. Even if we used an existing supply chain for all this stuff, the robot wouldn't be able to do what you saw today.
Yeah.
It just can't do it. If you go out and buy a humanoid robot off the shelf today, we can't get it to do this.
Yeah.
We've bought robots off the shelf. We've looked at them. You just can't get them to do this work.
Yeah.
They don't have the right sensors. They don't have compute. They don't have thermals. They don't have the right hardware—the hands, the head. All of these are built around our neural net stack. All the bots—
Well, that's a new thing, too. The neural net is incredibly integrated with this specific hardware.
If you watch folks who are trying to buy these robots off the shelf, say, from China, they'll end up retrofitting them with these giant backpacks.
Yeah.
They'll have power, compute, and thermals there. There'll be a wire hanging out. They'll hook that into the back of the robot. It probably has its own local battery. They have to take it and overclock it, and it's just the wrong way of doing this.
Yeah.
It's a hard thing. It's like buying a rocket and saying, “We're going to put stage 2 on the side,” or something like that. It doesn't really work at scale.
Yeah.
It works in the early days for hobby-grade demonstrations and things like that.
Yeah.
But if you really want to do robotics at scale, then you're going to have to go design it yourself.
Looking at the companies coming out of China—Unitary, Engine AI, and so forth—which ones are you most interested in or excited about as friendly competition, if you would?
One thing that's great about China is that there just seems to be an explosion of really great talent and robots coming out the door.
And great entrepreneurial work ethic there, right?
It's awesome. It's great.
Yeah.
Things are just good for humanity, and this needs to happen. I think the thing that we've not seen is any closed-loop AI control from these systems at all.
Yeah.
We've seen a huge lack of that stuff. Usually it's like, “Here are the robots. We'll sell them,” and they're doing a ton of basically open-loop work, looking at—
Yeah, they're hand controllers.
Yeah. Doing that is almost orthogonal work from designing the system the right way for full autonomy.
But if we were to think about who Figure really competes with as our main competition, it's certainly China as a whole.
For manufacturing, I mean—for human, low-cost labor.
I think just for humanoids, we really don't see anybody else besides China as a real competitive threat today.
Fascinating.
Peter H. Diamandis
Rumors about Apple getting into the business? They cut down their car project, and the rumors are that they're heading toward humanoids.
Have you heard that?
We’ve heard this. I’ve been in conversations with every major tech company in the world over the last 12 months.
And then NVIDIA, Google, and even Sam—
Yeah.
Everybody’s making noises about heading into the space.
Meta, Amazon.
Yeah.
Yeah.
Yeah.
Listen, this is going to be the largest economy in the world. Roughly a little under half of GDP is human labor.
Right, $50 trillion.
Yeah. This is the next great place to be, and I think it’s going to be a super impactful business. It’ll lead to ubiquitous goods and services for anybody, an age of abundance, and it’s going to be a super fun business too.
Yeah.
It’s going to build the sci-fi future we all want.
Yeah.
It’s going to feel like—
Yep, it is.
It’s going to feel like 2080 up in here.
Yep.
So what you’re seeing is that every major group in the world will get into this space. You have to. You have no choice.
The major groups being Apple and Microsoft—
Yeah.
Google.
I think every major player that wants to do this.
Yeah.
I think what’s going to be hard is that we’re doing rocket-type difficulty and design here.
Yeah. Mm-hmm.
If Meta were building rockets, you’d be like, “That’d be crazy.”
Yeah.
I would think humanoid robotics is probably up there with rocket design. It’s certainly harder from an engineering perspective than when I built Archer, building electric aircraft, and that was hard.
Yeah.
These were 6,000-pound aircraft with 12 motors and 6 independent battery systems. We built our own control stack and embedded systems. We did all the structural design ourselves, things like this. So I think it’s probably up there with some of the hardest hardware on the planet, and you just have to be all in.
Well, let me ask you about that, because we were talking backstage at Abundance 360 last year, and you had—the basic tech stack had 6 layers of competency. You could probably rattle them off the top of your head, actually.
Is this for Archer or Figure?
This was for robotics prior to neural nets, I guess. So it applied to Archer and Figure.
Sure.
What were they again? It was—
Archer was basically a flying aircraft.
Yeah.
So I basically build electric vertical takeoff and landing aircraft.
Right.
It’s a flying robot, is what I meant. It has battery systems on board.
Yep.
It has electric motors.
Yep.
Electric motors are basically a stator-rotor gearbox. We have a little bit more sensors in our actuators than that, but for the most part, there are encoders and things like that in there.
Okay.
You have basically control software: How do we control this thing and make it move around?
Yep.
In the case of Archer and Figure, it’s a very over-actuated system. Archer has 24 degrees of freedom. We have tilting propellers, and we have pitch on the blades. We have flaps on both the tail and the wing. Figure has over 40 or so degrees of freedom in the system.
Yeah.
You have embedded software on board and sensors.
Okay.
So how do you get the compute, sensors, and embedded software all to talk to each other?
Yeah.
Then you have structures.
Okay.
Those are the core ingredients of a robot or something physically moving through the world.
So then my question is, traditionally, the employee base would be experts in 1, 2, 3, 4, 5, and 6.
Yeah.
They’d be really, really good.
Yeah.
So then you come in and overlay this with Helix, and you’ve got this massive neural network thing. Is that a seventh competency, or is that something that permeates the others? Or did you take all of your microcontroller experts and start training them on neural networks?
The next thing in Archer is: How are you going to plan? You do it through a pilot. My aircraft, Midnight, is a piloted 4-passenger aircraft. So who’s doing the planning?
Yeah.
You have higher-level behaviors in the stack that tell the lower-level control and code what to do.
Yeah.
Here at Figure, it’s been changing over time, but now it’s entirely neural nets—with Helix too.
Hmm.
What is the highest-level behavior telling the rest of the stack what to go do?
Yeah.
Where does that come from? It can come from a human. It can come from a joystick. It can come from an open-loop behavior, which we see, like we talked about before, or it can come from a neural net that’s doing the planning and reasoning.
The kitchen demonstration you guys saw today that we released—what’s telling the robot what to go do next? What’s telling it to pull the rack out of the dishwasher and go grab the cups—not the coffee cups, but the water cups? That’s a neural net making that plan.
Yeah.
In the case of my aircraft at Archer, it’s a pilot determining when to take off, when to hover, and when to transition into full flight.
Yeah.
And then how to descend.
And it’s a different type of neural net.
It’s a human biological neural net.
I guess.
Yeah.
8. Robots Move Into The Home
Peter H. Diamandis
Let’s talk about application layers. We’re seeing your movement into the home, besides the industrial base and such, and healthcare is going to be a big part of this. That includes elder care and helping people stay healthy at home.
By the way, you just came through Fountain? You got through Fountain Life?
Yeah, I did.
Peter H. Diamandis
How was the experience for you?
Thanks for referring me. It was great. I went down to a clinic a couple of weeks ago.
Peter H. Diamandis
Which one? In Orlando?
Orlando.
Peter H. Diamandis
Yeah, headquarters.
I didn’t know what to expect. I’ve done full-body MRIs, CT scans, and blood work before, but when I got there, it was basically a full stack. You know this, but it’s a full stack.
Peter H. Diamandis
Everything measurable about you. 200 gigabytes of data.
Exactly. I spent about 5 hours there, left, and got the download last week. It was unbelievable. What was great about it was that you get a comprehensive understanding of my body and what’s happening, but also somebody there reporting it out and talking me through how we understand it and what to do next.
Peter H. Diamandis
And a plan.
And basically build a plan from there.
Peter H. Diamandis
Yeah. Yeah.
It was great. I actually purchased it as well for my parents. I think it’s just a great gift.
Peter H. Diamandis
Oh, hell yeah.
Yeah.
Peter H. Diamandis
Dave, we need to get you there too.
Why Orlando, and why not somewhere else, like Wyoming or something?
I was on the East Coast, so I popped down to Orlando. It was just easy for me.
Peter H. Diamandis
Yeah, so we’ve got New York, Orlando, Naples, Dallas, Houston opening, Miami, and Los Angeles. Anyway, back to the conversation here.
Yeah.
Peter H. Diamandis
I can imagine this is going to increase the value of health in the home a lot, right? One of my visions of the future is that you’re constantly being monitored for your blood biochemistries—your protein levels, your vitamin levels, and so forth—and that information is being uploaded to Figure in the kitchen, ideally cooking your meals suited to what you need in that moment.
Yeah.
Peter H. Diamandis
And then there’s the whole elder-care side.
Yeah.
Peter H. Diamandis
How do you think about that?
About that.
Growing up, I grew up on a farm in the Midwest, and then my parents got into independent and assisted living about 15 years ago. I kind of grew up around senior care a little bit in my life.
You got into that business?
Yeah. My parents own and operate senior-housing facilities in the Midwest.
Nice.
So wait, they’re still in Illinois?
Yeah, still in the Midwest.
Wikipedia says your hometown has 2,000 people in it. Is that right?
I grew up in Maquoketa, Illinois. I think it was about 1,800 people when I was growing up.
Farm boy.
Peter H. Diamandis
Small.
Yeah, in the middle of nowhere. We had no traffic lights and no fast food. It was a dry town. It was just a whole different world.
Oh, man.
Yeah.
Do they have parades for you when you go back home?
Man, it’s just—
They have robot parades going through the streets.
Yeah.
Peter H. Diamandis
Can you imagine that?
Yeah.
So do you understand the value of a fully autonomous humanoid robot?
We’ve got to figure out how to ship robots into senior care and let people age in place at home. I’m really passionate about that.
Yes. Yes.
It’s hard—
Age in place.
It’s hard to get people to move into assisted-living and care facilities.
Well, how does that work? You’ve sold out 3 years into the future. You can’t make them fast enough to keep up with the demand, and then you’ve got BMW and a bunch of industrial use cases.
Yeah.
But then you’ve got this in-home—
Yeah.
And you’ve got—
Really? Okay. Maybe I’ll level with you on how I think about things. We’ve been spending the last 3½ years—we’re about 3½ years old—trying to figure out what the right recipe is, in the first instance, for what a general-purpose architecture would look like for humanoids. We believe we’ve found it internally, and we understand what that is.
Yeah.
We believe we know how to make robots now and put them out, and we’re going to run them really hard this year.
You showed us—what do you call it? The Grid?
Yeah, the Grid.
Yeah.
The Grid is my favorite place here. We have 4 buildings on campus, and it’s one of them. We have the facility outfitted to expand to hundreds of robots that will run 24/7. We have this little mission command post on the second story, kind of like a 007 situation room, and you can see every robot there.
It’s going to be doing both home and commercial workforce. We’re spinning up right now. The facility just opened this week.
Mm-hmm.
You guys saw it.
Yeah.
It’s squeaky clean, and we’ll start shipping Figure 03s into it this month.
Yeah.
Peter H. Diamandis
So: model homes, model factories, model operations.
Yeah.
Within mission control, you think of watching the robots, but the robots also have their own vision, which transmits back. It’s more like those combat movies where, back at the home base, they’re watching the invasion or whatever. You’re seeing through the eyes of the soldiers.
Yeah.
Peter H. Diamandis
Yeah.
You’ve got all that data coming back into mission control, too. So, if there are 200—how many are in there at any given time? A couple hundred?
250, 300.
250 or 300 robots—
Yeah.
—building a house or doing whatever, and all that video and telemetry comes back into mission control as they do it.
Yeah.
9. Embodiment Defines AGI
Peter H. Diamandis
Do you believe that AGI requires embodiment? There’s a lot of conversation that’s been put forward on that note.
I’m getting the chance right now to spend a lot of time on both physical AI and digital AI at Hark, so kind of both. I think when I talk to AI today or use it, it just feels like it’s so dumb.
Mm-hmm.
It just feels like you’re starting a new chat. You’re basically asking it for knowledge retrieval. It’s an advanced Google search engine.
What I envision is that we want to build the future. We want to build Jarvis—
Yes.
—or we want to build the Jetsons. I want to talk to it.
I want Jarvis so bad.
I want it to talk to me. I want it to reason. I want it to have perfect memory. I want it to be able to touch the world, both digitally and physically. I want to build it to be general-purpose, able to do things for me and reason through things.
Yeah.
We have Hark now designing CAD from scratch. You ask it to build a CAD thing. I asked it to build a monster truck for my son in CAD, and it’s going out, finding a CAD package, installing it, opening it up, and learning how to build CAD and the parameters it needs to look at for building monster trucks. It goes off and does it, and we can do that in under an hour now, fully end to end.
Clean sheet.
Clean sheet from a single prompt, and it’s using tools and computers like a human can. We’re going to give it all the same tools. We’re going to give it all the tools that Figure uses for CAD and FEA, all this different stuff, and it’s going to learn all this.
Was that the inspiration for Hark? The fact that there are a lot of LLMs out there doing a lot of things, but none of them are really connected to CAD, and you have so much experience from your—
My inspiration for Hark is that I feel like all the big frontier labs are chasing this very abstract version of reasoning.
Well, specifically, Anthropic wants to dominate coding and code self-improvement, and then OpenAI wants to dominate—
I want to dominate a sci-fi AI future.
Yeah.
Well, Jarvis. Everyone knows Jarvis.
I want to build Jarvis. I want the smartest person in the world with everybody.
Yeah.
There’s also the von Neumann probe. It’s the idea that these things go out into the solar system and then ultimately out into the galaxy and start making themselves out of raw materials.
Nobody’s doing this.
Yeah.
Everybody’s copying the other frontier lab that’s copying their frontier lab. Nobody’s building true multimodal systems that really can reason and understand, have persistent memory, and go out and touch the world and do things. That’s my version of AGI: I can do what humans can do, and humans are not sitting there giving me Google search answers.
Right. Right.
Which is what we have now.
Right.
It’s terrible. In one aspect, it’s great because this new alien technology dropped on the planet in 2022, and we’re trying to figure out what to do with it. But the other aspect is that there’s so much the models can do now.
There's such an overhang in the product capabilities.
Mm-hmm.
We're understanding that better now at Hark. We're understanding that better now at Figure. I think we're abstractly getting to a place where we're building synthetic humans at scale.
Mm.
These humans can be both digital—they can work on the computer and use tools—and physical. They'll be able to reason with you, talk, have memory, understand you, and go off and do anything a human can.
Yeah.
Peter H. Diamandis
Have you been tracking Claude Bot now, Malt Bot?
Yeah, I've been tracking Claude Bot.
Peter H. Diamandis
Yeah.
It's really cool.
Peter H. Diamandis
Yeah, they renamed it to Malt Bot.
I think it just shows you how complacent a lot of the frontier labs have been.
Peter H. Diamandis
Yeah.
Where you have such incredible—
Peter H. Diamandis
They're—
—capabilities—
Peter H. Diamandis
Capabilities—
—that can be used with a very simple harness and very simple Markdown files, and very simple tools you can give it, on the back of Opus or whatever you're going to use.
Peter H. Diamandis
Yeah.
It can do magical things for the world.
Peter H. Diamandis
Yeah.
And we've had that for a long time now. It wasn't like they went out and built a new AI model for this. They basically just put some harnessing, MCP, and APIs around this, and it basically went out and can basically be your executive assistant.
Peter H. Diamandis
Mm.
It's really awesome.
Peter H. Diamandis
Yeah.
And there's a huge area here to give that to every person in the world and make it easy.
Peter H. Diamandis
Yeah.
We're doing some model development now at Hark that is truly state-of-the-art, I think, and I'm excited about that. We're also doing some of that now in the physical world at Figure, so we have this digital-versus-physical thing that I'm seeing on both. I'm just so excited about this future, even over the next 12 to 18 months. The next 12 to 18 months, I think, will be the largest AI transformation we've ever seen.
Peter H. Diamandis
Yeah.
And getting back to your point about what we do with healthcare and robots, we're going to make a shit ton of robots. We're spinning up resources right now, both at Bachy you're seeing now and future Bachy, to basically be able to make millions of robots.
Peter H. Diamandis
How long before these robots are your physician, your surgeon, able to actually support all the complexity of a medical procedure?
I think from a hardware perspective, in 2026 we'll be able to do—
Peter H. Diamandis
Mm-hmm.
—what surgeons can do.
Peter H. Diamandis
Yeah.
I see no reason we can't do that, given where we're at with our roadmap and things like that with Figure.
Peter H. Diamandis
That's pretty—
Peter H. Diamandis
That's pretty fast.
Yeah, it's pretty fast. I feel pretty confident that by the end of this year, you'll have a hardware system that, if you could teleoperate it or something like that, you could basically be able to do real surgery. It depends what type, but I think most things a doctor could do.
Peter H. Diamandis
And then the AI system is just layering on top of that.
Yeah. Then you have to get the brain to work really well—
Peter H. Diamandis
Yeah.
—at these things, and this has got to work at the highest level of performance.
Peter H. Diamandis
Let me ask you—
But—
Peter H. Diamandis
—federated learning gives you an incredible amount of—
I think we're—
Peter H. Diamandis
—knowledge.
I think we're very close to this working. I think we've already shown that if we can get the right data and the hardware—if the hardware can do it—the simple hack is that if you can teleoperate the robot to do it, we can learn it.
Peter H. Diamandis
Yeah, I mean, that's a really—
And—
Peter H. Diamandis
—important point people need to understand. If you can teleoperate the robot, if the mechanical—
It just—
Peter H. Diamandis
—systems, the motors, and the fidelity can be done.
Yeah. I think we're dumping on teleop, but teleop has a couple of good things. It's a really good testing tool.
Peter H. Diamandis
It proves out the hard—
And it proves out the hardware. If you can't teleoperate it, you're not going to be able to learn it, meaning if there are restrictions in the range of motion or payloads—if you pick up something heavy and the robot can't do it during teleoperation—it's not going to be able to do it in a learned policy.
Peter H. Diamandis
Yeah.
So I think if you can teleop, you can learn it from a hardware perspective. We'll be there in terms of more dexterous-type things we talked about here. What we've already shown is that if we can get the right data for it, we can get the hardware to basically do anything it's capable of.
Peter H. Diamandis
And then you can add infrared, ultraviolet, and all kinds of additional sensors into the system.
Yeah, for sure. We have it now with tactile sensors—the palm camera is a good example. Humans have palm cameras.
Peter H. Diamandis
I would Google that.
We've been seeing a boost in performance.
Peter H. Diamandis
Maybe I do.
A lot of cool things. We're reaching into a cabinet now, and we can use the palm cameras.
Peter H. Diamandis
It totally makes sense. As soon as I heard it on the tour, I was like, "Duh." It totally makes sense. I mean, how many times a day are you reaching? You can't—
We're kind of blind reaching in.
Peter H. Diamandis
—just putting your phone down there to get the camera to look at it.
Yeah.
Peter H. Diamandis
I'm sure we would have evolved an eye right here if it were—
Yeah.
Peter H. Diamandis
—physically possible.
It is an interesting question for you. You've got the cameras in the head, again mirroring a human, and the hands. Why aren't there cameras rear-facing or 360-degree-facing?
Peter H. Diamandis
Maybe there are.
We do.
Peter H. Diamandis
I just bought an amazing drone, the Antigravity drone. Have you seen it? It's the VR headset.
Mm.
Peter H. Diamandis
It's got 360 above, 360 below, backward, and forward.
Yeah.
Peter H. Diamandis
And it's extraordinary. So how do you think about cameras?
We do. We have them on the robot.
Peter H. Diamandis
You do?
Yeah.
They are rear-facing cameras.
Peter H. Diamandis
Okay. I have to ask this question for our Moonshot Mates—
Yeah, if you just—
Peter H. Diamandis
—for some—
—go over and look behind them, they have cameras in the back.
Peter H. Diamandis
Okay.
Yeah.
Do they?
Peter H. Diamandis
I mean, I'm seeing it rotate here—
Yeah.
Peter H. Diamandis
—on here.
Yeah.
Peter H. Diamandis
One of our Moonshot Mates, Salib Alsmal—you might know him. He's one of my co-founders with Ray at Singularity University. He's like—
Nope.
Peter H. Diamandis
"Why in the world are there only 2 hands? Why don't we see robots with 4 hands or 6 hands?"
Yeah.
Peter H. Diamandis
To put that to bed once and for all, personally.
Yeah. We get asked this a lot. It's like, "Why not superhuman?" and all these different things, which is a lot of the questions. My summary to this is that our goal is to be able to do what humans can, and then you want to do it the cheapest and lightest possible way you can. The lighter, the better, for safety. The cheapest is obviously very important. All of those will affect manufacturability and scale.
When you start building things that are better than humans in a lot of ways—if it can run a 3-minute mile, if it can do a backflip, if it's got a bunch of arms—it's going to make the robot really heavy.
Peter H. Diamandis
Yeah.
It's going to make it really costly. It's going to be really hard to manufacture.
Peter H. Diamandis
It's optimization.
And then your question is, okay, when I look at the logistics use case, I don't think you can actually have 4 arms or 6 arms and move any faster. The line is relatively small—it's maybe a meter or so in depth. You have to get a package. The package needs to be roughly in the center of the conveyor system so the scanner below it can scan it and put a label on it.
Peter H. Diamandis
Mm-hmm.
In that case, we basically have another 3 to 5× in terms of speed that we can run the actuators at. The software isn't enabling—
Peter H. Diamandis
Mm-hmm.
—because it doesn't know how to do it yet. So we can run 3 to 5 times faster than what you saw today.
Peter H. Diamandis
Wow.
Because we need the whole body to run.
Peter H. Diamandis
That’s amazing.
Yeah. When we look at it in terms of radians per second, we traditionally look at RPMs.
Peter H. Diamandis
Yeah.
We look at radians per second here. We have another 3 to 5X headroom in the actuators that you’re seeing now.
Peter H. Diamandis
I would love to see a robot do that.
I think the cost of a mistake when you’re unloading the dishwasher—
Yeah.
At the current rate of speed, the cost of a mistake is relatively low. You start running 3 to 5X faster and you—
It’s just like—
If that thing glitches—
I just don’t know if it’s really needed.
Yeah.
You’re going to get a really expensive robot—
Yeah.
—and it’s going to be less safe, it’s going to be harder to manufacture, and then you’re going to have a $10,000 to $20,000 robot there—
Right.
—and you’re going to have a really expensive robot. Let’s call it $50,000. Cost is really a function of manufacturing volumes.
Mm-hmm.
So you really want to build like the car.
Well, that’s why going after the industrial use case is such a no-brainer—
Or even just a home.
Because—
The home needs every—
Well, the home is huge in the end, but if you’re running 3 to 5 times faster than what we’re seeing right now in the home and you kick the cat or something like that, that’s not great. In the industrial use case, everything is taped off.
10. The Billion Robot Economy
Peter H. Diamandis
I remember I was interviewing you for my next book, which comes out in April. Here it is, Where Is God?
Oh, wow.
Peter H. Diamandis
We’ve talked about this, but I’m super excited about it. Of course, you and Figure are prominent in the book.
Hmm.
Peter H. Diamandis
Because this is godlike. I mean, it’s extraordinary. We’re giving life to new systems. I was interviewing you about how many robots there will be and what the price point is.
Yeah.
Peter H. Diamandis
And I want to just double down on that because the numbers are pretty staggering, and they make sense. So if you’re actually getting the price down to $20,000 a robot—I haven’t heard $10,000 a robot, but $20,000 a robot—you’re leasing a robot for $300 a month, $10 a day, $0.40 an hour. And then the question, when you ask the question, is: If it’s really $10 a day, how many would you own or would you have?
Yep.
Peter H. Diamandis
You end up with a lot of robots. So what’s your estimate on the number of robots on planet Earth in 2035 or 2040? Where do you think that’s going?
I think it’s relatively straightforward to think that every human should have a humanoid to do all your work, and then we should have maybe on the order of 5 to 7, maybe 10 billion in the commercial workforce. I think if all goes well, you could basically build tens of billions of humanoids on the planet.
Mm-hmm.
You’re basically building a replica of a human that’s really cheap and works 24/7.
Yeah.
We will be at a point, I hope, in 24 months, where all the robots will build all the robots.
Well, that’s what I wanted to ask about scale. You said we’re going to ramp up to millions a year. One per person on the planet is 8 billion, so millions per year really isn’t that much.
It’s nothing, yeah.
So then you’re like, okay, the self-improvement loop is going to be incredible here.
You also need tons of working capital. If you put a billion robots on the planet, even if they’re, let’s call it, $20,000 apiece, you’re talking $20 trillion of working capital.
Peter H. Diamandis
I mean, you’re not that much—
So there’s some land there.
Peter H. Diamandis
There’s a billion cars on the planet right now. There’s not more than that.
But if you tried to build them in 5 years—
Peter H. Diamandis
There’s a—
It took 80 years to accumulate those cars. Some of those cars are 30 or 40 years old and still running.
We have a couple billion cars on the planet, but we make a billion or more cell phones a year. So—
Yeah.
I think it’s just more cell-phone-like, where it’s going to be personal. We even go back and forth on whether, if your robot breaks, you want a brand-new refurbished robot, or whether you want the old robot you used to have because you’ve known it, you understand it, and it has a personality.
Yeah.
I think it’s going to be with you. It’s going to know everything about you. You’re going to talk to it every day.
Peter H. Diamandis
Yeah. Well, why wouldn’t you just have a personality transfer?
You could, but I think there are some inner workings. It’s got all the scratches on it that you know. It’s your thing, and it’s got a little bit of a feeling. But yeah, for sure, I think that’ll be fine. But at some point—
Wait, wait. Let me ask the geeky finance question, just before we lose the topic here.
Yeah, sure.
So if you have an all-neural-network-based system, it can learn at an incredible rate. The technology is advancing remarkably. You look 24 months in the future, and the demand is on the order of billions, not millions. Like you said, to build that out in 1 iteration—you used the cell phone as an analogy, but Apple had 15 years to profitably ramp up production to 1 billion units a year.
It will be faster. Yeah.
And so the demand is there to do it in 1 year.
Yeah.
But you would need $1 trillion—some insane amount of capital.
Yeah, you’d need a lot of capital.
Peter H. Diamandis
But that’s no longer an insane amount of capital. I mean, we’re seeing—
I think you can—
So what do you do?
I think you can—
Do you leave the world starved, asking for the robot for 5 years—
Peter H. Diamandis
Yeah.
—or do you raise $1 trillion?
If you look at credit card receivables or car leasing, these are trillion-dollar markets per year in terms of financing. So I think the financing market is there for this. What do you do? I think one is, you have to solve the neural-net game. You have to be able to scale with neural nets, and you have to solve pre-training and generalization.
Yeah.
So you have to solve for a general-purpose robot. That is table stakes. You have to solve this. That’s why we’re so obsessed with trying to solve it here at Figure. If you don’t solve that—
Right.
—none of this matters.
Yeah.
The second step is you have to have robots in the loop building other robots.
Mm-hmm.
Those 2 things have to be solved, and you have to design the robot to make sure it can hopefully design itself at the end of the day. There’s a bunch of stuff we’re putting in place in terms of manufacturing execution software, the lines, and all the design of it, so we can, at scale, have humanoids go in, build other humanoids, and get them off the line.
Yeah.
I think these adoption curves are shortening and shortening.
Mm-hmm.
And I do think if we could solve a general-purpose humanoid robot today that could do everything you wanted, I think we could ship 1 billion of them today.
Yeah.
Peter H. Diamandis
What did you say again?
I think we ship 1 billion today.
Yeah, I totally agree.
So basically, it comes down to—
Totally agree.
Can you get the neural nets to work at scale? Can you get the models good enough to generalize to this scale? Build a general-purpose robot—call it a general-purpose robot, like a human in a suit. And then can you get robots in the loop building other robots?
Well, the other thing that’s really compelling is that the neural net is the only IP you need to protect. So as long as you have the federated learning coming back to the mothership and all the training is happening centrally—
Peter H. Diamandis
Yeah.
Do you know the Star Trek Genesis project?
Peter H. Diamandis
Yeah.
You’ve got the little capsule. It has basically the germ of—
Peter H. Diamandis
The DNA.
You could ship literally a box to Kenya that’s like, “Here, here’s the Figure box.” It opens up, and it starts making a Figure manufacturing plant—
Peter H. Diamandis
Sure.
right out of thin air—in the middle of Kenya.
Peter H. Diamandis
Yeah.
And if there's capital there to bring the resources to it, then that's how you get infinite scale.
Peter H. Diamandis
Well, we talk about that. The innermost loop is energy and AI intelligence.
And local mining for the materials or whatever, but it's completely self-contained. But the key—
Peter H. Diamandis
Mm.
—is that you just unlocked that capital that wanted to build something productive—
Peter H. Diamandis
Yeah.
—while all the IP is still flowing back—
Peter H. Diamandis
And 100X-ing the GDP of Kenya.
—to train the neural net centrally.
Peter H. Diamandis
And just drop it.
Yeah, 100X the GDP of that jurisdiction. There's latent capital all over the world.
Peter H. Diamandis
So we talk about how there's a lot of fear out there in the world about losing jobs to AI and robots. The reality is, the conversation has shifted now to, “Well, no, this is going to create massive abundance and universal high income.”
And that happens if, in fact, rather than the company hiring a robot to replace me, I hire a robot to go out and do my work for me—and, in fact, it's able to get triple my salary because it's working 3 shifts, and then earns enough to get a second robot working for me.
Mm-hmm.
Peter H. Diamandis
And so the question becomes: Where is that capital captured? Is it inside the hyperscalers? Is it inside the individual? That's going to be the interesting conversation coming up. How do you think about that, Brett?
Mm.
We're going to sell robots at scale. You're going to be able to deploy as many robots as you want and do whatever you want to do. You can always do whatever you want. No instruction manual: “What do you want it to do?”
It'll learn it. It'll research the internet. It'll use digital tools if it needs to. It'll talk to you. It'll reason. The future's going to be really fun.
11. Safety Unlocks Home Robots
Peter H. Diamandis
Safety and privacy. Let's talk about safety in the home and privacy in the home. There were lawsuits over the last years with Google and Amazon: It's listening to you in your bedroom and so forth.
How do you address safety and privacy? Or is it just going to happen? Is it just too early because we're not there yet?
I think those are some really hard questions to answer in one go, because there's a bunch of different safety implications here that are just—safety's probably the number 1 thing to tackle to get robots into the home at scale.
Yeah.
There's a semantic understanding of safety. If there's a candle lit and I knock it over by accident, or if there's a boiling pot of water and I hit it, just understanding how to be safe in an environment where humans are.
Yeah.
And there's actually the intrinsic safety of: Can the robot be with humans and animals and pets and be safe? That has to be solved. We can talk at length about how we're going to solve those problems.
And then you have the whole privacy, cybersecurity, and other aspects of this that need to be approached with good intentions: How do we solve those problems? We are working on all of those now. They are very difficult things to get right.
Mm.
I do see a path where we can build intrinsically really safe robots around people and pets. We have a plan for how we're going to do that.
Peter H. Diamandis
They could be safer than humans by a large margin, just like autonomous cars are safer than humans at the end of the day.
Yeah. These have superhuman perception. We can see basically all around us at all times. We're always on. We're always computing what to go do.
Mm.
Assuming nobody's trying to be mean to the robots or things like that, I think we should be extremely safe around everything we're doing.
And around privacy, these are going to be in your home, so being upfront about what data we're collecting, where that data's going, and how we're keeping that data private and encrypting that data—all of this is super important.
Yeah.
We have an entire team on cybersecurity here in-house, on both the product and commercial side and the corporate side, working through how we think about this at scale.
Yeah.
Right now, they're great. They're from the big companies that have been doing this for a long time. We think about it as the corporate side as well as the product side, on the robot side as well.
Yeah.
Peter H. Diamandis
Your facility here, which is your sort of prototype manufacturing facility—50,000 robots a year, you imagine?
That facility can support about 4 lines. Each line can do about 12,000 units a year, so a little under 50,000 units a year at full run.
Peter H. Diamandis
What's your next step up, do you think?
We're building thousands of robots right now. That's the big push we're doing right now. You just saw it today.
Yeah.
That's the Figure 02 stuff we're doing off the lines today. Then we want to go to tens of thousands, and then hundreds of thousands and millions. I think we need to take those steps as a company to go do that.
This facility will top out at 50,000 a year, a little under 50,000 units a year at full capacity. Think about the long term: It'd probably be low volume when we look back in 5 or 10 years.
Do you think you might franchise out the neural net and the circuitry around it? All these other people are saying, “I'm building a robot that cleans industrial pipes,” and all these different form factors.
No.
No? Just keeping—
I think it's super unsafe.
Yeah.
I think we see these robots out there like this. They're around humans, and we don't own the hardware. We don't know what they're doing. It's our neural net in it. I think it's—
Oh, interesting.
Yeah. I think it's similar to Archer. When we were building Archer out, I think it's a safety-critical system.
Yeah.
Especially Archer—since they're licensing it out to their folks and stuff like that, that's very problematic.
Yeah.
I think here it's the same thing. Even with humanoids done right, we have a fiduciary duty to our civilization to build really safe humanoid robots at scale.
Yeah.
Giving this AI system or even hardware to anybody that would want it is not something we will entertain.
So then when do you branch out into other form factors, like things that work underwater, things that work—
I think in the future, everything that'll move will be a robot.
Peter H. Diamandis
Mm-hmm.
Mm.
Besides humans.
Yeah.
Within that, I think humanoids will dominate the plurality of all robots. It'll just be such a big percentage of them that the other robots will be niche and expensive, like super-duty trucks that you have out mining. They'll just be made for specific areas, maybe underwater, as you said, or something else.
Or heart surgery or brain surgery. You've got these very, very fine-tuned systems. It's like a robot controlling a robot.
I think you're left with very expensive equipment that's very siloed. You really want to build a general-purpose machine that can learn across a variety of different tasks and have that transfer learning.
Mm-hmm.
I think that's extremely important here, and that needs a very high variety of rich data. This is only going to help the robot system get smarter and better.
Yeah.
So my view is, I think it'll just be humanoid robots everywhere on the planet. There will be other robots there, but they'll just be niche businesses.
Mm-hmm.
Peter H. Diamandis
When I was flying up here, I posted your video that you released on Helix Studio today, and we asked the community for questions. It just blew up with a whole bunch of amazing questions.
One of the questions is: “Do you have a blooper reel, and can folks see it?”
No.
Peter H. Diamandis
“And then what's the weirdest task someone on your team has tried to teach it to do, and it absolutely did not work?” That's from a listener.
Ben Casper, nice. The weirdest task that did not work? Well, the weirdest task…
Peter H. Diamandis
Yeah.
Jogging was fun. Jogging was cool because we really had a steerable jogger, and a lot of this work in running has, again, been open-loop.
Peter H. Diamandis
Mm-hmm.
Actually, I have a gift for you. It goes there.
Peter H. Diamandis
Okay.
I have 2 Figure-deadmau5 hats.
Peter H. Diamandis
Okay. What does that mean?
We basically had robots on stage at a deadmau5 concert at Red Rocks late last year. We generally don’t venture out into weirder stuff. There you go. Nice.
Peter H. Diamandis
Yeah.
We actually had deadmau5 at our last 2 holiday parties at Figure, which was fun. We generally focus on how to design something really useful, but we’ve had some pockets of time to do fun stuff like this.
Peter H. Diamandis
Oh, that’s good.
I think having robots on stage at deadmau5 at Red Rocks was just—I flew in for it. It was unbelievable.
Peter H. Diamandis
Yeah, and you had them on stage for that.
We had them on stage.
Peter H. Diamandis
Oh, that’s great.
It was great. We had several Figure 02s on stage just jamming. We had them all synced, so they synced to the music as they danced, which was really cool.
Peter H. Diamandis
Yeah. I would love that.
They were moving toward it, which was actually wild.
Peter H. Diamandis
I had you on stage last year at the Abundance Summit, but Figure wasn’t with you, so I need to get you back there with Figure in the loop.
Totally.
Peter H. Diamandis
Yeah, for sure. When are we going to see the first Figure in a customer’s home? That’s the next question.
We want to ship robots when they’re really ready. I don’t want to ship slop.
Peter H. Diamandis
Best guess.
I think last year I said 2025. In 2026, we launch a robot to do end-to-end housework in alpha testing, in my home.
Peter H. Diamandis
Mm.
To do full—
Peter H. Diamandis
Like mopping, cleaning, dishwashing—
We’ve done pockets of work really well. We’ve done dishes and laundry and all this. You’re seeing something that’s getting tied together now, but I want to do it across days and weeks of work. I want to be able to drop it into somebody’s home that it’s never seen and also make that work really well.
Peter H. Diamandis
Yeah.
I want to be able to talk to it, and I want it to—
Peter H. Diamandis
Yeah.
—be able to understand me, remember things, show us things, and be able to walk through a room and show it around, almost like a visitor you have at your house for a week, and understand what to go do.
Peter H. Diamandis
2027, 2028, 2029? Your best guess—earliest or latest window?
I’ll tell you what we’re doing: We’re working until midnight every night to solve this problem.
Peter H. Diamandis
Yeah. You were here too.
We are here every weekend, every night, to try to figure out how to solve this.
Peter H. Diamandis
That’s a given. That’s—
This is the question. We call it general robotics. This is kind of where we want to head. I think by the end of the year, we will be able to put a robot into an unseen home and have it do fairly long-horizon work. Then you want to measure how many human interventions you have.
Peter H. Diamandis
Yeah.
Is it once an hour, once a day, once a week, once a month? I think we’ll do that. I think that would be a huge accomplishment for us. I think we’d be on the path to solving general robotics, and then I think next year you’d be on a path where you could ship them into users’ homes and start making sure they work well.
I think anybody who tells you, “Hey, we’re going to ship them or teleoperate them in the home, or we’re going to ship them in at scale in a year,”—you’ve got to ship in a small quantity, and they’ve got to work well. Then you’ve got to work out the problems, and you’ve got to ship again. You have to have an iterative design roadmap, which we have here, and we need to learn.
Peter H. Diamandis
You can learn.
And learn. It’s going to work well at 1. Then it’s going to work well at 10 homes. Then it’s going to work well at 100. It’s going to work well at 1,000. Then it’s going to be 10,000. Then it’s going to be 100,000. Then it’ll be at 10 million. I think it’s going to be super steep.
Peter H. Diamandis
Exponential growth curve.
Exponential growth curve. So I think it’s going to be super steep.
Is there anything to worry about there in terms of time to market? Because the industrial use—you’re sold out for years to come anyway.
Peter H. Diamandis
The question is, is competition going to come in and grab the market before?
Yeah. Or bond with your kids or something.
We feel the work we show today and the work we showed 2 years ago has never been done, in my mind, by any other humanoid company in history.
Yeah.
If that’s the marker, the marker is whenever somebody can do the Keurig test for a couple of minutes with uncut film, and I can watch it do it closed-loop with bimanual manipulation—not even just standing. You’re 2 years away from where we’re at.
Mm-hmm.
So I think we’ll see. We’re trying to push and continue to pull ahead, but hopefully by next year—
By next year—
—we can really show real general purpose inside the robot. Maybe even as soon as this year. I mean, it could happen in a couple of months. We have the right stack now. We’re building datasets at scale so quickly. We’re spending so much time and money on this internally.
We just launched our new B200 cluster. NVIDIA helped; Jensen helped. That went live this year.
How many GPUs are in your—
We have 3,000 B200s that are going live, and we have another set of much larger GPUs that we plan to put out here.
Peter H. Diamandis
Is it for pre-training or—
We just use it for pre-training.
Peter H. Diamandis
—or for inference?
Pre-training.
You do it physically here?
No, we do not use it physically here.
That’s a lot of power.
Yeah, a lot of power.
Peter H. Diamandis
Jay Crate asks a question to the science-fiction geeks among us: What’s beyond Asimov’s 3 laws for you? Have you thought about that? Have you thought about fundamental laws to program into—
Yeah.
Peter H. Diamandis
—your robots?
I think you really want to put these rules down into the nonvolatile memory onboard the robot, at the chip level.
Oh, yeah.
At the chip level.
R2-D2.
Peter H. Diamandis
Mm.
Yeah. We’ve been thinking about this quite a lot. On the one hand, we still want to solve general-purpose-ness. On the other hand, we also want to figure out, once we’re close there, how we get all the supporting things ready to go.
Peter H. Diamandis
Yeah.
Safety needs to be there. Privacy needs to be there. Fleet operations, the reliability of the robot, the maintenance plan for how we’re going to service this, and everything in the business model—all of it, including financing—needs to be packaged and ready to go. So we’re working through all of these now.
Asimov got a lot of things right, and I feel like a lot of the 3 laws—these foundational rules for how we treat humans—we have our own spin on this that I won’t publicly tell today. The goal is to do good work.
Is this something everyone learns internally in corporate training and memorizes and all that?
It’s something that we put, and are going to continue to put, on all the robots.
Peter H. Diamandis
So you have a newborn relative.
A new what?
Peter H. Diamandis
You have a newborn child.
Oh, yeah.
Peter H. Diamandis
Right?
Yeah.
Peter H. Diamandis
So the question here from KK says, “When would you trust Figure to hold your newborn?”
Yeah.
The new Figure 03 is soft. It looks like it’s designed for the home.
That’s this.
But it’s still about 100 pounds, right?
I think it’s the same. I like this question a lot because at Archer I always say, “Until I put myself, my kids, and my family on board, it’s not safe enough to fly anybody.”
Yeah.
I wouldn’t do that today at Archer, and I hope soon I can do that. At Figure, I think it’s the same question: when do I feel safe enough to have a robot in my home?
Peter H. Diamandis
Well, you had it in your home, but—
But I’ve been there. We’ve had folks there, and we monitor it.
Peter H. Diamandis
Yeah.
I think we’re truly safe, but we’re not there now, and I think that’s a great bar for us to hit. When I can put a robot in my home fully autonomously, end to end, around all my kids, I think that’s the point where I would trust it. I think that’s the point where I would say, “This is ready for everybody.”
It’s a good heuristic for us to really try to hit. That’s our goal here: to be able to put it in my home with free rein to go do what it needs to do.
Peter H. Diamandis
Yeah.
We’re there with it now. We babysit it, watch it, and it works well. I’ve shown videos of the robot being with kids, but I think we’re doing it in a safe way.
Peter H. Diamandis
Yeah.
The robots have been totally safe, which is great. Number 1, we need to build a system safety architecture that’s really, really fault-tolerant and redundant in real time.
Peter H. Diamandis
Mm-hmm.
We’ve done that, and we’re doing a better job of that in the future. Number 2, you have to build a safety track record for this. There’s nothing better than actually proving this thing is going to be safe.
It’s a nice barrier to entry, too, if you take the Apple road: it’s got to be a great out-of-the-box experience. That means not stepping on the cat, certainly not dropping the baby, and getting the cybersecurity side of it right, too—not transmitting everything back and having it posted on the internet.
Yeah.
But if you get that reputation—which it sounds like, of all the companies I’ve met, you’re perfectly positioned to get that reputation—don’t make a mistake along the way. Then everybody just says, “You know what? I’m going to choose a Figure robot because I just feel…”
Yeah.
It’s the same way people feel about the Apple brand with cybersecurity.
Yeah.
So—
I hope people walk away from this knowing that general-purpose robots are coming. It feels very close. There are a lot of other things around that you have to get right to build this at scale really well.
Peter H. Diamandis
Is that your main message you want to get across here to everybody watching?
I think the main message we feel every day, if people are excited about AI and robotics, is that this is going to happen really soon.
Peter H. Diamandis
Yeah.
And it’s happening. I mean, you saw it today—
Peter H. Diamandis
But I don’t think people have a clue how fast this transition is going to be.
Just go to our YouTube and watch our videos from the last 2 years. Watch them side by side. It’s dramatic, the change every single year.
Peter H. Diamandis
Yeah.
You saw it today in person. Our robots have now been in customer sites and things. They’ve been out, and we’re going to continue to show more, but it’s hard to feel that because you don’t see it every day.
At some point, probably in San Francisco first, you’ll see more humanoids than humans. I think that’ll be an amazing day.
Peter H. Diamandis
Yeah.
Right now I’m driving in Santa Monica. I was just—
Peter H. Diamandis
By the way, we just did a podcast earlier this morning with Cathie Wood, who sends her best.
Oh, cool.
Peter H. Diamandis
She’s a—
I know Cathie.
Peter H. Diamandis
She’s a huge, huge fan of yours.
Cathie invested in me at both Archer and Figure. She’s great.
Peter H. Diamandis
Wow.
Yeah. She feels the same way.
Yeah, sure.
Peter H. Diamandis
She does. She’s very proud to be an investor in Figure. I was telling her that when I’m out with my kids in Santa Monica, we count the number of Waymos that we see.
Isn’t it crazy?
Peter H. Diamandis
We’ll see 10 Waymos.
Yeah.
Peter H. Diamandis
And then the Coco robots, the little ground robots—
Yeah.
Mm-hmm.
Peter H. Diamandis
The Starship bots and such—I mean, they’re all over the place.
It’s crazy.
Peter H. Diamandis
The first time you see one, you pull out your phone and take a photo. It’s really cool, and then you take it for granted, and then it’s in your way.
Yeah.
Peter H. Diamandis
Right?
My wife and I took a Waymo downtown last weekend for date night, and it was just unbelievable.
Peter H. Diamandis
Yeah.
As an engineer working on these hard projects, I feel like the amount of engineering work they had to do to put it together safely is—I mean, you know what I mean?
Peter H. Diamandis
Google did this, actually.
You control the music and the lights and the environment. If you take a New York City cab and get in the back, it’s like this smoky hell. Then you get into a Waymo, use the app, and turn it into your little paradise. It’s like night and day.
Peter H. Diamandis
Google did such a beautiful job taking the product. Larry Page saw the product win the DARPA Grand Challenge back in 2005, committed to it, and brought the team on.
I think it’s been 16 or 17 years.
Peter H. Diamandis
Yeah.
Yeah.
Peter H. Diamandis
They just stuck with it. Astro Teller at X basically built it out, and then Waymo became an amazing product. It works.
They’ve been undeterred for 16 or 17 years. “Don’t worry about it. We’re just going to make it.” And they did it. It’s unbelievable.
Peter H. Diamandis
Yeah. Amazing.
It’s very inspirational.
Peter H. Diamandis
Kudos to them.
Can I ask you my geeky, sci-fi-meets-geopolitics question du jour? I just got back from Davos on Friday. Today’s Tuesday, so I’m 9 time zones away.
The big topic at Davos, of course, is Greenland, and all the Europeans are saying Greenland could never possibly be mined. It’s impossible to extract minerals from this frozen, cold tundra.
We have some family mining operations in Minnesota, where it’s not nearly as cold but still pretty damn cold.
Peter H. Diamandis
You don’t have mile-thick ice sheets.
We do not have mile-thick ice sheets, but I think if you’re talking about 1 billion and then 8 billion robots, and you need the materials, and that’s the only constraint—
Yeah.
And you have robots that can operate machinery—
Peter H. Diamandis
We can mine asteroids, buddy. Seriously.
You think we’re going to be doing asteroids before Greenland?
Peter H. Diamandis
No. We’ll do Greenland first.
You think we’ll do—
Peter H. Diamandis
Then we’ll do asteroids.
But you think Greenland is viable? I’m not talking about 20 years from now, either. I’m talking about if you want to build 1 billion robots in, say, 6 years from today. That’s realistic.
Peter H. Diamandis
It’s a $50 trillion market for this.
Yeah.
Peter H. Diamandis
That demand drives—
Don’t you think you’d find a way to get through the ice, given 1 million robots working on it?
I’d hope so. Yeah. I think we’d find maybe better physics, but definitely better engineering solutions for this.
Mm-hmm.
Then we’d be able to put an unlimited amount of human capacity at it.
Yeah.
Through humanoids.
Yeah.
Yeah.
That's what I'm thinking, too.
Yeah.
Because the machinery I see is massively automated. It's still driven by people. It's still operated by people.
Yeah.
It doesn't need to be.
It's crazy this shit works, right?
Yeah.
The humanoid neural nets are just—
It's—
It looks—it's just crazy.
The thing is, when you make it work on unloading the dishwasher—
Yeah.
People don't realize how close that is to working on every other task. If you do it—
The dishwasher and folding laundry—these things that we're already doing—are so hard. You have compliant materials that are all changing with you dynamically. Everything isn't in the same place.
Yeah.
It's very different than being on a conveyor system or manufacturing—
Yeah.
Something like that. They already can do it today.
Yeah.
We can do it, and now it's a matter of doing it better—
Yeah.
—doing it with higher reliability across a more diverse distribution of what humans do every day. That's a data play.
The thing is, if you achieve that goal by hacking together 100,000 lines of C++ and teleoperating it, it would look the same, but it would be nowhere near—
As—
—conquering every other problem—
—as flexible, yeah.
But if you did it purely—it's nothing but a neural net—
Yeah.
—and it's purely trained, that means you're within a millimeter—
Yeah.
—of every task—
We are—
—we could possibly define.
We feel like the limiter here is just data. The only difference between it doing logistics and learning towel folding, dishes, or whatever we end up showing in manufacturing is literally just data.
Yeah.
Data goes into the neural net, and now it can do this work.
Yeah.
It's just new neural net weights onboard.
Yep.
I think we're just bound by data now. I think it's not a trivial thing to do to get the right pretraining set for this at scale, but we have a bet that I think will work. We've been deploying that at scale for the last 3 or 4 months.
Yeah.
Stay tuned. We're working through it. I hope this will lead to—I think you'll see a lot of positive transfer emerge from a robot that's able to generalize to a lot of things.
Yeah.
Peter H. Diamandis
Yeah. Amazing. One last thing before we wrap up. Can we pull the camera in close and maybe give us a tour of Figure 03?
Yeah, let's do it.
Peter H. Diamandis
Thanks for the close-up and intimate tour. So, Figure 01.
Figure 01. One cool thing about Figure 01 is that we designed most of the system in-house. We didn't care about looks. We cared about unlocking the AI and controls team. It was something they could use from a software perspective.
Peter H. Diamandis
Yeah.
We designed and walked this robot in under 1 year, so I incorporated the company. We think it's probably one of the fastest times in history.
That's a lot of parts, man.
Peter H. Diamandis
Did you draw this by hand early on?
These are internally made, actually. David, our design lead, designed this. It's not his prettiest robot, but I think it had what we needed, which is a functional robot we could get off the ground and start using for all the AI policy development. We did the Keurig K-Cup with this robot.
Peter H. Diamandis
No way.
Can I move the hand, too?
You can definitely move it, yeah.
Peter H. Diamandis
Are you sure? This is going to be a collector's item someday. You break this thing, you bought it.
Yeah. It's heavy. It's about 130 or 140 pounds.
That's not that different from—
Yeah, not bad.
That's all aluminum?
It's all aluminum.
Peter H. Diamandis
All CMC.
We CNC aluminum. Most of the structure is done.
Peter H. Diamandis
Yeah.
Mm-hmm.
Yeah.
Peter H. Diamandis
What else should we know about this before we move to Figure 02?
We cared about speed, so we didn't really care about the wiring and some electronics. A lot of the design was mostly just to get a functional humanoid robot out so we could do development on it.
Peter H. Diamandis
Right.
We did that. We built a few of them. We did our first neural network on this robot, which I think was phenomenal. We did so much development with it really quickly.
Peter H. Diamandis
Yeah.
We also learned how to build actuators, battery systems, wiring, structures, kinematics, joints, and different sensors. All of this is stuff we learned. Then we used it all and integrated it into Figure 02.
But you got the cost down from Figure 02 to Figure 03 by 90%. What was the cost from here to there? Probably another 90%.
About the same, to be frank.
Wow.
A lot of it was machine parts, and we moved a lot of the tooling parts to Figure 03.
Peter H. Diamandis
You've got 2 cameras here.
2 cameras here. We have a back camera—
Oh, on the unit?
You see? Yep. We also have cameras right here in the torso pointing down.
Amazing.
So we can see where the feet are in case you have a box occluding them.
Peter H. Diamandis
Come take a look at the camera in the back of the robot here for 1 second.
Where's the camera pointing down?
It's right there in the pelvis. See, right here.
Peter H. Diamandis
Back here, you've got—what's going on here? There are camera ports here?
Yep. We obviously have a backward-facing camera. We have different ports for debugging, if we need to hook up a cable to it, and we can also turn the robot on and off from here.
Amazing.
Basically, we moved all the wires internally into this robot. All the structure is an exoskeleton, so all the exterior loads—almost like my aircraft at Archer—the skin, the outside housing, handles the loads.
Peter H. Diamandis
Sure.
We have the same thing here.
Peter H. Diamandis
Right.
All the outer shell took all the loads. We have our second-generation actuators and third-generation hands on this robot. We have more cameras onboard, about double or triple the amount of compute, and about double the battery capacity onboard.
Peter H. Diamandis
Yes. The degree of beauty went up.
Yeah.
Peter H. Diamandis
Significantly.
Yes. Our design lead did a good job making this much more presentable.
It's funny that it's venting heat out the armpits, just like a real—
Yeah. It actually sucks air in here.
Okay.
We push it out through the torso at the bottom.
Okay.
Yeah.
What's going on in the back?
We basically have different padding on the knees and some parts of the arms to make it so that if you got your finger stuck here—
Oh.
—
Safety.
Yeah. Maybe it would hurt your finger, but it wouldn't cut it off.
Yeah.
You know what I mean? It's similar to what you see on a car door today.
Sure.
Peter H. Diamandis
And here's the workhorse.
This is our Figure 03.
Nice.
We made the robot much skinnier and lower mass, but kept all the speeds and torques the same. It's just as powerful and just as fast, but also skinnier—
What's the mass now?
—and takes up less space. This is about 135 pounds.
135.
This is about 150, a little over 150 pounds.
Yep.
Peter H. Diamandis
Carrying weight—how much weight can it carry?
It's a very different hand.
About 20 kilos.
Peter H. Diamandis
20 kilos.
Yeah. It's a completely different hand. The hands have a glove, tactile sensors, compliant material on it for better grasp, and a camera. All the parts—or most of the robot—are soft-wrapped. You can see it even up here, with a squishiness to the chest and different parts of the robot. We have no, or very few, pinch points in the robot. What else? We reduced the cost massively. We have a better thermal system and compute system. We also increased compute on this robot from the last generation. We have new feet that have a toe.
Peter H. Diamandis
Sure.
You might think the toe is—
Peter H. Diamandis
Yeah, no, it's a major part of the gait.
It's helpful as a passive toe on the foot, but you might think this helps it walk better. It's not just that. When we get down here, we're on our toe box. It really helps us get the range of motion.
Oh, it's nice.
Without that, you might need more joints or something else on the robot.
This is just a totally flat foot over here.
Peter H. Diamandis
Brett, talk about the face, because this is a big question: Do you develop or show facial features or not? And you went—
Yeah. What do you think? What do you have—Westworld, or I, Robot?
Wow. I mean, it comes across as beautiful, right? A high degree of beauty. It comes across as sleek, but it could have a negative, a little dystopian feel with the black face.
Yeah. We have 3 screens on the robot. This is powered off. We have a main screen and 2 screens on the side. Then, obviously, we have a bunch of cameras and sensors in the head. On the screens, we can basically do anything. You could watch a Netflix movie.
Oh, with a brain—
Look into my eyes.
The brain is the screen.
Yeah, exactly. Whatever you want. If kids get bored, it's like, “Let's throw some up there.”
So the brain is right in here, which makes a ton of sense to me. And it's where the ancient Romans thought the brain dominated the heart.
You basically need a lot of onboard computation. There is nowhere else to put it right now.
Yeah, exactly. It's also easier to vent the heat from here, too. Then you just put all the sensors up here, and it makes total sense.
Peter H. Diamandis
I guess I could put a latex face over the head if I wanted.
Yeah, you can basically put a silicone face on it and put hair on it. We could go—
Peter H. Diamandis
I could get to your hair.
Yeah, yeah. We also have other outfits. This is one of our logistics bots. It's basically the same robot, but we're able to outfit it with different types of soft goods. We have another robot here that we've also put to work; it's wearing a jacket. This is cut-resistant. So they all have different—
Oh.
—different traits. Some of these gloves are also better for grasping different materials.
Peter H. Diamandis
Mm-hmm.
Those might be, say, dusty, or maybe a piece of sheet metal, or slick.
Do you think it would operate in zero-G? You just need a better training set and—
I think so. We'd really love to run—
Peter H. Diamandis
I've got a zero-G airplane.
—robots at scale in space.
You're gonna populate the universe.
Peter H. Diamandis
I've got my zero-G airplane. We could—we should—
We should test it.
Peter H. Diamandis
—take it up.
Yeah, let's get these things on there.
Peter H. Diamandis
Yeah.
Oh, that'd be a great test.
Yeah.
Peter H. Diamandis
Yeah.
Well, look, we're going to build data centers in space very soon. Somebody needs to assemble them. Zero-G is the operating—
And then we'll get other planets, too. It'll be super important.
Peter H. Diamandis
Yes. Yes. That's—
A lot of materials.
Peter H. Diamandis
—yeah. And then we'll disassemble the moon and the asteroid belt and use it for materials.
100%.
Peter H. Diamandis
Oh.
Alex will love that you said that.
Let's do it.