How can I prevent my site from being a free dataset for LLMs?
11–20 of 66 posts
If you put it in public, some spam site will scrape your content an republish it. There is nothing to do about it.
Re: How can I prevent my site from being a free dataset for LLMs?
#12WASM + canvas rendering ¬_¬
Re: How can I prevent my site from being a free dataset for LLMs?
#13For ChatGPT you can block it as per https://platform.openai.com/docs/plugins/bot For others, take same measures as unwanted traffic or scrapping.
It should be take permission first instead of this obscenity
No way. I want my AI trained on everything, not just pages that "opted in." If you don't want AI learning from your work, then don't publish it.
Re: How can I prevent my site from being a free dataset for LLMs?
#14Earlier quoted context omitted.
It should be take permission first instead of this obscenity
No way. I want my AI trained on everything, not just pages that "opted in." If you don't want AI learning from your work, then don't publish it.
If we were talking about free, open-source AIs available to everyone (ironically, what OpenAI set out to become), I'd be inclined to agree with you. However, we're talking about commercialised AIs that scrape your intellectual property and turn it into a money printing machine without paying you a dime.
Re: How can I prevent my site from being a free dataset for LLMs?
#15Introduce into your site obvious errors which won't confuse human, but will "poison" data for LLM.
Re: How can I prevent my site from being a free dataset for LLMs?
#16Re: How can I prevent my site from being a free dataset for LLMs?
#17Dynamically fill your website with heretical words where humans cannot see, but machines can. After that, generation of your content should trigger the content filters.
Re: How can I prevent my site from being a free dataset for LLMs?
#18WASM + canvas rendering ¬_¬
Unfortunately that means your site will be completely inaccessible to people using screen readers.