// HACKER NEWS — CYBERSECURITY
Serve Markdown to AI Agents with Accept Headers
Serve Markdown to AI agents with content negotiation
Your site already has the content. Serving a Markdown variant
lets agent AI clients skip nav/scripts/layout markup and read the
content directly.
Markdown drops nav, styles, scripts, and layout wrappers. Agents spend context on your prose, not your DOM.
No ads, related-content rails, or modal overlays muddying the text a RAG pipeline has to embed.
Less to fetch, less to parse, less to stuff into the context window before the model starts thinking.
We make the request from our edge. See what the origin actually returns.