資料來源#
摘要#
Andrew Ambrosino 的(OpenAI Codex)框架,說明 agentic coding 對產品流程的影響:當任何人只要與模型對話就能建立任何功能時,實作不再是稀缺、昂貴、需要事先降低風險的步驟——因此整個流程會反向運作。 舊流程會投入文件、研究與原型,藉此在建置之前降低實作風險,因為建置成本高昂,而且「你真的只能負擔建置一次」。現在,各種媒介中的實作都很充裕,因此「每個人都在建置所有東西」——Ambrosino 估計,一項所需的功能可能同時由「90 個彼此未協調的團隊」實作。昂貴的工作轉移到下游,變成策展:「這 90 次嘗試中,哪些地方做得好?哪些應該折疊進其他面向?我們該如何框定這件事?」這種策展就是品味——對於什麼取代實作成為昂貴部分,他的答案是「恕我直言,品味」。這是 OpenAI 端、流程層級對這項轉變的陳述;本 wiki 將其追蹤為驗證成為新瓶頸,以及「決定要建置什麼是瓶頸技能」。
證據註記。
practitioner-opinion——前沿實驗室產品領導者的觀察,而非測量結果。但它與empirical來源(Agentic coding 中的專業知識回報、規劃/執行的分工)相互呼應:預測成功的是領域/產品判斷力,而非寫程式能力。
精確來看,這項反轉是什麼#
Ambrosino 對比的兩種狀態:
| 舊流程 | 反轉後的流程 | |
|---|---|---|
| 昂貴的步驟 | 實作 | 策展/品味 |
| 原因 | 你只能負擔建置一次,因此要事先降低風險 | 建置任何功能都近乎免費;90 個建置成果已經存在 |
| 前置工作 | 文件、研究、原型,在建置前降低風險 | 直接跳到許多平行建置 |
| 稀缺輸入 | 工程產能 | 判斷:什麼做得好、要納入什麼、如何框定、使用什麼媒介 |
「這是反向的,不是人們從事了根本不同的角色,也不是技能組合消失了——而是流程反向了。實作現在真的不再是昂貴的部分。」
策展不等於以原型取代 PRD#
Ambrosino 很謹慎地將他的主張與流行的「PRD 已死,原型入場」口號區分開來——他說自己不相信這種說法(見原型優於 PRD 中記錄的反駁)。這項反轉不是「永遠直接跳到原型」。而是:因為每種媒介的實作都變得便宜,承載主要重量的技能便是為你要表達的觀點挑選正確媒介,然後策展便宜建置所產出的成果。有時,正確的媒介仍然是文件。真正造成限制的不是創作,而是充裕所帶來的策展需求。
這裡所說的「品味」是什麼(策展能力)#
在這項論點中,品味是在充裕條件下運作的策展能力,而 Ambrosino 明確將它與美學脫鉤(引用「Paul Graham 很有品味,卻穿著工裝短褲」這句話)。它包含:
- 系統思考 ——一項建置如何融入整體;它屬於哪個主題。
- 方向 ——「我們要往哪裡去」,以及「如果我們什麼都能建置」,目標是什麼。
- 呈現 ——如何框定並呈現資訊。
- 語意契合 ——互動/動畫是否符合它應該傳達的意義(「相對於它想表達的內容,反應太俐落了」)。
- 媒介選擇 ——哪一種產物能表達這個觀點。
因為品味現在是關鍵限制,它也成為招募門檻:尋找「高主動性、高品味」且能「把想法從構想到完成」的人。對於獲得不限 token 的 IC,Ambrosino 的引導測試是:「在無限內容的世界裡,判斷什麼是訊號、什麼是雜訊。」
相關連結#
- Andrew Ambrosino ——闡述這項反轉
- 驗證成為新瓶頸 ——一般形式:當生成變得便宜,判斷/驗證便成為稀缺資源;這是它在產品流程上的面貌
- 工程師與 PM 的趨同 ——「當程式碼變得更便宜,決定要寫什麼就更有價值」(Cat Wu)是同一項瓶頸轉移;本頁是它在 OpenAI 端、流程層級的陳述
- 研究品味是人類瓶頸 ——AI 研究的近親(品味是 AI 尚未能吸收的剩餘部分);這是產品工作的近親
- 建置便宜,爭論昂貴 ——同樣是「便宜的建置會重新定位困難部分」的邏輯,應用於解決爭論;此處則應用於整個流程
- 原型優於 PRD ——Ambrosino 修正的立場:不是「原型取代 PRD」,而是「充裕讓媒介選擇+策展成為技能」
- 精修不再代表已準備就緒 ——直接後果:90 個便宜的建置成果看起來都已準備好投入 production,因此精修不再代表階段
- 角色平均化,而非角色消除 ——誰負責策展,以及當 90 個彼此未協調的建置成果出現時,為什麼「zone defense」覆蓋很重要
- Dogfooding 作為產品紀律 ——策展品味如何受訓練:持續親自使用
- Compute Allocator ——策展 90 個建置成果,是在整項功能探索層級進行配置
- 模型進步下的 Harness 縮減 ——從產品流程角度看,實作充裕就是 harness-shrinkage
- Agentic coding 中的專業知識回報 ——經驗支持:建置變得便宜後,預測誰能成功的是領域/產品理解,而非寫程式能力
- 情境優勢,而非品味 ——新的瓶頸是什麼:Andrew Ng 認為品味所依賴的策展能力其實是資訊不對稱,而非某種能力;這讓反轉流程中的昂貴步驟變得會腐化,而非永久存在
開放問題#
- 策展 90 個彼此未協調的建置成果本身就很昂貴,而且顯然難以擴展——是否存在某個臨界點,使平行探索的策展成本超過它所取代的成本?(「zone defense」是 Ambrosino 部分的回答。)
- 如果品味是瓶頸,而 品味是 AI 最終會掌握的「另一種能力」,這項反轉是否會再次反轉——策展是否會轉移到模型中?
- 90 個彼此未協調的建置成果這幅圖景,假設 token 充裕且具備 agentic culture;離開讓每個人都擁有「不限 token」的前沿實驗室後,這項反轉還能保留多少?
資料來源#
- OpenAI Codex lead on the new shape of product work ——Ambrosino:「實作現在真的不再是昂貴的部分……而是品味」;以及 90 個彼此未協調團隊的圖景
Cited by 24
- Andrew Ambrosino×3
Implementation Abundance Inverts Product Work — "the implementation is actually not the expensive…
- Prototype Over PRD×3
Implementation Abundance Inverts Product Work — Ambrosino's frame that the skill is medium-choice +…
- AI-Native Organization×2
Software stops being precious. "You can build exactly the tool you need for the audience of one in…
- Codex×2
Implementation Abundance Inverts Product Work — the product-process thesis Ambrosino draws from…
- Open Questions Backlog×2
Implementation Abundance Inverts Product Work ×2 (oldest 40d) — Curation of 90 uncoordinated builds…
- OpenAI×2
Its own product culture (self-reported). Andrew Ambrosino's June 2026 interview is the wiki's…
- Playbook Boundary Conditions: the Devil's-Advocate Substrate and the Prototype's Edge×2
Each row does for its domain exactly what Carey's prototype does for UI: it replaces an ambiguous…
- Polish No Longer Signals Readiness×2
Implementation Abundance Inverts Product Work — the cause: cheap implementation across every medium…
- Role Averaging, Not Role Elimination×2
When "everybody's building everything" and 90 uncoordinated builds appear (Implementation Abundance…
- The Solo-Founder Shift×2
Implementation Abundance Inverts Product Work — the economics behind the trend and its limit:…
- Standardize the Infrastructure, Not the Tools×2
The claimed effect is spread outside engineering: sales reps building dashboards, finance building…
- Building Is Cheap, Arguing Is Expensive
Implementation Abundance Inverts Product Work — the same "cheap building relocates the hard part"…
- Compute Allocator
Implementation Abundance Inverts Product Work — curating 90 cheap builds is allocation at the level…
- Context Advantage, Not Taste
Implementation Abundance Inverts Product Work — Ambrosino names curation/taste as the new…
- Crystallizing Agent Work into Workflows
Implementation Abundance Inverts Product Work — a partial answer to the curation-cost question from…
- Design by Selection
Implementation Abundance Inverts Product Work — Parrott states the thesis directly: "as models get…
- Dogfooding as Product Discipline
Implementation Abundance Inverts Product Work — dogfooding is how the curating taste that becomes…
- Engineer PM Convergence
Implementation Abundance Inverts Product Work — the OpenAI-side, process-level statement of the…
- Product & Organization
Implementation Abundance Inverts Product Work — Andrew Ambrosino's inversion thesis: when talking…
- Nate Parrott
This is a bottleneck migration inside one team, caused by asymmetric AI adoption: a model release…
- Planning / Execution Division of Labor
Implementation Abundance Inverts Product Work — the process the division reorganizes: humans…
- Prototype Fidelity After Cheap Polish
Implementation Abundance Inverts Product Work — the same economic shift read from the product side:…
- Research Taste as the Human Bottleneck
Implementation Abundance Inverts Product Work — the product-work cousin: as implementation…
- Returns to Expertise in Agentic Coding
Implementation Abundance Inverts Product Work — the product-process face of "judgment outlasts…
Related articles
- Open Questions Backlog
_456 actionable open questions across 205 pages · 107 predictions · 9 notes · 147 in progress · 69 watching (entities),…
- Role Averaging, Not Role Elimination
Andrew Ambrosino's nuanced OpenAI-side take on role collapse: your role is 'the average of what you spend your time on'…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React on Bun (itself Claude-rewritten…
- Why AI Lags at Design
Andrew Ambrosino's four reasons frontier models are worse at visual/product design than at code: design is hard to grad…
- Engineer PM Convergence
Generalists across disciplines; product taste as bottleneck skill; Anthropic Claude Code team as case study; "just do t…
