Patreon stopped asking AI crawlers to behave and started blocking them outright
Mayhaps you've read it alreadt, but Patreon partnered with Cloudflare's AI Crawl Control. In their own testing, once blocking went live, weekly attempts from training crawlers dropped from thousands to zero. In my eyes, this kiind of confirms what most people already assumed, robots.txt was never enforced, it was just a request most crawlers ignored when it suited them. Notable part is they're not blocking everything. Indexing bots that send traffic back still get through, it's specifically training crawlers getting cut off. Cloudflare launched Pay Per Crawl last year and just changed default policy this month so mixed use crawlers (index + train) get blocked by default on ad-supported pages. Add in the NetNut/Popa takedown and the Bright Data SDK stuff and it feels like robots.txt as a soft suggestion is on its way out, at least for anyone with the budget to enforce something stronger. Now, for AI agents, this mostly targets the RAG/training use case, scraping content to store, retrain, or reuse later. Agents that fetch a page live to answer a question and link back to Patreon should be fine, since that's the indexing behavior they explicitly still allow. Agents that pull content into a knowledge base or fine-tuning pipeline get treated like training crawlers and blocked. Net effect: builders relying on naive scraping will need better infra (proper agent identification, residential proxies, proper fingerprinting.)