Pick a page
Only paths on this site — an address typed in here is reduced to its path before it is fetched.
What an agent pays
The point of the markdown variant is the size of it. A page carries its own script and style source, a blob of JSON holding the view's props, and inline SVG that is a wall of path data — all of it billed to a context window that only wanted the prose.
- HTML
- —
- Markdown
- —
- Saved
- —
- ≈ tokens
- —
How it works
Every page here answers in markdown when the request asks for it, by name. HTML stays the
default: the branch is taken only for a client that lists text/markdown in its
Accept header, which no browser does — so a visitor never sees this by accident.
Try it from your own terminal:
This is the source an agent receives, byte for byte.
Fetching…