this post was submitted on 24 Jul 2026
80 points (100.0% liked)

Linux

18414 readers
49 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 3 years ago
MODERATORS
 

The Debian project is engaging in a debate and vote on whether large language model (LLM) tools may be used in the development of Debian, its distribution-specific code, and the project's website. The general resolution is currently being discussed leading into a vote on the subject.

you are viewing a single comment's thread
view the rest of the comments
[–] rumschlumpel@feddit.org 5 points 2 days ago* (last edited 2 days ago) (2 children)

The choices kinda look like they would both either explicitly or in effect disallow practically all LLMs. Nice.

Though that doesn't answer the question about code analysis tools that the kernel devs recentently talked about (with Linus Torvalds being firmly in favor of using them). They aren't generative AI, but are AI nonetheless and unless Debian already talked about it elsewhere it does need explicit policy IMO.

[–] naught101@lemmy.world 9 points 2 days ago

Non-generative AI is just complicated stats.. There's no reason not to use ML or whatever if you can find a use for it (e.g. bug hunting, optimisation).

Generative AI is that plus random noise, copyright theft, environmental destruction, and fascism.. It should be off the cards for Debian

[–] supermarkus@feddit.org 1 points 2 days ago

The choices kinda look like they would both either explicitly or in effect disallow practically all LLMs. Nice.

From what I see so far, there is a loophole. LLMs may not be used to generate source packages but if Claude generates a script that then does the work and the script stays private and isn't official Debian software, it's fine.

This may be an oversight or deliberate. No idea.