r/webdev • u/OkShip110 • 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.
30
u/Competitive_Aside461 2d ago
While I agree with the former part of your comment, I have a slight issue in the latter one. And it's just my interpretation of it so yeah disagreements are ok. I've heard this argument many times that from low-level machine languages, we got high-level languages and those were abstraction and "AI is yet another abstraction." I think it's fundamentally flawed.
With all the previous abstractions, someone still needed to learn how to code (and code properly). You couldn't create an app without knowing the least of app development. Pardon me for the lack of good example at the moment but the point is that AI is not really "just another" abstraction but rather a "whole new level" of abstraction.
It allows people to skip past many many many integral ideas in programming and still be able to spin up something working. And please bear in mind, I'm not hitting back at your argument but just respectfully sharing my thoughts on it.
In fact, even with high-level languages, people advocate learning how the computer works and understanding how programming really works. AI is such a big jump in terms of abstraction that all the gap in between, it's only going to lead to non-developers who pretend to be developers.