Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
1–10 of 504 posts
Re: Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
#2I think part of the battle is actually just getting people to identify which LLM made it to understand if someones contribution is good or not. A javascript project with contributions from Opus 4.6 will probably be pretty good, but if someone is using Mistral small via the chat app, it's probably just a waste of time.
Re: Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
#3Re: Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
#4Re: Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
#5Re: Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
#6It doesn't really matter what your stance on AI is, the problem is the increased review burden on OSS maintainers.
In the past, the code itself was a sort of proof of effort - you would need to invest some time and effort on your PRs, otherwise they would be easily dismissed at a glance. That is no longer the case, as LLMs can quickly generate PRs that might look superficially correct. Effort can still have been out into those PRs, but there is no way to tell without spending time reviewing in more detail.
Policies like this help decrease that review burden, by outright rejecting what can be identified as LLM-generated code at a glance. That is probably a fair bit today, but it might get harder over time, though, so I suspect eventually we will see a shift towards more trust-based models, where you cannot submit PRs if you haven't been approved in advance somehow.
Even if we assume LLMs would consistently generate good enough quality code, code submitted by someone untrusted would still need detailed review for many reasons - so even in that case it would like be faster for the maintainers to just use the tools themselves, rather than reviewing someone else's use of the same tools.
Re: Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
#7Re: Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
#8The LLM ban is unenforceable, they must know this. Is it to scare off the most obvious stuff and have a way to kick people off easily in case of incomplete evidence?
Re: Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
#9For instance a GPL LLM trained only on GPL code where the source data is all known, and the output is all GPL.
It could be done with a distributed effort.
Re: Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy
#10The LLM ban is unenforceable, they must know this. Is it to scare off the most obvious stuff and have a way to kick people off easily in case of incomplete evidence?