資料來源#
摘要#
Anthropic Claude Code 團隊的工程師。「HTML is the new markdown」 論點的提出者(見 HTML as the New Markdown),以及 Compute Allocator 人類角色框架的倡導者。由 Claire Vo 在「How I AI」系列中進行訪談,兩人在舊金山的 Code with Claude 活動上相識(該集於 2026 年 5 月發布)。個人網站 thariq.io;X 帳號 @trq212。
重要主張與立場#
- 「HTML is the new markdown。」 隨著模型能力提升、專案日趨複雜,markdown 計畫會讓人類讀者不堪負荷;HTML 是更豐富的媒介,能讓人類保持專注。模型不是瓶頸——人類的注意力才是。見 HTML as the New Markdown。
- 我們都在成為「compute allocators」。 人類的工作是決定什麼值得花費算力;他生成的 token 中約 1% 進入生產環境,其餘 99% 是投入在對齊與溝通上的鷹架(計畫、介面、狀態、設計系統)。見 Compute Allocator。
- 豐裕心態。 生成成本已低到足以負擔用完即丟的工具——為單一編輯任務打造的微型應用程式(「微型軟體之上的微型軟體」)。
- 約束加自由度的提示策略。 「提供足夠的約束來獲得你想要的結果,但留出空間讓模型給你驚喜」——「嘿,Claude,這裡我信任你。」
- 以人為中心。 他的工作流程明確地不是要把開發者自動化掉;而是讓協作更加可見且引人入勝。
他展示的三種工作流程#
- 互動式 HTML 腦力激盪與規劃 — 要求以 HTML 檔案而非列表呈現計畫;視覺化、可捲動、可分享。
- Disposable Micro-Apps — 生成一次性的自訂 UI 來編輯計畫的某個部分,並支援複製回 markdown。
- Living Design System — 從程式碼庫中萃取出
design_system.html,作為可攜式、人類與機器皆可讀的唯一真實來源。
相關連結#
- Claude Code — 他在 Anthropic 的團隊
- Anthropic — 雇主
- Claire Vo — 在「How I AI」中訪問他
- HTML as the New Markdown — 他的核心論點
- Compute Allocator — 他對人類角色的框架
- Disposable Micro-Apps / Living Design System — 他的另外兩種工作流程
- Boris Cherny — Claude Code 隊友;「coding is solved (for me)」是 Thariq 的 allocator 框架的前提條件
- Harness Shrinkage as Models Improve — Thariq 的 99% 鷹架觀察是團隊面向模型的 harness 精簡的人類面對應
- Engineer PM Convergence — 他的 compute-allocator 框架是「決定寫什麼」在調用層級的實踐
- AI Native Product Cadence — 他更豐富的 HTML-PRD 押注是 Cat Wu 更輕量 PRD 押注的對照
- Interaction Models — 兩者都以更好的人機協作為目標;他的 HTML 產出物豐富了非同步通道,而 TML 則消解了即時介面
- Software 3.0 — 他的 HTML 優先工作流程和 Disposable Micro-Apps 是 Software 3.0 原生的:從提示詞生成的逐任務 UI,而非手工打造的應用程式
資料來源#
- How I AI: Thariq Shihipar on Replacing Markdown with HTML for AI-Powered Development — 與 Claire Vo(ChatPRD)的「How I AI」訪談,2026 年 5 月
Cited by 32
- Harness Shrinkage as Models Improve×4
The comments-rule rewrite above is Anthropic doing this to its own system prompt. Simon Willison…
- Agent Context Files×3
Thariq Shihipar's context-engineering post (July 2026, practitioner-opinion) restates the CLAUDE.md…
- Claude Fable 5×3
Unknowns As The Agentic Bottleneck — Thariq Shihipar's claim that Fable is the first model where…
- Compute Allocator×3
Thariq Shihipar's framing for what the human becomes once the model can do most of the producing:…
- Agent Harness Engineering×2
Thariq Shihipar's July 2026 post (source, practitioner-opinion) retires several harness-design best…
- Boris Cherny×2
Unknowns As The Agentic Bottleneck — Thariq Shihipar names him as the low-unknowns exemplar: "it is…
- Cat Wu×2
Judgement over rules. At an AI Engineer World's Fair fireside with Thariq Shihipar hosted by Simon…
- Claire Vo×2
Host of the "How I AI" interview series, published on ChatPRD (chatprd.ai), in which practitioners…
- Disposable Micro-Apps×2
Thariq Shihipar's answer to the obvious objection against HTML plans: HTML isn't as easily editable…
- HTML as the New Markdown×2
Thariq Shihipar's thesis, delivered to Claire Vo at Code with Claude (May 2026): "HTML is the new…
- Living Design System×2
Thariq Shihipar's third HTML-first workflow: maintain a design_system.html file — an artifact that…
- Outsource Your Thinking, Not Your Understanding×2
Compute Allocator — Thariq Shihipar's framing of the residual human role; deciding what's worth…
- Unknowns as the Agentic Bottleneck×2
Thariq Shihipar's July 2026 field guide names a bottleneck that is neither model capability nor…
- AI Brain Fry
Unknowns As The Agentic Bottleneck — a countermeasure to approval-without-comprehension: Thariq…
- AI Native Product Cadence
Html As The New Markdown — opposite bet on PRDs at speed: Cat makes them lighter (1-pagers, metrics…
- Anthropic
Thariq Shihipar — engineer on the Claude Code team; "HTML is the new markdown" workflows
- Building Is Cheap, Arguing Is Expensive
Disposable Micro Apps — Thariq Shihipar's throwaway UIs are the same "cheap built artifact beats…
- Claude Code
Thariq Shihipar — Claude Code engineer; "HTML is the new markdown" workflows (see Html As The New…
- Claude Design
Unknowns As The Agentic Bottleneck — the reference technique productized: point it at a component…
- Cost-per-Task Over Cost-per-Token
simonwillison judgement — Simon Willison, "Fable's judgement," 2026-07-03 (practitioner-opinion,…
- Design by Selection
Html As The New Markdown — an independent arrival at the same premise from a different Anthropic…
- Engineer PM Convergence
Compute Allocator — "deciding what to write" as the bottleneck skill, restated at the level of…
- Interaction Models
Html As The New Markdown — a sibling answer to "better human–AI collaboration" by the opposite…
- Loop Engineering
Unknowns As The Agentic Bottleneck — comprehension debt made checkable: Thariq Shihipar's quiz gate…
- Entities — People, Orgs, Tools & Projects
Thariq Shihipar — Engineer on the Claude Code team at Anthropic; "HTML is the new markdown",…
- Nate Parrott
Html As The New Markdown — arrived at the HTML-as-visual-medium insight independently of Thariq…
- Planning / Execution Division of Labor
Compute Allocator — "humans make the planning decisions" is exactly Thariq's allocator role:…
- The PRD-Replacement Spectrum at AI-Native Speed
The spectrum above moves in one direction — less prose. But there is an orthogonal response to the…
- Prototype Over PRD
Unknowns As The Agentic Bottleneck — a third use for the same artifact: Thariq Shihipar builds…
- Returns to Expertise in Agentic Coding
Unknowns As The Agentic Bottleneck — the mechanism behind the expertise premium: Thariq Shihipar…
- Security Debt of Agent-Generated Code
Unknowns As The Agentic Bottleneck — the countermeasure aimed at exactly this failure: Thariq's…
- Software 3.0
Html As The New Markdown — Thariq Shihipar's "build a throwaway UI per task" is a 3.0-native…
Related articles
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React on Bun (itself Claude-rewritten…
- HTML as the New Markdown
Thariq Shihipar's thesis: as models improve, thousand-line markdown plans overwhelm the *human*; HTML artifacts (visual…
- Harness Shrinkage as Models Improve
Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…
- Boris Cherny
Creator of Claude Code at Anthropic; phone-driven workflow with hundreds of agents; primary advocate of `/loop` primiti…
- Compute Allocator
The human's evolving role: deciding what's worth spending compute on; ~1% of generated tokens ship, 99% is scaffolding…
