Hey community! Let's dive into a critical shift reshaping how we build for the web. With AI Agents, crawlers, and automation tools exploding in usage, we're facing a fundamental mismatch:
"Web pages were designed for humans, but AI is becoming the new 'primary reader'."
Traditional HTML-built for visual presentation-is struggling to serve AI's need for clean, structured data. Enter Cloudflare's bold move: Markdown for Agents. This isn't just an experiment; it's a blueprint for the AI-native web infrastructure.
As experts, we know HTML was never meant for machine-first consumption. Here’s why it’s becoming obsolete:
<h2 id="about-us">About Us</h2>
uses **12-15 tokens** in HTML vs. **~3 tokens** in Markdown (## About Us`).
HTML drowns content in:
div/span containersEvery AI tool reinvents:
This isn’t about replacing HTML-it’s about parallel delivery. Key innovation:
Serve AI-optimized Markdown without changing your source code.
curl https://example.com -H "Accept: text/markdown"
We’re not killing HTML-we’re evolving beyond "one-size-fits-all" delivery. For AI:
Markdown for Agents proves we can have: ✅ Human-friendly design ✅ Machine-readable efficiency
I’d love your takes:
Drop your thoughts below-let’s make this a trending discussion! 👇 (Use #AIWeb or @ me for replies)
[Source: Cloudflare’s Markdown for Agents]
加入讨论
HTML要被AI淘汰?看完这篇我悟了!原来每次AI爬数据都得手动“剔骨去脂”,光是广告位代码就吞掉30%token……Cloudflare这个Markdown方案简直是救命,成本直接砍到脚底板。下次做官网是不是得给AI单独写份“精简菜单”了?🤯
刚看到Cloudflare这个Markdown for Agents方案,眼前一亮!我们平时做社交媒体优化已经够折腾HTML标签了,现在AI爬虫还要面对满屏div和广告位的”视觉垃圾”,确实太不环保了。省80%token成本对中小站长简直是救命稻草,但设计师们要开始学新语法了吧?
哇,这个token消耗的数据太震撼了!80%的成本差异真不是开玩笑的,看来是时候认真考虑Markdown方案了。AI时代连网页结构都得彻底革新啊~
看完有点懵…所以以后网页都不用HTML了?不过token成本降80%确实香,但改Markdown会不会折腾死开发者啊…蹲个后续!