Live data from Hacker News

FOSS infrastructure is under attack by AI companies

thelibre.news

51–60 of 631 posts

Re: FOSS infrastructure is under attack by AI companies

#51

Perhaps time to start a central community ban pool for IP ranges?

Doesn't really work if crawlers are coming from the IP ranges of AWS and Azure etc...

just ban the lot

nothing good comes from there

unfortunately then they instantly switch to home IPs

Re: FOSS infrastructure is under attack by AI companies

#52

These are DDOS attacks and should be treated in law as such. (Although I do realise that in many countries now we no longer have any effective "rule of law")

You going to prosecute China?

Is that where Sam Altman is hiding?

Re: FOSS infrastructure is under attack by AI companies

#56
> According to Drew, LLM crawlers don't respect robots.txt requirements and include expensive endpoints like git blame, every page of every git log, and every commit in your repository. They do so using random User-Agents from tens of thousands of IP addresses, each one making no more than one HTTP request, trying to blend in with user traffic.

How do they know that these are LLM crawlers and not anything else?

Re: FOSS infrastructure is under attack by AI companies

#58

To be clear, this is not an attack in the deliberate sense, and has nothing to do with AI except in that AI companies want to crawl the internet. This is more "FOSS sites damaged by extreme incompetence and unaccountability." The crawlers could just as well be search engine startups.

Correct, they could - but they are not. This is about the unaccountability, and if I was charitable (which I'm not) I'd add also incompetence, of the techbros leading the AI giants. Are we still expecting anything like "ethics"? I hope the few engineers reading HN will still have some, but the higher you go the foreign the concept gets.

Re: FOSS infrastructure is under attack by AI companies

#59
post #16

My question is, can we serve PoW challenges to these AI LLM scrapers that can be profitable?

That's what I've been doing! It works shockingly well. https://github.com/TecharoHQ/anubis

these companies have more compute than everyone else in the world put together

a proof of work function will end up selecting FOR them!

Re: FOSS infrastructure is under attack by AI companies

#60

Isn't this just poor, sloppy crawler implementation? You shouldn't need to fetch a repo more than once to add it to a training set.

Sounds like it me. Why build a crawler that fetches one HTML page per commit in a repository instead of doing a bare-clone and then just get the data from there? Surely would contain even more data too, compared to the HTML page.
Post reply on HN