Ask HN: Any experience using LLMs to license-wash FOSS projects?

5 points by pera 5 hours ago

Can LLMs like Gemini, ChatGPT or Claude be used to generate an equivalent FOSS project but removed from its licence and authorship?

Would this be legal?

For example, if a SaaS corporation wanted to modify and sell a service using some AGPL project can they use AI to entirely rewrite that project effectively detaching it from its original creator and ownership?

GianFabien 5 hours ago

Removing the licence and/or authors from a FOSS project would generally be a violation of the licensing terms. The tool(s) you use don't change the legal principles.

Of course, the big AI companies blithely ignore moral and legal issues.

rvz 5 hours ago

> Can LLMs like Gemini, ChatGPT or Claude be used to generate an equivalent FOSS project but removed from its licence and authorship?

No.

The whole project (and some may argue that the LLM that trained on the AGPL code that is also running on the backend), should be open sourced as well.

Using LLMs to remove the licence and generating a derived project from the original AGPL code is not a 'clean room implementation' and is the equivalent of rewriting existing code from the original author.