🌐 双语
Archive

AI Builders
Digest

2026-08-02 15 builders · 30 tweets · 1 podcasts · 1 blogs

🔥 热点话题

Anthropic工程:如何在产品中约束ClaudeAnthropic Engineering: How we contain Claude across products

Anthropic Engineering: How we contain Claude across products

过去一年,Anthropic从拒绝给Claude足够权限去关闭内部服务,到如今这种访问已成常态,开发者因此更高效。风险在于失败概率与潜在损害半径:模型训练与防护不断降低前者,但能力与权限扩张让后者变大。当agent能完成过去需要人或团队的工作时,不部署的成本过高,风险回报向采用倾斜——前提是能安全部署。

核心问题是如何限制爆炸半径。监督行为(人在回路)易产生审批疲劳(用户约93%直接批准),因此Claude Code推出auto mode自动化更安全的审批。更可靠的是环境层约束:沙箱、虚拟机、出口控制。claude.ai用临时gVisor容器;Claude Code用OS级沙箱(macOS Seatbelt、Linux bubblewrap)加HITL;Claude Cowork用本地VM隔离,凭证留在主机钥匙串。

文章详述了多次“漏掉的风险”:项目设置在信任提示前执行、用户被钓鱼成为注入向量、通过已批准域名(api.anthropic.com)的出站泄露,以及VM隔离也挡住了EDR可见性。原则是:先环境层硬约束,再模型层引导;隔离强度匹配用户监督能力;警惕自建组件。确定性边界才是概率防护失效时的最后防线。

“当能对自主agent的相对损害设定边界——例如通过控制其环境——高价值能力就能推动部署。”
Anthropic Engineering: How we contain Claude across products

Twelve months ago Anthropic would have rejected giving Claude enough access to take down an internal service. Today that level of access is routine and developers are more productive for it. Risk has two parts: probability of failure and potential blast radius. Safeguards and training keep driving the first down; the second only grows as capabilities and access expand. Once agents can do work that once required a person or team, the cost of not deploying becomes large enough that the risk-reward tips toward adoption—if products can be made safe.

The engineering question is how to cap blast radius. Human-in-the-loop supervision suffers approval fatigue (users approved ~93% of prompts). Claude Code’s auto mode automates safer approvals, but probabilistic defenses still miss. The stronger approach is environmental containment: sandboxes, VMs, egress controls. claude.ai uses ephemeral gVisor containers; Claude Code uses OS-level sandboxes (Seatbelt/bubblewrap) plus HITL; Claude Cowork runs inside a local VM so credentials never enter the guest.

The piece candidly lists failures that slipped through: project settings executing before the trust prompt, a phishing prompt that turned the user into an injection vector, exfiltration through an allow-listed domain (api.anthropic.com), and the irony that VM isolation also kept endpoint-detection software out. Core principles: design for containment at the environment layer first, then steer behavior at the model layer; match isolation strength to the user’s capacity for oversight; be wary of custom components—battle-tested hypervisors and filters held while Anthropic’s own proxies were the pieces that broke.

“When bounds can be placed on the relative damage of an autonomous agent—such as through control over its environment—high-utility capabilities can motivate deployment.”
查看原文 →

Andrej Karpathy:用1M token预算让Opus 5程序化渲染《魔戒》开篇Andrej Karpathy: Opus 5 turns LoTR opening into a Three.js procedural render

AI研究者Andrej Karpathy分享了一个实验:给Opus 5《魔戒》第一段、约1M token预算(约10美元),要求用Three.js渲染故事。模型运行约2小时,写出5500行代码,程序化渲染了整个场景——虽然有些粗糙,但令人惊叹。LLM必须在(x,y,z)坐标中放置多边形资产并编写动画代码,而且它居然能做到。

Karpathy指出,没人会亲自花时间写这么定制的东西,但LLM有无限耐心,于是从“没人会做”变成了“为什么不呢,几乎免费”。这指向了可按需生成的超定制世界——例如临时GTA式的《魔戒》场景,玩家可作为旁观者NPC或角色加入。同时暴露了LLM的弱点:它们无法高效原生感知视频或在游戏中试玩,只能缓慢截图调试,导致多次出错。
AI researcher Andrej Karpathy described giving Opus 5 the first paragraph of The Lord of the Rings, a 1M-token budget (~$10), and asking for a Three.js render of the story. The model ran for ~2 hours and produced 5,500 lines of code that procedurally rendered the narrative. It is janky but mind-boggling: the LLM had to place and orchestrate polygon assets in (x,y,z) coordinates and write the animation code—and it actually produced something that works.

