I got DoSed by ClaudeBot (Anthropic) just last week. Hitting a website I manage 700,000 times in one month and tripping our bandwidth limit with our hosting provider. What a PITA to have to investigate that, figure it out, block the user agent, and work with hosting provider support to get the limit lifted as a courtesy. Noticed that the ChatGPT bot was 2nd in traffic to this site, just not enough to cause trouble.
robots.txt did not work?
Devs say AI crawlers dominate traffic, forcing blocks on entire countries
111–120 of 291 posts
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#112Can we force the bots to mine cryptocurrency?
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#113I recently started a side-project with a "code everything in prod" approach for fun. I've done this many times over the past 20 years and the bot traffic is usually harmless, but this has been different. I haven't advertised the hostname anywhere, and in less than 24 hours I had a bunch of spam form submissions. I've always expected this after minor publicity, but not "start server, instantly get raided by bots perfo…
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#114This is going to start happening to brick and mortar businesses through their customer support channels
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#115Earlier quoted context omitted.
> Why? What is the goal of a scraper, and how does disabling the source of the data benefit them? The next scraper doesn’t get the data. People don’t realize we’re not compute limited for ai, we’re data limited. What we’re watching is the “data war”.
at this point we're _good data_ limited, which has little to do with scraping.
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#116All these JS-heavy "anti bot" measures do is further entrench the browser monopoly, making it much harder for the minority of independents, while those who pay big $$$ can still bypass them. Instead I recommend a simple HTML form that asks questions with answers that LLMs cannot yet figure out or get consistently wrong. The more related to the site's content the questions are, the better; I remember some electronics…
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#117Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#118All these JS-heavy "anti bot" measures do is further entrench the browser monopoly, making it much harder for the minority of independents, while those who pay big $$$ can still bypass them. Instead I recommend a simple HTML form that asks questions with answers that LLMs cannot yet figure out or get consistently wrong. The more related to the site's content the questions are, the better; I remember some electronics…
It's not nice for visitors using a very old smartphone, but it's arguably less-exclusionary than some of the tests and third-party gatekeepers that exist now.
In many cases we don't actually care about telling if someone is truly a human alone, as much as ensuring that they aren't a throwaway sockpuppet of a larger automated system that doesn't care about good behavior because a replacement is so easy to make.
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#119Earlier quoted context omitted.
The problem is that the server also has to do the work. Fine for an infrequent auth challenge. Not so fine for every single data request.
Maybe there is a way for the server to ask the client to do the work? Something similar to proof-of-work but on a much smaller scale than Bitcoin.