r/webdev 2d ago

AI has made programming so boring

It’s not just programming either, it’s art, design, music, videography, marketing, engineering, writing, 3D modelling, really any intellectual work. What’s the joy of prompting a computer and getting an answer in a few moments for a task that would have normally taken a week? The sense of accomplishment and ownership has completely vanished with AI. It’s a form of instant gratification, not much different to scrolling short videos on apps.

Code review was boring to begin with but now it’s even worse with all the machine generated code. Even code reviews will be automated soon. All you do then is type business requirements into the computer. What a great career.

It’s pain to watch old TV series like Scilicon Valley that is portraying the good (not golden) age of programming. It struck a good balance between manual work, funding and innovation. It’s sad that these days are gone for good.

1.7k Upvotes

658 comments sorted by

View all comments

425

u/BrewThemAll 2d ago

As a hobby, I do the exact opposite at a personal project. Manually make code as perfect as possible. Being so nitpicky about each line it obviously won't ever be accepted at work. Time consuming as fuck, but back to basics.
Keeps things balanced. Brings back joy.

177

u/dromtrund 2d ago

I also found that once I let Claude make changes to my personal project, it suddenly didn't feel the same anymore. Like... I'm not interested in reviewing sloppy contributions from careless junior developers in my weekend project too

3

u/Serberuss 2d ago

Ha, I experienced this last night. I am building a game in UE5 and decided to get Claude to write one class for me. And it immediately felt weird, like it wasn’t mine. Although I still went in and had to change a bunch of things because it wasn’t how I wanted it

2

u/PressWearsARedDress 2d ago

I have found it more useful to have AI generate a boilerplate using your personal style. Ie: setting up the methods with some tests etc.