Observation 4: A live-editing and collaboration layer is emerging around AI-emitted HTML.
Three projects, three different shapes of "editor":
Claude Design (Anthropic Labs, launched April 17, 2026) — Claude generates production-ready HTML / CSS / JS from natural-language descriptions inside a chat-and-preview interface. Renders in a preview pane alongside the conversation; standalone HTML is exportable. Single-user iteration loop (you + Claude).
html-docs.com (Raunaq Bhutoria) — agents publish HTML pages; humans review with inline comments; agents read the comments and revise. The async agent ↔ human review loop named as a workflow primitive.
Workplane (Matan / matanrak) — same shape as html-docs; MCP-first; multi-agent (Claude Code, Codex, Cursor, Devin, Claude Desktop). Open-source agent skill at work-plane/workplane-skills (MIT). Independent convergence with html-docs.com on the same publish → comment → revise loop — F22 in the research log.
Capsule sits downstream of all three. It's the seal step, not the edit step. The format is editor-agnostic: a Capsule can swallow output from Claude Design, from html-docs, from Workplane, from a hand-written compiler script — all the same envelope shape. The producer kind (llm / compiler / hybrid / human) is declared in the manifest; the editor that produced it is otherwise invisible.
Capsule deliberately stays out of the editor business — same way it stays out of the host business. A registry like MinDev could plausibly host lightweight commenting on hosted Capsules (read-only annotations alongside the bytes, not co-editing of the bytes), but that's a registry concern, not a format concern.