Hacker News new | ask | show | jobs
by kmaitreys 132 days ago
The more I read about things like this more I realize that software engineering today's just bloat and grunt work that people want to escape.

It's so ironic because computers/computer programs were literally invented to avoid doing grunt work.

2 comments

I agree. But I do have some concerns. Sometimes the LLM writes code and its a lot of work to go through it. I get lazy and trust LLM too much. I've been doing this for a while so I know how it should write, I go back and try to fix or refactor. But a new dev might direct LLM to write code they might not understand. Like a blackbox. LLM makes a lot of decisions without you realising, decisions which you used to make yourself. Writing code is making thousand decisions.
To be fair a lot of bloat and gruntness are safety nets we built for our own benefit. Static typing, linting, test harnesses, visual regressions, CI etc. If AI to do the legwork there while I focus on business logic and UX, it's a win-win.