🌐 双语
Archive

AI Builders
Digest

2026-09-01 10 builders · 19 tweets · 1 podcasts · 0 blogs

🔥 热点话题

Rich Sutton:持续学习才是真正的学习,LLM 冻结权重是歧途Rich Sutton: Continual Learning Is Just Learning, Frozen LLM Weights Miss the Point

The Takeaway:真正的智能必须持续从经验中学习并更新权重,而不是一次性预训练后冻结。

强化学习先驱、The Bitter Lesson 作者 Rich Sutton 与前学生、Oak Lab 联合创始人 Khurram Javed 指出,当前 LLM 范式在部署后权重完全不动,只靠上下文,这根本不是学习。Sutton 强调:“我不是怪人,整个领域才怪。他们非要把‘持续学习’单独叫出来,其实那就是学习本身。”他们提出“大世界假设”:世界无限复杂,合成数据永远受限于人类专家的瓶颈,无法替代真实经验。Oak Lab 正推进 Alberta Plan,核心是 continual deep learning(每个权重独立步长 + 持续注入新单元的 continual backprop),让智能体能自我形成抽象、规划并保持知识一致性。Sutton 认为 LLM 是语言能力的重大突破,但只占智能的大约 20-25%,远非全部。

“The Takeaway: True intelligence requires continuous weight updates from experience rather than one-shot pretraining followed by frozen models.

Reinforcement learning pioneer and author of The Bitter Lesson Rich Sutton, together with former student and Oak Lab co-founder Khurram Javed, argue that today’s LLMs stop learning the moment they ship—their weights never change, relying only on context. Sutton insists: “I’m not weird. The field is weird. They need to call it continual learning. It’s just learning.” They advance the big-world hypothesis: the world is massively more complex than any agent, so synthetic data remains bottlenecked by human expertise and cannot replace real experience. Oak Lab is executing the Alberta Plan, centered on continual deep learning (per-weight step-size optimization plus continual backprop that keeps injecting new units) so agents can form their own abstractions, plan, and maintain coherent knowledge. Sutton credits LLMs as a breakthrough in language but estimates they cover only about 20-25% of intelligence.
The Takeaway: True intelligence requires continuous weight updates from experience rather than one-shot pretraining followed by frozen models.

Reinforcement learning pioneer and author of The Bitter Lesson Rich Sutton, together with former student and Oak Lab co-founder Khurram Javed, argue that today’s LLMs stop learning the moment they ship—their weights never change, relying only on context. Sutton insists: “I’m not weird. The field is weird. They need to call it continual learning. It’s just learning.” They advance the big-world hypothesis: the world is massively more complex than any agent, so synthetic data remains bottlenecked by human expertise and cannot replace real experience. Oak Lab is executing the Alberta Plan, centered on continual deep learning (per-weight step-size optimization plus continual backprop that keeps injecting new units) so agents can form their own abstractions, plan, and maintain coherent knowledge. Sutton credits LLMs as a breakthrough in language but estimates they cover only about 20-25% of intelligence.
查看原文 →

Nan Yu 加入 OpenAI,负责 Codex 与 ChatGPTNan Yu Joins OpenAI to Work on Codex and ChatGPT

前 Linear 产品负责人 Nan Yu 宣布加入 OpenAI,专注 Codex 与 ChatGPT 产品。他表示对 Linear 四年工作充满感激,并期待把在软件工艺上的积累带到新岗位。

Former Linear head of product Nan Yu announced he is joining OpenAI to work on Codex and ChatGPT. He expressed gratitude for four years at Linear and looks forward to bringing everything learned about the craft of software into the next chapter.
Former Linear head of product Nan Yu announced he is joining OpenAI to work on Codex and ChatGPT. He expressed gratitude for four years at Linear and looks forward to bringing everything learned about the craft of software into the next chapter.
查看原文 →

Aaron Levie:开源权重模型成熟后,数据丰富的公司将自训垂直模型Aaron Levie: Better Open-Weight Models Enable Data-Rich Companies to Train Their Own

Box CEO Aaron Levie 指出,基础开源权重模型大幅提升、后训练基础设施商业化后,拥有大量专有数据的公司将能自训模型,而不必再只靠授权数据给外部实验室。通用前沿模型在广泛任务上仍有优势,但垂直与领域模型会大量涌现。

Box CEO Aaron Levie notes that as base open-weight models improve and post-training infrastructure matures and commercializes, companies sitting on large proprietary datasets can now reasonably train their own models without the full cost of competing with frontier labs on research. General-purpose frontier models will still lead on breadth, yet far more vertical and domain-specific models should appear.
Box CEO Aaron Levie notes that as base open-weight models improve and post-training infrastructure matures and commercializes, companies sitting on large proprietary datasets can now reasonably train their own models without the full cost of competing with frontier labs on research. General-purpose frontier models will still lead on breadth, yet far more vertical and domain-specific models should appear.
查看原文 →

🛠️ 开发者工具与技巧

Guillermo Rauch:DESIGN.md 用 Markdown 解决 AI 设计 slop,AI Gateway 管控 token 成本Guillermo Rauch: DESIGN.md Tames AI Design Slop; AI Gateway Governs Token Spend

