Thariq Shihipar (Claude Code team at Anthropic) publishes a manifesto-style article announcing a change in the default output format for agents: replacing Markdown with HTML. The diagnosis: Markdown reigned as the dominant format between human and agent (simple, portable, editable) but has become restrictive as agents produce longer and richer artifacts. Beyond ~100 lines, no one reads a Markdown file anymore — and since the author no longer manually edits his specs (he prompts Claude to edit them), Markdown's historical advantage disappears.

Six reasons justify the shift to HTML: (1) information density — tables, CSS, SVG, scripts, canvas, images; "almost no set of information that Claude can read that you cannot represent with HTML"; (2) visual clarity — tabs, illustrations, mobile responsive; (3) sharing — S3 upload → direct link, read-through rate multiplied; (4) two-way interactivity — sliders, knobs, "copy as prompt" buttons to loop back; (5) contextual ingestion native to Claude Code (codebase + MCP + git + Chrome); (6) enjoyment"it's joyful".

The author formalizes five canonical uses: (a) specs/plans/exploration in a comparative grid; (b) PR review with inline annotated diff and severity-based code-coloring; (c) design & prototypes with animation sliders; (d) reports/research (his prompt-caching explainer generated from git history); (e) custom throwaway editors — single-file HTML purpose-built for one piece of data (drag-and-drop of Linear tickets, feature-flag editor, side-by-side prompt-tuner) always ending with a re-injectable "copy as JSON/markdown/prompt" export.

Explicit anti-pattern: the author rejects skill-ification of his practice. "I'm a little bit afraid that people will read this article and turn it into a /html skill. You don't need to do much — just ask it to 'make a HTML file'." The practice is too context-dependent to be fixed in place.

Honest FAQ: HTML costs more tokens but Opus 4.7's 1MM context absorbs it; generation is 2-4× slower; noisy HTML diffs = an unresolved downside, acknowledged as such.

Final meta-thesis: HTML as an antidote to cognitive surrender. "I had begun to fear that because I had stopped reading plans in depth I would simply have to leave Claude to make its choices. But I feel more in the loop than ever before when using HTML." Regained readability allows staying decision-capable in the face of increasingly powerful agents.

The article connects directly with Meng To's design.md (HTML = "finished dish") and with Osmani's comprehension debt, to which it offers an operational response.