this post was submitted on 21 Jul 2026
32 points (100.0% liked)

Fuck AI

7560 readers
1475 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.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 

I know there are tools that supposedly make it harder for AI to be trained on your images. But what about text or code? Is there any way to share things outside of a small group while minimizing the risk that some fucker will scrape them or otherwise use them for building an LLM?

you are viewing a single comment's thread
view the rest of the comments
[–] lime@feddit.nu 1 points 1 hour ago

glue traps are a good solution to badly-behaved scrapers. just list a path in your robots.txt that slowly produces random text and links, all of which go to the same sort of page. if they respect robots.txt, they're fine. if they don't, they get stuck ingesting nonsense.

not a catch-all solution but a good tool.