🌐 双语
Archive

AI Builders
Digest

2026-07-27 11 builders · 21 tweets · 1 podcasts · 0 blogs

🔥 热点话题

OpenAI算力负责人:我们建得不够快OpenAI Compute Chief: We Can't Build Fast Enough

The Takeaway:OpenAI最大的瓶颈不是需求,而是物理世界建算力的速度跟不上。

Sachin Katti是OpenAI工业算力负责人,背景包括斯坦福教授、多次创业、英特尔CTO。他强调,数据中心是把电子变成token的巨型工厂,必须液冷,因为芯片太热。OpenAI今年算力支出约500亿美元,整个行业约7000亿。他们不仅接电网,还投资发电、输电和变压器,甚至开始behind-the-meter自建电源(目前主要是燃气轮机),并强烈希望核电尽快落地。

Jalapeno是OpenAI的定制芯片,目标是最大化每瓦token数。因为他们知道自己的模型和负载,可以共设计硬件。AI已经在协助芯片设计,递归式“AI设计下一代AI所需系统”并不遥远。推理已占算力大头,但训练本身也大量用到推理(合成数据、后训练、test-time compute)。

对过建风险,Katti完全不担心:“每次我们以为算力够了可以放缓,结果都负面惊喜。我们最大的担忧仍是建得不够快。物理供应链、工厂、变压器加产能都太慢。”Stargate是整体算力策略的统称,组合微软、AWS、Google、Oracle、CoreWeave等,加上自建部分。他们还推出guaranteed capacity,让企业锁定token供应。

社区方面,数据中心给农村带来税收、就业和电网升级,水是闭环循环,净消耗极低。瓶颈无处不在:许可、燃气轮机、变压器、电工。轨道算力有趣,但要等发射和硬件经济性到位。

“Anytime you have thought you have enough compute, we can slow down. Always negatively surprises… Demand far outstrips compute supply today.”
The Takeaway: OpenAI’s biggest constraint is not demand but the physical world’s inability to build compute fast enough.

Sachin Katti, OpenAI’s Head of Industrial Compute (Stanford professor, multi-time founder, former Intel CTO), describes data centers as giant factories turning electrons into tokens. They require liquid cooling everywhere because chips run extremely hot. OpenAI is spending roughly $50B on compute this year; the industry ~$700B. They connect to the grid but also fund new generation, transmission and substations, and are moving to behind-the-meter power (mainly gas turbines today) while urgently wanting nuclear.

Jalapeno, their custom silicon, optimizes tokens-per-watt by co-designing for known models and workloads. AI is already assisting chip design; full recursive “AI designs the systems for the next AI” is not far. Inference is already the majority of compute, and much of “training” is itself inference (synthetic data, post-training, test-time compute).

On overbuild risk Katti is unworried: “Anytime you have thought you have enough compute, we can slow down. Always negatively surprises… Demand far outstrips compute supply today.” The real risk is under-building. Stargate is the umbrella compute strategy spanning Microsoft, AWS, Google, Oracle, CoreWeave and self-build. They also launched guaranteed capacity so enterprises can lock in tokens of intelligence.

Data centers bring tax revenue, jobs and grid upgrades to rural areas; water use is a closed loop and minimal. Bottlenecks exist everywhere—permitting, turbines, transformers, electricians. Orbital compute is exciting to the engineer in him but needs better launch and hardware economics first.
查看原文 →

Sam Altman:ChatGPT已经能真正替你干活Sam Altman: ChatGPT Can Actually Work for You

OpenAI CEO Sam Altman展示了ChatGPT的“工作”能力:他从手机发出一条prompt,让它用全部聊天历史规划8人长周末旅行、做出三个完整方案、建一个全栈协调网站、等大家达成一致后预订,并起草Gmail邮件。结果“就这么成了”。他随后补充“agreed feels big, i want a new kind of computer”。

OpenAI Codex & ChatGPT负责人Thibault Sottiaux呼应道:Vibes are strong,从未见过OpenAI如此专注且运转顺畅。他也推荐让ChatGPT真正为你工作——谈判网费、清理垃圾邮件订阅、找最优交易,每天至少帮他做20件事。
OpenAI CEO Sam Altman demonstrated ChatGPT’s agentic “work” capability: from his phone he prompted it to use all chat history to plan a long-weekend trip for 8 friends, produce three full options, build a full-stack coordination site, wait for group consensus, make reservations, and draft a Gmail email. “It… just worked.” He later added “agreed feels big, i want a new kind of computer.”

Thibault Sottiaux (Codex & ChatGPT at OpenAI) echoed the energy: “Vibes are strong. Never seen OpenAI more focused and humming.” He also urged people to let ChatGPT actually work for them—negotiating internet bills, unsubscribing from spam, finding deals—doing at least 20 things for him daily.
查看原文 →查看原文 →查看原文 →查看原文 →

Aaron Levie:企业真正需要的是应用层AIAaron Levie: Enterprises Need the Applied AI Layer

