AI and the Ship of Theseus
lucumr.pocoo.org
AI and the Ship of Theseus
1–10 of 203 posts
Re: AI and the Ship of Theseus
#2Re: AI and the Ship of Theseus
#3Re: AI and the Ship of Theseus
#4[flagged]
Re: AI and the Ship of Theseus
#5[flagged]
This entirely misses the point. Re-implementing code based on API surface and compatibility is established fair use if done properly (Compaq v. IBM, Google v. Oracle). There's nothing wrong with doing that if you don't like a license. What's in question is doing this with AI that may or may not have been trained on the source. In the instance in the article where the result is very different, it's probably in the cle…
Re: AI and the Ship of Theseus
#6Not saying there's a legal precedent for that right now, but it's the only thing that makes any sense to me. Either that or retain the models on only MIT/similarly licenced code or code you have explicit permission to train on.
Re: AI and the Ship of Theseus
#7These are fascinating, if somewhat scary, times.
Re: AI and the Ship of Theseus
#8Re: AI and the Ship of Theseus
#9[flagged]
This entirely misses the point. Re-implementing code based on API surface and compatibility is established fair use if done properly (Compaq v. IBM, Google v. Oracle). There's nothing wrong with doing that if you don't like a license. What's in question is doing this with AI that may or may not have been trained on the source. In the instance in the article where the result is very different, it's probably in the cle…
Re: AI and the Ship of Theseus
#10The solution to this whole situation seems pretty simple to me. LLMs were trained on a giant mix of code, and it's impossible to disentangle it, but a not insignificant portion of their capabilities comes from GPL licenced code. Therefore, any codebase that uses LLM code is now GPL. You have a proprietary product? Not anymore. Not saying there's a legal precedent for that right now, but it's the only thing that makes…