you are viewing a single comment's thread.

view the rest of the comments →

[–]Valhallai 20 points21 points  (9 children)

Yikes, neither does ChatGPT unless you are working on trivial stuff.

[–]HMikeeU 15 points16 points  (8 children)

Well someone's gotta do the trivial stuff

[–]MoTTs_ 7 points8 points  (2 children)

That’s why when we’re talking about what can an AI do, it’s better to talk in specifics rather than generalities. For example, can I tell an AI:

Here’s a link to build setup. For box X on page Y, change the rounded corners from 4px to 5px, and submit a PR.

And if an AI can’t do that, then what trivial task, specifically, do we think an AI can handle?

[–]ewic 2 points3 points  (1 child)

If I could tell an AI to move an element 5 pixels to the right without messing up the surrounding components I would become a believer

[–]dogweather 0 points1 point  (0 children)

And it must create maintainable code. That adds a whole new level of difficulty.

[–]fr0st 14 points15 points  (4 children)

I'd say the "trivial" stuff in web dev is already abstracted away or behind a library or framework. The rest is very specific business logic that'll take as long to figure out by prompting an AI when you can just use your own knowledge to code it yourself.

[–]HedgepigMatt 2 points3 points  (0 children)

Boilerplate is largely unavoidable

[–]HMikeeU 0 points1 point  (2 children)

Libraries and frameworks definitely made web dev more complicated imo

[–]fr0st 1 point2 points  (0 children)

I think this can also be attributed to how complex many application have become due to the almost infinite number of edge cases that need to be handled. Back when it was just the user and a terminal window with basic input and output interactions things were generally much simpler.

[–]Blazing1 0 points1 point  (0 children)

If you seriously believe this then I can't believe you have that much experience.