What are any "no ai" operating systems? Besides Chimera Linux, Gentoo, elementary OS, & AerynOS. Literally anything Unix like is fine for me as long as the maintainers aren't randomly generating their code, it's not getting randomly generated code from upstream too badly, & I can use it for everyday things like my laptop, my server, & my desktop.
I have to ask because it's hard to find any information through search engines no matter how much I filter now, there's just so much randomly generated garbage. 
I just want guaranteed safe software on my computer instead of this garbage. When a developer or maintainer uses randomly generated code (which universally is bad in some way, even when it looks good), that tells me that they aren't reviewing code from other contributors properly & do not care. It makes it easier for a bad actor to put in some malicious code without being noticed because no one is double checking it.
It's also unethical. I also don't want to deal with my operating system being pulled out from under me later when there's a legal issue caused by code that chatgpt or whatever stole & copied & the technical debt created by LLM use is too great for the issue to be fixed right away. I just want out.
@kirby @jackemled @puppygirlhornypost2 oh wait, gentoo doesn’t use systemd? That’s interesting, especially considering the whole “we like LLMs a lot and use them every day actually” controversy they got into
I’ve lost my ability to care regarding it but I am curious to try out a different init system that isn’t so all-encompassing lol

@kirby Yes exactly. I know the four most ideal operating systems for this issue, but I still want to be aware of other options because four feels like too little.
I would just use Chimera, but it's missing a few things or behind on updates. I haven't checked Gentoo yet, mostly because its reputation of being harder to use than Arch. When I look at elementary OS it seems more like a Windows replacement than something I could put on my computers & my server & do the things I do with them. I have only just heard about AerynOS & I don't know much about it.
@jackemled Debian right doesn't have a firm stance. The consensus so far seems to be case-by-case, but any contribution that does needs to specify that it was (which is difficult because there aren't reliable ways to tell, and basing arguments on copyright is difficult because jurisdictions differ and what is acceptable in one region can differ greatly in another). There's a draft general resolution, but it's in draft state because there isn't consensus on what "AI" means to them, and how they could restrict certain forms in the first place.
https://blog.desdelinux.net/en/Debian-debates-the-future-of-AI-models-in-its-ecosystem/
@jackemled Which is, unfortunately, the correct thing to do for them as a massive org operating largely with volunteer labor with a lot of reliance on their product. There's no point in having a "no AI" (or no LLM or whatever) policy if you can't strictly define what that looks like.
Is something like Intellisense classed as "AI" for this case? It's easy to say that entire massive generated sections is a thing to bar, but how can you tell how much was generated raw and how much was used as a start point before modifying from there? What if the entire thing was generated, but the person submitting the PR or whatever have you demonstrates that they clearly understand the output and have thoroughly reviewed it themself? Yeah it's easy to just reject PR's from agents so long that they're clearly labeled as such, but anything beyond that becomes challenging.
Raising matters with copyright just becomes a massive minefield due to licensing and IP law. You could make the case that it could accidentally mimic code from a project with an incompatible license which might raise legal issues, but how could anyone tell if it's actually copying that differently-licensed code or if it just happened to look like that? (and that's ignoring folks who do just do things similarly to projects licensed in other ways regardless, because why not borrow a general idea or concept that does what you want to do)
I don't think there's really a strong way to enforce any "no AI/LLM/generated code" policy in general, especially with a project as massive as Debian. It's all very reliant on trusting contributors.