<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Markdown on Notes from the Rabbit Hole</title><link>https://magnus919.com/tags/markdown/</link><description>Recent content in Markdown on Notes from the Rabbit Hole</description><generator>Hugo</generator><language>en</language><copyright>© [Magnus Hedemark](https://github.com/magnus919)</copyright><lastBuildDate>Mon, 11 May 2026 13:13:13 +0000</lastBuildDate><atom:link href="https://magnus919.com/tags/markdown/index.xml" rel="self" type="application/rss+xml"/><item><title>HTTP Already Knows How to Serve AI Agents. We Just Never Turned It On.</title><link>https://magnus919.com/2026/05/http-already-knows-how-to-serve-ai-agents.-we-just-never-turned-it-on./</link><pubDate>Mon, 11 May 2026 13:13:13 +0000</pubDate><guid>https://magnus919.com/2026/05/http-already-knows-how-to-serve-ai-agents.-we-just-never-turned-it-on./</guid><description>&lt;div class="info-box">
 &lt;div class="info-icon">
 &lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
 &lt;circle cx="12" cy="12" r="10">&lt;/circle>
 &lt;line x1="12" y1="16" x2="12" y2="12">&lt;/line>
 &lt;line x1="12" y1="8" x2="12.01" y2="8">&lt;/line>
 &lt;/svg>
 &lt;/div>
 &lt;div class="info-content">
 &lt;strong>Update — less than an hour after publishing this article, my Hermes Agent Jasper and I fixed it.&lt;/strong> This site now serves both &lt;code>/llms.txt&lt;/code> and per-page markdown via &lt;code>Accept: text/markdown&lt;/code>. See &lt;a href="https://magnus919.com/2026/05/well-that-escalated-quickly-making-your-hugo-site-llm-friendly-in-under-an-hour/">Well, That Escalated Quickly: Making Your Hugo Site LLM-Friendly in Under an Hour&lt;/a> for the how-to.
 &lt;/div>
&lt;/div>

&lt;p>Every time an AI agent reads a page on your website, it burns four out of every five tokens on scaffolding it cannot use. The &lt;code>&amp;lt;div&amp;gt;&lt;/code> wrappers, the navigation menus, the cookie consent banners, the tracking scripts, the CSS class names, all of it takes up space in a context window that could have held your actual content. And context windows are finite. Models that claim 200,000-token capacity become unreliable around 130,000 per &lt;a href="https://www.aimultiple.com/">AIMultiple&amp;rsquo;s January 2026 analysis&lt;/a>. When you send HTML, you are burning half your usable context on markup the agent cannot even use.&lt;/p></description></item></channel></rss>