H
Howardism
Plate IIEntities中文HOWARDISM

Thariq Shihipar

PublishedMay 21, 2026FiledEntityDomainEntitiesTagsEntityPersonAnthropicReading6 minSourceAI-synthesised

Engineer on the Claude Code team at Anthropic; "HTML is the new markdown", "compute allocator", and "the map is not the territory" framings; three HTML-first workflows plus a phase-ordered catalog of techniques for eliciting your own unknowns

Illustration for Thariq Shihipar

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 map is not the territory. (July 2026 field guide.) Your prompts, skills, and context are the map; the codebase and its real constraints are the territory; the gap is unknowns. "Fable is the first model where I find the quality of the work is bottlenecked by my ability to clarify its unknowns." Reducing and planning for unknowns "is the skill of agentic coding" — and it is learnable. See Unknowns as the Agentic Bottleneck.
  • The quiz gate. "I only merge after I pass the quiz perfectly" — he has Claude quiz him on a change before merging, because reading diffs under-informs when behavior depends on existing code paths. The human, not the agent, is what gets verified.
  • Source code is the best reference. When you can't describe what you want, point at code that does it — even in another language. This is how Claude Design works: point it at a component and "it reads the underlying code, not just the screenshot."
  • Unhobbling. (July 2026 context-engineering post.) The Claude Code team was over-constraining the model: they deleted >80% of the system prompt for Claude 5 models with no measurable eval loss, and retired a set of context-engineering "myths" (rules→judgment, examples→interface design, upfront→progressive disclosure, repetition→tool descriptions, CLAUDE.md-memory→auto-memory, simple specs→rich references). Shipped to users as claude doctor. See Harness Shrinkage as Models Improve and Agent Context Files. He and Cat Wu gave the rules→judgment half as user-facing advice at an AI Engineer World's Fair fireside — let Fable "use their own judgement rather than dictating how they should work," with automated testing as the worked example (2026-07-03, relayed second-hand in Fable's judgement).

The three workflows he demonstrated#

  1. Interactive HTML brainstorming and planning — ask for plans as HTML files, not lists; visual, scrollable, shareable.
  2. Disposable Micro-Apps — generate a throwaway custom UI to edit one part of a plan, with copy-back-to-markdown.
  3. Living Design System — a design_system.html extracted from repos as a portable, human- and machine-readable source of truth.

Connections#

Sources#

§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

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…