Live data from Hacker News

Ask HN: Do you struggle with flow state when using AI assisted coding tools?

news.ycombinator.com

11–20 of 55 posts

Re: Ask HN: Do you struggle with flow state when using AI assisted coding tools?

#11

> I get easily distracted, my mind wonders and I find myself reading HN and browsing the internet. This is a challenge to conquer, irrespective of whether or not you are using ai-assisted code editors or not.

I do have this under control while on flow state. But when I need to kill time, previously I had the same experience when compiling, running a large test suit or doing a deploy.

But when vibe coding this happens constantly every small periods of time.

Re: Ask HN: Do you struggle with flow state when using AI assisted coding tools?

#12
Maybe just me, but I have given up on flow state and my solution is to run 2 or 3 projects concurrently and switch between them. I use virtual desktops. work on one, give an assignment to my AI, switch to the next and cycle through them all day long.

Re: Ask HN: Do you struggle with flow state when using AI assisted coding tools?

#15

Maybe just me, but I have given up on flow state and my solution is to run 2 or 3 projects concurrently and switch between them. I use virtual desktops. work on one, give an assignment to my AI, switch to the next and cycle through them all day long.

This belongs as a scene in the movie Brazil or something. (I do mostly the same thing)

Re: Ask HN: Do you struggle with flow state when using AI assisted coding tools?

#16
For me, flow state can be achieved through the true multitasking that agentic coding allows. Start an agent on a task, then set up another agent for another task. While one is working, the other usually needs feedback or tweaking. I run Claude Code in yolo mode in a dev container where it can cause little damage, so I’m not wasting my time approving tool calls (or managing an allowlist of tool calls). Sometimes I have 3 agents going at once, but I’ve found that 2 is usually as many as I can manage. I suppose if your project specifications are really dialed in, you could have more than that.

Re: Ask HN: Do you struggle with flow state when using AI assisted coding tools?

#17
If you're intent on using agents, try having them work by themselves on one feature branch while you work normally on another. It feels like hiring a fast intern...

Highly opinionated: Regarding using agents for a main project or feature, as some do, I don't think there is such a thing as a "flow state." If you adhere to that working strategy, your hypothesis is that the agent is so much faster than you that you can get more done even without a flow state, even if the quality is a little worse, and your job has fundamentally changed from programmer to code reviewer. That will have its own set of skills for you to develop, such as efficiently reading their changes, managing costs and context, writing good prompts, etc.

Re: Ask HN: Do you struggle with flow state when using AI assisted coding tools?

#18
No, I love it. Finally an end to the endless yak shaving. Yes, I love a good flow state where I can actually get shit done, but being stuck on one only semi-relevant issue that prevents me from moving on, that sucks. And with AI assisted coding, that's no longer the case.

I love building things, trying things, finding the best result that checks all the boxes, conventions, quality, etc. Not having to hand set the code is a pure net positive for me. I can discuss architecture, interfaces, data flow, data models and so on, I can let it quickly onboard me, tell me where we left of. It's great.

If everything feels fragmented after completing a feature, then you haven't driven the agent properly. You really want to yell at it from multiple angles until the output fits a narrow hole that you specify.

Re: Ask HN: Do you struggle with flow state when using AI assisted coding tools?

#19
Yessss. I feel this. On the productivity side I banned Reddit and gave myself 15 min of HN a day, that helped with not getting waylaid.

On the pleasure side, I can get close to the same feeling with a design and review cycle going while Claude checks in, but its not as fun. Using an inline code assistant for the “interesting” parts while Claude does all the boring scaffolding.

I think of it like any industrialization process - being a cabinet maker was meditative - overseeing ikea flatpak cnc is not.

Re: Ask HN: Do you struggle with flow state when using AI assisted coding tools?

#20
post #16

For me, flow state can be achieved through the true multitasking that agentic coding allows. Start an agent on a task, then set up another agent for another task. While one is working, the other usually needs feedback or tweaking. I run Claude Code in yolo mode in a dev container where it can cause little damage, so I’m not wasting my time approving tool calls (or managing an allowlist of tool calls). Sometimes I hav…

Is isolating files they work on an issue for you? Does this simply not pop up (because you avoid it by having a good understanding of what will be touched) or are you doing a lot of merging?
Post reply on HN