this post was submitted on 20 Mar 2026
46 points (91.1% liked)

Fuck AI

6441 readers
1357 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
 

Sadly, it seems like Lemmy is going to integrate LLM code going forward: https://github.com/LemmyNet/lemmy/issues/6385 If you comment on the issue, please try to make sure it's a productive and thoughtful comment and not pure hate brigading.

Consider upvoting the issue to show community interest.

Edit: perhaps I should also mention this one here as a similar discussion: https://github.com/sashiko-dev/sashiko/issues/31 This one concerns the Linux kernel. I hope you'll forgive me this slight tangent, but more eyes could benefit this one too.

you are viewing a single comment's thread
view the rest of the comments
[–] BlameTheAntifa@lemmy.world 5 points 22 hours ago* (last edited 22 hours ago) (1 children)

I’m sure many here know how militantly anti-AI I am, but things like “intellisense” have been around for decades. If someone is using an ML model for code prediction and they actively write code with their own fingers, I don’t see it as much different than earlier code hinting systems. That’s far different from allowing an AI to perform a task autonomously, like an Avian Intelligence.

[–] ell1e@leminal.space 2 points 21 hours ago* (last edited 21 hours ago)

Problem is, LLM code prediction will likely plagiarize too. Some argue "it's too short I can't get sued", but even if that were universally true (don't know, IANAL) that still leaves the ethics and morals of seemingly stealing some lines literally hook and sinker with every punctuation bit and intricancy from GPL code bases, without attribution.

Some simply think that's bad for FOSS, notwithstanding other ways LLMs seem to harms FOSS.

(And oldschool "IntelliSense" is semantics based and doesn't do that.)