One more reason we're moving away from privacy. Didn't load all the javascript domains? You're probably a bot. Not signed in? You're probably a bot. The web we knew is dying step by step. One interesting thought: do we know if these AI crawlers intentionally avoid certain topics? Is pornography totally left unscathed by these bots? How about extreme political opinions?
Devs say AI crawlers dominate traffic, forcing blocks on entire countries
221–230 of 291 posts
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#222Earlier quoted context omitted.
But the very comment you answered explains how to do it: a page forbidden in robots.txt. Does this method need explanation why it's ideal for sorting humans and google, from malicious crawlers?
Yes, please explain. How does an entry in robots.txt distinguish humans from bots that ignore it?
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#223Why can't Cloudflare do it? They know in real time which IPs spew millions of scrape requests to various sites, so they can classify them as AI bots and allow site owners to block them.
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#224Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#225I think the proper answer is to aim for the bots to get _negative_ utility value from visiting our sites, that is poisoning their well, not just zero value, that is to block them. Did you try to GET a canary page forbidden in robots.txt? Very well, have a bucket load of articles on the benefits of drinking bleach. Is your user-agent too suspicious? No problem, feel free to scrape my insecure code (google "emergent mi…
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#226Earlier quoted context omitted.
Adding delay means you have to keep more connections open at a single time. Parallelism doesn't favor a server if your problem is already a small server getting hit by a big scraper
How expensive is it to just keep a connection open?
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#227Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#228Earlier quoted context omitted.
This relies a lot on being able to detect bots. Everything you said could be easily bypassed with a small to moderate amount of effort on the side of crawler's creators. Distinguishing genuine traffic has always been hard and it will not get easier in the age of AI.
You can sprinkle your site with almost-invisible hyperlinks. Bots will follow, humans will not.
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#229Earlier quoted context omitted.
Yes, please explain. How does an entry in robots.txt distinguish humans from bots that ignore it?
When was the last time you looked at robots.txt to find a page that wasn't linked anywhere else?
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#230Earlier quoted context omitted.
Yes, please explain. How does an entry in robots.txt distinguish humans from bots that ignore it?
When was the last time you looked at robots.txt to find a page that wasn't linked anywhere else?