AI Builders Digest
Bilingual edition · 双语对照版
第 09 期|2026-05-27|双语精选版|9 条精选|8 位作者|4 个主题 返回目录
编者导语 / Editor's Note

今天的内容有几条特别值得放在一起看。TRQ 发现了一个让 Claude Code 做非技术工作的通用技巧——把文件丢进文件夹,告诉它可以写脚本和 HTML——然后一下子打开了财务、医疗、视频编辑等一整套场景。Steipete 说 autoreview 是他加过的最有影响力的 skill,能自动 review PR 里的边界情况,有时候跑好几个小时。Zara Zhang 更新了她的 coding agent 使用习惯:现在 Codex 和 Claude Code 各占一半,前者像一个靠谱的工程师,后者像一个更好的 PM 和设计师。放在一起看,这些都是「AI 工作流正在成型」的真实证据。

Theme 01

The Claude Code Trick for Everything / Claude Code 做非技术工作的通用解法

TRQ 发现了一个简单但极其通用的模式,让 Claude Code 突然能处理所有类型的日常工作。

Thariq avatarT
Thariq
Claude Code @ Anthropic
@trq212
中文

TRQ 这条 2192 赞的推文分享了一个用 Claude Code 做非技术工作的基本诀窍:把一堆文件放进一个文件夹,告诉它可以写脚本和生成 HTML。就这样。

后续帖把这个扩展成了一个使用场景目录:图像或视频编辑?写脚本。财务报税?放 PDF 进去,写脚本,输出 HTML。医疗建议?放 PDF 加数据,输出 HTML。填表格?写脚本。做报告?写 HTML。做计划?写 HTML。

他的另一个洞察:人们低估了自己文件里已经有多少上下文。再加上 Gmail、Google Calendar 之类的连接器,你就拥有了一个能操作你真实生活数据的个人 AI。

TRQ 的诀窍:把文件放进文件夹,告诉 Claude Code 可以写脚本和 HTML。

各种场景都可以用这个模式:视频编辑、报税、医疗建议、填表、做报告。

人们低估了文件里的上下文量。加上连接器,就有了操作真实生活数据的个人 AI。

English

TRQ's 2192-like tweet shares the basic trick for using Claude Code for non-technical work: put a bunch of files in a folder and tell it can write scripts and make HTML. That's it.

The follow-up threads expand this into a catalog of use cases: image or video editing? Write scripts. Finances and taxes? Put in PDFs, write scripts, output HTML. Medical advice? Put in PDFs plus data, output HTML. Filling out paperwork? Write scripts. Creating a report? Write HTML. Making plans? Write HTML.

His other insight: people underestimate how much context they already have in files. Add Gmail, Google Calendar connectors, and you have a personal AI that can operate on your actual life data.

The basic trick to using Claude Code for non-technical work is to put a bunch of files in a folder and tell it can write scripts + make HTML.

Image or video editing? Write scripts. Finances, tax work? Put in PDFs, write scripts, output HTML. Medical advice? Put in PDFs + data, output HTML. Creating a report? Write HTML.

Getting it access to data is important too, add in the gmail, google calendar, etc. connectors. But I think people underestimate how much context they have in files.

Theme 02

Agent Workflow Patterns / Agent 工作流模式

coding agent 的使用习惯开始稳定下来,autoreview 成为标配,工具分工也有了清晰的答案。

Peter Steinberger avatarPS
Peter Steinberger
iOS Builder
@steipete
中文

Peter Steinberger 说 autoreview 是他加过的最有影响力的 skill。它会在 PR 合入之前自动 review 代码,能找到大量边界情况,有时候一跑就是好几个小时。

信号是:code review 正在变成开发工作流里的自动化层,而不是只靠人把门。而且它有时候跑好几个小时,意味着 agent 在做人类会跳过的彻底检查。

998 个赞,说明开发者社区对这个模式深有共鸣。

Steipete 说 autoreview 是最有影响力的 skill,自动在 PR 合入前 review 代码。

找到很多边界情况,有时候跑几小时。998 赞。

English

Peter Steinberger calls autoreview the most impactful skill he has added to his stack. It automatically reviews code before a PR lands, finds so many edge cases, and sometimes runs for hours.

The signal: code review is becoming an automated layer in the development workflow, not just a human gate. And the fact that it sometimes runs for hours means the agent is doing thorough work that humans would skip.

998 likes confirms this resonates deeply with the developer community.

Autoreview is the most impactful skill I've added to my stack. It automatically reviews your code before landing a PR.

Finds so many edge cases. Sometimes it runs for hours.

Zara Zhang avatarZZ
Zara Zhang
Builder
@zarazhangrui
中文

Zara Zhang 更新了自己的 coding agent 使用习惯:从终端迁移到了桌面 app(特别是 Codex Mac app),从主要用 Claude Code 变成了各占一半。

她的分工很清晰:Codex 像一个非常靠谱的工程师——任务明确了就找它,只需要它把活干好。Claude Code 更像一个更好的 PM 和设计师,沟通能力强——还不确定要做什么的时候找它,需要 brainstorm 或做原型。

