X / Twitter
Boris Cherny, Claude Code at Anthropic
Boris Cherny says Anthropic is testing whether Claude can handle day-to-day app maintenance as a standing routine, not a one-off demo. The setup spans iOS, Android, desktop, web, CLI, and the Agent SDK, with agents fuzzing for crashes, cleaning up duplicate abstractions, removing dead code, and fixing leaky abstractions. The strongest signal is operational: over the last few weeks the routines opened 388 PRs, and 180 of them were merged after Claude Code Review and human review, which suggests the work is becoming repeatable enough to tune like infrastructure rather than babysit like an experiment.
Boris Cherny 表示,Anthropic 正在测试让 Claude 以持续 routine 的方式接管应用日常维护,而不只是做一次性的 demo。这套流程覆盖 iOS、Android、desktop、web、CLI 和 Agent SDK,agent 会做 crash fuzzing、合并重复 abstraction、删除 dead code,并修复 leaky abstraction。这里最强的信号是运营层面的:过去几周这些 routine 一共开了 388 个 PR,其中 180 个经过 Claude Code Review 和人工 review 后被合并,说明这类工作正逐渐变成可以像基础设施一样持续调优的流程,而不是需要人工盯着跑的实验。
Josh Woodward, VP at Google
Josh Woodward compressed a major model-market message into one line: Gemini 3.7 Flash became faster, 50% cheaper, and shipped in roughly three weeks. For builders, the practical takeaway is that both model quality and price-performance are moving on a much shorter clock than normal product planning cycles, so assumptions about the best default model will keep expiring quickly.
Josh Woodward 用一句话释放了一个很强的模型市场信号:Gemini 3.7 Flash 变得更快、价格降低 50%,而且大约三周就完成发布。对 builder 来说,实际含义是模型能力和性价比的变化速度,已经比多数产品规划周期更快,因此关于“默认该用哪个模型”的判断会越来越容易迅速过时。
Amjad Masad, CEO of Replit
Amjad Masad made the boldest capability claim of the day: ARC-AGI-3 is nearly solved by adding a coding harness, which he treats as evidence that coding generalizes LLM ability beyond software tasks. He paired that with an even broader product prediction that by next year using a computer will be optional. Whether or not the timeline holds, the core thesis is clear: code generation is turning into a general action layer for knowledge work rather than a niche tool for programmers.
Amjad Masad 给出了今天最激进的能力判断:只要加上 coding harness,ARC-AGI-3 就已经接近被解决,他把这看作 coding 能把 LLM 能力泛化到软件任务之外的证据。他同时又给出一个更大的产品预测:到明年,直接使用电脑会变成可选项。无论这个时间表是否成立,他的核心论点很明确:code generation 正在从程序员的小众工具,变成知识工作中的通用 action layer。
Thibault Sottiaux, Codex and ChatGPT at OpenAI
Thibault Sottiaux highlighted two different ways assistants are moving closer to the actual work surface. One is direct editing of Google Docs, Sheets, and Slides inside ChatGPT through chat or voice. The other is a Computer History plugin that turns a day of computer activity into a behavioral audit of tab churn, Slack load, switching cost, and keyboard habits. Taken together, the product direction is less about answering isolated questions and more about observing, manipulating, and critiquing the user's live working environment.
Thibault Sottiaux 展示了 assistant 正在更贴近实际工作界面的两种方式。一种是直接在 ChatGPT 里通过聊天或语音编辑 Google Docs、Sheets 和 Slides。另一种是 Computer History plugin,把一天的电脑活动转成对 tab churn、Slack 负载、切换成本和键盘习惯的行为审计。两者放在一起看,产品方向已经不只是回答孤立问题,而是开始观察、操作并点评用户的实时工作环境。
Aaron Levie, CEO of Box
Aaron Levie pushed back hard on the idea that AI coding reduces the value of engineers. His argument is straightforward: giving engineers a power tool expands what companies can attempt, which increases the need for people who can direct systems, validate outcomes, and ship larger projects across software, manufacturing, and drug discovery. The deeper point is that capability expansion usually raises the ceiling on expert leverage before it removes the need for expertise.
Aaron Levie 强烈反对“AI coding 会削弱工程师价值”这种说法。他的逻辑很直接:当工程师拿到更强的 power tool,公司能尝试的事情会变多,因此更需要能够指挥系统、验证结果并交付更大项目的人,无论是在软件、manufacturing 还是 drug discovery 里都是如此。更深一层的观点是,能力扩张通常会先提高专家杠杆,而不是先消灭专家本身。
Swyx, smol.ai and Latent Space
Swyx described a small but useful interface change for agent workflows: let the system ask a batch of questions instead of forcing humans through one-turn-at-a-time clarification loops. He compares it to speculative decoding, where looking a few steps ahead reduces expensive human I/O. The idea is practical for design exploration, where momentum often dies when the system serializes decisions that a person could have resolved together.
Swyx 分享了一个很实用的 agent workflow 改动:让系统一次提出一批问题,而不是把人拖进逐轮澄清的单线程循环里。他把这个方法类比为 speculative decoding,也就是通过提前看几步来降低昂贵的 human I/O 成本。这个思路尤其适合 design exploration,因为很多时候推进速度不是死在复杂度上,而是死在把原本可以一起确认的决定硬拆成串行流程上。
Madhu Guru, Senior Director of AI at Meta
Madhu Guru argues that prompt debt is becoming the new tech debt. Teams patch every model miss or tool failure by adding rules, examples, and formatting instructions until the system prompt becomes bloated enough to make a smarter model behave worse. His recommended discipline is intentionally aggressive: when models improve, cut at least half the prompt and re-test what is actually still needed.
Madhu Guru 认为,prompt debt 正在变成新的 tech debt。团队每次遇到模型失误或 tool failure,就继续往 system prompt 里堆规则、示例和格式约束,最后 prompt 膨胀到足以让更聪明的模型反而表现更差。他给出的纪律很激进但很值得执行:每次模型升级后,先砍掉至少一半 prompt,再重新测试哪些约束是真正仍然必要的。
Nikunj Kothari, Partner at FPV Ventures
Nikunj Kothari framed one of the central UX questions for agent products: should users face one context-rich super-agent or multiple specialized agents behind a cleaner surface? His answer is that products will likely begin narrow because of context limits, tool-use boundaries, simplicity, and cost, then converge toward one master agent that orchestrates specialized bots in the background. That is a useful product lens because it separates what users want to see from how the system should actually be composed.
Nikunj Kothari 提出了 agent 产品里最核心的 UX 问题之一:用户到底应该面对一个掌握全部上下文的 super-agent,还是多个藏在更干净界面背后的专用 agent?他的判断是,产品会先因为 context 限制、tool use 边界、simplicity 和 cost 从窄场景起步,之后再收敛成一个 master agent,由它在后台编排各种专用 bot。这个视角很有价值,因为它把“用户想看到什么”与“系统底层应该怎样组合”拆开来看了。
Matt Turck, VC at FirstMark
Matt Turck described an AI market that is getting structurally more polarized. One group is AI-native rocketships trapped in permanent fundraising at rising valuations while competing brutally for capital, talent, and customers; the other is made up of otherwise solid companies that investors increasingly treat as already left behind. His point is not that the winners have it easy, but that capital markets are collapsing the middle and forcing companies into harsher narratives.
Matt Turck 描述了一个正在结构性两极化的 AI 市场。一类是 AI-native rocketship,在越来越高的估值下陷入持续融资状态,同时为资本、人才和客户展开高强度竞争;另一类则是那些本来并不差、却越来越被投资人视为已经掉队的公司。他的重点不是赢家有多轻松,而是资本市场正在压缩中间地带,把公司推向更极端、更残酷的叙事。
Podcasts
No Priors — What Chess.com Teaches US About Superhuman Capabilities, with CEO Erik Allebest
The Takeaway: superhuman AI does not automatically erase the value of human skill; in the right product, it can make people care more about learning, performance, and identity.
Erik Allebest built Chess.com from a domain bought out of bankruptcy in 2005 for $56,000 into a profitable remote company with more than 250 million registered members, roughly 10 million daily active users, about 650 employees, and expected annual revenue above $200 million. What matters is not just the scale but the path: he says the business grew without operating capital, charged for learning products early, and hired at the speed of cash rather than at the speed of fundraising.
His sharpest idea is that chess is a clean rebuttal to the lazy story that superhuman machines make human mastery irrelevant. Computers have dominated chess for decades, but people still want to improve, compete, watch elite humans, and signal identity through skill. Allebest's line, "you never really lose if you learn," captures why AI can deepen a category instead of hollowing it out.
That thesis now shows up in product design. Chess.com uses AI in support, analytics, specs, and agentic development, and is building coaching experiences that analyze a player's recent games, compare them with nearby skill cohorts, and recommend what to practice next. Internally, the company is also trying to compress the distance from seeing a problem to shipping a fix, using its own authentication and knowledge layer plus AI-assisted development to reduce handoffs. The bet is not human replacement; it is faster loops and more personalized progress.
核心结论:超人级 AI 并不会天然消灭人类技能的价值;在合适的产品里,它反而会让人更在意学习、表现和身份认同。
Erik Allebest 把 Chess.com 从一个 2005 年以 56,000 美元从破产拍卖中买下的域名,做成了一家盈利的远程公司,拥有超过 2.5 亿注册用户、约 1,000 万日活、约 650 名员工,以及超过 2 亿美元的预期年收入。真正重要的不只是规模,还有路径:他强调公司没有靠运营融资长大,而是很早就靠学习类产品收费,并按现金流速度招聘,而不是按融资速度扩张。
他最锋利的观点,是 chess 本身就足以反驳“超人级机器会让人类 mastery 失去意义”这套偷懒叙事。电脑统治 chess 已经几十年了,但人们依然想进步、想比赛、想看顶尖人类对局,也想通过技能来表达身份。Allebest 那句 "you never really lose if you learn" 正好解释了为什么 AI 不一定掏空一个品类,反而可能把它做得更深。
这个判断已经开始体现在产品设计上。Chess.com 正在把 AI 用到 support、analytics、spec 和 agentic development 里,也在构建 coaching 体验:分析玩家最近的棋局,把表现与邻近水平的群体比较,再给出下一步该练什么的建议。在内部,团队也试图缩短从发现问题到上线修复的距离,利用自建的 authentication 与 knowledge layer 加上 AI-assisted development 来减少 handoff。它押注的不是替代人,而是更快的反馈回路和更个性化的成长路径。