Skip to content

Commit efe88ae

Browse files
benvinegarclaude
andcommitted
docs: lead the token-efficiency point with the HTML surface
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c6be385 commit efe88ae

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ comment, revise: a two-way loop, right next to the conversation.
2323
- **See what your agent means.** An architecture it's proposing, a flow it's
2424
tracing, a UI it's about to build — shown, not described in a paragraph you
2525
have to picture in your head.
26-
- **Cheaper than hand-written HTML.** Surfaces are purpose-built part kinds —
27-
mermaid, markdown, diff, terminal — so the agent hands over compact source and
28-
the viewer renders it, spending far fewer tokens than generating raw HTML for
29-
every output.
26+
- **Cheaper than raw HTML.** The agent writes an HTML surface as a bare body
27+
fragment against the viewer's theme — no document boilerplate, no styling
28+
scaffolding — so even the primary kind costs fewer tokens than hand-rolling a
29+
page. Purpose-built kinds (markdown, diff, terminal, mermaid) trim it further
30+
for the common cases.
3031
- **Comment instead of re-prompting.** Click a card, leave a note. The agent
3132
reads it and revises — no copy-pasting screenshots or re-describing what you
3233
meant.

0 commit comments

Comments
 (0)