Sources#
Summary#
Engineer on the Claude Code team at Anthropic. Source of the "HTML is the new markdown" thesis (see HTML as the New Markdown) and the Compute Allocator framing of the human role. Interviewed by Claire Vo for the "How I AI" series after the two met at Code with Claude in San Francisco (episode published May 2026). Personal site thariq.io; on X as @trq212.
Notable claims and stances#
- "HTML is the new markdown." As models get more capable and projects more complex, markdown plans overwhelm the human reader; HTML is a richer medium that keeps humans engaged. The model isn't the bottleneck — human attention is. See HTML as the New Markdown.
- We're all becoming "compute allocators." The human's job is deciding what's worth spending compute on; ~1% of his generated tokens reach production, the other 99% is scaffolding (plans, interfaces, status, design systems) invested in alignment and communication. See Compute Allocator.
- Abundance mindset. Generation is cheap enough to afford throwaway tooling — micro-apps built for a single editing task ("micro-software on top of micro-software").
- Constraint plus latitude prompting. "Provide enough constraint to get what you want, but leave room for the model to surprise you" — "Hey, Claude, I trust you here."
- Recenter the human. His workflows are explicitly not about automating the developer away; they make collaboration more visible and engaging.
The three workflows he demonstrated#
- Interactive HTML brainstorming and planning — ask for plans as HTML files, not lists; visual, scrollable, shareable.
- Disposable Micro-Apps — generate a throwaway custom UI to edit one part of a plan, with copy-back-to-markdown.
- Living Design System — a
design_system.htmlextracted from repos as a portable, human- and machine-readable source of truth.
Connections#
- Claude Code — his team at Anthropic
- Anthropic — employer
- Claire Vo — interviewed him for "How I AI"
- HTML as the New Markdown — his central thesis
- Compute Allocator — his framing of the human role
- Disposable Micro-Apps / Living Design System — his other two workflows
- Boris Cherny — Claude Code teammate; "coding is solved (for me)" is the precondition for Thariq's allocator framing
- Harness Shrinkage as Models Improve — Thariq's 99%-scaffolding observation is the human-facing counterweight to the team's model-facing harness pruning
- Engineer PM Convergence — his compute-allocator framing is "deciding what to write" exercised at invocation scale
- AI Native Product Cadence — his richer-HTML-PRD bet is the counterpoint to Cat Wu's lighter-PRD bet
- Interaction Models — both target better human–AI collaboration; his HTML artifacts enrich the asynchronous channel where TML dissolves the real-time interface
- Software 3.0 — his HTML-first workflows and Disposable Micro-Apps are Software-3.0-native: per-task UIs spun up from a prompt rather than hand-built apps
Sources#
- How I AI: Thariq Shihipar on Replacing Markdown with HTML for AI-Powered Development — "How I AI" interview with Claire Vo (ChatPRD), May 2026
Cited by 15
- AI Native Product Cadence
Cat Wu's 6mo→1mo→1day cadence at Anthropic: research-preview branding, mission-as-tiebreaker, evergreen launch room, li…
- Anthropic
AI safety company / vendor of Claude; mission-as-tiebreaker culture; ~30–40 PMs across teams; Mike Krieger leads Labs r…
- Boris Cherny
Creator of Claude Code at Anthropic; phone-driven workflow with hundreds of agents; primary advocate of `/loop` primiti…
- Building Is Cheap, Arguing Is Expensive
"In technical debate, code wins": generate three PRs vs whiteboard; prototype over design doc; reduce design docs
- Claire Vo
Host of the "How I AI" interview series (ChatPRD); interviewed Thariq Shihipar; runs a parallel component-visualization…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React; CLI/desktop/web/mobile/IDE sur…
- Compute Allocator
The human's evolving role: deciding what's worth spending compute on; ~1% of generated tokens ship, 99% is scaffolding…
- Disposable Micro-Apps
Throwaway custom UIs built per-task to edit a plan ("micro-software on top of micro-software"); copy-back-to-markdown;…
- Engineer PM Convergence
Generalists across disciplines; product taste as bottleneck skill; Anthropic Claude Code team as case study; "just do t…
- 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…
- HTML as the New Markdown
Thariq Shihipar's thesis: as models improve, thousand-line markdown plans overwhelm the *human*; HTML artifacts (visual…
- Interaction Models
Thinking Machines Lab (May 2026): models that handle audio/video/text interaction natively in real time instead of via…
- Living Design System
`design_system.html` extracted from repos as a portable, human- and machine-readable source of truth; component playgro…
- Outsource Your Thinking, Not Your Understanding
"You can outsource your thinking but not your understanding"; understanding as the non-delegable human bottleneck; know…
- Software 3.0
Karpathy's taxonomy: 1.0 code, 2.0 weights, 3.0 prompting; LLM as programmable interpreter; MenuGen "shouldn't exist";…
Related articles
- HTML as the New Markdown
Thariq Shihipar's thesis: as models improve, thousand-line markdown plans overwhelm the *human*; HTML artifacts (visual…
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React; CLI/desktop/web/mobile/IDE sur…
- Compute Allocator
The human's evolving role: deciding what's worth spending compute on; ~1% of generated tokens ship, 99% is scaffolding…
- 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…
- Cat Wu
Head of Product for Claude Code and Cowork at Anthropic; primary articulator of AI-native product cadence and engineer-…
