A Hacker News thread titled "Ask HN: How do you cope with the broken rhythm of agentic coding?" has accumulated over 450 comments since Tuesday, most of them variations on a theme: the two-minute AI agent wait is quietly destroying developer productivity, and nobody had a good solution until they started comparing notes.
Early in the thread, `throwaway29281` (312 points) frames the problem: "I used to hit a zone for three or four hours straight. Now I kick off a Claude task, try to switch to something else, come back five minutes later, and the agent went sideways on minute two. I've lost twenty minutes and I'm not in the zone anymore. I've started setting a literal kitchen timer so I don't wander too far."
That's the trap: agentic tools like Claude Code, Cursor, and GitHub Copilot Workspace run long enough to break concentration but not long enough to fill usefully. Traditional programming depends on tight feedback loops — write, run, observe, adjust, in seconds. Agentic coding stretches that loop to minutes. Developers' brains, it turns out, weren't built for the transition.
The highest-voted comment (341 points) comes from `bhouston`, who advocates aggressive parallelization: "I run four Claude Code sessions across tmux panes on separate branches. While one is generating, I'm reviewing diffs from another. You start thinking like a manager rather than a coder — which is fine if that's what you wanted, but a real identity shift if it isn't."
`klaussner` (287 points) takes a similar approach but flags the hidden cost: "Parallel agents solve the wait problem by creating a different one. Now instead of waiting, you're context-switching between four half-baked problem spaces simultaneously. I'm genuinely not sure it's better."
Several high-voted comments zero in on tooling gaps rather than workflow habits. `ml_swe` (198 points): "These IDEs have terrible progress visibility. I want structured checkpoints, a live view of what the agent is actually doing, and a pause button. We've bolted 2025 AI onto 1995 IDE interaction design and wonder why it feels weird."
Not everyone is struggling. `ariadne_c` (176 points), with some evident smugness: "I've worked across three time zones for five years. Async gaps are just the job. You do other real work in them. The mistake is treating agent wait time as downtime." The replies split roughly fifty-fifty between agreement and "that's fine if you chose async work — I didn't."
The sharpest observation belongs to `bhouston` in a follow-up: "The developers struggling most are the ones whose satisfaction came from writing code. If your identity is tied to implementation, this workflow is brutal. If you care about shipping and solving problems, you redirect that energy at prompting and reviewing." Several dozen replies pushed back — pointing out that directing traffic and writing software are different jobs, not different stages of the same maturity arc.