frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Generate tests from GitHub pull requests

2•Aamir21•11m ago•0 comments

AI, Human Cognition and Knowledge Collapse – Daren Acemoglu

3•aanet•1h ago•1 comments

Ask HN: What's your biggest pain point when joining a new developer team?

4•KevStatic•3h ago•7 comments

Ask HN: Got cancer, a new job,new boss in less than a year What do I do now?

16•Goleniewski•12h ago•16 comments

I traced $2B in nonprofit grants for Meta and Age Verification lobbying

65•theseusares•16h ago•17 comments

Ask HN: Is there prior art for this rich text data model?

3•chrisecker•4h ago•2 comments

I'm a project manager, to the engineers: how replaceable do you think my job is?

9•ferociousmadman•11h ago•17 comments

Ask HN: What Are You Working On? (March 2026)

289•david927•4d ago•1122 comments

Instagram Ending Encrypted DMs

4•01-_-•4h ago•1 comments

Tell HN: Apple development certificate server seems down?

109•strongpigeon•3d ago•39 comments

Ask HN: Why have co-ops never played a major role in tech?

6•AbstractH24•10h ago•7 comments

Enabling Media Router by default undermines Brave's privacy claims

4•noguff•19h ago•2 comments

X is selling existing users' handles

196•hac•2d ago•90 comments

Looking for Partner to Build Agent Memory (Zig/Erlang)

6•kendallgclark•1d ago•5 comments

Ask HN: How to be alone?

686•sillysaurusx•5d ago•560 comments

Ask HN: Is Claude down again?

86•coderbants•2d ago•72 comments

Ask HN: Remember Fidonet?

121•ukkare•3d ago•69 comments

Ask HN: Does anyone here use Discord as their work chat tool?

2•Poomba•18h ago•7 comments

Ask HN: Please restrict new accounts from posting

715•Oras•5d ago•508 comments

Ask HN: Most beautiful personal blog UI you have ever seen?

150•ms7892•5d ago•55 comments

Tell HN: I'm 60 years old. Claude Code has re-ignited a passion

1076•shannoncc•6d ago•984 comments

Claude 4.6 Opus can recite Linux's list.h

23•itzmetanjim•1d ago•3 comments

Ask HN: How do you cope with the broken rythm of agentic coding?

14•pauletienney•1d ago•7 comments

AI is supercharging fake work

12•rxm233•1d ago•3 comments

Ask HN: Why is my submission not visible if I am not logged in?

3•beepbooptheory•1d ago•6 comments

Ask HN: Can I repurpose a Bluetooth voice remote as input device for a PC?

15•albert_e•5d ago•20 comments

Ask HN: Which DNS based ad blocker do you suggest?

3•SoftwareEn2•1d ago•13 comments

The Strait of Hormuz: A systems engineering view on the $20k drone threat

3•BeyondTheMap•1d ago•3 comments

LazyFire – a lazygit-style terminal UI for Firebase Firestore

4•egosurffing•1d ago•1 comments

What is the strongest open source model for coding against Opus 4.6?

3•eeko_systems•1d ago•2 comments
Open in hackernews

Ask HN: How do you cope with the broken rythm of agentic coding?

14•pauletienney•1d ago
I used to seek focus and concentration while coding. It was not always easy to reach this flow state but I knew it was possible.

I am now using agentic coding quite a lot. The honeymoon is finishing and I am starting to dislike some facets of it. I think the main setback is the rythm.

Writing some specs/prompts, launching the agent, confirming quite atomic actions and waiting 10 to 30 seconds until the next question/confirmation. Those very small wait times do not let me reach a concentration state.

I feel I am hovering the code. I am not deep into it as I used to be.

Do you feel the same? Did you find a way to change this?

Comments

photobombastic•1d ago
I have been experiencing this as a (don't judge) full-time vibe coder without an engineering background. tmux helps a little. I'm leaning towards embracing YOLO mode (in CC) + writing very detailed specs. That way, the attention goes into the specs.
ibestvina•1d ago
I think that "hovering the code" and "broken rhythm" are correlated, but still separate issues. There are parts of my code (e.g. vibe-coded mockups) that I don't look at the code of at all, and I don't care about it. There are others where I check everything in detail (same as if I were to review someones PR), and I think I have a very good grasp of that code.

But the broken rhythm problem persists regardless, and I find that issue to become more and more serious as LLMs are able to work for longer and longer on their own.

It might be that what we're experiencing now is just an uncanny valley, where they're not yet good enough for us managing them to work in similar ways as with other developers, but are good enough to allow us to switch our attention away from them while they work. But that attention span is mostly wasted, as the time between interactions isn't enough to e.g. work on something else, or read a book.

It's a stupid analogy, but currently it's similar to having a bathroom break every couple of minutes, and if this continues, most developers will probably start doomscrolling more and more.

I was wondering recently if there are some productive activities that might fit well into this rhythm, but I haven't found any yet. I guess sourdough baking is one such example, but there's only so much bread you can eat...

pauletienney•1d ago
We might be in a kind of uncanny valley. Models may become good and "independant" enough to compare to a colleague.

I feel the solution is either reduce drastically time between each interaction with the agent OR increase it by a lot (every 2 or 3 hours).

Maybe we do not have the right workflow yet. Maybe the work with an agent should be more async.

I guess we will figure out.

sigbottle•1d ago
It's actually really good for targeted debugging. Not the tool itself - still goes into lala land if you let it (arguably even more than trying to build out something). But I get to deeply think about code, then tell the agent to go make a small prototype or explain some arcane thing to me. Then I reason about it some more, etc.

The other times, when I let it generate 3k LOC with minimal supervision, yeah, that's when I die inside.

al_borland•22h ago
I tried agentic coding and was not a fan. I’ve gone back to just using LLMs to augment search. This usually improves flow, as it’s faster than a normal web search for basic stuff I might need.

I just have to be careful not to ask too much of it, because it will often take a left turn and then I spend far too long fighting a losing battle.

novachen•13h ago
The broken rhythm you're describing is real, and I think it's a sign the tooling is still calibrated for the developer, not the developer-agent pair.

What's helped me most: stop treating agent invocations like function calls and start treating them like delegating to a junior dev you trust but still need to review. That reframe changes what you do in the gaps. Instead of waiting for confirmation prompts, I now use that 10-30 seconds to write the next spec segment, review adjacent code, or just think about what the agent should find. The gaps become planning time, not interruption time.

The deeper issue is that flow state was designed around a human holding the full context in working memory. With agents, the context lives outside your head by design. The discomfort you're feeling might be the transition from solo-player flow to coordinator flow - which is a genuinely different cognitive mode, not a degraded version of the original.

Concretely: do you write your specs before or after starting the agent run? I've found writing specs upfront (even rough ones) shifts me into coordinator mode faster and makes the waits feel purposeful.

jf22•6h ago
I feel like I'm a stone skipping across the water instead of being submerged deep in coding context.

I'm getting used to it but I don't like it.

I'm also much more tired at the end of the day. My mind feels broken. I don't know if our brains were designed for this.