this post was submitted on 19 Sep 2026
194 points (80.9% liked)

Technology

88146 readers
2384 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

I'm not an AI techie and I'm not well educated on LLMs/AI in general. The issue I'm having is the dichotomy between how people talk about it. I've heard completely opposite ends of the spectrum. From AI is quickly becoming advanced enough to threaten human society, all the way to its a glorified dictionary/search engine that can't really do much of anything. I know Lemmy has a steep anti-AI slant. But, can someone talk about this in a way I can wrap my head around why the divide seems so big?

you are viewing a single comment's thread
view the rest of the comments
[–] Zron@lemmy.world 5 points 4 hours ago

If you have a functioning brain, LLM’s are just a really fancy text generator that gets facts correct about 50% of the time and can be useful for writing emails if you spend the time to proofread the email before slapping the send button. It’s also fairly good at generating functional boilerplate for programming projects. Really handy for small projects. However, LLM code, in my rather limited experience, quickly becomes a trap on more complex projects because the LLM has no capacity to grasp the scope of a project and frequently leads to spaghetti code that is utterly unmanageable. This may be operator error on my part, or just because I’m using local models that are limited by my machine.

The rest of society view a computer as a magic box where their favorite TikTok’s live, and thus are terrified that a machine can imitate human language well, and are too brain rotted to bother proofreading or fact checking a goddamn thing, so they assume LLM’s can accurately and plainly articulate the whole of human knowledge to you at a whim.

I am at a point where if I hear anyone saying how smart “AI” is, I just assume they have a room temperature IQ and lack any critical thinking skills whatsoever. It’s not an AI, it lacks any intelligence whatsoever. An LLM simply generates sentences based on what was fed to it. It has no capacity to understand the words it’s saying. It just knows that based on these tokens, the next set of tokens should be X, Y, and Z. It’s a Chinese room, It’s fucking autocorrect on crack. It’s a waste of time and resources for 90% of things it’s used for.