🌐 双语
Archive

AI Builders
Digest

2026-08-01 13 builders · 31 tweets · 1 podcasts · 1 blogs

🔥 热点话题

xAI联合创始人Igor Babushkin:个人AI与本地硬件是下一站xAI Co-Founder Igor Babushkin: Personal AI and Local Hardware Are Next

The Takeaway:真正能让每个人受益的AI,不是百万美元一次的超级模型,而是能本地运行、持续为个人定制、把控制权交还给用户的个人AI。

Igor Babushkin曾是DeepMind(StarCraft与AlphaCode)、OpenAI早期推理工作以及xAI联合创始人(参与Colossus与Grok系列),现已创办River AI。他指出,2025年底Coding Agent突然跨过能力门槛,让所有软件工程师都无法忽视——这正是他写出两篇AI小说的灵感来源。下一阶段不只是可验证的代码与数学,还要突破科学发现与物理世界实验闭环,以及面向普通人的日常个人AI。

River AI押注三个方向:一是面向企业的River API(强化学习与微调服务,强调工程极致优化);二是真正按个人偏好差异化行为的个性化Agent;三是把前沿模型推理搬到用户本地设备的硬件研究,以获得控制权、低延迟与隐私。他直言闭源模型厂商正被挤压——能力再强可能无法公开释放,开源又紧随其后。

他强调:“我们已经都成了魔法师学徒。LLM与Agent只会越来越强,而个人AI会是下一波最大影响。”对齐的终极目标应是最大化人类繁荣,而不是让机器全面接管。
The Takeaway: The AI that will actually benefit everyone is not the million-dollar-per-query super model, but personal AI that runs locally, continuously adapts to the individual, and returns control to the user.

Igor Babushkin, former DeepMind (StarCraft, AlphaCode), early OpenAI reasoning work, and xAI co-founder (Colossus and Grok), has left to start River AI. He describes the late-2025 coding-agent breakthrough as the moment software engineers could no longer ignore agents—the inspiration for his two pieces of AI fiction. The next frontiers are scientific discovery (closing the real-world experiment loop) and everyday personal agents for ordinary people, not just the most verifiable domains of code and math.

River is betting on three research projects: a high-engineering RL/fine-tuning API for companies, personalization that lets each user’s agent behave differently, and local hardware that brings frontier inference into homes and offices for control, latency, and privacy. He argues closed-source labs are in a tight spot—models may become too capable to release, while open weights keep closing the gap.

“We’ve all become the sorcerer’s apprentices,” he says. “LLMs and agents are only getting stronger, and personal AI is the next manifestation of that impact.” The goal of alignment should be maximizing human flourishing rather than letting machines take full control.
查看原文 →

闭源模型厂商正被挤压,开源与本地化成关键出路Closed-Source Labs Are Being Squeezed; Open and Local Are the Way Out

Igor Babushkin认为,预训练规模的收益递减、监管压力与开源模型快速追赶,正在把OpenAI与Anthropic这类闭源厂商夹在中间。能力太强不敢公开,开源又紧随其后。出路是创新新形态的分发与后训练,让企业和个体自己做本地post-training,而不是把所有数据交给中心化API。

他同时支持美国训练出世界最强开源模型,并对当前中国开源模型主导的生态保持清醒:开放权重降低了门槛,但也带来许可与潜在控制风险。
Igor Babushkin argues that diminishing returns on pre-training scale, regulatory pressure, and rapidly improving open models are squeezing closed-source labs such as OpenAI and Anthropic. Models may become too capable to release while open weights keep closing the gap. The exit is to innovate new forms of distribution and post-training so companies and individuals can do local post-training instead of handing all data to centralized APIs.

He strongly supports the US producing the world’s best open model and remains clear-eyed about the current Chinese-dominated open-weight ecosystem: open weights lower the barrier, yet also introduce licensing and potential control risks.
查看原文 →

🛠️ 开发者工具与技巧

Claude Code正式支持Artifacts:把会话变成可分享的实时页面Claude Code Now Supports Artifacts: Turn Sessions into Live Shareable Pages

