参考列表

Avoiding Death on the Yellow Brick Road

Joe Schmidt · Andreessen Horowitz · 2026.5.27 · 阅读原文 →
背景

a16z 合伙人 Joe Schmidt 撰文回应一个广泛存在的焦虑:AI 应用层还有没有创业空间?OpenAI 和 Anthropic 会不会吃掉一切?

文章提出"黄砖路 vs 奥兹国其他地方"的框架:黄砖路是 labs 正在走的路——通用 AI coworker、代码生成、写作、图像创作,这些问题随模型原始能力提升而自然改善;奥兹国其他地方则是复杂、垂直化的问题,价值主要来自围绕模型的"脚手架",而非模型本身。

论证核心:OpenAI 和 Anthropic 的前沿部署联合项目(JV)本身就是一种信号——如果下一个模型发布就能解决一切,他们不会投入数十亿美元去做定制化配置。这恰恰说明 labs 自己也承认无法用通用产品覆盖所有问题。


关键引述
The labs have to be everywhere, for everyone, which is how they built the Yellow Brick Road in the first place. The same trade-off keeps them out of the rest of Oz — you can be everywhere at once, or you can be great at one thing. Not both.
—— 这是全文的核心命题:通用 vs 专注是不可兼得的 trade-off
The model is fungible underneath; the system of work is not.
—— 模型终将商品化,但"工作系统"(数据捕获、治理、workflow)不会
The workflow you ship on day one is not the moat. The loop that production usage creates over time is.
—— 来自 FurtherAI CEO Aman Gour:每生产使用一次,escalation 变成 signal,exception 变成 feedback,human correction 补全了 runbook
Roughly half of any real workflow that is non-agentic carries no lab advantage. They are no better than you are at writing the deterministic software underneath the model layer.
—— 11x CEO Prabhav Jain:真实 workflow 中约一半是非 agentic 的确定性软件,labs 在这方面没有优势
Your customer doesn't care that your model scored well on SWE-Bench or MMLU — they care whether your agent closed the deal, redlined the contract correctly, or bound the right policy.
—— Rest of Oz 公司的绩效不应以 benchmark 衡量,而应以客户 P&L 衡量

Rest of Oz 的四种防御机制

文章提出 Rest of Oz 公司可以通过以下方式抵御 labs 的扩张:


三个自测问题

如何判断自己是在黄砖路还是 Rest of Oz?


与上下文 Lab 的关系

文章讨论的"系统 of work"——工作执行表面、数据捕获、治理——与上下文 Lab 关注的 Context Layer 方向有结构性关联。Agent 在复杂、多步骤、跨系统的 workflow 中需要保持上下文一致性和决策链路可追溯性,这本质上是 context 架构问题。

具体而言,文章提到的"workflow 中的智能分散在 SOP、经理审查、承保哲学、多年运维经验中"与 Context Layer 试图解决的问题(隐式上下文的显式化、结构化、可编程化)直接相关。FurtherAI 的"每次 escalation 都是信号、每次修正都是反馈"的循环描述了一个 context 累积过程,这与上下文 Lab 关注的 Context Graph 持久化方向有交集。


阅读原文 →