Vercel CEO Guillermo Rauch 介绍 DESIGN.md,用结构化 Markdown 把设计品味规模化植入组织,直接对抗生成式 AI 的 slop 问题。同时强调 coding tokens 已成基础设施,却常被当作无限 AWS key 使用;AI Gateway 现在支持按 key 与按用户预算,实现治理、优化与可观测。

Vercel CEO Guillermo Rauch highlights DESIGN.md as a Markdown-based design system that finally lets organizations scale design taste and combat AI-generated “slop.” He also stresses that coding tokens are infrastructure yet are still treated like unrestricted AWS keys; AI Gateway now adds per-key and per-user budgets for proper governance, optimization, and observability.
Vercel CEO Guillermo Rauch highlights DESIGN.md as a Markdown-based design system that finally lets organizations scale design taste and combat AI-generated “slop.” He also stresses that coding tokens are infrastructure yet are still treated like unrestricted AWS keys; AI Gateway now adds per-key and per-user budgets for proper governance, optimization, and observability.
查看原文 →查看原文 →

Garry Tan:GBrain 检索层评测达 SOTA,Circleback 远超 GranolaGarry Tan: GBrain Retrieval Hits SOTA; Circleback Beats Granola

Y Combinator CEO Garry Tan 发布新 GBrain 评测,证明其开源 AI agent 记忆检索层在无 LLM 循环下读取记忆达到 SOTA,并新增从 agent 转录保存记忆的评测。他同时称 Circleback 在多人消歧等能力上明显优于 Granola。

Y Combinator President & CEO Garry Tan released new GBrain evals showing his open-source retrieval-for-AI-agent layer is SOTA for reading memory back without an LLM-in-the-loop, plus new evals for memory-save from agent transcripts. He also states Circleback is clearly superior to Granola, which still lacks multi-person disambiguation.
Y Combinator President & CEO Garry Tan released new GBrain evals showing his open-source retrieval-for-AI-agent layer is SOTA for reading memory back without an LLM-in-the-loop, plus new evals for memory-save from agent transcripts. He also states Circleback is clearly superior to Granola, which still lacks multi-person disambiguation.
查看原文 →查看原文 →

Madhu Guru:产品经理必须比实验室更懂自己场景的模型边界Madhu Guru: PMs Must Know Model Frontiers for Their Use Cases Better Than Lab Researchers

Meta AI 高级总监 Madhu Guru 强调,产品经理现在的核心工作是深入理解模型在自身产品与用例上的能力边界:各规模模型今天能做好什么、失败在哪、有哪些临时方案、未来 2-3 个月可能进步到哪,并据此规划路线图。

Meta Senior Director of AI Madhu Guru argues that a core PM skill today is knowing the model frontier for one’s specific product and use cases better than most frontier-lab researchers: what each size class does well, where it fails, what workarounds exist, and how the trajectory should shape the next 2–3 months of roadmap.
Meta Senior Director of AI Madhu Guru argues that a core PM skill today is knowing the model frontier for one’s specific product and use cases better than most frontier-lab researchers: what each size class does well, where it fails, what workarounds exist, and how the trajectory should shape the next 2–3 months of roadmap.
查看原文 →

🌍 其他动态

Peter Yang:信任将成为个人 agent 普及的最大障碍与驱动力Peter Yang: Trust Will Be the Biggest Barrier and Driver of Personal Agent Adoption

实用 AI 教程作者 Peter Yang 指出,信任正在成为个人 agent 被广泛采用的最大障碍,同时也是最大驱动力。

Practical AI educator Peter Yang states that trust is going to be the biggest barrier—and driver—of personal agent adoption.
Practical AI educator Peter Yang states that trust is going to be the biggest barrier—and driver—of personal agent adoption.
查看原文 →

Dan Shipper:适度拟人化有助于更好理解与使用 AIDan Shipper: Anthropomorphization Helps When It Improves Understanding of AI

Every CEO Dan Shipper 认为,拟人化 AI 在帮助我们更好理解、预测与使用它时是有益的;只有当它被用来制造恐慌或不切实际的道德类比时才有害。可以在不声称意识的前提下合理使用拟人化。

Every CEO Dan Shipper argues that anthropomorphization of AI is useful when it helps us understand, predict, and use the systems better, and harmful only when it sows panic or makes unwarranted claims about consciousness or moral status. Pragmatic use without those excesses remains possible.
Every CEO Dan Shipper argues that anthropomorphization of AI is useful when it helps us understand, predict, and use the systems better, and harmful only when it sows panic or makes unwarranted claims about consciousness or moral status. Pragmatic use without those excesses remains possible.
查看原文 →

Aaron Levie:开源模型在网络安全能力上快速追赶前沿模型Aaron Levie: Open Models Rapidly Catching Up on Cyber Security

随着 AI 安全事件增加,Box CEO Aaron Levie 强调需要最强 AI agent 来检测与防御;前沿模型仍领先,但开源模型在网络安全上正在快速追赶。

As AI security events rise, Box CEO Aaron Levie stresses the need for sophisticated AI agents to detect and prevent issues. Frontier models remain ahead in cyber, yet open models are catching up quickly.
As AI security events rise, Box CEO Aaron Levie stresses the need for sophisticated AI agents to detect and prevent issues. Frontier models remain ahead in cyber, yet open models are catching up quickly.
查看原文 →