🌐 双语
Archive

AI Builders
Digest

2026-07-26 14 builders · 31 tweets · 1 podcasts · 3 blogs

🔥 热点话题

Benedict Evans:AI 更像互联网,而非工业革命Benedict Evans: AI Is More Like the Internet Than the Industrial Revolution

The Takeaway:当前 AI 是一次重大平台转移,规模可能接近甚至超过互联网与移动,但远未到文明级重塑,价值会像移动网络一样向上层应用迁移,而不是被基础模型垄断。

独立分析师 Benedict Evans(长期关注科技产业周期,以清晰的历史类比闻名)指出,把 AI 比作电力或工业革命很容易陷入无法证伪的宏大叙事。更有用的是回头看移动、半导体、操作系统和云计算:它们都曾看起来改变一切,但真正赚钱和改变行为的部分往往在栈的更高层。移动数据流量15年涨了上千倍,运营商却几乎没赚到钱;价值去了 Uber、YouTube 和银行 App。

Evans 强调能力仍是“锯齿状”的:编码已经有明确产品市场契合,但大多数知识工作场景里,人们既看不到问题,也不知道如何把任务描述给模型,更缺乏构建新工具的权限与技能。他提醒,把“第一年律师助理工作的93%”这种数字当作预测毫无意义,因为你既无法量化人的真实工作,也无法量化模型是否真的完成了它。消费者侧使用深度仍然浅,日常活跃用户大约只有10-15%,更多是偶发工具而非新计算范式。

直接引述:“你可以挥手说这像电力。好吧,那电力发生了什么?电出现之前的人也并不傻。”他建议把 AGI 是否到来当作二元问题:如果真的到来,中产阶级失业就成了次要问题;否则,就专注于企业软件和实际部署。
The Takeaway: AI is a major platform shift on the scale of the internet and mobile, but not yet civilization-altering like the industrial revolution; value will accrue up the stack rather than being captured by foundation models alone.

Independent analyst Benedict Evans (known for clear historical analogies of tech cycles) argues that comparing AI to electricity or the industrial revolution quickly becomes unfalsifiable philosophy. More useful is looking at mobile, semiconductors, operating systems and cloud: all once seemed to change everything, yet the real money and behavior change often sat higher in the stack. Mobile data traffic grew 1,000-2,000x over 15 years while carriers made little profit; value went to Uber, YouTube and banking apps.

Evans stresses capabilities remain jagged. Coding has clear product-market fit, but most knowledge-work settings still face the harder problems of seeing the task, describing it, and having permission to build new tools. Radar charts claiming “Opus does 93% of a first-year associate’s job” are delusional because neither the job nor the model’s performance can be measured that way. Consumer usage remains shallow—roughly 10-15% daily active, more occasional tool than new computing paradigm.

Memorable line: “You can wave your hands and say, no, this is like electricity. Okay, fine. It’s like electricity. Well, what happened with electricity? And there was a time before electricity, and people before electricity weren’t dumb either.” Treat true AGI as binary: if it arrives, middle-class unemployment is a secondary worry; otherwise focus on enterprise software and real deployment.
查看原文 →

开源权重获 Google 支持,行业共识快速形成Open-Weight Models Win Broad Endorsement Including Google

Box CEO Aaron Levie 指出,Google 加入后,开源权重 AI 已获得完整行业背书,这是一个重要时刻。Meta AI 高级总监 Madhu Guru 补充,美国 AI 社区对开源权重的支持在短短一个月内从非共识变成显而易见,背后是一系列公开“实验”——DeepSeek、Microsoft-OpenAI 关系变化、GLM、Kimi、Fable 以及 OpenAI-Hugging Face 事件——让大家共同观察到不同方向的一阶与二阶效应,并更新信念。他认为这正是未来十年回答 AI 重大社会问题的方式:通过反复接触现实来获得答案。
Box CEO Aaron Levie notes that with Google now on board, open-weight AI has received a complete industry endorsement—a significant moment. Meta AI Senior Director Madhu Guru adds that U.S. AI community support for open-weight models flipped from non-obvious to obvious in under a month. A series of public “experiments”—DeepSeek, the Microsoft-OpenAI shift, GLM, Kimi, Fable, and the OpenAI-Hugging Face episode—let everyone jointly observe first- and second-order effects of different directions and update beliefs. That process of repeated contact with reality, he argues, is how many of AI’s biggest societal questions will be answered over the next decade.
查看原文 →查看原文 →

