29
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 24 Aug 2026
29 points (93.9% liked)
Fuck AI
8054 readers
830 users here now
"We did it, Patrick! We made a technological breakthrough!"
A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.
AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.
founded 2 years ago
MODERATORS
I am worried specifically about LLMs/chatbots, not machine learning in general.
What about outside contributors submitting massive patches using AI, and overwhelming the maintainers? This recently happened with Linux, and the maintainers said they will use LLMs to review submissions going forward. Does that increase the risk of bugs creeping in?
I apologize if I seem argumentative. I am trying to understand the risks of AI generated code, and you seem quite knowledgeable on the subject.
Nah its perfectly reasonable to worry, and honestly a lot of what I assert is just opinion.
LLMs are very good at playing utilitarian, "helper" roles, like a program. Parsing big blocks of text to flag things for humans, categorization, search, workflow automation; text models were doing this before we started calling them LLMs.
I honestly don't know the details, but getting LLMs to screen PRs sounds like wonderful automation to me. "Is this a vibecoded mess, and why?" "Does this conform to X standard?" Security issues. Raising flags before reviewing. I'd guess the kernel maintainers are using LLMs for "bulk prescreening," but maintainers are still going to look at every line of code with their eyeballs before it goes into the kernel. An analogy might me an LLM that flags issues for Wikpedia editors (spam, malicious edits, categorization, formatting nagging, citation requirements) to speed up "busywork," but ultimately every consequential action has to go through a human.
LLMs also great at generating boilerplate, refactoring a line, making a testing script; small, focused tasks. I bet the kernel devs will use it for that, and IMO that's harmless.
I just don't think they will allow vibecoded slop into the kernel. They've been draconian about code quality for decades, and they aren't going to change. And the way I see it, the LLM submission reviewing is fighting fire with fire.