So I'll just float an idea again that always gets rejected here. This is yet another problem that could be solved completely by... Eliminating anonymity by default on the internet. To be clear, you could still have anonymous spaces like Reddit where arbitrary user IDs are used and real identities are discarded. People could opt-in to those spaces. But for most people most of the time, things get better when you can v…
FOSS infrastructure is under attack by AI companies
101–110 of 631 posts
Re: FOSS infrastructure is under attack by AI companies
#102Earlier quoted context omitted.
Yep. And it is much more far reaching than that. Look at the primary economic claim offered by AI companies: to end the need for a substantial portion of all jobs on the planet. The entire vision is to remake the entire world into one where the owners of these companies own everything and are completely unconstrained. All intellectual property belongs to them. All labor belongs to them. Why would they need good will…
I have this line of thought as well but then I wonder, if we are all out of jobs and out of substantial capital to spend, how do these owners make money ultimately? It's a genuine question and I'm probably missing something obvious. I can see a benevolant/post-scarcity spin to this but the non-benevolant one seems self defeating.
Re: FOSS infrastructure is under attack by AI companies
#103The big takeaway here is that Google's (and advertisement in general) dominance over the web is going away. This is because the only way to stop the bots is with a captcha, and this also stops search indexers from indexing your site. This will result in search engines not indexing sites, and hence providing no value anymore. There's probably going to be a small lag as the current knowledge in the current LLMs dry up…
Re: FOSS infrastructure is under attack by AI companies
#104Does GitHub have this problem?
Re: FOSS infrastructure is under attack by AI companies
#105Earlier quoted context omitted.
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
#106Isn'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.
Crawlers have existed forever in search engine space and mostly behave.
This sort of no rate limit, fake user agent, 100s of IPs approach used by AI teams is obviously intentionally not caring who it fucks over. More malicious than sloppy implementation
Re: FOSS infrastructure is under attack by AI companies
#107Does anyone maintain a list of ai products developed without scraping?
You simply can't get 40 terabytes of text without mass scraping.
Re: FOSS infrastructure is under attack by AI companies
#108We need a project in the spirit of Spamhaus to actively maintain a list of perpetrating IPs. If they're cycling through IPs and IP blocks I don't know how sustainable a CAPTCHA-like solution is.
This sounds backwards to me, if you maintain a list of IPs but they are constantly cycling them, it'll get out of date quickly, but a captcha-like system will (hopefully) always stop bot traffic
The advantage of a third party service is that you're sharing intel of bad actors.
Re: FOSS infrastructure is under attack by AI companies
#109Yep -- our story here: https://about.readthedocs.com/blog/2024/07/ai-crawlers-abuse... (quoted in the OP) -- everyone I know has a similar story who is running large internet infrastructure -- this post does a great job of rounding a bunch of them up in 1 place. I called it when I wrote it, they are just burning their goodwill to the ground. I will note that one of the main startups in the space worked with us direct…
Maybe just feed them dynamically generated garbage information? More fun than no information.
Re: FOSS infrastructure is under attack by AI companies
#110The special sauce is in parsing, tokenizing, enriching etc. There is no value in re-scraping, and massive cost, right?
Just do it.