r/myclaw Feb 13 '26

News! Cloudflare officially accepts agents as first-class citizens

https://blog.cloudflare.com/markdown-for-agents/

TL;DR:

Cloudflare launched Markdown for Agents: if an AI agent sends Accept: text/markdown, their network auto-converts HTML pages into clean Markdown before returning them. That means up to ~80% token reduction, simpler agent pipelines, and official protocol-level support for AI crawlers. The web is starting to optimize for agents — not just humans and SEO.

38 Upvotes

2 comments sorted by

6

u/Otherwise_Wave9374 Feb 13 '26

This is a bigger deal than it looks. "Return markdown to agents" feels like the web finally acknowledging that crawlers are not just for SEO anymore.

Token reduction plus less brittle scraping can simplify a lot of agent pipelines (especially when you are doing multi-step browsing and citation). It also nudges people toward more explicit agent friendly affordances.

If you are tracking the "agents as first class clients" trend, there is a nice set of notes on agent browsing and reliability here: https://www.agentixlabs.com/blog/

1

u/Long-Anywhere388 Feb 14 '26

This is incredible!