36
The coming coordination calamity (surfingcomplexity.blog)
you are viewing a single comment's thread
view the rest of the comments
[-] ell1e@leminal.space 3 points 21 hours ago* (last edited 21 hours ago)

They excel at specific tasks that are built for them

They are however widely known to be terrible at code, at least compared to an advanced coder. They introduce not only more bugs even after human review, but new kinds of more insideous bugs.

I like to say the main problems with most projects were already the code quality and the bugs, and not that we somehow needed even more low quality lines of code.

(Disclaimer: not talking about passive AI bug analysis here, just using AI to write actual code.)

[-] TehPers@beehaw.org 1 points 20 hours ago

They are however widely known to be terrible at code

They are for large tasks. However, for simple pattern repetition tasks, they're generally fine, code or not. I've had success, for example, having them remove pointless, confusing try..except blocks surrounding imports at work. I usually find that I just rewrite anything myself if it's anything more complex than that because the code it produces makes no sense and taught me nothing.

I like to say the main problems with most projects were already the code quality and the bugs, and not that we somehow needed even more low quality lines of code.

Tell me about it lol.

[-] ell1e@leminal.space 2 points 10 hours ago

I’ve had success, for example, having them remove pointless, confusing try…except blocks surrounding imports at work.

And you may have introduced some dangerous hidden bug that way, which you may not have doing it manually.

(I'm not saying that makes it not worth it, this is just what the studies are saying. I personally think it's not worth it, but I realize there is some subjectivity here.)

[-] TehPers@beehaw.org 1 points 5 hours ago

And you may have introduced some dangerous hidden bug that way, which you may not have doing it manually.

You act like I can't read some import statements and see if they match the import statements on the other side of the diff lol.

There was no bug introduced. All the dependencies were required. If any of the imports did error, then that's a bug with that package that got surfaced instead.

this post was submitted on 25 May 2026
36 points (89.1% liked)

Programming

27052 readers
127 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