Ask HN: How do you get into a flow state when using AI to code?
71–80 of 140 posts
Re: Ask HN: How do you get into a flow state when using AI to code?
#72Earlier quoted context omitted.
Interesting. I still don't get what that means. Ironically, he suggests you just watch his YouTube.
Not sure what the OP or the person in the videos means but a direct, fast way I have found to “drop in” is to stop thinking and intensify my awareness of everything. Takes about 5-10 seconds to transition into a nonthinking timeless presence. Attention is on the full body, and the field of perception, then field of awareness, all at the same time. A bit like shavasana practice, but instead of scanning part by part, e…
Michael Taft has many different guided approaches to this on his channel but there are many other teachers as well, e.g. Adyashanti, Angelo Dillulo, Loch Kelly, Shinzen Young (specifically his Do Nothing and Auto Focus techniques) and expanding the gamut to traditional Vajrayana teachers, Lama Lena, Mingyur Rinpoche, Lama Dawai Gocha, all with accessible online teachings. Also Sayadaw U Tejaniya and Christopher Wallis who are less conventional, so to speak.
Re: Ask HN: How do you get into a flow state when using AI to code?
#73Short answer is I don’t and it adversely affects my job satisfaction. I’m quite sure I’ve left money on the table over the years as a result of my reluctance to manage and mentor junior developers. Disappointing that I’ve ended up managing junior AI developers who won’t even grow as a result of the time I’m putting into them.
Re: Ask HN: How do you get into a flow state when using AI to code?
#74While I don't have the answer, I will leave my thoughts here, maybe my comment helps you or some of the responses might... I was thinking about this when I tried a faster model (Cursor released something fast about a month ago?). It was such a joy to use (well, at least compared to other models, where you wait 5-10 mins for even simpler tasks), and I noticed I felt much closer to the problems, and I got closer to a "…
a) making me not think at all
b) giving me weird adhd brain (I never struggled before with this)
Re: Ask HN: How do you get into a flow state when using AI to code?
#75The difficulty is to break down the task in a way that multiple agents can work on it.
I usually spin two or three major issues with 10-12 agents in total.
Re: Ask HN: How do you get into a flow state when using AI to code?
#76When I send one agent off to do work I usually begin thinking about some other unrelated problem I also want done, and then I try to spin up a parallel agent to do that as well. The thinking itself is where a lot of the deep work happens for me IMO. I probably spend like 80% of my time thinking, researching and reviewing plans. The other 20% is actually promoting.
I see a lot of people saying that agents trivialize work now - like you just push a button and an answer comes out. This is so far from my experience I actually don’t know how to bridge the gap. If you are not spending a lot of time researching you are likely going to be asking the agent to do things that don’t really make sense.
Re: Ask HN: How do you get into a flow state when using AI to code?
#77Re: Ask HN: How do you get into a flow state when using AI to code?
#78I have a couple of terminals open and work on at max 3 things.
A main task, an exploration task and another prompt/skill improvement or documenting an issue (or a proposal)
Re: Ask HN: How do you get into a flow state when using AI to code?
#79Re: Ask HN: How do you get into a flow state when using AI to code?
#80The more time I spend waiting for an AI to think, the less flow I experience. Fast autocomplete-style AI boosts flow. Slow autonomous agents usually break it.
My workaround is to stay in the loop: AI handles the typing, I handle the thinking.