top | item 46997526

Cloudflare adds real-time Markdown rendering for AI agents

48 points| thestackfox | 17 days ago |blog.cloudflare.com

22 comments

order

skybrian|17 days ago

I wonder if this will also result in a better "readability" mode for human readers? You could do the Markdown to HTML conversion in the browser.

22c|17 days ago

I can't help but feel there is a funny pattern going on.

A lot of companies want to embrace AI, agents, etc. so they make their platforms easier to use by AI, implementing whatever the latest craze is.

I imagine we're going to see a lot more APIs open up (agentic finances?), a lot of granular access controls, etc.

Where was all of this when regular users had been asking for it for _years_?

Empowering users in general is a good thing, so, in a way, it's a good thing that OpenClaw and things of this nature are exposing all the issues with access controls and API interactions that many of our services have.

Now we just need a reason for AI agents to need "dark mode" on websites...

conartist6|17 days ago

I still can't stand the idea that people now see their goal as serving agents as well as possible.

They're not even coy about it so let me say it again: they're not working for the people using the agents, their working to serve the agents.

its-kostya|17 days ago

I don't care about the AI implications but having someone put money into a flawless conversion of html into markdown will certainly improve terminal based web browsing :)

countWSS|17 days ago

This seems useful beyond agents. It will save tons of traffic for scripts, text browsers, low-bandwidth connections,etc markdown is incredibly compact and easy to parse.

johaugum|17 days ago

>We already see some of the most popular coding agents today – like Claude Code and OpenCode – send these accept headers with their requests for content.

Expect this to be used to block agent traffic

vg|16 days ago

then the agents would request regular html when blocked

jsheard|17 days ago

This text/markdown scheme feels like it's begging for adversarial shenanigans since it lets you serve different content to agents than humans, by design.

thestackfox|17 days ago

If you’re willing to serve adversarial Markdown to agents, you’re already willing to cloak HTML.

selcuka|17 days ago

> it lets you serve different content to agents than humans

You could always do that. The only difference is CloudFlare can now do this on-the-fly, automatically translating HTML to Markdown. My understanding is that you don't have control over the conversion.

tdehnke|17 days ago

Seems odd to have it as paid feature (Pro plan or higher) if it will save on delivery costs etc for them.

vg|16 days ago

I am guessing Cloudflares delivery costs would be much lower than the compute costs to convert on the fly.

celso|17 days ago

It's not a paid feature, it's free for pro plans and higher.

fragmede|17 days ago

that's not how you make money in business

vg|16 days ago

So they basically re-invented Gemini (the protocol not the AI model)

laborcontract|17 days ago

I was going to make some stupid joke in the comments saying that I thought this blog post would be about "Markdown.. on the edge!".

After reading the blog, turns out it is about markdown on the edge. lmao.

upcoming-sesame|15 days ago

any guess to what would be the tech they are using behind the scenes?

rjtc|17 days ago

RIP FireCrawl

tekacs|17 days ago

It seems hard to tell what to think of a company that is simultaneously trying to poison the content that it sends to agents [1] and also doing things like this.

I understand their arguments for it - and completely disagree - so I can't help but think that anyone who is on the pro-AI side of things would do well to steer clear of them if possible.

[1]: https://arstechnica.com/ai/2025/03/cloudflare-turns-ai-again...