top | item 46935368

(no title)

mooktakim | 21 days ago

Initially I felt like this but now I've changed. Now I realise a lot of grunt work doesn't need to be done by me, i can direct llm to make changes. I can also experiment more as I'm able to build complex features, try it out and delete it without feeling too bad.

discuss

order

kmaitreys|21 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.

mooktakim|21 days ago

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.

dalmo3|21 days ago

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.