this post was submitted on 01 Apr 2026
517 points (98.7% liked)

Fuck AI

7082 readers
1499 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
top 50 comments
sorted by: hot top controversial new old
[–] wesker@lemmy.sdf.org 63 points 1 month ago* (last edited 1 month ago) (11 children)

AI slob lobs AI slop ontop of open-source crop.

EDIT: These 3 Joes coincidentally all downvoted me lmao

  • @veiwtifuljoe@lemmy.world
  • @josephfrusetta@lemmy.world
  • @sporadicallyjoe@lemmy.world
[–] Peruvian_Skies@sh.itjust.works 18 points 1 month ago (4 children)

Sloppers slop slop all over FOSS ops.

load more comments (4 replies)
load more comments (10 replies)
[–] hperrin@lemmy.ca 54 points 1 month ago (1 children)

If that’s not illegal, it certainly should be.

[–] skisnow@lemmy.ca 18 points 1 month ago (8 children)

For sure they know they shouldn't be doing it, otherwise they wouldn't be trying to hide it.

load more comments (8 replies)
[–] skisnow@lemmy.ca 48 points 1 month ago* (last edited 1 month ago) (1 children)

It's a great way to get free training for their next model, courtesy of unwitting OSS reviewers.

Spam all the open source projects with slop, mark which ones get rejected and which ones get accepted, and bam there's some new training data for Claude Villanelle, and the only time they've wasted is other people's.

[–] rumba@lemmy.zip 10 points 1 month ago

I've been pondering why all the FOSS PR slop for ages, this HAS to be it.

[–] tristan@tarte.nuage-libre.fr 32 points 1 month ago (2 children)

PSA: Prompting an LLM at length about what not to do is the best way to prime it to do that very thing. You’re loading a lot of tokens in memory and expecting a single “not” to do all the heavy lifting.

This is adjacent to ironic process theory.

[–] te_abstract_art@lemmy.world 7 points 1 month ago (4 children)

Is this necessarily true? I remember seeing an article a while back suggesting that prompting "do not hallucinate" is enough to meaningfully reduce the risk of hallucinations in the output.

From my fairly superficial understanding of how LLMs work, "don't do X" will plot a completely different vector for the "X" semantic dimension than prompting "do X". This is different to telling a human, for example, to not think about elephants (congratulations, you're now thinking about elephants. Aren't they cute. Look at that little trunk and smiley mouth)

[–] tristan@tarte.nuage-libre.fr 4 points 1 month ago

Thank you for your reply. I realised I don’t have enough deep knowledge about LLMs apart from empirical experience from working with it to confidently answer your question. It would be interesting to find (or create if it doesn’t exist) more research on the subject.

load more comments (3 replies)
[–] kogasa@programming.dev 5 points 1 month ago

It's possible that whatever prompt enhancement and processing happens around the LLM part of the application addresses this somewhat.

[–] eestileib@lemmy.blahaj.zone 18 points 1 month ago (5 children)

One of my loved ones is defending this and I am having a moral crisis over my relationship with her because of that.

[–] SaharaMaleikuhm@feddit.org 3 points 1 month ago (5 children)

Have AI write any message to her, see if she likes it.

load more comments (5 replies)
load more comments (4 replies)
[–] redsand@infosec.pub 17 points 1 month ago (1 children)

They're fluffing their résumé before the bubble pops. Don't hire these clowns, interview them and ask about their code.

load more comments (1 replies)
[–] TheDoctorDonna@piefed.ca 16 points 1 month ago (2 children)

The company I work for keeps trying to push Claude on us, even is company "social" situations. I never bothered to sign up for an account back when we were prompted so I guess I miss out...oh no?

No, wait - the opposite of oh no.

[–] hexagonwin@lemmy.today 3 points 1 month ago
load more comments (1 replies)
[–] prenatal_confusion@feddit.org 13 points 1 month ago (5 children)

Isn't it crazy that 5 years ago we struggled to have a software understand normal sentences? Now this block of text is parsed and the instructions followed. Impressive!

Not trying to flame, honestly Impressed by some aspects of AI. And I know I am using the the term understood loosely.

[–] Anivia@feddit.org 8 points 1 month ago (6 children)

Isn't it crazy that 5 years ago we struggled to have a software understand normal sentences?

I mean, that's not really true at all? Ai dungeon released 7 years ago, based on GPT-2, and already worked impressively well

https://en.wikipedia.org/wiki/AI_Dungeon

load more comments (6 replies)
[–] excursion22@piefed.ca 8 points 1 month ago (1 children)

Are the instructions followed, though?

load more comments (1 replies)
[–] real_squids@sopuli.xyz 6 points 1 month ago (1 children)

I kinda miss gpt-2 days, it's output was so interesting/funny compared to what llms produce now. Even with image generation I feel like it's been downhill for years

[–] JackbyDev@programming.dev 5 points 1 month ago

🗝️ Keys to success, here's why

  • Everything looks like this now
  • Not just emojis in headers—it's em dashes too
  • Delve

(Honestly it's mostly the emojis in headers that disgust me.)

load more comments (2 replies)
[–] GalacticGrapefruit@lemmy.world 12 points 1 month ago

Oh, that is slimy as fuck. 😡

[–] yuriRO@lemmy.dbzer0.com 11 points 1 month ago (5 children)

Why are anthropic employees contributing on open source projects? Aren't they super busy with being at the company? How the repo owner knows they are anthropic employees? Maybe im over thinking this, please explain >;0

[–] BradleyUffner@lemmy.world 22 points 1 month ago

It's all tests to see if the AI can go undetected. They are using it as a measure of "quality".

[–] JackbyDev@programming.dev 5 points 1 month ago

Many corporations contribute back to open source projects they use. That in itself is not anything new or even shady. Microsoft really put a lot of work into git (not to be confused with buying GitHub). But being opaque about how you're making the code is, at the very least, disingenuous.

load more comments (2 replies)
[–] StarryPhoenix97@lemmy.world 10 points 1 month ago (1 children)

I don't have a problem with AI assisting with open source projects. On its face, it could be helpful to clean up some basic coding problems so a person with skill can come in and update later or remove it if it's truly awful code. But then I remember that there's always an angle. On top of all the other issues with AI coding, what happens if Anthropic tries to pull some legal shenanigans and say that they wrote most of the code, so they own the project? What if they are writing in backdoors and vulnerabilities?

Like I said, on its face it sounds okay, but any time a corporation tries to touch a public project, things go wonky.

[–] faintwhenfree@lemmus.org 3 points 1 month ago

Bigger problem is AI writes so much code and adds so many features that are jank, if the commits are accepted the whole project risks being like a jank. I doubt anthropic can claim open source project is their work.

[–] JackbyDev@programming.dev 9 points 1 month ago

Lmao, the bad example "1-shotted by Claude"

[–] slaacaa@lemmy.world 9 points 1 month ago

Just what the internet needed, more AI slop

Ai pushers are dishonest and malicious.

In other news, water is liquid. More at 11.

[–] DylanMc6@lemmy.dbzer0.com 5 points 1 month ago

The open-source developers should fight back with anti-AI spam

[–] aliser@lemmy.world 3 points 1 month ago

put some prompt hijacking stuff into your contributing guide so that the slop generators identify themselves, then just ban them. or even better, make some kind of publicly available list of those accounts or EVEN better, a browser extension. fuck ai

load more comments
view more: next ›