---
title: 'GPT-5.6 Soul 发布:路径直 token 省,分层编排保住一半成本'
video_id: roGmNXASYOM
url: https://youtu.be/roGmNXASYOM
title_en: "GPT-5.6 SOL is HERE"
channel: Matthew Berman
published: 2026-07-09
duration: "1:08:34"
topics: [模型与能力, AI 编程与建站]
noted: 2026-07-10
value: A
views: '1.3万'
---


[![封面](https://i.ytimg.com/vi/roGmNXASYOM/maxresdefault.jpg)](https://youtu.be/roGmNXASYOM)

> Matthew Berman · 1:08:34 · 发布 2026-07-09 · 1.3万次观看(截至抓取) · [观看原视频](https://youtu.be/roGmNXASYOM)

## 主旨

Berman 长达两个月的 GPT-5.6 早期实测直播,核心信息是:同一任务下 GPT-5.6 的 token 路径比 Fable 直得多、单位任务成本显著更低,把"前沿模型做规划+小弟模型做执行"固化成 Soul Ultra 这条 Codex 工作流就能再砍一半开销,5.5 也因同价被宣布淘汰。

## 核心论点

1. **GPT-5.6 与 Fable 是同代不同阶段的"老将与新秀"**——前者是 GPT-5 训练线被榨干到顶的 dot-upgrade,后者是新训练线潜力尚未释放,体感差别是 GPT-5.6 路径直、Fable 漫卷。([[#1-gpt-56-的定位老将还是新秀-0958|→ 详解1]])
2. **Soul Ultra skill 把"前沿规划+小弟执行"固化为一条 Codex 工作流**——用 Soul 写 spec、用 Terra 写代码、用 Luna 做部署,保住性能砍一半成本。([[#2-soul-ultra-skill-与前沿规划小弟执行的编排策略-0328|→ 详解2]])
3. **Soul 单价只有 Fable 一半、Terra 与 Luna 性能可比 Fable 而成本约 1/16**——按"任务成本"而非按 token 单价衡量,经济性已被翻转;5.5 与 Soul 同价等于直接淘汰。([[#3-价格token-效率与任务成本视角-2204|→ 详解3]])
4. **8-10 字 prompt + 6 天 loop + Codex 浏览器 = 真实任务可落地**——BlockCraft、Excel clone、Supabase 自主伸缩这类原本要团队做的工作,被压到一条 prompt 里跑出可观察成果。([[#4-长时-loop--codex-浏览器demo-实测-3056|→ 详解4]])
5. **Loopy 把"达到 checks 才停"做成可复用 loop 库;Berman 对中段 SAS 持悲观,但承认"复制软件"之外还有维护这道门槛**——loop 的设计质量差异远大于 loop 本身的复杂度。([[#5-loopy-与-sas-前景的延伸观察-4233|→ 详解5]])

## 知识点详解

### 1. GPT-5.6 的定位:"老将"还是"新秀" [09:58](https://youtu.be/roGmNXASYOM?t=598)

Berman 把 GPT-5.6 放进 GPT-5 训练线的延长线上:"GPT 5.6 is still part of the GPT5 pre-training run... this is essentially kind of the peak of the GPT5 family or pre-training run models"——版本号虽是 5.6 但本质仍是同一训练线的极限压榨,这一判断直接决定它与 Fable 的对照坐标。

他把两者的差别做成运动员比喻: GPT-5.6 是"the veteran athlete who's been in the game for a long time... incredible game IQ, they don't make a lot of mistakes, maybe their raw talent isn't as good as the rookie"; Fable 则是"more like that rookie straight out of the draft pick... incredible headroom to grow",潜力还在训练线里没释放出来。这意味着"当下选谁"和"未来赌谁"是两件不同的事。

最具体的体感证据来自他切换回 GPT-5.5 的那几天:"when they publicly announced it... I started to have to use before Fable was re-released GPT 5.5 and my goodness, it was noticeably worse... it would not be able to see around corners as effectively... it was like I lost a lead engineer on the team and it was replaced with kind of a mid-level engineer"——从 5.6 切回 5.5 体感是"丢了主程换了个中级",5.5→5.6 的提升幅度被 Berman 形容为"a massive leap"。

### 2. Soul Ultra skill 与"前沿规划+小弟执行"的编排策略 [03:28](https://youtu.be/roGmNXASYOM?t=208)

Berman 在直播开头就拉出一个开源 Codex skill——Soul Ultra(也叫 "gpt-5-6-relay")。它的设计目标很直接:用 Soul 写 spec / 规划,用 Terra 做实现,用 Luna 做部署,在一条工作流内完成"前沿规划 + 便宜执行"的分工。

Berman 给的复述: "Soul again the big model for the review and then Luna if you ever just say deploy to your models Luna for the actual deployment. So you can find it all right here. It's brand new"——把部署动作也固化进 skill,不再让人手动切模型。这个 skill 已开源到 Forward Future 的 GitHub 仓库,直播当天已有 10 颗星。

配套的使用原则是 Berman 自己反复强调的: "the planning, the spec is written by this frontier model and then offloaded to uh, you know, a really good coding model but not frontier level"——规划必须用 frontier 写 spec,实现可以下沉到次顶档但非前沿的模型。配合后面 [[Harness]] 的整体观感是:Berman 把 Codex 自身当成一个跨模型的 harness 来看,而不是单一模型的执行容器。

### 3. 价格、token 效率与"任务成本"视角 [22:04](https://youtu.be/roGmNXASYOM?t=1324)

Berman 在直播中反复把"每任务成本"作为核心衡量指标,而不是按 token 单价算账。他给的官方数据: "Soul at $5 per million input, $30 per million output";对照 Fable 输入 $10 / 输出 $50,单价层面 Soul 大约是 Fable 的一半;Terra 进一步压到 $2.50 / $15,Luna 更低。

更激进的数字来自 Berman 引用的官方表述: "Terra and Luna outperform Fable 5 at around 1/16th the cost"——按 OpenAI 自家口径,Terra 与 Luna 在很多任务上能以约 1/16 的成本追平甚至超过 Fable。Berman 对此的反应是"That's hard for me to believe"——他承认自己也不敢轻信,但把这条作为 OpenAI 给出的官方信号记录下来。

他在跑 5.5 顶配额时期的体感是: "I was running it and running multiple threads, probably four or five threads at the same time in parallel 24 hours a day. And I was barely getting through my full quota. Open AAI is extremely generous with their quotas"——并行 4-5 个 thread 24 小时跑也只是"勉强用完全部 quota",前提是分层编排把重活交给便宜模型。

直播后半段 Berman 还抛出一个直接淘汰信号: "GPT5.5, $5 per million input, which is the same price as 5.6 soul... why would anybody use 5.5 over 5.6 soul... there really is no point in using 5.5 anymore"——5.5 与 Soul 同价但能力落后一代,实际等于发了一张 5.5 退役令。

### 4. 长时 loop + Codex 浏览器:demo 实测 [30:56](https://youtu.be/roGmNXASYOM?t=1856)

Berman 在直播里集中演示了三类 demo,共同点是"极短 prompt + 长时 loop":BlockCraft 是 Minecraft 克隆,提示只有"clone Minecraft full feature parody",跑了 6 天后 Berman 手动停止,前 1 天出可玩版本、接下来 4 天 Codex 自动逐区块扩展;Excel clone 同样用 `/goal create an Excel clone full feature parody` 一句话触发,跑了 6 天并配合 computer use——Codex 打开本地真实 Excel,边用边抄功能回写到克隆版本。

他自己做的一个 Astro harness 项目也走同款循环: "I basically said loop on the harness until you reach a 90% score plus. And it ran for 2 days and it finally reached 90%"——给 agent 一个评估分数门槛,让它自跑两昼夜,达到 90% 才停。Berman 的总结是"loops are incredibly powerful... simple does not mean not powerful"。

Codex 浏览器是另一个被高强度演示的能力。Berman 把它用来处理域切换: "I literally typed in like a 10-word prompt into Codex and it just did everything for me"——切换 forwardfuture.ai 到 forwardfuture.com 的 DNS 改动,跨 Vercel、DigitalOcean、GoDaddy,只用一句 prompt 跑完。第二个 demo 是 Supabase 自动伸缩: "I basically just told GPT 5.6 to manage it for me... it would scale up the Supabase instance as necessary and then as soon as this massive data import was done, it would scale it back down"——agent 监控用量、临到上限时升配、任务结束后自动降配,中间无人工介入。

### 5. Loopy 与 SAS 前景的延伸观察 [42:33](https://youtu.be/roGmNXASYOM?t=2553)

直播最后阶段 Berman 推出 Loopy——一个开源 loop 库 skill,目标是把"loop 设计"本身做成可复用资产。他的定义非常朴素: "It's no more than like a set of checks and saying, 'Hey, keep working until you meet these checks.' That's right. Simple does not mean not powerful"——结构是一组 checks + 不满足就一直跑,与 [[Ralph Loop]] 描述的"逐项自主推进、每步验证通过才前进"是同一抽象。

但他强调 loop 的设计质量差异远大于 loop 本身的复杂度:"there are a large spectrum of quality of loops"——门槛不在"开 loop",在"checks 设计得够不够严、够不够可测"。这个 skill 截至直播时已 2.5k 星,可在 Codex、Cursor、Claude Code 等几乎所有 agent 编辑器里安装使用。

直播末尾 Berman 还被问到 SAS 行业前景,他的判断是分化的: "the biggest companies in the world, the Salesforces, the Boxes, the HubSpots, like they're going to be okay... especially the ones that are going headless like Box is investing heavily in that"——大厂通过 headless 化(为 agent 提供 API 而不是给人类 UI)能活;但中段 SAS 公司"are going to struggle over these next 24 to 36 months"。

他对"用 Claude 重建 Salesforce"的反驳很直接: "When you're an enterprise and you are relying on this software, just being able to recreate the software is not enough. You have to maintain it. You have to make sure all of the security best practices are there"——复制只是第一步,后续维护、合规、安全才是真正工作量。这一判断与"Anthropic 想吞掉所有软件"的判断并列,他承认"this is probably for a longer video"而不展开。

## 可执行步骤

- [ ] 把 GPT-5.6 Soul 当规划层、把 Terra/Luna 当执行层:遇到长任务或 token 预算紧的工程,先在 Soul 上把 spec 写清楚再交给便宜模型出代码,而不是默认让最强档干所有事。
- [ ] 在 Codex 内安装并试用 Soul Ultra skill(直播中 Berman 已开源到 Forward Future 的 GitHub),用它来管 spec 派发与跨模型调度,而不是手工切换模型。
- [ ] 接到 Supabase / Vercel / DNS 这类需要在多个控制台之间来回切的任务时,先考虑用 Codex 浏览器一句 prompt 跑全流程,而不要逐个服务手工点。
- [ ] 设计 loop 时把"评估 checks"当作一等公民来写,而不是"让 agent 一直跑就行";checks 不严等于没有 loop,checks 可量化才是真 loop。
- [ ] 在评估"是否用 AI 重写某个 SaaS"时,把维护成本、合规成本、安全更新成本一起算进 TCO,不要只看"重建花多少钱"。

## 关联

- 印证: [[forward-goal|forward/goal]] ——本片 slashgoal demo(`/goal create an Excel clone full feature parody` 跑 6 天)与 forward-goal 的"设定目标与成功标准后让模型自主推进到终态"是同一抽象,Berman 用 Codex 实现,[[forward-goal|forward/goal]] 用 Anthropic 路径实现,跨厂商跨账号相互独立印证 loop+goal 的可落地性。
- 印证: [[Ralph Loop]] ——Loopy 自述"set of checks, keep working until meet these checks"与 Ralph Loop 的"逐项自主推进、每步验证通过才前进、直到清单跑完"一致,Berman 在 Codex 侧复现了 Ralph Loop 的同一模式,跨平台印证"loop+checks"的可复用性。
- 系列追踪:[[2026-07-09-GPT-5.6 发布:Excel 与 Minecraft 克隆、Box 基准及 Fable 对比|GPT-5.6 发布:Excel 与 Minecraft 克隆、Box 基准及 Fable 对比]] ——同频道(Matthew Berman)对同一次 GPT-5.6 发布的两个切面:本片聚焦分层编排省成本的 Cost per task 范式,该片聚焦发布会本身 + Excel/Minecraft 长任务实测 + Box 第三方基准。

## 一手来源与延伸

- Berman 自家 newsletter(描述中主链接,本片中多次提到的完整 GPT-5.6 review 页与 demo 集合): https://forwardfuture.com
- Berman 的 GitHub 仓库(描述中 Forward Future 组织,本片中开源的 Soul Ultra / gpt-5-6-relay skill 与 Loopy skill): https://github.com/Forward-Future
- Berman 的 X 账号(描述中链接): https://x.com/matthewberman
- Berman 的 Forward Future X 账号(描述中链接): https://x.com/forwardfuture
- Berman 的 Discord(描述中链接): https://discord.gg/evGThyRv
- 媒体/赞助合作入口(描述中链接): https://bit.ly/44TC45V

## 术语

- GPT 5.6(OpenAI 发布的模型族,Berman 把它定性为 GPT-5 训练线被榨干的 dot-upgrade,含 Soul/Terra/Luna 三尺寸)
- Soul(GPT-5.6 家族最大尺寸,$5/$30 per million tokens,Berman 推荐做规划与评审)
- Terra(GPT-5.6 家族中尺寸,$2.50/$15 per million tokens,Berman 推荐做主力代码实现)
- Luna(GPT-5.6 家族最小尺寸,适合部署与轻量任务)
- Soul Ultra skill(本片 Berman 开的 Codex skill,把"前沿规划+小弟执行"固化为一条 Codex 工作流;开源仓库名 gpt-5-6-relay)
- Fable(Anthropic 同期发布的另一模型,Berman 比作"刚下线的 rookie",新训练线、潜力尚未释放)
- Codex(OpenAI 的 coding/agent 产品,本片 Berman 默认使用,内置 Soul Ultra 与 Loopy skill 机制)
- Codex 浏览器(Codex 内置浏览器能力,本片演示 DNS 切换、Supabase 自动伸缩等多服务编排)
- Loopy(本片 Berman 推的开源 loop 库 skill,可装到 Codex / Cursor / Claude Code 等 agent 编辑器)
- Computer use(模型直接操控桌面应用的能力,本片 Excel clone demo 用真实 Excel 作为对照源)
- Cost per task accomplished(每任务成本,Berman 在本片反复强调的衡量指标,优于纯 token 单价视角)

## 金句

> GPT 5.6 is still part of the GPT5 pre-training run as far as I know... this is essentially kind of the peak of the GPT5 family or pre-training run models that it is incredibly good, incredibly powerful.
> → Berman 给 GPT-5.6 的定性:同一训练线的极限压榨、不是新模型——这一定位决定了它与 Fable 的对照坐标,以及"当下选谁"与"未来赌谁"的取舍框架。[09:58](https://youtu.be/roGmNXASYOM?t=598)

> It's no more than like a set of checks and saying, "Hey, keep working until you meet these checks." That's right. Simple does not mean not powerful, though. They are incredibly powerful.
> → Berman 给 loop 的最简定义:一组 checks + 不满足就一直跑——与 [[Ralph Loop]] 同源同构,也是 Loopy skill 的设计原则。[42:33](https://youtu.be/roGmNXASYOM?t=2553)

> When you're an enterprise and you are relying on this software, just being able to recreate the software is not enough. You have to maintain it. You have to make sure all of the security best practices are there.
> → Berman 反驳"AI 重写 SaaS"叙事的关键句:复制只是入口,维护才是长期成本——这条与"Claude 重建 Salesforce"等叙事直接对撞。[58:27](https://youtu.be/roGmNXASYOM?t=3507)

## 立场与利益

- 与利益同向(待印证):Berman 在直播中反复主推自己 Forward Future GitHub 上的 Soul Ultra 与 Loopy 两个 skill,且把 forwardfuture.com 放在 description 主链;他给出的"前沿规划+小弟执行"分层策略虽在功能上站得住,但作为 OpenAI Codex 用户他本人能直接受益于这两款开源 skill 的扩散,采纳前建议核对 OpenAI 官方对 Soul/Terra/Luna 路由的推荐口径。
- 利益中性:GPT-5.6 的官方定价、5.5 与 Soul 同价的现状、Fable 的相对定位、BlockCraft / Excel clone / Supabase 自动伸缩等 demo 表现,这些是 OpenAI 官方数据与 Berman 自跑 demo 的复述,可独立验证。
- 与利益反向(可信度最高):Berman 在直播后半段对 Fable 的定性是"新训练线、潜力比 GPT-5.6 高"——这条判断与"押注 GPT-5.6 是当前最优"的主推方向反向,他仍然说出来,且没有把 GPT-5.6 包装成"全面强过 Fable";同样地,他反驳"AI 重写 SaaS"也与他"押注 Codex 生态"的总体立场部分反向,这两条对 Fable 与对"AI 重写 SAS"的相对看好,可信度最高。

利益证据:description 主链为 forwardfuture.com(Berman 自家 newsletter 与 GPT-5.6 review 页);Berman 公开承认 OpenAI 给过他早期访问(本片用 early access 跑了 6 天 demo);其余链接为自家社交账号与赞助联系页;无 affiliate/referral 链接。

## 价值定位

- 适合谁:已在用 OpenAI Codex 或正在评估"是否要把 GPT 家族搬进主力 agent 栈"的人,以及想看 long-horizon loop + Codex 浏览器当前真实边界的开发者。
- 解决什么:给你 GPT-5.6 在"任务成本"视角下的具体经济性证据(Soul/价格、Terra/Luna 的 1/16 成本、5.5 同价被淘汰)、可立刻复用的 Codex skill(Soul Ultra 分层编排、Loopy loop 库)、以及 6 天级 demo 在 BlockCraft / Excel clone / Supabase 自动伸缩三类场景下的真实跑通案例。
- 认知 vs 实操:认知层——帮你建立 GPT-5.6 vs Fable 的"老将 vs 新秀"判断框架,以及"任务成本"优于"token 单价"的衡量视角;实操层——Soul Ultra 与 Loopy 是立刻可装的 skill,几类 demo 的 prompt 模板(Berman 用的是 8-10 字 + slashgoal)可直接借用到自家 long-horizon 任务。
- 与 vault 重叠判断:vault 内目前(2026-07-10)没有专门讲 GPT-5.6 Soul Ultra 分层编排、OpenAI Codex 浏览器、或 5.5 与 Soul 同价被淘汰的笔记;同频道另一篇 2026-07-09 短篇笔记(Excel / Minecraft 克隆 + Box AI 基准 + Fable 对比)与本片是互补关系——短篇偏 demo 视觉与第三方基准,本片偏 Soul Ultra skill 编排、任务成本视角与 Loopy loop 库;本片独有"用 Codex 浏览器跑 DNS 切换 / Supabase 自动伸缩"与"5.5 与 Soul 同价即退役"这两条增量。

## 自检问题

1. Berman 为什么把 GPT-5.6 定性为"dot-upgrade 但已经榨干",这个定性对判断 GPT-5.6 vs Fable 的取舍有什么用?
   **答案**:Berman 在直播开头明示 GPT-5.6 仍是 GPT-5 训练线的产物,只是把残留能力压榨到顶,所以版本号小数点升级但能力跳了一大步。这一定位的关键作用是把 GPT-5.6 与 Fable 的差距从"同代内调优深浅"重新定位为"老训练线 vs 新训练线"——GPT-5.6 是 veteran,路径稳但潜力见顶;Fable 是 rookie,潜力大但当下没释放。取舍因此变成两件事:当下执行选 GPT-5.6,长期赌 Fable 的 post-training 红利。见详解1。[09:58](https://youtu.be/roGmNXASYOM?t=598)
2. Soul Ultra skill 的核心价值是什么?为什么 Berman 把它当作本片的开场重点?
   **答案**:Soul Ultra 的核心价值是把"前沿模型做规划+小弟模型做执行"固化为一条可安装的 Codex skill——Soul 写 spec、Terra 写代码、Luna 做部署,人工不再切换模型。Berman 把这条放在开场,是因为它直接对应本片的核心主张:在性能不丢的前提下,把成本砍一半。两个 demo(BlockCraft、Excel clone)与多次 DNS / Supabase 编排都跑在它之上。见详解2、详解4。[08:15](https://youtu.be/roGmNXASYOM?t=815)
3. Berman 给出"Terra 和 Luna 以约 1/16 成本超越 Fable"这条数据后,他自己的态度是什么?为什么这种"不敢相信但记录下来"的姿态对采纳决策有用?
   **答案**:Berman 明示"That's hard for me to believe"——他不轻信这条官方口径,但仍把它作为 OpenAI 给出的信号记录下来。这种姿态对采纳决策有用,是因为它把官方主张与独立验证分开:信号已经摆在桌面上,任何团队都可以自己跑对照测试,而 Berman 直播示范的"五线程并行 24 小时"等用法正是这类对照测试的样板。见详解3。[22:04](https://youtu.be/roGmNXASYOM?t=1324)
4. Loopy 的设计原则是什么?为什么 Berman 强调"loop 设计的质量差异远大于 loop 本身的复杂度"?
   **答案**:Loopy 的设计原则是一条朴素表述——"a set of checks and saying, Hey, keep working until you meet these checks"。门槛不在"开 loop",在"checks 设计得够不够严、够不够可量化"。Berman 强调质量差异,是因为 loop 本身只是机制,真正决定它能不能用、能用到什么程度的是 checks——可观测、可验证、可终止的 checks 才是真 loop;含糊的 checks 等于没有 loop,反而会消耗大量 token 后产出不可用结果。见详解5。[42:33](https://youtu.be/roGmNXASYOM?t=2553)