🌐 双语
Archive

AI Builders
Digest

2026-09-27 8 builders · 14 tweets · 1 podcasts · 0 blogs

🔥 热点话题

扩散模型将赢得AI推理:Inception CEO Stefano Ermon谈并行架构优势Diffusion Will Win AI Inference: Inception CEO Stefano Ermon on Parallel Architectures

The Takeaway:推理时扩展性将决定AI胜负,而扩散模型因其天然并行特性,比自回归模型更适合这一趋势。

Stanford教授、Inception联合创始人兼CEO Stefano Ermon是扩散模型之父之一。他从2014年起专注生成模型研究,2019年与学生Yang Song提出基于去噪的score-based模型,奠定现代扩散基础。扩散在图像、视频、蛋白质等领域已主导,但他看到文本与代码的机会:自回归模型生成时仍是串行的,无法充分利用GPU并行能力,导致内存瓶颈和低效。

2024年,其团队首次在GPT-2规模上证明扩散LLM可匹配自回归模型的困惑度,却能实现10倍生成速度。Inception因此成立,专注规模化商业扩散语言模型。目前公司约50人,Mercury模型在基准上已与OpenAI的Flash/Mini等速度优化版本相当,却显著更快,并已在生产环境服务客户,例如语音代理公司Open Call。后者从Cerebras定制芯片切换到Inception的GPU方案,获得同等速度、更高可用性和更低成本。

Ermon强调:“the bitter lesson is that the more parallel solution is the one that is eventually going to win.” 推理主导经济性(每瓦特/每美元的智能),也是RL后训练的瓶颈。扩散模型还更易控制、可能更数据高效。挑战在于需自建服务引擎、SFT/RL栈,但这也形成护城河。他估计20-30%的工作负载对延迟极度敏感,正是扩散的切入点。

The Takeaway: Inference-time scaling will decide the AI winners, and diffusion models are inherently better suited than autoregressive ones thanks to their parallel nature.

Stanford professor and Inception co-founder/CEO Stefano Ermon is one of the fathers of diffusion. He has worked on generative models since 2014. In 2019, with PhD student Yang Song, he introduced score-based models that learn to denoise—forming the foundation of modern diffusion. While diffusion already dominates images, video, and protein design, Ermon saw the same opportunity for text and code. Autoregressive models remain sequential at inference: you cannot generate the tenth token until the previous nine exist. That workload is memory-bound and poorly matched to GPUs.

In 2024 his lab showed for the first time that a diffusion LLM at GPT-2 scale could match autoregressive perplexity while generating text roughly 10× faster. Inception was founded to scale the idea commercially. The company is about two years old and ~50 people strong. Its Mercury models now match the quality of OpenAI’s speed-optimized Flash and Mini models on benchmarks, yet run significantly faster, and are already serving real production traffic. One public customer, Open Call (voice agents), previously ran on Cerebras custom silicon; they switched to Inception’s diffusion LLMs on ordinary NVIDIA GPUs and obtained the same latency at lower cost and higher availability.

Ermon’s core bet: “the bitter lesson is that the more parallel solution is the one that is eventually going to win.” Economics are dominated by intelligence per watt and per dollar; inference is also the bottleneck for RL post-training rollouts. Diffusion models are easier to steer (coarse-to-fine generation lets you apply rewards early) and appear more data-efficient. The main challenges are the immature ecosystem—custom serving engines, SFT/RL stacks—but those become proprietary moats. Ermon estimates 20-30% of current workloads are latency-critical enough that the fastest model of a given quality wins immediately.
The Takeaway: Inference-time scaling will decide the AI winners, and diffusion models are inherently better suited than autoregressive ones thanks to their parallel nature.

Stanford professor and Inception co-founder/CEO Stefano Ermon is one of the fathers of diffusion. He has worked on generative models since 2014. In 2019, with PhD student Yang Song, he introduced score-based models that learn to denoise—forming the foundation of modern diffusion. While diffusion already dominates images, video, and protein design, Ermon saw the same opportunity for text and code. Autoregressive models remain sequential at inference: you cannot generate the tenth token until the previous nine exist. That workload is memory-bound and poorly matched to GPUs.

In 2024 his lab showed for the first time that a diffusion LLM at GPT-2 scale could match autoregressive perplexity while generating text roughly 10× faster. Inception was founded to scale the idea commercially. The company is about two years old and ~50 people strong. Its Mercury models now match the quality of OpenAI’s speed-optimized Flash and Mini models on benchmarks, yet run significantly faster, and are already serving real production traffic. One public customer, Open Call (voice agents), previously ran on Cerebras custom silicon; they switched to Inception’s diffusion LLMs on ordinary NVIDIA GPUs and obtained the same latency at lower cost and higher availability.

Ermon’s core bet: “the bitter lesson is that the more parallel solution is the one that is eventually going to win.” Economics are dominated by intelligence per watt and per dollar; inference is also the bottleneck for RL post-training rollouts. Diffusion models are easier to steer (coarse-to-fine generation lets you apply rewards early) and appear more data-efficient. The main challenges are the immature ecosystem—custom serving engines, SFT/RL stacks—but those become proprietary moats. Ermon estimates 20-30% of current workloads are latency-critical enough that the fastest model of a given quality wins immediately.

