An article that might be interesting to read:
hackaday.com
Quote from the NetBSD commit guidelines:
![hackaday.com](https://hackaday.com/wp-content/uploads/2021/08/GithubCopilot.jpg)
NetBSD Bans AI-Generated Code From Commits
A recent change was announced to the NetBSD commit guidelines which amends these to state that code which was generated by Large Language Models (LLMs) or similar technologies, such as ChatGPT, Mic…
Quote from the NetBSD commit guidelines:
Do not commit tainted code to the repository.
If you commit code that was not written by yourself, double check that the license on that code permits import into the NetBSD source repository, and permits free distribution. Check with the author(s) of the code, make sure that they were the sole author of the code and verify with them that they did not copy any other code.
Code generated by a large language model or similar technology, such as GitHub/Microsoft's Copilot, OpenAI's ChatGPT, or Facebook/Meta's Code Llama, is presumed to be tainted code, and must not be committed without prior written approval by core.