Anthropic 公开 Claude Code 质量问题复盘Anthropic Postmortem on Claude Code Quality Issues

Anthropic Engineering 发布详细复盘:过去一个月用户反馈 Claude 回复质量下降,最终定位到三个独立变更,均已在4月20日(v2.1.116)修复,API 本身未受影响。一是3月4日将默认 reasoning effort 从 high 降为 medium 以降低延迟,4月7日回滚;二是3月26日清理闲置会话旧 thinking 的优化存在 bug,导致后续每轮都清除,造成遗忘与重复,4月10日修复;三是4月16日系统提示中加入“减少冗长”指令,与其他变更叠加后损害编码质量,4月20日回滚。公司已重置所有订阅用户的用量限制,并承诺加强内部使用公开版本、扩大 Code Review 上下文、对系统提示变更做更严格评估与灰度。
Anthropic Engineering published a detailed postmortem: reports of degraded Claude responses over the past month traced to three separate changes, all fixed by April 20 (v2.1.116). The API itself was unaffected. First, on March 4 default reasoning effort was lowered from high to medium to cut latency; reverted April 7. Second, a March 26 cache optimization meant to clear old thinking after idle sessions had a bug that cleared it on every subsequent turn, producing forgetfulness and repetition; fixed April 10. Third, an April 16 system-prompt instruction to reduce verbosity combined with other changes and hurt coding quality; reverted April 20. Anthropic reset usage limits for all subscribers and committed to more internal use of the public build, richer Code Review context, stricter prompt-change evals, and gradual rollouts.
查看原文 →

🛠️ 开发者工具与技巧

Anthropic Managed Agents:把大脑与双手解耦Anthropic Managed Agents: Decoupling the Brain from the Hands

Anthropic Engineering 介绍 Managed Agents——Claude 平台上的托管长时程 agent 服务。核心思路是把 agent 的三个组件虚拟化:session(追加日志)、harness(调用 Claude 并路由工具的循环)、sandbox(执行环境)。最初全部放在同一容器导致“宠物”问题:容器挂了会话就丢,调试困难,也无法方便地连到客户 VPC。解耦后 harness 离开容器,把 sandbox 当作普通工具调用;session 独立存在,harness 崩溃后可用 wake(sessionId) 恢复。安全上凭证永不进入 sandbox,Git 与 MCP 通过代理注入。结果是 p50 TTFT 下降约60%,p95 下降超过90%,并支持多 brain 多 hand。文章强调接口要为“尚未想到的程序”设计,而不是绑定当前实现。
Anthropic Engineering describes Managed Agents, a hosted long-horizon agent service on the Claude Platform. The design virtualizes three components: session (append-only event log), harness (the loop that calls Claude and routes tools), and sandbox (execution environment). Putting everything in one container created a “pet”: container failure lost the session, debugging was hard, and connecting to customer VPCs was painful. Decoupling lets the harness treat the sandbox as a normal tool call; the session lives outside so a crashed harness can be restarted with wake(sessionId). Credentials never enter the sandbox—Git and MCP tokens are injected via proxy. The change cut p50 TTFT roughly 60% and p95 over 90%, and enables many brains and many hands. The interfaces are deliberately general enough for “programs as yet unthought of.”
查看原文 →

Managed Agents 新能力:自托管沙箱与 MCP 隧道Managed Agents Adds Self-Hosted Sandboxes and MCP Tunnels