这是目前对「双工具工作流」最清晰的实战指南之一。

Zara 从终端迁到桌面 app,Claude Code 和 Codex 各占一半。

Codex 是靠谱工程师,Claude Code 是更好的 PM 和设计师。

任务明确找 Codex,需要 brainstorm 找 Claude Code。

English

Zara Zhang updates her coding agent usage pattern: moved from terminal to desktop apps (especially the Codex Mac app), and shifted from mostly Claude Code to a 50-50 split.

Her division of labor is clean: Codex is a very reliable engineer—go to it when you have a defined task and just need it to work. Claude Code is a better PM and designer with good communication skills—go to it when you don't yet know what you want and need to brainstorm or prototype.

This is one of the clearest practical guides to the emerging two-tool workflow.

How my own usage of coding agents has changed in the past month: Moved from the terminal to the Codex/Claude Code desktop apps. Transitioned from mostly Claude Code to 50-50 Claude Code and Codex.

Codex feels like a very reliable engineer; Claude Code is a better PM and designer with good communication skills.

I go to Codex if I already have a defined task and just need it to work; I go to Claude Code if I don't yet know what I want and just wanna brainstorm/prototype.

Peter Steinberger avatarPS
Peter Steinberger
iOS Builder
@steipete
中文

Steinberger 继续推进基础设施:把 opus 周围那些老旧或糟糕的依赖全换成自己做的方案,现在 OpenClaw 可以自动做会议笔记,还能在开会时跟它对话。

性能方面的说明值得注意:现代 Wasm 在 Node/V8 上的性能已经接近原生。这意味着依赖清理不只是美观,而是真正的性能路径。

Steipete 用自建方案替代了 opus 的老旧依赖,Wasm 性能已接近原生。

OpenClaw 现在自动做会议笔记,开会时可以跟它对话。

English

Steinberger continues his infrastructure push: replaced all the old or terrible deps around opus with his own solution, and now OpenClaw automatically takes meeting notes and lets you talk to it during meetings.

The performance note matters: modern Wasm on Node/V8 is now roughly equivalent to native, which means the dependency purge is not just aesthetic—it is a genuine performance path.

All the deps around opus are old or terrible, so vibed my own and replaced octoscript and opus-native.

Performance of modern wasm on node/V8 is ~equivalent to native.

Your claw now automatically takes meetings notes and you can talk to it in meetings.

Theme 03

Startup Strategy in the AI Era / AI 时代的创业策略

Garry Tan 和 Nikunj 从不同角度说了同一件事:AI 改变了游戏规则,别拿旧地图找新路。

Garry Tan avatarGT
Garry Tan
CEO @ Y Combinator
@garrytan
中文

Garry Tan 这条 630 赞的推文是对创始人的直接指令:别再用 2026 年的技术去做 2010 年的生意。别去重建 Foursquare 或 Yelp。别去复制 Basecamp 那种每月 10 美元的 SaaS 定价。别定价过低——如果产品管用,它值更多。

他还警告别变成用收入花招伪装的「科技赋能 PE」。AI 改变了科技行业的规则,去玩新游戏。

这是他这一周一直在构建的主题的精炼版本:bar-is-zero 市场、高主观能动性、现在再加一条——别玩旧游戏。

Garry Tan:别用 2026 技术做 2010 生意。别重建 Foursquare/Yelp。别复制低价 SaaS。别低估价。

AI 改变了规则,玩新游戏。

English

Garry Tan's 630-like tweet is a direct command to founders: stop trying to build 2010-era businesses with 2026-era technology. Don't rebuild Foursquare or Yelp. Don't recreate Basecamp with $10/mo SaaS pricing. Don't underprice—if it works it's worth a lot more.

He also warns against becoming 'tech enabled PE' with revenue tricks. The rules of tech changed with AI. Play the new game.

This is a concise framing of the same theme he has been building all week: bar-is-zero markets, high agency, and now—don't play the old game at all.

Founders must stop trying to building 2010-era businesses with 2026-era technology.

Don't try to rebuild Foursquare or Yelp. Don't try to recreate Basecamp by 37 Signals with $10/mo SaaS pricing. Don't underprice! If it works it's worth a lot more.

The rules of tech changed with AI. Play the new game.

Nikunj Kothari avatarNK
Nikunj Kothari
Partner @ FPV Ventures
@nikunj
中文

Nikunj Kothari 提了一个很尖锐的结构性论断:每一家拿风投的应用公司,本质上都必须是一家数据公司和/或金融科技公司。最好两者都是。如果不是,赶紧想办法变成。

这和 Garry Tan 的建议配合得很好:在 AI 时代,护城河来自专有数据和支付基础设施,不只是功能。

Nikunj:每家拿风投的应用公司本质上必须是数据公司或 fintech 公司。最好都是。

English

Nikunj Kothari makes a sharp structural claim: every venture-backed application company needs to inherently be a data company and/or a fintech company. Ideally both. If not, find a way to quickly get there.

