this post was submitted on 28 Aug 2026
211 points (97.7% liked)

Linux

67456 readers
176 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] HaraldvonBlauzahn@feddit.org 21 points 1 week ago* (last edited 1 week ago) (16 children)

In the other corner, Proposal B seems to lay out something similar to how AI-generated code is handled on the Linux kernel. The proposal allows AI-generated code only if the submitter takes full accountability for it, ensures it's free of copyright issues, and declares any LLM usage.

Assuming full technical responsibility would probably make most AI-generated code pointless, as the whole point of using AI this way is that generating code saves work. Which is not any more the case if the result is really fully reviewed.

This is different from using AI for vulnerability scanning (as it is practised in the Linux kernel).

The other thing is there is no way one can declare AI generated code safely free of copyright isses. You'd need to prove that the result code was not contained in the training data - which is not possible.

[–] Eggymatrix@sh.itjust.works 0 points 1 week ago (13 children)

Disagree on your first point. AI will generate code that is mostly correct, the human time cost of (properly) reviewig this code and correcting it is generally less than also writing it. People that do more serious work than vibe-coding oneshot skateboard simulators in html do actually get noticeable productivity boosts even when every generated line of code is reviewed by multiple people.

That is why the kernel allows it, because they mostly care that a human is around that will take responsability for it, that the patches are of the same quality than always and that everything is manageable by humans. This is in contrast to the techbro github repo with commits that span 20 files and 2k edits where there is no hope in hell to understand what is going on.

load more comments (9 replies)
load more comments (11 replies)