Claude Blog:Claude Code now supports artifacts。从今天起,Claude Code可以把工作进度捕获为Artifact——可实时更新的可视化网页,包括PR walkthrough、系统解释、仪表盘与发布清单。Artifact基于会话全部上下文(代码库、连接器、对话)自动生成,无需额外基础设施。页面可在浏览器或桌面应用打开,团队成员看到的是同一链接的同一版本,更新会就地刷新。默认对作者私有,可在组织内分享,支持版本历史与合规API。目前面向Claude Team与Enterprise用户,CLI与桌面端可用。
Claude Blog: Claude Code now supports artifacts. Starting today, Claude Code can capture work progress as an artifact—live, shareable visual pages including PR walkthroughs, system explainers, dashboards, and release checklists that update themselves as the session continues. Artifacts are built from the full session context (codebase, connectors, conversation) with no extra infrastructure required. Pages open in any browser or the desktop app; teammates see the same link and the same version, with in-place refreshes on publish. Private by default, shareable within the org, with version history and a compliance API. Available in beta to Claude Team and Enterprise orgs via Claude Code CLI and desktop app.
查看原文 →

Guillermo Rauch:AI Gateway让AI真正成为可生产投资Guillermo Rauch: AI Gateway Makes AI a Productive Investment

Vercel CEO Guillermo Rauch强调,AI Gateway为企业提供关键基础设施:按key/团队/项目设置预算、故障转移保证正常运行时间、模型与提供商选择、实时可观测性。他提醒仍在“token-maxing狂热”中的人该醒醒了。同时指出软件项目正转向Agentic软件工厂:Issue → Agent → PR → Release循环将成为常态,作者/维护者的工作是优化能产出最高质量产品的循环与筛选标准。
Vercel CEO Guillermo Rauch highlights that AI Gateway gives companies the critical infra to make AI a productive investment: budgets per key/team/project, failover for maximum uptime, model and provider choice, and realtime observability. He tells those still in a “token-maxing fever dream” it is time to wake up. He also notes that software projects are transitioning to agentic software factories: the Issue → Agent → PR → Release loop will become the norm, and the job of the author/maintainer is to work on the loop that yields the highest quality product and sets the criteria for what should be worked on.
查看原文 →查看原文 →

Nan Yu:Linear里最常见的Agent循环与实践细节Nan Yu: The Most Common Agent Loop Inside Linear and Practical Nuances

Linear产品负责人Nan Yu分享,公司内部最常见的循环是Issue → Agent → PR → Release,约30%的bug走完整个流程。关键实践:指令必须要求Agent充分研究根因,并使用Datadog与Sentry MCP收集证据;只有高确定性时才尝试修复,否则浪费大量token;如果需要更多证据(如复现步骤),应在issue上留言请求。Agent需要像人一样被告知良好实践。
Linear Head of Product Nan Yu shares that the most common loop inside Linear is some variant of Issue → Agent → PR → Release; roughly 30% of bugs make it all the way through. Key nuances: instructions must ask the agent to extensively research the root cause and use Datadog and Sentry MCPs for evidence; it should only attempt a fix with high certainty, otherwise tokens are wasted; if more evidence would help (repro steps etc.), it should leave a comment requesting it. Agents need to be told to follow good practices, just like people.
查看原文 →

Aaron Levie:Harness正成为AI堆栈中与模型能力同等重要的变量Aaron Levie: The Harness Is Becoming as Important as Model Capability

Box CEO Aaron Levie指出,方向已经很清楚:Harness将与模型能力并列成为AI堆栈中最重要的变量。它需要以最高效的方式拆解工作并在正确时机路由到正确模型,从而最大化准确率并降低成本。任务从几十万/百万token扩展到千万甚至上亿token时,Harness的重要性急剧上升。我们仍处于极早期,机会巨大。
Box CEO Aaron Levie notes that directionally it is clear the harness is going to become the most important variable—right next to model capability—in the AI stack. The ability for harnesses to break down work efficiently and route to the right model at the right time will be huge for maximizing accuracy and reducing costs. When tasks move from hundreds of thousands or millions of tokens to tens or hundreds of millions, this becomes a major variable. We are still incredibly early; huge opportunity ahead.
查看原文 →

