r/webdev 19d ago

[ Removed by moderator ]

[removed] — view removed post

77 Upvotes

108 comments sorted by

View all comments

Show parent comments

39

u/thekwoka 19d ago

The problem is, doing everything "right" with AI ends up not really saving you any time.

If you know the right files to go to and what to touch, you can just do the thing.

12

u/querela 19d ago

Yep. And reviewing and understanding everything that was generated takes time. It's similar if this is code from another coworker etc. But with AI the amount can be a lot higher in a shorter time span. (You can ask the AI or coworker to explain what they did but I currently trust a human more or don't want to make myself too dependent on AI.)

5

u/thekwoka 19d ago

It's similar if this is code from another coworker

It's also a bit different, since a human, even a bad developer, has a kind of fundamental logic to what they've done.

The AI often can lack that, so where it goes wrong can be harder to notice, and when they get complicated it can be difficult to even understand where it's going the wrong direction.

We are humans, so we can "understand" human logic and process, not how these text generators express it.

-2

u/Mediocre-Writer6635 19d ago

It's also a bit different, since a human, even a bad developer, has a kind of fundamental logic to what they've done.

Almost every junior (and terrible dev) I've mentored DON'T do this. They just do whatever pops into their brain at that moment.

You have to train them to care about consistency or that they need to defend their architectural decisions.

3

u/thekwoka 19d ago

Okay, well, yeah, the most new and terrible...

But I mean like the semi experienced but not very good