Claude Blog 宣布 Managed Agents 现支持自托管沙箱(公测)和 MCP 隧道(研究预览)。自托管沙箱让 agent 在企业自己的基础设施或 Cloudflare、Daytona、Modal、Vercel 等托管提供商上执行工具,敏感文件与数据不出边界,同时可自定义 CPU/内存。MCP 隧道通过轻量网关建立出站连接,让 agent 安全访问私有网络内的数据库、API 和知识库,无需暴露公网端点。多个客户案例(Amplitude、Clay、Rogo)已在使用。
Claude Blog announces that Managed Agents now support self-hosted sandboxes (public beta) and MCP tunnels (research preview). Self-hosted sandboxes let agents execute tools on the customer’s own infrastructure or managed providers such as Cloudflare, Daytona, Modal and Vercel, keeping sensitive files and data inside the enterprise perimeter while allowing custom CPU/memory. MCP tunnels use a lightweight outbound gateway so agents can reach private databases, APIs and knowledge bases without public endpoints. Early customers including Amplitude, Clay and Rogo are already building on the capabilities.
查看原文 →

Guillermo Rauch:软件工厂本身就是产品Guillermo Rauch: The Software Factory Is the Product

Vercel CEO Guillermo Rauch 提出,软件工厂比任何框架更根本。有了新想法时,不要只去找 agent 临时 prompt,而要思考如何建造能启动、维护和增长该想法的工厂。他引用 Elon Musk 在 Tesla 的实践,并分享自己的工作流:用 agent CLI + 文件系统做研究,一个 research/ 文件夹加 AGENTS.md 描述格式与最佳实践,然后让 agent 提问、关联历史会话、生成 HTML 报告并部署到 Vercel。整套“软件”就是英文写的 AGENTS.md。
Vercel CEO Guillermo Rauch argues the software factory is more fundamental than any framework. When you have a new idea, don’t just prompt an agent ad-hoc; ask how to build the factory that will start, maintain and grow it. He points to Elon Musk’s approach at Tesla and shares his own workflow: agent CLIs plus the filesystem, a research/ folder and an AGENTS.md that describes preferred format and best practices. The agent can then answer questions, correlate prior sessions, render an HTML report and deploy it to Vercel. The “software” powering it is English in AGENTS.md.
查看原文 →查看原文 →查看原文 →

OpenAI 内部:ChatGPT Work 用户已超 CodexChatGPT Work Surpasses Codex in Active Users at OpenAI

OpenAI Codex & ChatGPT 团队的 Thibault Sottiaux 透露,ChatGPT Work 的活跃用户数已正式超过 Codex。他同时强调语音交互在移动端是真正的游戏规则改变者,并已在 ChatGPT App 中可用;“以前可以跟电脑说话,但它不会做什么。我们修好了这个 bug。”
OpenAI Codex & ChatGPT team member Thibault Sottiaux reports that ChatGPT Work has officially overtaken Codex in number of active users. He also highlights voice interaction from mobile as a genuine game-changer, already available in the ChatGPT app: “It was always possible to speak to your computer. It wouldn’t do much in return. But we fixed that bug.”
查看原文 →查看原文 →查看原文 →

Peter Steinberger 用 Codex 做大规模并行 QAPeter Steinberger Runs Massive Parallel QA with Codex

OpenClaw 相关开发者 Peter Steinberger 描述自己整天用 Codex 做发布前大规模并行 QA:用12个子 agent 拆分功能、在不同端口起开发网关、压力测试、自主建 worktree 和 PR,目标是找到200个 bug 并修根因而非打补丁。他表示模型现在对意图理解极好,能发现复杂行为问题;过去这类工作流会在压缩边界崩溃或模型开始“作弊”,如今已大幅改善。同时他为 OpenAI 签署支持竞争与规模服务难度的公开信感到自豪。
OpenClaw-related developer Peter Steinberger describes running Codex all day for massive parallel QA ahead of a release: 12 sub-agents splitting functionality, spinning up dev gateways on different ports, stress-testing, autonomously creating worktrees and PRs, with a goal of finding 200 bugs and fixing root causes rather than band-aids. He says the model has become extremely good at understanding intent and surfacing complex behavioral issues; earlier workflows used to fall apart at compaction boundaries or see the model “cheat.” He also expressed pride that OpenAI signed a letter affirming that competition is good for the ecosystem and serving models at scale is hard.
查看原文 →查看原文 →查看原文 →

