this post was submitted on 14 Aug 2025
738 points (98.8% liked)

Technology

74010 readers
3431 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Jeremyward@lemmy.world 11 points 12 hours ago (5 children)

Well I mean also that they kinda suck, I feel like I spend more time debugging AI code than I get working code.

[–] Sl00k@programming.dev 1 points 1 hour ago

Do you use Claude Code? It's the only time I've had 90%+ success rate.

[–] Sl00k@programming.dev 1 points 1 hour ago (1 children)

Do you use Claude Code? It's the only time I've had 90%+ success rate.

[–] Jeremyward@lemmy.world 1 points 30 minutes ago

I have, and it doesn't at least not on the dev-ops stuff I work on.

[–] Sl00k@programming.dev 1 points 1 hour ago

Do you use Claude Code? It's the only time I've had 90%+ success rate.

[–] SkunkWorkz@lemmy.world 11 points 10 hours ago (1 children)

I only use it if I’m stuck even if the AI code is wrong it often pushes me in the right direction to find the correct solution for my problem. Like pair programming but a bit shitty.

The best way to use these LLMs with coding is to never use the generated code directly and atomize your problem into smaller questions you ask to the LLM.

[–] fibojoly@sh.itjust.works 7 points 5 hours ago (1 children)

And fancier intellisense

[–] squaresinger@lemmy.world 5 points 10 hours ago

That's actually true. I read some research on that and your feeling is correct.

Can't be bothered to google it right now.