this post was submitted on 27 Aug 2026
596 points (99.3% liked)

Technology

87598 readers
4012 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
[–] Brkdncr@lemmy.world 5 points 18 hours ago (3 children)

Is ai code any worse than stackoverflow?

[–] db2@lemmy.world 27 points 17 hours ago (2 children)
[–] mushroommunk@lemmy.today 33 points 17 hours ago* (last edited 17 hours ago) (1 children)

Except with stack overflow you can use your experience and pick the best code and onboard the comments discussing various aspects of the different answers. The LLMs don't do that.

They can just spit out whatever the fuck they want and there's no guidance or votes or comments. Just an averaging of everything.

[–] radioactivefunguy@piefed.ca 2 points 14 hours ago

I agree, human vetting from experience is essential. But with agenetic, tool calling LLMs, you can (and should IMO) require multiple solutions be explored and presented with the tradeoffs for each option clearly outlined, and wait for you guidance to proceed with the advisee approach.

LLM can definitely be used to churn out garbage code based on the averaging of everything, but can also be a super useful tool, if used effectively, to quickly see the most common ways a problem is solved, and then design and iterate a solution that works for your project.

Similar to how I used to use SO, but with reasoned reviews of all the posted solutions and the ability to prototype what might work best for what I need.