this post was submitted on 18 Jun 2026
399 points (99.3% liked)

Technology

85539 readers
3491 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
you are viewing a single comment's thread
view the rest of the comments
[–] IratePirate@feddit.org 4 points 13 hours ago

You've accurately described why having LLMs cobble together code is a terrible idea. With all the vibe-coded nonsense finding its way into production code because the amount of code generated in a short amount of time inevitably overwhelms human oversight, I wouldn't want to work in cybersec these days.

That said, I do see applications for LLMs in areas where mistakes will not get people hurt or systems breached: they can

  • provide a first layer of customer and tech support to solve the really stupid stuff that needs no human attention ("Have you made sure that the device is plugged in? Have you tried turning it off and on again?"). This can be particularly useful when paired with a source of truth it can draw from.
  • do tedious tasks involving large amounts of text processing, e.g. automated translation, cross-referencing of legal texts.
  • provide pre-college learners with a tutor that is available 24/7, can explain simple academic subject matters and answer questions that naturally arise as part of every learning process. Again, pair with a source of truth for more reliable results.