this post was submitted on 20 May 2025
406 points (97.9% liked)

Programming

20294 readers
337 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
[–] FizzyOrange@programming.dev 2 points 2 days ago (2 children)

AI can absolutely save you time, if you use it right. Don't expect it to magically be as good as a real programmer... but for instance I made an HTML visualisation of some stuff using Claude, and while it got it a bit wrong, fixing it took me maybe 20 minutes, while writing it from scratch would have taken me at least a couple of hours.

[–] pinball_wizard@lemmy.zip 2 points 1 day ago (1 children)

AI can absolutely save you time, if you use it right.

That's a very "you" statement.

For all we know, AI cannot in any way save this developer time.

Some developers know their area so well that there's no reason for them to waste time dictating non-code into a guessing machine.

[–] FizzyOrange@programming.dev 1 points 3 hours ago (1 children)

I think you'd have to be a very limited kind of developer - only working in some tiny niche - to make AI completely useless for you. Most programmers occasionally have to do tedious but simple throw-away tasks, or tasks in systems they aren't familiar with. AI absolutely can save you time in these cases.

[–] pinball_wizard@lemmy.zip 1 points 30 minutes ago

But many of us automated those tasks out of our workflows decades ago.

[–] hperrin@lemmy.ca 5 points 2 days ago

I guess for some simple stuff it can work fine, but the majority of the code I write is not at all simple, and it’s all highly dependent on the libraries I’ve written, which the AI is really bad at learning.

And then in terms of documentation, it is just hopelessly inept.