Live data from Hacker News

How can I write anti-AI software?

news.ycombinator.com

1–8 of 8 posts

How can I write anti-AI software?

#1
Whether that be open source software or maybe even at work, is it even possible to do something like that? Readability and all good coding practices are really only for other developers, so changing that won’t be it.

Something that will prevent it using the code to either learn or use.

Re: How can I write anti-AI software?

#2
You could add restrictive licensing conditions, but realistically that doesn't stop people from using your code anyways. Unless you hold the exclusive copy of your source code, it's hard to imagine a good way to prevent AI from using it.

Re: How can I write anti-AI software?

#3
post #2

You could add restrictive licensing conditions, but realistically that doesn't stop people from using your code anyways. Unless you hold the exclusive copy of your source code, it's hard to imagine a good way to prevent AI from using it.

Yeah that doesn’t really work I.e. GitHub lawsuits

Re: How can I write anti-AI software?

#4
post #2

You could add restrictive licensing conditions, but realistically that doesn't stop people from using your code anyways. Unless you hold the exclusive copy of your source code, it's hard to imagine a good way to prevent AI from using it.

Yeah that doesn’t really work I.e. GitHub lawsuits

It doesn't really work because anything public can be assimilated into AI. If you don't want your content to get used for AI training, don't make it freely available on the internet.