JohnFen 2 days ago

I spent a lot of time trying to find a good solution to this problem and failed, so what I ended up doing was to give up and remove my sites from the public web entirely.

I'm eager for a good solution that will allow me to put them back, but I'm doubtful that's going to happen. In any case, I'm extremely interested in other people's replies here. Maybe there's a solution that I haven't been able to find!

  • mmarian a day ago

    I'm curious, what made you decide to completely remove them from the public web?

    • JohnFen a day ago

      I couldn't find a way to protect them from AI crawlers.

      • mmarian a day ago

        Indeed ^_^, but what I meant to ask is why did the possibility of AI crawlers fetching your site trigger such a big response? Especially when there's services/tools like Cloudflare and Anubis that solve that.

        Some people are worried about the volume, but at worst your site is down for a while. Unless you're on serverless, but in that case you would've had to be worried about hackers before AI crawlers existed.

        If it's IP theft, if someone's motivated enough to get past Cloudflare/Anubis, you would've had to worry about them before AI crawlers existed too.

        • JohnFen 20 hours ago

          I very much don't want my stuff to be used in training genAI models, and if even a single crawler finds its way to being able to get my data then it's game over because there's no way to get it excluded after the fact.

          > Especially when there's services/tools like Cloudflare and Anubis that solve that.

          They don't solve it. They offer some help, but it's far from good enough.

          The exact reason why I don't want my stuff included isn't really relevant to the topic, honestly ("I don't like it" is plenty sufficient reason, after all), but I will say there are multiple reasons. The main issue is that if it happens, there's no way to correct for that.

          IP violation is one of them, but not the main one -- but it does illustrate the point: in the case of more traditional IP "theft", there is technically a way to resolve the problem after it happens. Not so with genAI crawlers.

          • mmarian 19 hours ago

            I see, would love to ask more questions but I get the impression you'd like to stop here. Thanks for the conversation!

            • JohnFen 18 hours ago

              I try not to get into the reasons I don't want my stuff to be ingested by genAI if that's not the topic, because it inevitably results in the conversation derailing as people argue with my reasons. But they aren't a big secret.

              I don't want my stuff to get used to train genAI because I think that genAI is, on the whole, a negative for society. Not because of anything inherent in the technology itself, but because of the way genAI companies are employing and marketing it. On top of that, I resent that genAI companies have abused my trust by slurping everything up to train the models without asking or even so much as a "how do you do" (this is a different than an IP law argument).

              I also think that genAI companies are increasingly abusive and manipulative and don't want to support them in any way. And the fact that they often argue about how dangerous the technology is and the great risk to humanity it presents, but at the same time are eager to develop and sell it, indicates an extreme level of ethical bankruptcy.

              • mmarian 17 hours ago

                I think it's reasonable. I also find it frustrating that you don't get credit for the content you create. It's stopped me from writing more about virtual offices, for example.

                And if you really want to prevent any chance of that happening, the only way is to take it down unfortunately.

  • chistev a day ago

    what do you mean by removing from the public web?

    • JohnFen a day ago

      I took a couple down entirely and put the others behind a login wall.

mmarian a day ago

I set up the Cloudflare blocks on one site where I don't want the content to be ingested. Seems to work pretty well, my SEO looks to be ok too.

johng 2 days ago

Some of our sites have been getting absolutely hammered by the AI bots -- so much so they are taking down the sites. Even with cloudflare protection and caching. The only thing We've been able to do so far is tell Cloudflare to block all AI bots, modify the robots.txt and even then we've had to manually identify IP addresses and bots that ignore all of the above and block them specifically or at the ASN level.

Cloudflare makes doing this kind of stuff easy but I would hate to have to do this manually on a webserver. And I don't like the idea of how much of the internet already relies on Cloudflare.

bediger4000 2 days ago

I have a lot of them in robots.txt as disallow /, of course. I have several getting 404 on any request whatsoever, Meta's AI crawler, Bytespider mainly, via Apache httpd mod_rewrite.