this post was submitted on 13 Jul 2026
89 points (95.9% liked)

Programming

28194 readers
248 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] draco_aeneus@mander.xyz 1 points 1 month ago (1 children)

From my experience, AI-assisted development is not good at complex systems. If a feature or fix requires a lot of changes in different places, or if the business logic is complex and difficult to understand, then the AI usually, in my experience at least, doesn't do a good job with it. And because the system is large/complex, you have to have a correct understanding yourself of how the system works if you want to know if the AI changes will actually work as expected, and what edge cases it addresses and omits.

[โ€“] exussum@lemmy.world 1 points 1 month ago

Absolutely. The great thing is you can ask ton of questions quickly to build your own knowledge quickly. It makes you faster not by doing the understanding for you. It can write tests to prove things pretty quickly. It can help find connections. Not fool proof ever, but it speeds up searches in your code base.