linguini1 commented on PR #19250: URL: https://github.com/apache/nuttx/pull/19250#issuecomment-4857485810
There is actually some guidance from the Apache team here: https://www.apache.org/legal/generative-tooling.html#include-in-contributions The TLDR: It notes that a) no generated output is copyrightable at all and b) all generated output must be verified to be compatible with open source licensing, not containing any third party materials. This is quite impossible to do, and it's been shown in multiple studies that AI generated output can verbatim contain text that was in its training corpus (i.e. incompatible licensed code like GPLv2 ripped from somewhere on the internet). See [this](https://arxiv.org/abs/2601.02671) for example. The only way for us to really verify that code is compatible is if it comes from a human brain. AI assistance should be used for assistance only, not entirely generating board ports with Claude. There is no way we can ensure it's safe to release that under an Apache 2.0 license, and it's also a major time sink to review PRs where the author puts "Please review accordingly.". It is the contributor's responsibility to properly review and test their own patch before submission, not for us to review their AI output. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