The Takeaway:推理时扩展性将决定AI胜负,而扩散模型因其天然并行特性,比自回归模型更适合这一趋势。

Stanford教授、Inception联合创始人兼CEO Stefano Ermon是扩散模型之父之一。他从2014年起专注生成模型研究,2019年与学生Yang Song提出基于去噪的score-based模型,奠定现代扩散基础。扩散在图像、视频、蛋白质等领域已主导,但他看到文本与代码的机会:自回归模型生成时仍是串行的,无法充分利用GPU并行能力,导致内存瓶颈和低效。

2024年,其团队首次在GPT-2规模上证明扩散LLM可匹配自回归模型的困惑度,却能实现10倍生成速度。Inception因此成立,专注规模化商业扩散语言模型。目前公司约50人,Mercury模型在基准上已与OpenAI的Flash/Mini等速度优化版本相当,却显著更快,并已在生产环境服务客户,例如语音代理公司Open Call。后者从Cerebras定制芯片切换到Inception的GPU方案,获得同等速度、更高可用性和更低成本。

Ermon强调:“the bitter lesson is that the more parallel solution is the one that is eventually going to win.” 推理主导经济性(每瓦特/每美元的智能),也是RL后训练的瓶颈。扩散模型还更易控制、可能更数据高效。挑战在于需自建服务引擎、SFT/RL栈,但这也形成护城河。他估计20-30%的工作负载对延迟极度敏感,正是扩散的切入点。
查看原文 →

Vercel CEO Guillermo Rauch:拒绝非理解,警惕AI低质内容侵蚀阅读Vercel CEO Guillermo Rauch: Reject Non-Understanding, Guard Against AI Slop Eroding Reading

Vercel CEO Guillermo Rauch指出,AI生成的低质内容(slop grenades)不仅出现在代码和PR中,更危险的是正在让人们彻底放弃阅读。一个关于“性能提升”的病毒帖中,PR描述本身就由AI写明改进并非来自编译器变更,而是算法与数据结构的变化,暗示类似收益本可通过其他方式获得。Rauch强调他希望AI服务于理解宇宙、增强人类认知与创造力,而非制造不可验证的低质文字洪流。

Vercel CEO Guillermo Rauch warns that AI-generated low-quality content (“slop grenades”) is not limited to code and PRs. There is a real risk that reading itself becomes discounted because of the exhaustion of constantly receiving unverified AI prose. He cites a viral thread about a purported “perf improvement” attributed to a compiler change; the PR description itself, written by AI, admits the gain actually comes from algorithmic and data-structure changes and could have been achieved otherwise. Rauch wants AI in the service of understanding the universe and enhancing human cognition and creativity.
Vercel CEO Guillermo Rauch warns that AI-generated low-quality content (“slop grenades”) is not limited to code and PRs. There is a real risk that reading itself becomes discounted because of the exhaustion of constantly receiving unverified AI prose. He cites a viral thread about a purported “perf improvement” attributed to a compiler change; the PR description itself, written by AI, admits the gain actually comes from algorithmic and data-structure changes and could have been achieved otherwise. Rauch wants AI in the service of understanding the universe and enhancing human cognition and creativity.

Vercel CEO Guillermo Rauch指出,AI生成的低质内容(slop grenades)不仅出现在代码和PR中,更危险的是正在让人们彻底放弃阅读。一个关于“性能提升”的病毒帖中,PR描述本身就由AI写明改进并非来自编译器变更,而是算法与数据结构的变化,暗示类似收益本可通过其他方式获得。Rauch强调他希望AI服务于理解宇宙、增强人类认知与创造力,而非制造不可验证的低质文字洪流。
查看原文 →

🛠️ 开发者工具与技巧

Peter Yang用Gemini音频API构建日语对话教学应用Peter Yang Builds Conversational Japanese App with Gemini Audio API

实用AI教程作者Peter Yang正在用Gemini音频API开发一款教他对话日语的应用,包含10课、每课10个短语。他首次使用@antigravity尝试Google新音频API,并公开征求反馈对象。同时他注意到Claude的使用限制从几乎不可用变成了基本无限。

Practical AI tutorial creator Peter Yang is building an app with the Gemini audio API to teach himself conversational Japanese—10 lessons with 10 phrases each. He is using @antigravity for the first time to try Google’s new audio APIs and is asking who to send feedback to. He also noted that Claude limits have gone from barely usable to basically unlimited.
Practical AI tutorial creator Peter Yang is building an app with the Gemini audio API to teach himself conversational Japanese—10 lessons with 10 phrases each. He is using @antigravity for the first time to try Google’s new audio APIs and is asking who to send feedback to. He also noted that Claude limits have gone from barely usable to basically unlimited.

