▌ Specimen Catalog · No. 01
html-effectiveness/
20 entries · 9 categories · ed. 2026
Companion to the blog post
By Thariq · @trq212 · Claude Code team
Catalog ID
HTML-EFF / 2026-Q2

The unreasonable
effectiveness
of HTML.

Twenty self-contained .html files an agent produced instead of a wall of markdown. Each one trades a document you'd skim for one you'd actually read, open any of them directly in a browser. Grouped by the kind of work they replace.

20
Specimens
09
Categories
1
File each: no build step
Tweakable in your browser
No. 01 · EX 01

Exploration & Planning

When you're not sure what you want yet. Ask the agent to fan out across several directions and lay them next to each other so you can point at one: instead of reading three sequential walls of text. Once you've picked, turn the pick into a plan the implementer can read.

3
Demos
No. 02 · CR 02

Code Review & Understanding

Diffs and call-graphs are spatial information; markdown flattens them. Let the agent render the change as an annotated diff, draw the module as boxes and arrows, or write the PR description your reviewers actually want, so the shape of the code is visible at a glance.

3
Demos
No. 03 · DG 03

Design

HTML is the medium your design system ships in, so it's the natural format for talking about it. Tokens become swatches, components become contact sheets, and the artifact can be fed straight back into the next prompt.

2
Demos
No. 04 · PT 04

Prototyping

Motion and interaction can't be described, only felt. A throwaway page with the real easing curve or the real click-through tells you in five seconds what a paragraph of prose never could.

2
Demos
No. 05 · IL 05

Illustrations & Diagrams

Inline SVG gives the agent a real pen. Ask for the figures for a post or a flowchart of a process and get vector art you can tweak by hand or paste straight into the final document.

2
Demos
No. 06 · DK 06

Decks

A handful of <section> tags and twenty lines of JS is a slide deck. Point the agent at a Slack thread or a design doc and get something you can arrow-key through in a meeting, no Keynote, no export step.

1
Demo
No. 07 · RS 07

Research & Learning

An explainer with collapsible sections, tabbed code samples and a glossary in the margin reads very differently from the same words dumped linearly. The agent can build the scaffolding that makes a new topic navigable.

2
Demos
No. 08 · RP 08

Reports

Recurring documents: status updates, post-mortems: benefit most from a bit of structure and color. A small chart and a colored timeline turn something people skim into something they actually read.

2
Demos
No. 09 · ED 09

Custom Editing Interfaces

Sometimes it's hard to describe what you want in a text box. Ask for a throwaway editor for the exact thing you're working on, and always end with an export button that turns whatever you did in the UI back into something you can paste into the agent or commit. You stay in the loop; the loop gets tighter.

3
Demos
▌ End of catalog

Everything on this page is itself a single .html file.

No build step. No framework. View source on any of these: they were generated by an agent, in a single shot, in response to a paragraph of intent. The format is the point: HTML is a richer canvas than markdown for the kind of work agents are starting to do.

The original gallery and the essay it accompanies live at thariqs.github.io/html-effectiveness.