I was burning context feeding HTML to LLMs, so I built a Markdown converter for agents A developer built a Markdown converter for AI agents that reduces token usage by over 93% compared to raw HTML. The tool, available as TypeScript and Python packages, uses content negotiation to serve clean Markdown to agents while returning HTML to browsers. It works across Node, Bun, Deno, and edge runtimes without requiring a headless browser. If you build AI agents, scrapers, or RAG pipelines, you have run into this: feeding raw HTML to a model is mostly waste. The