| ▲ | olalonde 4 hours ago | ||||||||||||||||
It would be cool if they just admitted that this is ideologically motivated rather than hide behind pragmatic excuses. 1) "unclear copyright status" Even if the copyright concern was legitimate (highly doubt so), Codeberg would be fully protected under safe harbor laws. 2) "little safeguards to ensure that they do not include harmful code" Inclusion of harmful code is no more likely than human-extruded code (probably less actually). | |||||||||||||||||
| ▲ | lionkor 4 hours ago | parent | next [-] | ||||||||||||||||
> fully protected under safe harbor laws Well, not quite, it would still have to deal with handling and moderating copyright claims under German law. So while it's not a legal issue, it's definitely overhead for a nonprofit. > Inclusion of harmful code is no more likely than human-extruded code (probably less actually). Based on what? So if I set up a markov chain and generate a couple ten thousand lines of python code, and somehow got it to run, you'd say it's safer than human code? What about low quality local LLMs? Where is the line that says that automatically (not quite "randomly") generated code has less issues than human-generated code? Harmful code does not mean purposefully harmful, it could simply be accidental (like when an agent goes "hm, an instance is already running, let's ensure that doesn't happen" and adds a `pkill -9 myprogram` invocation to a script, unknowingly killing all processes that contain the word `myprogram`). It could also be code that claims to do one thing, but does another, or one that ends up logging auth keys, etc. I have had SOTA models do all of the above. Not sure about more or less likely than human code, but since LLMs can generate thousands of lines per hour, that tips the scales. | |||||||||||||||||
| |||||||||||||||||
| ▲ | marginalia_nu 3 hours ago | parent | prev | next [-] | ||||||||||||||||
> Even if the copyright concern was legitimate (highly doubt so), Codeberg would be fully protected under safe harbor laws. If their mission is Free Software in some Stallman-adjacent interpretation of the idea, then it is actually quite a legitimate concern. The problem isn't that the code is illegal to possess, but that it's not Free Software, since that is entirely based on a licensing copyrighted code, and since there is legal precedent saying LLM outputs can't be copyrighted in many jurisdictions, it's highly debatable if it can be given a Free Software license. | |||||||||||||||||
| |||||||||||||||||
| ▲ | surgical_fire 3 hours ago | parent | prev [-] | ||||||||||||||||
They are ideologically motivated towards open source software. That means that they are ideologically motivated about the open source license being enforceable. Just because you have ulterior motives, it doesn't mean others do. Codeberg is pretty clear on their stance. > Inclusion of harmful code is no more likely than human-extruded code (probably less actually). Right now this is unclear, based on personal experience. I am totally fine with using AI tools, but I do review every line of code it spits out. It's fair to take a safe approach and favor human oversight. | |||||||||||||||||
| |||||||||||||||||