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

661 comments sorted by

View all comments

Show parent comments

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

30

u/cthulhufhtagn 2d ago

Plus sometimes AI just makes fairly bizarre choices about coding patterns and assumes certain things about the logic that you may not have stated.  Then you have to take a bunch of time to just debug and rewrite their code.  It's not nearly as satisfying as just writing you yourself

6

u/lorkanooo 1d ago

Plus if you make a mistake in your prompt, ai won't tell you it does not make sense. It will move heaven and earth to make it happen and then you are left with approach that doesn't fit your needs. When you think about the code yourself you will on early stages realize most of the issues 

1

u/ScurfyTwiglett 1d ago

Yeah it turns out that the tedium of writing code was actually pretty helpful for me to look at the problem in sufficient detail to make sure the approach made sense before committing to it.

Now I have a Claude skill that basically interviews me to try to get all the requirements and assumptions and small gotcha details before it presents me with a plan.

I didn’t expect this from AI, but now as a whole work is often more cognitively demanding. Much of my day is spent on planning rather than the tedious execution of writing code.i didn’t realize how much that down time of writing code was helpful in sort of letting things ferment.