this post was submitted on 14 Aug 2025
99 points (97.1% liked)

Technology

74073 readers
2679 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 6 points 1 day 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.

[–] SkunkWorkz@lemmy.world 3 points 23 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 5 points 18 hours ago (1 children)
[–] Knock_Knock_Lemmy_In@lemmy.world 3 points 18 hours ago

And fancier intellisense

[–] Sl00k@programming.dev -1 points 14 hours ago

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

[–] Sl00k@programming.dev 0 points 14 hours ago (1 children)

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

[–] Jeremyward@lemmy.world 2 points 13 hours ago

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

[–] Sl00k@programming.dev -2 points 14 hours ago

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

[–] squaresinger@lemmy.world 0 points 23 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.