Sites scramble to block ChatGPT web crawler after instructions emerge
1–10 of 38 posts
Re: Sites scramble to block ChatGPT web crawler after instructions emerge
#2This is why I'm not reassured. robots.txt isn't sufficient to stop all webcrawlers, so there every reason to think it isn't sufficient to stop AI scrapers.
I'm still wanting to find a good solution to this problem so that I can open my sites up to the public again.
Re: Sites scramble to block ChatGPT web crawler after instructions emerge
#3Re: Sites scramble to block ChatGPT web crawler after instructions emerge
#4Re: Sites scramble to block ChatGPT web crawler after instructions emerge
#5there is zero benefit to me in allowing OpenAI to absorb my content
it is a parasite, plain and simple (as is GitHub Copilot)
and I'll be hooking in the procedurally generated garbage pages for it soon!
Re: Sites scramble to block ChatGPT web crawler after instructions emerge
#6> blocking GPTBot will not guarantee that a site's data does not end up training all AI models of the future. Aside from issues of scrapers ignoring robots.txt files, there are other large data sets of scraped websites (such as The Pile) that are not affiliated with OpenAI. This is why I'm not reassured. robots.txt isn't sufficient to stop all webcrawlers, so there every reason to think it isn't sufficient to stop AI…
I would think filtering based on user agent will be the sweet spot for effort and performance. You could do some awful JavaScript monstrosity to detect the tiny fraction of bots who are sneaky, but if they're determined to be sneaky they will succeed at scraping.
Re: Sites scramble to block ChatGPT web crawler after instructions emerge
#7Re: Sites scramble to block ChatGPT web crawler after instructions emerge
#8blocked it on every single site I manage there is zero benefit to me in allowing OpenAI to absorb my content it is a parasite, plain and simple (as is GitHub Copilot) and I'll be hooking in the procedurally generated garbage pages for it soon!
Re: Sites scramble to block ChatGPT web crawler after instructions emerge
#9blocked it on every single site I manage there is zero benefit to me in allowing OpenAI to absorb my content it is a parasite, plain and simple (as is GitHub Copilot) and I'll be hooking in the procedurally generated garbage pages for it soon!
What if it becomes the next Google? Are you really sure you want to be removed from their index?
Re: Sites scramble to block ChatGPT web crawler after instructions emerge
#10> blocking GPTBot will not guarantee that a site's data does not end up training all AI models of the future. Aside from issues of scrapers ignoring robots.txt files, there are other large data sets of scraped websites (such as The Pile) that are not affiliated with OpenAI. This is why I'm not reassured. robots.txt isn't sufficient to stop all webcrawlers, so there every reason to think it isn't sufficient to stop AI…