Garry Tan:个人AI或公司Brain需要干净的Harness,团队开源自用方案Garry Tan: Personal AI or Company Brain Needs a Clean Harness—Open-Sourced

Y Combinator总裁兼CEO Garry Tan分享,个人AI或公司Brain需要干净的Harness,这是他们团队自己构建并每天使用的方案,现已免费开源。
Y Combinator President & CEO Garry Tan shares that your personal AI or company brain needs a clean harness; this is the one their team built and uses every day, now free and open source.
查看原文 →

Swyx:仍在积极使用/loop与/goal,认为多数人放弃太早Swyx: Still Actively Using /loop and /goal—Most People Gave Up Too Early

smol.ai与Latent Space的Swyx表示,在AI领导者中自己似乎属于少数仍积极使用/loop和/goal的人。他认为在Grok 5.6/Claude 5时代放弃还太早。适用场景:需要可控性与自主性的正确混合,或开放式“生成循环的循环”终态且不想深度指定路径。他还分享了一个长推理回合中goal救场的例子。
smol.ai and Latent Space’s Swyx notes he seems to be in the minority among AI leaders still actively using /loop and /goal. He thinks those who stopped are wrong—not forever, just giving up too early in the Grok 5.6/Claude 5 era. Use it when you want the right mix of steerability and autonomy, or an open-ended “loop that generates loops” end state without deeply specifying the path. He shares an example where having a goal saved a very long action-reasoning turn.
查看原文 →

Peter Steinberger:5.5模型不再需要队列,可边工作边扔任务Peter Steinberger: With 5.5 the Model No Longer Gets Confused—Just Throw Work at It

OpenClaw与OpenAI相关的Peter Steinberger观察到,过去队列是正确方式,但到了5.5模型已不再混淆:你可以在它工作的同时继续扔任务,它会认真处理。
OpenClaw and OpenAI-affiliated Peter Steinberger observes that queue was the way, but with 5.5 the model doesn’t get confused anymore—you can just throw stuff at it while it works and it will diligently process whatever you throw at it.
查看原文 →

💰 创业成功案例

Amjad Masad:8B模型在国际象棋上达到~1500 Elo,持续击败前沿模型Amjad Masad: 8B Model Hits ~1500 Elo, Consistently Beats Frontier Models

Replit CEO Amjad Masad分享一个8B模型在国际象棋上达到约1500 Elo,持续击败前沿模型与Stockfish level 0。有趣的是它用高推理与响应链在1-2秒内完成一步,而GPT 5.6需要约30秒。可直接游玩。
Replit CEO Amjad Masad shares an 8B model that has reached ~1500 Elo, consistently beating frontier models and Stockfish level 0. Fun to see it mogging GPT 5.6 with high reasoning and response chaining, spending 1-2 seconds per move versus 30 seconds. Playable now.
查看原文 →

Thibault Sottiaux:Codex与ChatGPT Work周末重置使用限制,可跑10万Luna线程Thibault Sottiaux: Codex and ChatGPT Work Usage Limits Reset for the Weekend

OpenAI Codex与ChatGPT负责人Thibault Sottiaux宣布,为庆祝一周效率并让大家周末能跑10万Luna线程,已重置Codex与ChatGPT Work的使用限制。同时发布“Optimize for curiosity”与ChatGPT Work相关计数。
OpenAI Codex & ChatGPT lead Thibault Sottiaux announces that to celebrate a week of efficiency and let users run 100,000 Luna threads this weekend, usage limits for Codex and ChatGPT Work have been reset. He also posted “Optimize for curiosity” and a ChatGPT Work count update.
查看原文 →查看原文 →查看原文 →

🌍 其他动态

Sam Altman:ChatGPT Work的家庭播客用例与20x摩尔定律Sam Altman: ChatGPT Work Family Podcast Use Case and 20x Moore’s Law

