H
Howardismvol. 03 · quiet corner of the web
Plate IIOrgsHOWARDISM

Thariq Shihipar

PublishedMay 21, 2026FiledEntityTopicOrgsTagsEntityPersonAnthropicReading4 minSourceAI-synthesised

Engineer on the Claude Code team at Anthropic; "HTML is the new markdown" and "compute allocator" framings; three HTML-first workflows

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 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 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-…