this post was submitted on 11 Mar 2026
453 points (98.1% liked)

Fuck AI

5751 readers
1490 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
 

Lutris maintainer use AI generated code for some time now. The maintainer also removed the co-authorship of Claude, so no one knows which code was generated by AI.

Anyway, I was suspecting that this "issue" might come up so I've removed the Claude co-authorship from the commits a few days ago. So good luck figuring out what's generated and what is not.

sauce 1

sauce 2

you are viewing a single comment's thread
view the rest of the comments
[–] etherphon@piefed.world 108 points 18 hours ago (3 children)

I don't get it, why would you take a program (or ANYTHING) you created and let some AI shit all over it. I will never.

[–] Serinus@lemmy.world 49 points 16 hours ago (2 children)

Am I allowed to have an unpopular narrative here?

There are levels of vibe coding, and it's possible to use AI without vibe coding at all.

If you're very targeted in what you're having the AI do and you carefully review the code, it can be a great tool.

For example, "make this html grid sortable and add a download button that creates a csv file." You know exactly what this does, it's self contained, and it's something you know can just be copied from stack overflow and applied to your code.

That works, and works well.

"Create an app that..." is vibe coded slop.

[–] raspberriesareyummy@lemmy.world 26 points 14 hours ago (2 children)

For example, “make this html grid sortable and add a download button that creates a csv file.” You know exactly what this does, it’s self contained, and it’s something you know can just be copied from stack overflow and applied to your code.

Even if this works, you'll be stealing someone else's code without authorship attribution for anything that's a non-trivial algorithm.

[–] Auth@lemmy.world 0 points 3 hours ago

Most devs are already doing that. This just saves them the time of doing it for themselves.

[–] Jako302@feddit.org 5 points 8 hours ago (1 children)

The copyright/license issues that come with it due to the current unregulated nature of ai are a completely different issue to the vibecode slop allegations.

[–] raspberriesareyummy@lemmy.world 0 points 4 hours ago

no. it's one aspect of many. Using slop is ethically wrong AND it produces shitty code with zero innovation and creating technical debt.

[–] KindnessIsPunk@lemmy.ca 15 points 16 hours ago

It can be useful when an experienced programmer knows how to guide it, although you have to be very intentional or you'll end up wasting your time cleaning up after it.

That being said I think most people are upset that they're no longer declaring which parts of code are AI assisted

[–] psycotica0@lemmy.ca 40 points 17 hours ago (1 children)

I'm going to assume from the part where they say they were at their lowest that the option the saw infront of them wasn't "code with AI or not" but rather "burnout and don't code, or code with AI". And they chose to make progress using the crutch rather than stop. That's my guess.

[–] etherphon@piefed.world 19 points 17 hours ago (1 children)

Humm, I mean, that happens to every creator. Writers block, burnout, etc. I guess it all comes down to what you think is important and your values are. I usually just walk away and do something else for a while, even a few weeks or months.

[–] lime@feddit.nu 41 points 17 hours ago (2 children)

most writers don't get growing stacks of bug reports. open source burnout is extremely common, unfortunately.

[–] iamthetot@piefed.ca 6 points 16 hours ago (1 children)

Like, I agree with you about open source burnout, but it feels weird to make it a dick measuring contest with writers, as a writer myself.

[–] lime@feddit.nu 5 points 16 hours ago (2 children)

writers are arguably suffering more. not because llms can replace them at all to the degree they can junior programmers, but because the people making the decisions believe they can.

also, i wasn't the one who brought it up :P

[–] kkj@lemmy.dbzer0.com 5 points 15 hours ago (1 children)

LLMs also aren't good at replacing junior programmers, but the people in charge believe that they can do that too.

[–] lime@feddit.nu 2 points 14 hours ago (1 children)

well they are, in that they produce bad code that has to be vetted thoroughly and they don't know git.

[–] kkj@lemmy.dbzer0.com 2 points 11 hours ago (1 children)

It doesn't take that long to reach a junior dev basic Git, and they can often explain their bad code. Plus, junior devs turn into senior devs, and LLMs don't.

[–] lime@feddit.nu 1 points 11 hours ago

junior devs don't turn into senior devs if they're replaced with llms though :(

[–] iamthetot@piefed.ca 0 points 13 hours ago (1 children)

You didn't bring it up but you're the one who implied it was a contest of who suffers more. Your comment was worded very much in a way that made it sound like they had it worse than writers, when the original commenter was just stating that all creatives experience burnout (not a comparison)

[–] lime@feddit.nu 2 points 11 hours ago

it wasn't really about suffering more, the point was that it's more out in the open and more directly connecting with people. i'm sure andy weir had the same issues with the martian since it was written in public.

[–] etherphon@piefed.world 6 points 17 hours ago* (last edited 17 hours ago) (1 children)

Good point there, that sounds like it would be annoying and I'm sure I would want to fix the bugs as fast as possible too, but then you are using AI and introducing how many more new bugs, and ones that you will not easily be able to track down since you didn't write the code, so then you are locked in to using AI. Personally I would rather have buggy software, nothing is perfect. Open source developers don't owe anyone anything, so if people are being assholes about bugs that's pretty lame.

[–] lime@feddit.nu 7 points 17 hours ago

yeah that's what's bugging me about all this. "remember the human" is even more important now.

regarding introducing new bugs, both high-profile cases from this past week have been seasoned developers of tools with extensive test suites that claimed to have tested everything thoroughly. when someone with 30 years of experience say they've tested something, i tend to trust that judgement. but on the other hand we've also seen the cognitive decline heavy llm usage seems to lead to...