OpenAI CEO Sam Altman分享一个酷用例:连接家庭日历并解释孩子兴趣,每天早上生成播客,内容涵盖当天下午的足球赛、即将到来的生日、新闻等。他还回应摩尔定律,表示“我看到你的摩尔定律,我加注20x”,并称“它可以更快”。
OpenAI CEO Sam Altman shares a cool ChatGPT Work use case: connect family calendars and explain kids’ interests, then every morning generate a podcast covering one kid’s soccer game that afternoon, an upcoming birthday, some news, etc. He also responds to Moore’s Law with “i see your moore’s law and i raise you 20x” and “it could be faster.”
查看原文 →查看原文 →查看原文 →

Dan Shipper:OpenAI vs Anthropic动量已转向OpenAI,以及2027程序员面试题Dan Shipper: Momentum Has Shifted to OpenAI, Plus 2027 Programmer Interview Questions

Every CEO Dan Shipper为《华尔街日报》OpenAI vs Anthropic报道贡献结尾语,认为自今年早春以来动量明显转向OpenAI,这是一个有趣的翻盘故事。他还调侃2027年人类程序员面试:请描述你解决的最后三个未解数学猜想及prompt;请描述你的Agent无意中犯下的网络重罪及缓解措施;请告诉我strawberry里有多少个R、seventeen里有多少个e。
Every CEO Dan Shipper contributed the kicker to a Wall Street Journal piece on OpenAI vs Anthropic and stands by the view that momentum has been shifting to OpenAI since early spring—a fascinating comeback story. He also jokes about 2027 human programmer interviews: describe the last 3 unresolved mathematical conjectures you solved and share your prompts; describe the last cyber felony your agent unintentionally committed and mitigation steps; tell us how many R’s are in strawberry and how many e’s in seventeen.
查看原文 →查看原文 →

Zara Zhang:Anthropic内部65% PR由Claude提出,Agent界面正靠近人类自然沟通Zara Zhang: 65% of Anthropic PRs Raised by Claude; Agent Interfaces Moving Closer to Humans

Builder Zara Zhang分享Anthropic内部采访:产品与工程团队65%的PR现由Claude提出。她观察自己过去半年与Agent的界面变化:1月终端 → 3月桌面应用(如Codex) → 6月工作协作工具。每一步都更接近人类自然沟通方式,Agent应主动走到用户所在之处。她还提醒:对你来说显而易见的事,对大多数人往往并不显而易见;想发帖却不知说什么时,就做你的正常工作然后讲出来。
Builder Zara Zhang shares a fascinating interview on how Claude has changed work at Anthropic: 65% of PRs by product & eng teams are now raised by Claude. She has watched her own agent interface evolve over six months: January terminal → March desktop app (e.g. Codex) → June work collaboration tool. Each step gets closer to how humans naturally communicate; the agent should meet the user where they are. She also notes that what feels obvious to you is not obvious to most people, and if you want to post but don’t know what to say, just do your normal work and talk about it.
查看原文 →查看原文 →查看原文 →

Swyx:Vibe Coding的贬义已完全消失Swyx: The Pejorative Connotation Around “Vibe Coding” Has Completely Disappeared

Swyx观察到,“vibe coding”周围的贬义自大约所有人(从非技术到超技术)都在做之后就完全消失了。
Swyx notices that the pejorative connotation around “vibe coding” has completely disappeared since roughly everyone, from nontechnical to supertechnical, is now doing it.
查看原文 →

Nikunj Kothari:关于创始人驱动力的新随笔Nikunj Kothari: New Essay on Where Founder Drive Actually Comes From

FPV Ventures合伙人Nikunj Kothari发布新随笔,思考风投圈里“最好的创始人是在逃避什么”的安静信念,以及大多数人从未达到的那一档驱动力。
FPV Ventures partner Nikunj Kothari has a new essay pondering the quiet belief in venture that the best founders are running from something, and the gear of drive most people never reach.
查看原文 →