I benchmarked how badly AI agents read raw HTML. The gap was bigger than I expected.
Summary
An experiment comparing AI agent accuracy and token cost when reading raw HTML vs structured formats; raw HTML costs double the tokens with lower accuracy.
Similar Articles
@trq212: https://x.com/trq212/status/2052809885763747935
The article argues that HTML is a superior output format for AI agents compared to Markdown due to richer information density, visual clarity, ease of sharing, and two-way interaction, and shares why the author and others at Claude Code prefer HTML.
Is your OpenClaw Ai agents Burning tokens like hell?
The article critiques current browser AI agents for inefficiency due to repeatedly parsing and reasoning about the same websites, and proposes a model where agents reuse proven interaction paths to reduce token consumption and improve speed.
AI made me realize I don’t actually like reading long markdown docs anymore
The author reflects on how AI-generated documents shift preferences from markdown to HTML for better readability and visual organization, as AI generates increasingly complex outputs.
@jxnlco: Big token wants you to spend 40% tokens in <div> tags
A tweet criticizes how AI models waste tokens on HTML <div> tags, suggesting that tokenizers inefficiently allocate 40% of tokens to structural elements.
@mattshumer_: Everyone switching from Markdown to HTML is missing the nuance. The optimal approach (most of the time): If it's for a …
Discusses the optimal approach for using Markdown vs HTML based on whether content is intended for human readers or AI agents.