Live data from Hacker News

Ask HN: How to break Claude Code addiction?

news.ycombinator.com

1–10 of 36 posts

Ask HN: How to break Claude Code addiction?

#1
TL;DR: How can I break my workaholic Claude Code addiction?

Hello HN users, I really appreciate you reading this. I can't think of a better audience for this question. If this issue has affected you in any way, I would be really thankful to you if you could leave a comment on this post.

MY GOAL: to be able to consistently do an acceptable day's work as a professional software engineer, keeping a reasonably good understanding of the parts of the code that I changed that day, ending the day roughly on time, feeling like I did enough, feeling like I can forget about work until the next workday.

MY PROBLEM: I find that as the workday goes on and time runs out, my style of programming gets further from LLM-assisted coding (me designing and writing code, talking to Claude Code only when I get stuck) and closer to pure vibe-coding (where I don't even review the code it writes until a big chunk has built up at which point I'm likely to abandon it, unless it's really useful in which case I'll painstakingly review it and try to understand it and usually have to make a lot of changes to get it how I want it - sometimes I'll still have to abandon it if it's too confusing or large). This leads to me spending hours and hours on vibe-coding sessions on workday evenings, after the workday is over. In the pre-Claude-Code era, working that late (with no external pressure) was much rarer for me. This leaves me feeling drained, frustrated, and with less time to look after myself and live my life.

My work-life balance before was actually pretty good, so the shift in the last year or so has alarmed me.

I think the fundamental problem is that vibe coding doesn't feel as "hard" as work, so I can just keep doing, but essentially I'm just sitting at the computer working and not participating in my personal life long after the workday is officially over. Another factor is that I have too much autonomy at the moment and work remotely, which was OK before but now the communication between myself and colleagues has been really redirected into communication with Claude Code.

I've tried the following with a bit of success but they're hard to stick to and all have their own pros and cons: - Abstain from using Claude Code at all - Always typing out the edits it suggests myself instead of letting it make them (or even copy-and-pasting) - an old trick I learned from Dr Frank King. This means I keep the effort of doing a certain kind of character-by-character code review (maybe not "understanding" it fully but still getting closer than if I just squint at it and approve/deny, or worse, go into "accept edits" or "auto" mode). And I feel more comfortable with the code later. But I just stop doing this at the end of the day when I'm trying to squeeze in "one more bit" of functionality - Only using claude in "low" effort mode, manual mode - reviewing (and quarreling with...) every little diff - kind of works but feels draining in its own way - Setting a hard deadline to end the workday, regardless of how much Claude Code I'm using. - Reminding myself that my job isn't to complete the whole project as fast as possible - it's to do as much as I can (comfortably) in a workday - Telling Claude to tell me to stop after the workday is over (it forgets this in long sessions though) - Splitting my work into smaller chunks so that I have to interrupt it to make PRs and wait for feedback, or discuss design with colleagues etc

I guess my internal emotional state, my workplace, and the stories I tell myself about my productivity, my goals, and the use of LLM tools, are all responsible for this behaviour - among other things. So counselling and general advice about workaholism / remote working / WFH would probably help - that's welcome too if you have any thoughts.

Many thanks for reading and I look forward to hearing from you.

Re: Ask HN: How to break Claude Code addiction?

#2
Is this work related or addiction related? You are repeatedly pulling a slot machine in hopes for a jackpot of working usable code, something which does not come up just often enough to require another pull of the conversation turn.

Claude does not have a sense of time. What is stopping you from not talking to it until the next day?

Re: Ask HN: How to break Claude Code addiction?

#3
Vibe coding is addictive for the same reasons slot machines are.

Sometimes the output is great, sometimes not, but it always feels like a change to the prompt will get you closer to the prize. Just like pulling the handle on a slot machine gets you one more chance at a jackpot.

Re: Ask HN: How to break Claude Code addiction?

#4

Vibe coding is addictive for the same reasons slot machines are. Sometimes the output is great, sometimes not, but it always feels like a change to the prompt will get you closer to the prize. Just like pulling the handle on a slot machine gets you one more chance at a jackpot.

Today I opened Twitter. I had 1.5K followers back in the day. I think it had similar dynamics: an immensely powerful tool, but users had no discipline and those running it had really bad incentives.

Re: Ask HN: How to break Claude Code addiction?

#5
I know this feeling. Before AI you had to evaluate an idea, plan its inplementation, judge if it is worth it or even doable. Now, you just prompt and see if you keep the output and think of the next thing to do. This can feel addictive. When i get lost in this i try to step away and think about what the bigger goal is and whether i am just distracting myself. I guess this helps me not get drained. But there is something which also helps tremendously: my coworkers do not work on the same things as i do. if they did, i would feel a big pressure to finish first. Are you competing with anyone?

Re: Ask HN: How to break Claude Code addiction?

#6
I probably would try to delegate to Claude or any other agent quite long and hard task and then log off for the day living my offline life. Thus definitely remove my "guilt" for not being productive and let the useful work being produced. Not ideal,I know, but this is what I was doing lately

Re: Ask HN: How to break Claude Code addiction?

#7
post #6

I probably would try to delegate to Claude or any other agent quite long and hard task and then log off for the day living my offline life. Thus definitely remove my "guilt" for not being productive and let the useful work being produced. Not ideal,I know, but this is what I was doing lately

If you could that reliably, you wouldn’t have a job

Re: Ask HN: How to break Claude Code addiction?

#9
Okay, I think the first problem is calling it an addiction because it is a similar feeling if you want to keep coding in machine code instead of moving higher in the hierarchy and start working with C++. It is an extremely handy tool to be able to produce some work, so you shouldn't take it off your belt. However, I will talk about Gemini addiction, where I can't even decide which color of shoes I should buy. I'm asking it to pick for me, which is terrible. So there is that.

Re: Ask HN: How to break Claude Code addiction?

#10
post #9

Okay, I think the first problem is calling it an addiction because it is a similar feeling if you want to keep coding in machine code instead of moving higher in the hierarchy and start working with C++. It is an extremely handy tool to be able to produce some work, so you shouldn't take it off your belt. However, I will talk about Gemini addiction, where I can't even decide which color of shoes I should buy. I'm ask…

Interesting points, thank you. To explore your idea: what if I was addicted to using C++? I don't mind using the new, high-level tool all day (be it Claude Code or C++), but it's continuing to vibe code with it for several hours AFTER the workday is OVER that is bad. To your point, I guess when one learns a more powerful programming language, there is an initial period of enthusiasm and then it might wear off and become more mundane. Maybe I just haven't reached that with Claude Code yet. It feels like Claude Code has kept improving quickly, which may have kept this workaholic binge cycle going for longer than usual. Regarding the non-code decision stuff - yes, it's definitely related. I have always been someone who researches, seeks reassurance, and wants expertise and rules to apply to my decisions, instead of making them from the gut. I suppose this "Ask HN" post is an example of that, in a way - I'm crowdsourcing solutions to a personal problem. But it feels different (and better) to seek opinions from human beings - even though they will be represented to me as text, just like "opinion-like" strings of words from Claude... when I was younger I would describe myself as addicted to online forums. So I guess the artificiality of the intelligence isn't the problem. It's just the speed and always-on connectedness - similar to the internet itself.
Post reply on HN