Box CEO Aaron Levie指出,AI扩散到真实世界仍有巨大机会。大多数企业需要大量支持才能把模型突破应用到工作流。智能本身不够,必须连接企业系统、获取正确数据、让人在流程中决策、持续改进数据和模型、处理合规。银行客户入职与法律合同审查完全不同。应用层AI会来自实验室,但更多来自深耕各行业的独立公司。模型越强,可自动化的工作流越复杂,对应用层的需求反而更大。
Box CEO Aaron Levie argues there is still massive opportunity in diffusing AI into the real world. Most enterprises need extensive support to apply model breakthroughs to workflows. Intelligence alone is insufficient; you must connect to enterprise systems, feed the right data, enable human decisions at key steps, improve data and models over time, and handle compliance. Client onboarding in a bank is entirely different from contract review in legal. The applied AI layer will come partly from the labs but largely from independent companies that go deep in each industry. Better models enable more ambitious workflows and therefore increase, rather than reduce, the need for this applied layer.
查看原文 →

🛠️ 开发者工具与技巧

Guillermo Rauch:用scriptc把Vercel CLI编成原生二进制Guillermo Rauch: Compiling Vercel CLI to Native with scriptc

Vercel CEO Guillermo Rauch用scriptc把vercel CLI的TypeScript编译成原生二进制:体积1.28MB,启动开销1.5ms,编译2.94s,使用node:https等模块,代码高度可读,由GLM 5.2 Fast翻译,无嵌入V8/QuickJS,完全静态,部署顺畅。他还代表Vercel联署支持Open Weights与美国AI领导力公开信,强调开源权重是下一逻辑前沿。
Vercel CEO Guillermo Rauch compiled the vercel CLI TypeScript to native with scriptc: 1.28 MB binary, 1.5 ms startup, 2.94 s compile, using node:https/fs/path/os/crypto, highly readable TypeScript translated by GLM 5.2 Fast, no embedded V8/QuickJS, fully static, and deploys cleanly. He also co-signed the Open Weights and American AI Leadership letter on behalf of Vercel, calling open weights the logical next frontier.
查看原文 →查看原文 →

Zara Zhang:别用token消耗衡量AI采用,要看从需求到上线的时间Zara Zhang: Measure Time-to-Ship, Not Tokens Burned

Builder Zara Zhang提醒:停止用烧掉的token衡量AI采用,应衡量用户需求出现到功能上线的时间。聊天产品越通用,越难用——人们面对空白框会卡住,因为不知道该问什么,这就是AI教程泛滥的原因。
Builder Zara Zhang advises: stop measuring AI adoption by tokens burned; measure the time from a user need arriving to that thing shipping. The more general a chat product is, the harder it is to use—people face a blank box and freeze because they genuinely don’t know what to ask for, which is why there are so many AI tutorials.
查看原文 →查看原文 →

🌍 其他动态

Madhu Guru:AI影响仍处第一阶段Madhu Guru: AI Impact Is Still Phase 1

Meta AI高级总监Madhu Guru(曾领导Gemini、Veo等)认为,当人们说AI还没在产品里产生可见影响时,他们忽略了:这是第一阶段。有分发优势的公司正快速扩展到相邻问题,AI让他们快速执行并构建以前需要大量定制软件的功能(如虚拟试衣)。公司正在摸索打法,生态层面影响尚未显现。第二阶段会出现更多全新功能和创新,那时AI对软件生态的影响才会无可辩驳。
Meta Sr Director of AI Madhu Guru (previously led Gemini, Veo, Nano Banana at Google) notes that when people say AI hasn’t produced shipped product impact, they miss the point: this is phase 1. Companies with distribution are rapidly expanding into adjacent problem areas—AI helps them execute fast and build functionality that previously required custom software (e.g. clothes try-on). Companies are still figuring out the playbook; ecosystem-level impact is not yet visible. Phase 2 will bring far more net-new features and innovation, at which point the undeniable impact of AI on the software ecosystem will appear.
查看原文 →

Amjad Masad:黑客更爱用补贴的实验室AI而不是开源模型Amjad Masad: Hackers Prefer Subsidized Lab AI Over Open Models

Replit CEO Amjad Masad转发并评论前Anthropic员工的观察:黑客在攻击时更倾向于使用被大规模补贴的实验室AI订阅,而不是开源模型。
Replit CEO Amjad Masad highlighted an observation from a former Anthropic employee: hackers prefer to use massively subsidized lab AI subscriptions for attacks rather than open models.
查看原文 →

Peter Yang:加拿大人更担心信任而非tokenPeter Yang: Canadians Worry About Trust, Not Tokens

Peter Yang在加拿大观察到,没有“AI精神病”的人最关心的不是token会不会用完,而是“我是否信任ChatGPT到足以分享Gmail、日历、Google Workspace、Microsoft Office等”。
Peter Yang, now in Canada talking to people without “AI psychosis,” finds the number-one concern is not running out of tokens but “do I trust ChatGPT enough to share my Gmail, Calendar, Google Workspace, Microsoft Office, etc.”
查看原文 →

其他简讯Other Briefs

YC总裁Garry Tan感谢Sam Altman作为YC Startup School 2026的收尾嘉宾,并强调“Don’t LARP, Be earnest”。

Every CEO Dan Shipper正在休假撰写Codex诞生的权威历史(基于OpenAI内部深度访谈),几周后在Every发布。

FPV Ventures合伙人Nikunj Kothari预测:proof of prompt很快将取代proof of work。
YC President & CEO Garry Tan thanked Sam Altman for anchoring YC Startup School 2026 and reminded founders “Don’t LARP / Be earnest.”

Every CEO Dan Shipper is taking the week off to write the definitive history of how Codex happened, based on deep interviews with OpenAI insiders, to be published on Every in a few weeks.

FPV Ventures partner Nikunj Kothari predicts proof of prompt is soon going to replace proof of work.
查看原文 →查看原文 →查看原文 →查看原文 →