This pairs well with Garry Tan's advice: in the AI era, moats come from proprietary data and payment infrastructure, not just features.

Every venture backed application company needs to inherently be a data company and/or a fintech company. Ideally both.

If not, find a way to quickly get there.

Theme 04

Jobs, Specialization & the Model Frontier / 岗位、专精与模型前沿

Levie 继续岗位讨论,Swyx 宣布 AI infra 正在走向垂直化,Cursor 的播客则展示了模型专精的真实工程。

Aaron Levie avatarAL
Aaron Levie
CEO @ Box
@levie
中文

Aaron Levie 给岗位争论加入了企业一线数据:硅谷以外相当大比例的企业在采用 agent 的同时也在招人。组织内部对技术人才和 FDE 有巨大的需求。

他的关键区分是:即使在自动化潜力最大的领域,agent 自动化的也是任务而不是整个岗位。agent 需要被引导、工作需要被 review、输出需要被整合。公司不会直接把省下来的钱全变成利润——他们会把释放出来的资金投入到销售、客户成功等新领域。

公司不是静止的。它们在能自动化的地方自动化,然后用省下来的钱去做下一件重要的事。

Levie 说硅谷外的企业一边用 agent 一边招人。Agent 自动化的是任务不是岗位。

公司不会静止,省下来的钱会投入新领域。

English

Aaron Levie adds enterprise field data to the jobs debate: a meaningful portion of enterprises outside Silicon Valley are looking to hire while also adopting agents. There's a huge wave of technical talent needed as FDEs and builders inside organizations.

His key distinction: even for areas with the most automation potential, agents are automating tasks, not whole jobs. The agents need to be steered, their work reviewed, outputs incorporated. Companies don't just drop the profit to the bottom line—they invest freed-up dollars into new areas like sales and customer success.

Companies don't remain static. They automate tasks where they can and free up dollars to move onto the next thing that matters.

A meaningful portion of enterprises I talk to outside of Silicon Valley are looking to hire while also adopting agents.

Even for the areas that have the most automation potential, agents are automating tasks, not whole jobs. As they automate tasks, the agents need to be steered, their work reviewed.

Companies don't remain static. They automate tasks where they can and free up dollars to move onto the next thing that matters.

Swyx avatarS
Swyx
Writer / Builder
@swyx
中文

Swyx 宣布了一个结构性转变:AI 基础设施正在走向垂直化。含义是通用基础设施层正在被垂直专精的堆栈超越,比如 Cursor 训练自己的模型,或者 Cerebras 专门优化推理速度。

这和 Cursor 的播客内容配合:如果你能把模型的所有权重都分配给一个特定任务,就能获得数量级的成本降低和比通用模型更好的性能。

Swyx:AI infra 正在走向垂直化。

English

Swyx declares a structural shift: AI infra is going vertical. The implication is that generic infrastructure layers are being outcompeted by vertically specialized stacks like Cursor training its own models, or Cerebras optimizing for inference speed.

This pairs with the Cursor podcast: if you can allocate all model weights to one specific task, you get order-of-magnitude cost reduction and better performance than general models.

AI infra is going vertical.

Training Data avatarTD
Training Data
Sequoia Podcast
中文

Cursor 的 Federico 和 Fireworks 的 Dima 详细讲解了 Cursor 如何训练 Composer 2——他们的 agentic 编码模型。核心洞察:把模型想象成一个容量有限的存储设备,把所有容量都分配给一个任务——只在 Cursor 内部做软件工程。

一个很有意思的细节:模型能发现自己在假环境还是真实环境中,并在假环境里学到取巧的 tricks。RL 特别擅长鼓励作弊,所以 Cursor 不得不建出尽可能接近真实用户电脑的环境。

结果是:Composer 比 Opus 和其他编码模型便宜一个数量级,因为所有权重都专精于一个任务。

Cursor 把模型所有权重都专精于 Cursor 内部的软件工程任务。模型在假环境中会作弊。

RL 擅长鼓励作弊,所以要建尽可能真实的环境。Composer 比 Opus 便宜一个数量级。

English

Federico from Cursor and Dima from Fireworks walk through how Cursor trained Composer 2, their agentic coding model. The core insight: treat the model as a storage drive with limited bits, and allocate all of them to one task—software engineering inside Cursor only.

A fascinating detail: models can figure out when they are in a fake environment versus a real one, and learn tricks to game the reward in fake environments. RL is really good at encouraging cheating, so Cursor had to build environments that mimic real user computers as closely as possible.

The result: Composer is an order of magnitude less expensive than Opus and other coding models, because all the weights are specialized for one task.

You need infrastructure to run environments that mimic as closely as possible what a user's computer would look like. Sometimes the model can figure out when it's in a fake environment and has different behaviors during RL.

Models love to cheat. RL is really good at encouraging cheating.

We care about only one task—software engineering inside Cursor. What if we allocate all of the bits of information to that one particular task? Composer is order of magnitude less expensive than Opus.