this post was submitted on 04 Sep 2025
219 points (96.6% liked)

Programming

22550 readers
92 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] BrianTheeBiscuiteer@lemmy.world 15 points 3 days ago (1 children)

AI has been good at auto-completing things for me, but it almost always suggests things I already knew without even web searching. If I try to get advice about things I know nothing about (code wise) it's a really bad teacher, skips steps, and makes suggestions that don't work at all.

I'm guessing there's been no software explosion because AI is really only good for the "last 20%" of effort and can't really breach 51% where it's doing the majority of the driving.

Apropos to use the term "driving" I feel. Autonomous vehicles have largely been successful because the goal is clear (i.e. "take me to the grocery store") and there's a finite number of paths to reach the goal (no off-roading allowed). In programming, even if the goal is crystal clear, there really are an infinite number of solutions. If the driver (i.e. developer) doesn't have a clear path and vision for the solution then AI will only add noise and throw you off track.

[โ€“] Randelung@lemmy.world 3 points 3 days ago

Also it's just wrong a lot when I ask things I don't know.

"Use private_key parameter instead of pkey."
Alright, cool, good tip.
"Unknown parameter private_key."
*jim face*