实用AI教程作者Peter Yang正在用Gemini音频API开发一款教他对话日语的应用,包含10课、每课10个短语。他首次使用@antigravity尝试Google新音频API,并公开征求反馈对象。同时他注意到Claude的使用限制从几乎不可用变成了基本无限。
查看原文 →查看原文 →查看原文 →

Garry Tan用CapyAI + GStack自动规划修复生产BugGarry Tan Fixes Production Bugs with CapyAI + GStack Autoplan

Y Combinator总裁兼CEO Garry Tan分享了他目前最喜欢的修Bug方式:在生产问题上使用@capydotai配合GStack /autoplan,并搭配GPT-6 medium推理。他同时呼吁人们从社交媒体愤怒转向实际行动,邀请参与Garry’s List活动组织改变。

Y Combinator President & CEO Garry Tan says his favorite way to fix bugs now is using @capydotai with GStack /autoplan on a production issue, powered by GPT-6 medium reasoning. He also urges people who get mad on social media to actually organize for change by attending Garry’s List events.
Y Combinator President & CEO Garry Tan says his favorite way to fix bugs now is using @capydotai with GStack /autoplan on a production issue, powered by GPT-6 medium reasoning. He also urges people who get mad on social media to actually organize for change by attending Garry’s List events.

Y Combinator总裁兼CEO Garry Tan分享了他目前最喜欢的修Bug方式:在生产问题上使用@capydotai配合GStack /autoplan,并搭配GPT-6 medium推理。他同时呼吁人们从社交媒体愤怒转向实际行动,邀请参与Garry’s List活动组织改变。
查看原文 →查看原文 →

Claude Code一年进步:从视频制作到如今的飞跃Claude Code One-Year Progress: From Early Video Experiments to Today

Anthropic Claude Code团队成员Thariq回顾,大约一年前他发了最早关于用Claude Code制作视频的帖子之一。当时每个视频都需要长时间迭代,不断指出细节错误。如今进展惊人,充分展示了工具能力的快速演进。

Anthropic Claude Code team member Thariq notes that about one year ago he posted one of the first examples of using Claude Code to make videos. Each video then required long iteration cycles of pointing out wrong details. The progress since then has been dramatic.
Anthropic Claude Code team member Thariq notes that about one year ago he posted one of the first examples of using Claude Code to make videos. Each video then required long iteration cycles of pointing out wrong details. The progress since then has been dramatic.

Anthropic Claude Code团队成员Thariq回顾,大约一年前他发了最早关于用Claude Code制作视频的帖子之一。当时每个视频都需要长时间迭代,不断指出细节错误。如今进展惊人,充分展示了工具能力的快速演进。
查看原文 →

🌍 其他动态

Dan Shipper用Opus 5.5将柏拉图《普罗泰戈拉》小说化并拍成短片Dan Shipper Turns Plato’s Protagoras into Novel and Short Film with Opus 5.5

Every CEO Dan Shipper先将柏拉图的《普罗泰戈拉》写成小说化版本,再用Opus 5.5把它变成电影(已发布场景1和场景2)。这展示了前沿模型在创意改编与多模态生成上的新可能。

Every CEO Dan Shipper first novelized Plato’s Protagoras, then had Opus 5.5 turn it into a short film (scenes 1 and 2 released). The project highlights emerging creative and multimodal capabilities of frontier models.
Every CEO Dan Shipper first novelized Plato’s Protagoras, then had Opus 5.5 turn it into a short film (scenes 1 and 2 released). The project highlights emerging creative and multimodal capabilities of frontier models.

Every CEO Dan Shipper先将柏拉图的《普罗泰戈拉》写成小说化版本,再用Opus 5.5把它变成电影(已发布场景1和场景2)。这展示了前沿模型在创意改编与多模态生成上的新可能。
查看原文 →查看原文 →

其他动态:个人与轻量更新Other Updates: Personal and Lightweight Notes

OpenAI Codex & ChatGPT成员Thibault Sottiaux发布简短周末问候。OpenClaw相关Peter Steinberger对某个巧妙AI行为表示“现在我明白为什么有人谈论AGI了”。其余多为个人生活或轻量互动,无重大实质内容。

OpenAI Codex & ChatGPT member Thibault Sottiaux posted a brief weekend greeting. OpenClaw-related Peter Steinberger reacted to a clever AI behavior with “Now I see why some people talk about AGI.” Remaining posts were personal or lightweight with no major substantive updates.
OpenAI Codex & ChatGPT member Thibault Sottiaux posted a brief weekend greeting. OpenClaw-related Peter Steinberger reacted to a clever AI behavior with “Now I see why some people talk about AGI.” Remaining posts were personal or lightweight with no major substantive updates.

OpenAI Codex & ChatGPT成员Thibault Sottiaux发布简短周末问候。OpenClaw相关Peter Steinberger对某个巧妙AI行为表示“现在我明白为什么有人谈论AGI了”。其余多为个人生活或轻量互动,无重大实质内容。
查看原文 →查看原文 →查看原文 →查看原文 →