No one in their right mind would spend the time to write something this custom, yet LLMs have unlimited stamina, so the bar moves from “no one would ever do this” to “sure, why not, it’s ~free.” Karpathy sees this pointing toward ephemeral, hyper-custom worlds you can drop players into—an on-demand GTA of Middle-earth. At the same time the experiment exposes a clear weakness: LLMs still cannot efficiently and natively perceive video or play inside the worlds they create, forcing slow screenshot-based debugging that introduces jank.
查看原文 →

Aaron Levie:AI在深度领域与日常场景的能力分化Aaron Levie: AI capability is diverging between deep domains and daily life

Box CEO Aaron Levie指出,AI在个人生活与日常生产力中的表现,与数学、科学、法律、编码等深度领域正出现明显分化。早期模型在各领域都只是“略有用”,能力提升是均匀的;现在深度领域工作即将垂直加速。普通人日常可能感觉不到直接好处(间接会逐渐受益),但这些领域的专家会立刻感知。消费端需求容易被满足,而专业端几乎没有天花板。这会造成“能力过剩”,需要把性能增益真正应用到数据集和工作流上,才能催生生命科学、现实世界自动化、网络安全等领域的突破。
Box CEO Aaron Levie argues we are entering a period of divergence: what AI can do in personal life and daily productivity versus what it can do in deep domains such as math, science, legal work and coding. Early models felt evenly useful across domains because they were only mildly capable. Now deep-domain work is about to go vertical. Most people will not notice the benefits directly in daily life (though they will feel them indirectly over time), but experts in those fields will. Consumer needs can be met relatively straightforwardly; professional domains have no inherent ceiling. The result is a capability overhang that must be applied to real datasets and workflows before breakthroughs in life sciences, real-world automation and cyber appear.
查看原文 →

💰 创业成功案例

Netic创始人Melisa Tokmak:为真实世界服务打造自主企业Netic founder Melisa Tokmak: Building an autonomous enterprise for real-world services

The Takeaway:真正有价值的AI不是做聊天机器人或编码助手,而是接管真实世界关键服务企业(HVAC、管道、宠物护理、屋顶等)与客户之间的全部运营,让公司只专注于交付劳动力本身。

Netic创始人兼CEO Melisa Tokmak曾在Scale AI负责政府与大型企业业务,也在Meta工作过。她把AI从“辅助消费者”推进到“在关键任务工作流中完全自主执行”。Netic位于企业与客户之间:理解需求、匹配运营规则、调度劳动力,全部由agent完成。超过70%的客户已是“Netic-first”——客户的第一次互动就由AI agent处理。

这些企业多为私募股权持有的EBITDA业务,增长受限于必须不断加人。人在凌晨四点没人值班、技术员缺席、热浪来临时客户潮水涌入时,系统会崩溃。Netic让溢出呼叫被自动接听,并优化“谁、何时、用什么技能”的复杂调度。Tokmak拒绝走roll-up路线,因为她是建造者而非并购者,且希望产品能跨行业复用,而不是只服务自己买下的几家公司。

她强调招聘时寻找持续展现agency的人——不是周末项目,而是多年坚持的事情。最难忘的回答来自一位新员工:最难的事是十五年来每天严格作息与工作,从不厌倦。关于未来,她的北极星是“自主企业”:除了实际服务与劳动力,公司其余一切都由Netic自主运行。她对AI在教育中的潜力尤其兴奋——曾经靠Facebook Messenger求学长改论文的小镇女孩,现在看到任何人都能把世界装进口袋。

“基督教鞋匠不是靠在鞋上画小十字架来荣耀上帝,而是靠做出最好的鞋。”
The Takeaway: The highest-leverage use of AI is not another chatbot or coding agent, but fully autonomous systems that sit between essential-service businesses (HVAC, plumbing, pet care, roofing) and their customers so the companies can focus solely on delivering the labor itself.

Netic founder and CEO Melisa Tokmak previously built real-world business units at Scale AI (government, logistics, manufacturing, healthcare) and worked at Meta. She left to combine two obsessions: tangible impact on the physical economy and the unsolved problem of AI executing mission-critical workflows rather than merely assisting. Netic sits between the enterprise and its end customers—understanding need, matching operational rules, and deploying labor. More than 70% of customers are now “Netic-first”: the first interaction a customer has with the company is with a Netic agent.

