this post was submitted on 18 Jul 2025
286 points (90.6% liked)

memes

16314 readers
2625 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/AdsNo advertisements or spam. This is an instance rule and the only way to live.

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
[–] thebestaquaman@lemmy.world 14 points 2 days ago (3 children)

I would think that, since it's been recognised that these messages are costing a lot of energy (== money) to process, companies would at some point add a simple <if input == "thanks"> type filter to catch a solid portion of them. Why haven't they?

[–] otacon239@lemmy.world 12 points 2 days ago

Because the only progress we know how to make on computers is backwards it seems.

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

Generative AI is supposed to be destructive. It's a feature.

[–] Hoimo@ani.social 1 points 2 days ago (1 children)

It won't be as simple as that and the engineers who work on these systems can only think in terms of LLM and text classification, so they'd run your message through a classifier and end the conversation if it returns a "goodbye or thanks" score above 0.8, saving exactly 0 compute power.

[–] thebestaquaman@lemmy.world 1 points 2 days ago

I mean, even if we resort to using a neural network for checking "is the conversation finished?" That hyper-specialised NN would likely be orders of magnitude cheaper to run than your standard LLM, so you could likely save quite a bit of power/money by using it to filter for the actual LLM, no?