Ask HN: Are you too getting addicted to the dev workflow of coding with agents?
31 points
9 hours ago
| 12 comments
| HN
It's becoming an extremely dopaminergic work loop where I define roughly the scope of my task and meticulously explore and divide the problem space into smaller chunks, then iterating over them with the agent. Rinse and repeat.

Each execution prompt after a long planning session feels like opening a lootbox when I used to play Counter Strike.

It's really fun to code like that, it's like riding a bike after a lifetime of only knowing how to run. But I'm really wary that's addictive for me. Wonder if there are more people here that feel like this too.

loveparade
7 hours ago
[-]
I've heard similar things from many people know, but I don't feel like this at all. I don't find coding with Claude any more or less addictive than without. I do find coding with claude slightly more fun, but mostly because brainstorming with someone/something feels less lonely than writing code alone. I wonder where the discrepancy comes from.

Seeing the final result of a feature doesn't really give me any dopamine. Maybe because I'm mostly working on projects I know how to do. When I give it a prompt I already know what the result should look like, so I'm not really surprised by anything it produces.

reply
ccosky
6 hours ago
[-]
I work at a fully remote company, and coding with Claude hits the "pair programming" itch I have. Obviously it's not the same thing (and I do chitchat with coworkers on teams to get real human interaction during the day), but one of my favorite parts of my job is having technical conversations with others, debating the pros and cons of a certain approach. Pre-AI, they were occasional conversations I had with younger devs, but now I have them every day.

I found Claude extremely addicting at first (the dopamine hits were real for me!) but over time I guess I've gotten desensitized.

reply
functionmouse
9 hours ago
[-]
> Each execution prompt after a long planning session feels like opening a lootbox when I used to play Counter Strike.

The "uncertain reward" nature of LLM usage makes it a skinner box, yes.

reply
jstrebel
1 hour ago
[-]
I also love it. Finally, I am no longer constrained by syntax errors or forgotten API details. I can focus on the feature. It's like taking programming to a higher level - programming in English (instead of Java).
reply
austinjp
1 hour ago
[-]
I feel this sneaking up on me. I've only recently allowed Claude to actually edit some files directly, rather than just show me suggested edits. It could certainly be addictive to just hit enter while code magically appears, thinking "oh yeah, I totally would have done it like that".
reply
h4ch1
5 hours ago
[-]
I got somewhat addicted to the planning phase to the point I started getting task paralysis because I was hell bent on creating the perfect plan.

Everything can be optimized, performance can be improved, you can always think of more edge cases and user stories to cover everything, but after a point that just becomes procrastination in the form of chasing perfection. It's also hell if you've got even the slightest bit of ADHD, rapidly leading to task paralysis with the sheer scale of the plan.

Now I sit with a notebook sketch out everything I am thinking about and then condense it to a planning prompt and then once the plan aligns with my representation of the task, I start implementing.

reply
austinjp
1 hour ago
[-]
> rapidly leading to task paralysis with the sheer scale of the plan.

Yikes. I feel seen.

reply
yfw
6 hours ago
[-]
I give less shits seeing how sloppy the quality bar is now
reply
vrighter
2 hours ago
[-]
whenever i give them a chance, i usually give them a codebase I've been working on for a while (so most bugs have been fixed), after I found a new bug, and ask them to "find all bugs".

They always end up praising me for the high quality code and howdthey found exactly ZERO manifest bugs in the code, and this must be the work of a skilled senior developer owing to the code's polish.

Then I point out the bug I had just discovered.... "you're exactly right!"

reply
ensocode
1 hour ago
[-]
No worries. You are in the right place. This is how others feel as well and how software engineering will feel for new generations so yeah the bicycle comparison fits well.
reply
orphea
1 hour ago
[-]

  This is how others feel as well and how software engineering will feel for new generations
How can you make such universal statements? This is not true at all. There are plenty of people who find vibe coding mentally exhausting (not everyone wants to be a manager) and who think LLMs suck that joy that was left in programming.
reply
linesofcode
4 hours ago
[-]
I’ve always been addicted to coding and building, this just makes it easier to get my fix…
reply
avaer
7 hours ago
[-]
Unironically, the descendant of Claude Code is the metaverse/holodeck/next minecraft.

It will look nothing like those things, but it will be obvious in retrospect.

For better and worse.

reply
sdevonoes
2 hours ago
[-]
Not really. I use claude at work and I wouldn’t use at home because a) the same plan would cost $200/month… and I don’t enjoy paying that amount of money for a toy, b) it’s not open source, so I cannot trust antrohpic to give them access to my stuff
reply
anon7000
5 hours ago
[-]
The problem is Claude often kinda grinds to a halt. So I find myself getting context switching a LOT as I’m waiting for it to do something. I’m alright at context switching, but it’s really fucking tiring doing it so constantly.
reply