Amjad Masad:用小规模微调 LLM 冲击 2000 Elo 国际象棋Amjad Masad Pushes a Small Fine-Tuned LLM Toward 2000 Elo Chess

Replit CEO Amjad Masad 分享团队新部署的国际象棋引擎已接近预估 1200 Elo,目标是在严格约束下达到 2000+:只用一个小规模微调 LLM(无定制预训练或架构),且模型必须自己产出走法、不能调用外部棋引擎。他指出一旦放宽这些约束就会容易很多。
Replit CEO Amjad Masad reports a newly deployed chess engine is closing in on an estimated 1200 Elo, with a goal of 2000+ under tight constraints: a single small fine-tuned LLM (no custom pretraining or architecture) that must produce moves itself with no external chess-engine assistance. Relaxing either constraint makes the problem far easier.
查看原文 →

🌍 其他动态

Nan Yu:真正的 Software Factory 为何仍难出现Nan Yu on Why a True Software Factory Remains Elusive

Linear 产品负责人 Nan Yu 讨论真正的 Software Factory 尚未出现的原因,并指出如果能做出 Software Factory,就能做出 Software Factory Factory。他把同一逻辑推广到公共卫生、法律等领域:核心不是某个功能,而是被设计并实现的意图。
Linear Head of Product Nan Yu explores why a true Software Factory still does not exist, noting that if you can build a Software Factory then you can build a Software Factory Factory. He generalizes the idea beyond software to domains such as public health or law: the unit is not a feature but a designed and implemented intention.
查看原文 →查看原文 →查看原文 →

Peter Yang 预告 Codex 工作系统深度访谈Peter Yang Teases Deep Dive on Codex Work Systems

实用 AI 内容创作者 Peter Yang 预告下一集将访谈 OpenAI DevEx 工程师 Jason(官方 Codex 工作指南作者),完整展示其 Codex 工作系统:如何在 Slack 与邮件上运行“参谋长”、把历史会话变成新技能与工作流、以及用它搭建学习网站(例如学鼓)。
Practical-AI creator Peter Yang previews an upcoming episode with OpenAI DevEx engineer Jason, author of the official Codex work guidebook. Jason will walk through his full Codex work system: running a chief-of-staff across Slack and email, turning past sessions into new skills and workflows, and building sites to learn anything (e.g., the drums).
查看原文 →

Zara Zhang:AI 原生公司更像开源社区Zara Zhang: AI-Native Companies Feel Like Open-Source Communities

独立构建者 Zara Zhang 观察到 AI 原生公司的文化更接近开源社区,并抛出日常问题:等待 AI 输出时你都在做什么?
Independent builder Zara Zhang observes that AI-native companies develop a culture closer to an open-source community, and poses the everyday question: what do you do while waiting for AI output?
查看原文 →查看原文 →

其他值得注意的信号Other Notable Signals

Matt Turck 分享芯片景观入门(CPU/GPU/NVIDIA/AMD/TPU/Trainium/Cerebras 等),并调侃 VC 在 Anthropic IPO 前通过 SPV 买三股以便自称早期投资者。Nikunj Kothari 评论生成式媒体公司收购占星 App 只有在 CEO 拥有完全控制权且足够大胆时才可能发生。Garry Tan 有几条偏个人与社区优先的帖子,实质内容有限。Swyx 与 Dan Shipper 的帖子多为引用或轻量互动,无独立实质观点。
Matt Turck shared a chip-landscape 101 (CPU/GPU/NVIDIA/AMD/TPU/Trainium/Cerebras etc.) and joked about VCs buying three shares of Anthropic via SPV before the IPO to call themselves early investors. Nikunj Kothari noted that a generative-media company acquiring an astrology app is only possible when the CEO has complete control and is as ambitious as David Holz. Garry Tan’s posts were mostly personal or community-priority remarks with limited substance. Swyx and Dan Shipper posts were largely quotes or light engagement.
查看原文 →查看原文 →查看原文 →