this post was submitted on 18 May 2026
695 points (95.7% liked)

memes

21282 readers
2694 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
 

Too spicy?

you are viewing a single comment's thread
view the rest of the comments
[–] Axolotl_cpp@feddit.it 1 points 18 hours ago* (last edited 18 hours ago) (1 children)

LLMs are not chat bots, they do natural language generation AKA: they can produce human readble text, they can also parse text; As of now, they take an input and follow patterns to guess what the output should be, it is really useful to be fair, they help in translation (see Deepl, a very good translator), they can take data and make it more readble to humans, summarize text*, parse text and data structures ex: i can give a JSON file to an LLM so i can get back a TOML file, document hard to read code etc etc

*but i'd argue that it's rarely useful, you will hardly have to summarize a text for yourself because you usually need to know any detail in it but i can see someone needing a summary once

[–] atomicbocks@sh.itjust.works 1 points 18 hours ago (1 children)

The fact that you think it’s bad at one thing in your list but adequate at the others is part of the problem. It’s bad at all of those things, because it’s a chatbot. Admittedly a very advanced chatbot, but still just a chatbot.

The most important take away here is what of your list was impossible before LLMs? Because the reality is that absolutely everything that you mentioned was possible before LLMs. All that LLMs have added is the chat interface part.

Granted, the technology that allowed LLM’s is likely to be very useful and already has been in places like protein folding, but that happened before LLMs.

[–] Axolotl_cpp@feddit.it 1 points 17 hours ago* (last edited 17 hours ago)
  1. i am not saying that all of them were impossible before
  2. a chatbot is an LLM, an LLM is not always a chatbot, does this look like a chatbot to you?