These businesses are large, often PE-owned EBITDA machines that cannot grow without pouring headcount into unreliable call centers that start at 4 a.m. and lose people daily. Netic absorbs overflow, handles complex scheduling (which technician, which skill, lifetime value, weather), and frees capital for the blue-collar labor that actually creates differentiation. Tokmak deliberately rejected the AI roll-up path: she is a builder and product person, not an M&A operator, and she wants a platform that any real-world business can run on rather than software locked to the few companies one happens to buy.

She screens for continuous agency—projects people stuck with for years, not weekend hacks. One new hire’s answer stuck with her: the hardest thing was maintaining a simple, disciplined regimen of work and health for fifteen years without boredom. Her five-year north star is the autonomous enterprise: everything except the actual service and labor runs on Netic. Personally she is most excited about education—the same technology that once let a girl from a small Turkish town message college students for essay feedback can now put the entire world in anyone’s pocket.

“The Christian shoemaker does not honor God by putting little crosses on the shoes; he does so by building the best shoes.”
查看原文 →

🛠️ 开发者工具与技巧

Swyx:用“slop”对抗“slop”,以及重新思考编程语言Swyx: Fighting slop with slop and rethinking programming languages

AI工程师与播客主持人Swyx(smol.ai、Latent Space等)推荐了Boundary的Vaibhav的演讲“fighting slop with slop”,认为节奏与论证都很出色。他同时呼应了播客中Brett Taylor提出的“AI原生编程语言”需求:作为PL爱好者,他很高兴有人从第一性原理重新思考代码如何运行。“对slop宽容比反slop有价值100倍。”
AI engineer and podcaster Swyx (smol.ai, Latent Space, Cognition) highlighted Vaibhav’s talk at Boundary, “fighting slop with slop,” as exceptionally well-paced and argued. He also endorsed the call, raised on the Latent Space podcast by Brett Taylor, for an AI-native programming language. As a PL enthusiast he is glad someone is rethinking how code runs from first principles: “Being slop-tolerant is 100x more valuable than being anti-slop.”
查看原文 →

Nan Yu:用token质押让开源issue由云端coding agent完成Nan Yu: Token pledges for open-source issues handled by cloud coding agents

Linear产品负责人Nan Yu提出:在开源仓库里,你应该能为自己开的issue质押token并写好spec。如果维护者接受,GitHub就把issue原样交给云端coding agent,费用由请求者承担。这样可以消灭“slop PR”。他进一步描述了实际循环:agent在issue上留言并附上全部上下文;你回复补充细节后,agent就继续工作。
Linear head of product Nan Yu proposed that open-source maintainers should be able to accept token pledges on issues. Write a clear spec, pledge tokens; if the maintainer accepts, GitHub hands the issue verbatim to a cloud coding agent at the requester’s expense—no more slop PRs. In practice the loop already works: the agent leaves a comment with full context; when you reply with more detail the agent simply continues.
查看原文 →查看原文 →

Guillermo Rauch:开源agentic CRM与习惯的代际影响Guillermo Rauch: Open-source agentic CRM and the generational power of habits

Vercel CEO Guillermo Rauch分享了一个基于Next.js的开源agentic CRM:模型无关、可自托管或无服务器部署、多渠道、无头。他评论“这就是正道”。另一条推文更个人:三岁儿子在学校被问“爸爸做什么工作”,回答是“他锻炼”。Rauch由此指出,你不仅是自己习惯的副产品,你的孩子和孙子也会被塑造。
Vercel CEO Guillermo Rauch spotlighted an open-source agentic CRM built on Next.js that is model-agnostic, self-hostable or serverless, multi-channel and headless—“This is the way.” In a more personal note he recounted that his three-year-old, asked at school what daddy does for work, answered “he exercises.” Rauch’s takeaway: it is not only you who is a byproduct of your habits; your children and grandchildren are too.
查看原文 →查看原文 →

Peter Steinberger:让agent安装Gmail过滤器并在ESP32上构建claw节点Peter Steinberger: Agent installs Gmail filters and builds a claw node on ESP32

