this post was submitted on 15 Sep 2024
882 points (98.0% liked)

Technology

58135 readers
4821 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Ilandar@aussie.zone 24 points 3 days ago (3 children)

The point of the article isn't that AI is outright useless as a coding tool but that it lulls programmers into a false sense of security regarding the quality and security of their code. They aren't reviewing their work as frequently because of this new reliance on AI as a time saver, and as such are more likely to miss any mistakes that they or the AJ made.

[–] spankmonkey@lemmy.world 17 points 3 days ago (1 children)

The point of the article isn’t that AI is outright useless as a coding tool but that it lulls programmers into a false sense of security regarding the quality and security of their code.

Lulling them into a false sense of security is half of what makes it useless. The fact that it makes shitty code is the other half.

[–] cheddar@programming.dev 4 points 3 days ago (1 children)

But the job of a software developer is not to write good code, it is to deliver features. People have been writing bad code without any AI for decades. Businesses often prioritize speed over quality, rewarding teams that deliver features quicker.

[–] synae@lemmy.sdf.org 4 points 3 days ago

A computer lets you make more mistakes faster than any other invention with the possible exceptions of handguns and Tequila.

Now Even Faster™ with no exceptions thanks to "AI"

[–] 9point6@lemmy.world 11 points 3 days ago

Now now, AJ may not know everything, but he'll learn

[–] queermunist@lemmy.ml 3 points 3 days ago (2 children)

It basically just turns coders into debuggers.

[–] suzune@ani.social 5 points 3 days ago (1 children)

Devs care to debug code only if they believe in its quality. Otherwise they write the code again from scratch. This is also cheaper than debugging.

[–] melroy@kbin.melroy.org 2 points 2 days ago

I dare to say it: 70% of the devs are not quality focused to start with. They are already happy if something, somewhat, sort of, works. And then not even ship a unit test with it.

[–] driving_crooner@lemmy.eco.br 5 points 3 days ago

Everyone is QA now.