this post was submitted on 08 Jun 2025
151 points (97.5% liked)

Fuck AI

3020 readers
1083 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

founded 1 year ago
MODERATORS
 

It's impossible, i got this instance to just see lemmy from my own instance, but no, it was slow as hell the whole week, i got new pods, put postgres on a different pod, pictrs on another, etc.

But it was slow as hell. I didn't know what it was until a few hours before now. 500 GETs in a MINUTE by ClaudeBot and GPTBot, wth is this? why? I blocked the user agents, etc, using a blocking extension on NGINX and now it works.

WHY? So google can say that you should eat glass?

Life is now hell, if before at least someone could upload a website, now even that is painfull.

Sorry for the rant.

top 21 comments
sorted by: hot top controversial new old
[โ€“] MonkderVierte@lemmy.zip 5 points 1 hour ago (1 children)

Patience, AI crash bubble burst will be soon.

[โ€“] AstralPath@lemmy.ca 1 points 2 minutes ago
[โ€“] jagged_circle@feddit.nl 3 points 1 hour ago (1 children)

Just cache. Read only traffic should add negligible load to your server. Or you're doing something horriy wrong

[โ€“] potatoguy@potato-guy.space 3 points 1 hour ago (1 children)

They are 1 cpu and 1 gb of ram pods, postgres goes to 100% cpu on 500 requests per minute, after i put the NGINX extension, it reduced to at max 10%. On weaker servers, these bots make hell on earth, not the config.

[โ€“] jerkface@lemmy.ca 3 points 58 minutes ago

If it's hitting postgres it's not hitting the cache. Do you have a caching reverse proxy in front of your web application?

[โ€“] Mwa@thelemmy.club 10 points 6 hours ago* (last edited 5 hours ago) (1 children)

You can either use Cloudflare(proprietary) or anubis (Foss)

[โ€“] lena@gregtech.eu 7 points 6 hours ago

Cloudflare has pretty good protection against this, but I totally understand not wanting to use Cloudflare

[โ€“] melroy@kbin.melroy.org 7 points 7 hours ago

Haha, just wait when you get ddosed by anonymous user agents. I have been there.

I'm talking 40k requests per 5 seconds.

[โ€“] flamingos@feddit.uk 72 points 12 hours ago* (last edited 12 hours ago) (2 children)

You can enable Private Instance in your admin settings, this will mean only logged in users can see content. This will prevent AI scrapers from slowing down your instance as all they'll see is an empty homepage, so no DB calls. As long as you're on 0.19.11, federation will still work.

[โ€“] melroy@kbin.melroy.org 10 points 7 hours ago

Same for Mbin.

[โ€“] potatoguy@potato-guy.space 29 points 12 hours ago

Enabled, thanks for the tip!

[โ€“] termaxima@programming.dev 16 points 9 hours ago (1 children)

Anubis + Nepenthes is the answer.

[โ€“] Finch9678@europe.pub 12 points 7 hours ago

Article for whoever was unaware like me.

[โ€“] xep@fedia.io 45 points 13 hours ago (1 children)

At some point they're going to try to evade detection to continue scraping the web. The cat and mouse game continues except now the "pirates" are big tech.

[โ€“] brandon@piefed.social 31 points 13 hours ago* (last edited 13 hours ago) (1 children)

They already do. ("They" meaning AI generally, I don't know about Claude or ChatGPT's bots specifically). There are a number of tools server admins can use to help deal with this.

See also:

[โ€“] lurch@sh.itjust.works 12 points 11 hours ago

these solutions have the side effect of making the bots stay on your site longer and generate more traffic. it's not for everyone.

[โ€“] parpol@programming.dev 35 points 13 hours ago (1 children)

Use Anubis. That's pretty much the only thing you can do against bots that they have no way of circumventing.

[โ€“] potatoguy@potato-guy.space 16 points 13 hours ago (1 children)

Yeah, going to install it this week, but the nginx extension seemed to solve the issue.

[โ€“] melroy@kbin.melroy.org 4 points 7 hours ago

Which extention are you using if I may ask?