logoalt Hacker News

jmuguytoday at 2:38 PM3 repliesview on HN

I don't see a lot of talk about how AI development breaks the old feedback loop of write code, watch it run, change it, repeat. I really hate sitting around waiting for the agent to get done planning, reading the plan, then waiting for the agent to get done coding. It's those 5-10 minute windows when its working that really sap my patience and suck all the fun out of our jobs. Writing code by hand is just more fun.


Replies

thewebguydtoday at 2:53 PM

> Writing code by hand is just more fun.

This is something that I don't see discussed a lot in these conversations, but its true for a ton of folks.

I didn't end up with a career in tech because I wanted to tell a bot to do the fun part of my job for me, leaving me only with the boring tedious parts. I didn't sign up to be a full time code reviewer, and I certainly never wanted to be a manager, yet alone a manager of bots.

It also can't help but spark feelings of "Why am I getting paid 6 figures for this??" and that makes me nervous for the future.

I imagine the engineers and assemblers in factories pre-assembly line felt the same when things started getting automated there. There's an element of craftsmanship that gets taken away as the product moves from being artisanal, hand crafted to mass produced.

I wonder if its too late for me to pivot to hardware

show 1 reply
hombre_fataltoday at 2:46 PM

I don't mind the workflow since I'll spawn new agent sessions in new terminal tabs until my attention is saturated by round-robin'ing through them.

It's actually kinda pleasant, especially when I consider all the tickets I'm not excited about doing. It's prob worth focusing on that aspect of it.

lionkortoday at 3:11 PM

You can still write code by hand. Just do that, you will run into tasks that are too boring, those you can do with an LLM.

show 1 reply