this post was submitted on 13 Nov 2025
735 points (98.3% liked)

memes

18026 readers
1095 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] foggy@lemmy.world 25 points 3 days ago (7 children)

I tell people who work under me to scrutinize it like it's a Google search result chosen for them using the old I'm Feeling Lucky button.

Just yesterday I was having trouble enrolling a new agent in my elk stack. It wanted me to obliterate a config and replace it with something else. Literally would have broken everything.

It's like copying and pasting stack overflow into prod.

AI is useful. It is not trustworthy.

[–] wizblizz@lemmy.world 12 points 3 days ago (2 children)

Sounds more actively harmful than useful to me.

[–] criss_cross@lemmy.world 5 points 3 days ago (1 children)

When it works it can save time automating annoying tasks.

The problem is “when it works”. It’s like having to do code reviews mid work every time the dumb machine does something.

[–] finitebanjo@lemmy.world 2 points 3 days ago* (last edited 3 days ago) (1 children)

So it causes more harm or loss than benefit. So it's not useful.

"When it works" it creates the need for oversight because "when it doesn't work" it creates massive liabilities.

[–] criss_cross@lemmy.world 3 points 3 days ago

I’m not disagreeing lol.

I bring it up to explain why losers are obsessed with it.

[–] foggy@lemmy.world 1 points 3 days ago

If you would say the same for stack overflow and Google, then sure.

Otherwise, absolutely not.

[–] Empricorn@feddit.nl 7 points 3 days ago

I know nothing about stacking elk, though I'm sure it's easier if you sedate them first. But yeah, common sense and a healthy dose of skepticism seems like the way to go!

[–] The_Picard_Maneuver@piefed.world 3 points 3 days ago (2 children)

Yeah, you just have to practice a little skepticism.

I don't know what its actual error rate is, but if we say hypothetically that it gives bad info 5% the time: you wouldn't want a calculator or an encyclopedia that was wrong that often, but you would really value an advisor that pointed you toward the right info 95% of the time.

[–] deranger@sh.itjust.works 7 points 3 days ago* (last edited 3 days ago)

5% error rate is being very generous, and unlike a human, it won’t ever say “I’m not sure if that’s correct.”

Considering the insane amount of resources AI takes, and the fact it’s probably ruining the research and writing skills of an entire generation, I’m not so sure it’s a good thing, not to mention the implications it also has for mass surveillance and deepfakes.

[–] finitebanjo@lemmy.world 2 points 3 days ago

I think DeepMind proved in 2022 that it would never reach 95% accuracy to human input even with infinite power and training data, as a response to the OpenAI research paper with similar findings that accurately predicted the performance of each new model after the paper was published.

https://arxiv.org/pdf/2001.08361

https://arxiv.org/pdf/2203.15556

[–] Thedogdrinkscoffee@lemmy.ca 2 points 3 days ago

Is it useful yet? I'm impressed how far its come, but have yet to find a use for it.

[–] finitebanjo@lemmy.world 2 points 3 days ago

If it costs more than the benefit then it isn't even useful.

[–] ccunning@lemmy.world 1 points 3 days ago

I think of it like talking to some random know-it-all that saddles up next to you at the bar. Yeah, they may have interesting stories but are you really going to take legal advice from them?

[–] Carrot@lemmy.today 1 points 3 days ago

Just the other day I was researching potential solutions to a programming issue I had at work. Basically, I asked AI "Is there an API call available to tweak this config" It responded "Yes, you can do that with the tweak-that-config command"

I went to check the documentation for the "tweak-that-config" command. It just plain didn't exist, and never had. Turns out there was no API call to tweak the config I wanted, and attempting to use AI as a search engine is, in fact, a waste of time.