89 curated builds·evidence labeled
OFFICIAL

Why I Couldn't Build Jev at OpenAI: Diogo Almeida

TypeSafe Co-founder & CEO Diogo Almeida explains why post-training on generative LLMs fails on agent loops and how RLCD trains System 1.

📺 视频深度技术提炼 · VIDEO KEY TAKEAWAYS⏱️ 时长: 58 mins · @Latent Space

核心主旨速览 (Core Takeaway)

Diogo Almeida(原 InstructGPT 核心作者、RLHF 关键贡献者)亲述为什么 ChatGPT 的成功让全行业误以为'自回归文本生成是唯一的模型形态';拆解 RLCD(Reinforcement Learning from AI Feedback)如何在有界选项空间上训练出高置信度的 System 1 决策模型,揭示双系统架构是自主 Agent 走向规模化的唯一经济途径。

📌 关键章节时间戳 (Key Chapters)

00:00引言:为什么 OpenAI 的技术路线无法容纳 Jev
08:15从 RLHF 到 RLCD:强化学习训练有界决策模型的本质
17:40自回归生成的死穴:高频 Agent 循环中 90% 的延迟都是浪费
26:30有界候选空间的 Softmax 归一化数学原理
38:50生产级双系统(System 1 / System 2)架构设计实操
49:10未来展望:当千万个 Agent 并行决策时的经济学奇点

💡 关键实操结论与提效数据

  • ChatGPT 让我们形成了路径依赖:把所有问题都当成‘写一段文字’,但 Agent 的本质是状态机控制回路;
  • RLCD 训练使得 Jev 的置信度概率高度校准,输出的数值能够直接作为确定性风控阈值;
  • 单次决策从消耗 1,000+ 生成 Token 降为 0 Token,彻底消除因格式错误引发的重试循环。
⚠️ 工程踩坑与边界提醒 (Gotchas)
  • Jev 并不打算取代长思维链模型,复杂的未定义推理仍需交由 System 2 模型;
  • 若候选空间定义不完备(缺少兜底选项),模型置信度分布可能会失真。

Overview & Result

Swyx and Alessio interview Diogo Almeida on why agents require dual-process cognition, the mathematics of RLCD training, and why generative autoregression fails on high-frequency agent loops.

How Jev fits in the loop

  1. Expose the fundamental bottleneck of autoregressive decoding in high-frequency loops.
  2. Explain how RLCD trains calibrated token-space probabilities over fixed candidate sets.
  3. Demonstrate the economic scale advantage of dropping prompt tokens to zero.
  4. Lay out the multi-agent control roadmap combining fast reflexes with slow reasoning.

How to reproduce

  1. Listen to the 58-minute interview covering RLCD and candidate space normalization.
  2. Map high-frequency state transitions in your agent loop to bounded Choice/Score calls.
  3. Compare token consumption before and after dual-system separation.

Why this build matters

The definitive philosophical and engineering foundation explaining why Jev represents a permanent shift toward dual-process AI cognition.

Limitations

  • In-depth podcast discussion; conceptual architecture rather than standalone code repo.
  • Proprietary pre-training weights and datasets are not open-sourced.
  • Best suited for AI system architects and multi-agent engineers.

Patterns