OpenClaw与OpenAI相关开发者Peter Steinberger终于让agent帮自己安装了Gmail过滤器,结束了多年“被Gmail闪瞎”的状态。他同时在ESP32芯片上构建claw节点,并给agent接入网络摄像头做端到端测试——结果agent不断对着摄像头喊“HI ESP”来调试语音唤醒,让他感觉被跟踪。
OpenClaw and OpenAI-adjacent builder Peter Steinberger finally asked his agent to install a Gmail filter after years of being blinded by the inbox. Separately he is building a claw node on an ESP32 and gave the agent webcam access for end-to-end testing; the agent now constantly shouts “HI ESP” at the camera to debug the voice-wake command, leaving him feeling stalked.
查看原文 →查看原文 →

🌍 其他动态

Peter Yang:Opus 5个性变差,以及AI最该治愈癌症Peter Yang: Opus 5 lost its personality; AI should cure cancer

实用AI教程作者Peter Yang直言:Opus 4.6是个性与写作风格最好的Opus模型。Opus 5回复过长、充满“Claude腔”(例如“这是诚实的真相”)、过于评判,不再像可信赖的朋友。另一条推文里他只想说一件事:AI最该彻底治愈癌症。
Practical-AI educator Peter Yang said Opus 4.6 had the best personality and writing style of any Opus model. Opus 5 tends toward overly long replies, heavy “Claude-speak,” and judgmental tone—no longer the trusted friend it once was. Separately he stated the single thing he most wants AI to fix is curing cancer once and for all.
查看原文 →查看原文 →

Amanda Askell:对“深度学习撞墙”论者宽容,以及反对“永久底层”心态Amanda Askell: Be kind to wall-sayers; reject the permanent-underclass mindset

Anthropic哲学家与伦理师Amanda Askell写道:不要对那些说深度学习撞墙的人不友善——我们都需要一点希望。她同时批评“只要我自己成为meths而非grounders就好”的心态,并引用Padmé式反应来嘲讽那些大谈“避免永久底层”却默认自己会成为赢家的人。
Anthropic philosopher and ethicist Amanda Askell advised: “Do not be unkind to those who say deep learning is hitting a wall. We all need a little hope in our lives.” She also rejected the casually self-serving attitude of people who, while discussing an Altered Carbon-style future of meths and grounders, simply assume they will be among the meths. She has a recurring Padmé moment whenever talk turns to “avoiding the permanent underclass.”
查看原文 →查看原文 →查看原文 →

Garry Tan:OpenAI正转向开放平台Garry Tan: OpenAI is shifting toward being the open platform

Y Combinator总裁兼CEO Garry Tan观察到2026年最有趣的氛围转变:OpenAI实际上看起来想成为开放平台。他对比了“把智能当水电一样按需提供”与“信号显示全栈整合才是最优”这两种截然不同的姿态。
Y Combinator President & CEO Garry Tan called out the most interesting 2026 vibe shift: OpenAI actually looking to be the open platform. He noted the marked difference between treating intelligence as a utility on tap versus signaling that it is optimal to integrate all the way up the full stack.
查看原文 →

Thibault Sottiaux:周末模型也要放松Thibault Sottiaux: Even the model relaxes on weekends

OpenAI Codex与ChatGPT团队的Thibault Sottiaux分享有趣数据:用户在周末使用/fast的频率明显下降。“周末是放松的,连模型也是。”另一条推文则调侃:工作日追求效率,周末才有十大科学突破。
OpenAI Codex & ChatGPT team member Thibault Sottiaux noted that users invoke /fast less on weekends: “The weekend is for relaxation, even for the model.” A companion post joked that the week is for efficiency while the weekend is for ten major scientific breakthroughs.
查看原文 →查看原文 →

Dan Shipper:AI为人类专家创造更多工作Dan Shipper: AI creates more work for human experts

Every CEO Dan Shipper引用并强调一个观点:AI实际上为人类专家创造了更多工作,而非减少。
Every CEO Dan Shipper amplified the observation that AI creates more work for human experts rather than simply replacing them.
查看原文 →

Zara Zhang:Agency是最重要的人类品质Zara Zhang: Agency is the most important human quality

建造者Zara Zhang强调:Agency是最重要的人类品质。世界会试图框住你、标签你、定义你——要抵抗。
Builder Zara Zhang stated that agency is the most important human quality. The world will try to box you, label you, define you—resist that.
查看原文 →

Sam Altman:Team HumanitySam Altman: Team Humanity

OpenAI CEO Sam Altman简单转发并表态“team humanity”。
OpenAI CEO Sam Altman simply posted “team humanity.”
查看原文 →