Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

67% Positive

Analyzed from 6903 words in the discussion.

Trending Topics

#more#code#flow#don#coding#state#phish#something#software#doing

Discussion (138 Comments)Read Original on HackerNews

mettamageabout 3 hours ago
I feel his pain. I am more towards the opposite end of the spectrum [1]. I program to get things done. Usually, I don’t like programming. It’s too focused on one thing. Sometimes I like it though, precisely because it’s focused on one thing. But I love the things you can imagine and build with it. So for me, LLMs are amazing because I get to be an idea guy when I want but sometimes I can go deep, also when I want. I’ve kept up too, so I have the experience backing it up.

With that said, when I read this blog post. I feel the author’s pain. And it’s the first time that I emotionally get what the other side of the programming spectrum feels what it has lost. I feel sad about it. And because of it, I will also wonder about ways of bringing it back.

[1] not fully though. Something I can love coding by hand for months.

llmthrowaway20about 1 hour ago
> So for me, LLMs are amazing because I get to be an idea guy

Enjoy this while it lasts, because very shortly LLMs are going to be fundamentally better at being the "idea guy" as well.

I had the same feeling reading this article today as I did reading the NYT article about the closing of Butter Ridge dairy farm. All that family wants to do is raise cows, name them, and milk them but it doesn't work as a business anymore because the factory farm machine took the viability away.

I feel the author deeply; this is coming for everyone across most of the economy.

blks30 minutes ago
No they won’t. And what you describe about the farm is just whitewashing marketing
littlexsparkeeabout 2 hours ago
So much comes down to timing - lucky author that got to experience it for 30 whole years whereas some of us had a scant few to enjoy building as it was, flow state, and some semblance of security. At least I made plans the last 5 years in anticipation of change, can't imagine the sheer dislocation of just entering the job market now.
sho_hnabout 2 hours ago
Pros and cons. Some of the people who were lucky to enjoy those 30 years are also emotionally being hit the hardest right now, and if life threw a few curveballs at you along the way you don't necesarily have attained the sort of stability where you don't have to worry, either. Plus ageism can make it even harder to pivot.

I have programmer friends in their 40s to 60s who are seriously depressed currently (and 20 year olds worried for theirnl future perspectives, of course). Mental health is not just a young person's game.

I strangely feel quite lucky that I got more and more into electronics and hardware over time as I moved from web and desktop more and more into embedded/consumer electronics and companies who also employ mechanical and EE engineers. When I was younger I used to dumbly worry this meant giving something up (the purity of software approaches, etc.), but instead it made me consider myself an Engineer with a capital E and strive to learn the engineering method more generally, and learn so many other fields of the trade. It turns out this is a much more resilient identity than just Programmer and I recommend that approach.

raddanabout 1 hour ago
It's funny that you mention EE. When I went back to school for CS in the early 2000s (I was a philosophy major... dumb), I was taking night classes with EEs who were fleeing to software. This was in the Boston area. A large contingent of my classmates worked at Avid. They started moving jobs out of the US and employees were told that if they switched to software they could remain employed. The mood was pretty grim, and these folks commented to me more than once that I was lucky that I loved writing software, because largely, they didn't.
artyomabout 3 hours ago
Everyone is talking about the agents part. I'm going to praise this post for describing it very clearly that some people, from a young age, don't need phases, growing up, trying things, figuring out, exploring the world, finding themselves.

Some people are just born something (engineers, in this case), and they're that something for life.

I always have a hard time explaining to "normal people" that such life is not boring at all, in fact, I can't remember a single time in my life where I was actually "bored".

joecotabout 1 hour ago
The people who go through phases are also born to be something for life: adaptable, and used to change. Being good at doing exactly one thing your entire life a certain way has the potentially fatal flaw of having significant issue doing anything else.

I feel like I've lived 3-4 completely different lives so far, but the constant is the ability to adapt to the next one, and still find joy in it while you're there. "Survival is the ability to swim in strange water."

Personally, the AI tools have been transformative for work, but haven't affected how I work much. I have always coded as a team. I'd often do the largest and most complicated parts myself, but work (both at work work and my hobby work) has always been about passing things between colleagues based on what our strengths were and how much time we had.

The AI tools are another colleague. They work incredibly fast, and I do less coding myself now, but my goal was always to solve the problem, not the code itself. The AI tools do a great job most of the time, but they sometimes screw up and need more guidance or me to step in to fix the thing (usually a very small error compared to the whole). If they screw it all up, we might need to start from scratch, or I might need to just do it myself. But that's not most of the time. And then I figure out the thing missing in my process to move them in the right direction, and improve it.

I feel like any software developer used to collaborating with, training, and mentoring other developers knows exactly how to work with AI tools, and the only main difference is how much effort I put into being really nice about it the whole time.

One main thing has changed. Before I would handle the most complicated problems people were having trouble with myself. Now I allow AI to work on them, even if I know I'll have to fix it. The difference is that I care about the time, the strain, and the morale of my coworkers. AI is just getting paid for iterating tokens, so I don't have to feel bad about what I ask it to figure out for me.

uncircleabout 1 hour ago
> Some people are just born something (engineers, in this case), and they're that something for life.

Yes, and it's very not fun when your identity is being reshaped before your eyes in the matter of a couple years.

I wonder how many developers are going through real grief right now, while everybody else, lacking empathy, are just repeating "get a grip, it's just a tool" or "you better adapt or you're done".

Well, I know I have gone through these difficult emotions, and I choose now not to identify with my work, or at least my career any more. I certainly do not identify as what most people these days refer to as 'software engineer' any more.

hyperadvancedabout 1 hour ago
This is a great reason not to identify too much with your work. I have enjoyed AI because it has reminded me that my real calling is art, and that I should be doing that at 8 pm, not coding
mday2731 minutes ago
True, but if your true calling was coding, this change would be much harder to stomach
uncircleabout 1 hour ago
Not sure if your 'enjoyed AI' is meant literally. I have escaped my existential crisis and found solace in art as well, simply because it's a very human method of self-expression and taking shortcuts to pain, effort and creativity by prompting LLMs is still frowned upon, at least by those that take art seriously.

The only way I can still enjoy programming now is if it's applied to artistic endeavours. I'm done with the soulless, cost-efficient software "engineering" (which by itself is a laughable proposition and a far cry from the high standards of other fields of engineering)

meroesabout 3 hours ago
Interesting that boring is the salient factor.
robotswantdataabout 3 hours ago
IMO assisted coding (auto complete style) has more flow state than the old days of getting stuck on obscure bugs (as satisfying as those were to crack).

Full agent coding however is the complete opposite, you’re in constant damage control of a junior who moves fast and breaks everything. They’ve got better but still do dumb mistakes.

lot of engineers are discovering firsthand what it’s like to manage a team of eager but useless employees. Not fun at all

coffeefirstabout 1 hour ago
The other thing is as far as I can tell, the power-tool style modes where you use AI to boost focus and do quick research is both much cheaper and, by the time you account for all the damage control/prompt tuning/other externalities, roughly as fast as full agentic.

I suspect with the prices going up, that realization is going to be pretty appealing.

jorviabout 1 hour ago
Prices are not going up. DeepSeek V4 Pro is 5-10x cheaper than Claude 4.7.

As some of us have been predicting, model capability had already mostly plateaued, and the Chinese have and will continue to relentlessly push cost down. Chinese models will be used for 95% of things, with nation-native models for security/sovereignity-sensitive workloads. Eventually (5+ years from now), efficiency gains and hardware progress will make running local models the dominant way of doing things.

And yes, that puts the investors of Claude and OpenAI in quite a pickle.

coffeefirst15 minutes ago
Yes, that’s basically what I’m talking about. Without subsidies, that’s a lot of incentive to use more efficient/open weight models, but also to use them in ways that are less compute intensive—fewer tokens, shorter reasoning chains, less nonstop, and generally tie up less hardware for a lot less time.
robotswantdataabout 1 hour ago
I want the frontier on prem to be true but IMO not good enough yet unless async.

What started as all-you-can-eat $50 buffet has quietly become a $6k bill, frontier models that don’t ship your codebase to Beijing don’t come cheap anymore.

slopinthebag38 minutes ago
I agree, I also think there are long term costs to agentic coding that we won't see yet for a while, gradually and then suddenly.

It feels like nobody is even trying to iterate on the "power-tool style" usage of language models, everyone jumped straight to agents. It's not clear to me that removing a human from the loop is strictly more efficient though. Imagine an editor with an embedded language model (either running locally or using cheap cloud models) that is constantly churning, analysing code, reading debug logs, offering suggestions. Refactoring is not b̴e̴g̴g̴i̴n̴g̴ asking a chat interface to make changes, but structured refactors utilising the language models powered by the underlying ast representations to pull off much larger or involved refactors that surpass the abilities of current IDEs. Or doing codegen in your editor in a more structured (and thus repeatable) way compared to an agent spitting out code that you have to then review.

skydhash17 minutes ago
> IMO assisted coding (auto complete style) has more flow state than the old days of getting stuck on obscure bugs (as satisfying as those were to crack).

I strongly doubt that. Flow state happens when you can disassociate thinking and doing. Most of your brain is on the thinking while the doing lags behind. It’s like driving on a well known road. You don’t pay that much attention to the act of driving. Instead maybe you start planning what you want to do on your next stop

Using ai auto complete would be like your well known road, but turned into an obstacle course. You need your full focus on the road. Not that different from someone that is unfamiliar with the road, but not a flow state either. Full agentic coding is you being in the passenger seat with a driver known to be sometimes erratic. Less thinking but more worrying.

bluefirebrandabout 3 hours ago
> IMO assisted coding (auto complete style) has more flow

I find this impossible to wrap my head around. Any time I autocomplete more than a single line, my flow is destroyed when I have to review what was just autocompleted. The only way I could remain in "flow" in this circumstance would be if I didn't review the code... I'm not ready to trust the LLMs that much yet

nu11ptrabout 3 hours ago
People are blown away when I tell them that, in the last 6 months, my job of coding has changed entirely, and that I now write very little code, but instead manage agents who write it. It is still engineering, and I still very much care what that code is, it's interfaces, how it interacts with the world, how it is tested, etc. etc., but it has taken me a while to get used to the idea of me not writing the code. I'm still not sure how I feel about it, although I am getting more done, and it has helped me keep better focus on "the big picture". That is tough to do when your day is spent in the weeds.
furyofantaresabout 3 hours ago
Really? When I've brought it up with anyone that doesn't code, I've found them to be totally disinterested in the topic.
nu11ptr32 minutes ago
It isn't about the code (they probably don't even know what that is), they focus on the fact that my daily job tasks have changed entirely (iow, I used to do 'something', 'what' doesn't matter, and now I dictate to an AI to do it). Most people can't fathom this unless they change to a completely different profession/job.
thunkyabout 2 hours ago
> I've found that nobody that doesn't code is at all interested in the topic.

This triple-negative is hard to parse.

TFNAabout 3 hours ago
I don't code (well, I write scripts for my own personal use and use Emacs), but I follow with interest these reports from software developers. Why? Because my profession is similar screen- and keyboard-based intellectual work, and what has come for devs will probably come for many other careers.
raddanabout 1 hour ago
It's worth mentioning that one reason LLMs can clean up on coding tasks is because of the volumes of available data. Not only has the world produced copious volumes of code, they continue to produce copious volumes of code, and some code can even be generated synthetically (ie, not from an LLM, albeit at high cost).

Other domains are not like this. There will probably never be enough poetry out there to make an LLM do anything but be a poor imitation of a poet. This data is extremely hard to generate.

JKCalhoun12 minutes ago
Not Phish, but I have had music on in the background when coding for three decades at least now.

And not even necessarily when coding… I find that if there is no music playing, I will start a song in my head. That can get frustrating—the song loops, perhaps in fact just the chorus. So I turn on the external music and it seems to allow my brain to do other things.

cyberpunkabout 3 hours ago
Yep, I’m in this boat too.

I’ve given up trying to get that feeling back at work.

We were lucky for 20 years, now if we want to do it for craft it’s time to contribute to OpenBSD or something — with phish on, not for money.

beej718 minutes ago
> now if we want to do it for craft it’s time to contribute to OpenBSD or something

I think projects like these will end up being the highest-quality pieces of software out there.

raddanabout 3 hours ago
Ditto. I programmed for 30 years with Underworld on. Listening to the beginning of Juanita/Kiteless instantly drops me into flow state. And it no longer fits if I am using an agent. I appear to be almost the same age as the writer of the post; just a little older. And I got that grocery store job.

So I am working on a personal OpenBSD-related project. I have no idea if it will ever see the light of day. It scratches an itch and I am having fun doing it, and I don’t use AI. It’s forcing me to read man pages carefully and OpenBSD source code (side note: the lack of comments in their code is almost a “fuck you”).

I wonder if I should try out some Phish.

cmeiklejohnabout 2 hours ago
To be fair, I often listen to Phish and Aphex Twin. Didn’t we all program to jungle in the 90s?
H1Supreme28 minutes ago
> Didn’t we all program to jungle in the 90s?

Still do!

cyberpunkabout 3 hours ago
Everything. Everything. Everything. :))
raddanabout 3 hours ago
Not lager, lager, lager? ;)
jdw64about 3 hours ago
Reading this, I felt a familiar kind of sadness. I have also felt some version of this recently: the sense of loss, and the question of whether I am still a “real programmer” if I am no longer writing code in the same way. There is a strange grief in letting go of a skill that once gave you pride.

But when I think about it from the author’s position, I may actually have been lucky. For this person, writing code may have been a way of life. In my case, I only started doing field work and using AI relatively recently, so I was able to adapt faster than I expected.

If your whole way of life changes, the shock must be much greater.

In contrast, I had no real status or social position to protect, so perhaps it was easier for me to let go. If I had tried to compete fairly and directly, I could not have beaten the experience and accumulated skill of veteran programmers.

Of course, my ability to write code was something I was somewhat proud of. Giving it up was painful, and it brought regret and a sense of inferiority. But at the same time, I also find myself thinking: “Was I really supposed to fight against veterans like this?”

Recently, this feels very similar to Durkheim’s concept of anomie. While reading this, I kept thinking about categories such as conformity, innovation, ritualism, retreatism, and rebellion. There are many points here that make me think.

If, in the future, coding changes again from today’s agent-based coding into some other form, what will happen to me then? By observing how senior programmers are reacting now, perhaps I can draw my own conclusions and prepare for that moment.

Right now, agent-based coding that depends on specific companies is dominant. But I think the current price of agentic coding is too cheap. At some point, when it becomes more expensive, local LLMs may become mainstream. If that happens, damaged or weakened code-writing ability may become necessary again.

So the question is: how should I prepare for that?

This was an interesting post.

cmiles74about 3 hours ago
I understand that commercial companies want to get as much value out of each developer as possible, I understand that managers want work to complete as quickly as possible. I can see why they are so excited about LLM tooling and the current increase in output.

This post makes a good point: managing LLM models isn't really the same thing as thinking hard about a particular problem, solving that problem and then concretizing it in code. If the work becomes managing models, I think we're going to see a pretty stark divergence between what people enjoy about developing software today and what the job is requiring. I'm not yet convinced LLM tooling will stick but, if it does, it makes me wonder what kind of person will be doing software development. Maybe some of same people and they find something else to enjoy about the job but I bet a lot of a different kind of person.

Personally, I am very uncomfortable with the idea that all software development might be mediated by LLM tooling and, as a consequence, require payment to a large corporate entity like Anthropic or Google. Hopefully some open source projects will remain open to accepting PRs from people, like the author of the OP, who enjoy working in that "flow" state. I enjoy writing software as a hobby (as well as at my job) but it looks like the hobby might become a larger source of personal fulfillment.

gavmorabout 3 hours ago
> I'm not yet convinced LLM tooling will stick but, if it does, it makes me wonder what kind of person will be doing software development. Maybe some of same people and they find something else to enjoy about the job but I bet a lot of a different kind of person.

TBH, I've often felt like a weirdo who enjoys "the wrong things" about software engineering.

jmbwellabout 1 hour ago
I’ve been finding it difficult to hand things over to an LLM completely, and I wonder if this is part of it. I’ll let it help me organize at the beginning, and then I’ll have it come through and refactor or review, but the crafting part is where I want to spend my time. I love hitting tab but it seems like every time I do, I get this sensation like I’ve sort of time-warped into the future by a few seconds, and I wonder what I’d have written if the LLM hadn’t done it for me. At which point I’ll never know.

Great for generating volumes of output. Less great for going into a flow state and coming out with something that looks like I made it, something that I see my hand in

And yeah, maybe it’s because I never quite get into a flow state when I do it this way. Hmm

shomp36 minutes ago
If the LLM behaved more like a programmer-in-flow-state and we could "hitch a ride" or "ride the wave" along, maybe we can recover some of this unbrokenness of attentivity.
kaiwnabout 3 hours ago
Programming with Claude is still engineering. It is like designing a bridge, which remains engineering even when a worker pours the concrete instead of you.

In the past we were forced to pour the concrete ourselves. I understand how many of us enjoyed the sound and the smell of the concrete being poured. Myself, I’m happy to never get my hands dirty again, and focus on the actual engineering.

blanchedabout 3 hours ago
This is like the third bridge + concrete comparison I’ve seen in the past two days from a new account.

Did I miss something?

Neywinyabout 3 hours ago
"justify your existence"

"You're absolutely correct. I don't just need to exist-I need to justify why. It's like builders with concrete..."

kaiwnabout 3 hours ago
lmao, I think I read it here and then I proceeded to think I came up with it myself. I’m a fraud. (I put “concrete” into the search field and found it)

https://news.ycombinator.com/item?id=47996022

jebarkerabout 3 hours ago
> the actual engineering

I was with you until the last three words. Craftsmanship in writing code is also “actual engineering”, it’s just not the engineering that people will pay a human to do now.

hamrocksissorsabout 3 hours ago
Chemical engineer here - I look at this similar to how a lot of professional engineers work, drafting gets passed off to eng techs, pfds get passed off to eng techs... The "actual engineering" is in the ideas, the applications, the reviews, and most importantly the final accountability.
pdhborgesabout 2 hours ago
Works great. No wonder China is eating our lunch.
perrygeoabout 3 hours ago
Thanks for this perspective. Do we really miss typing ascii characters into an editor? That seems to me the least consequential and least interesting part of building software systems. Always has been.

Dare I say those stuck on nostalgia for pressing keys are demonstrating that they cared more about their own personal experience than about the outcome of their work? Now that coding is automated, we have to elevate our ambitions.

Ironically, Phish's music emerges from egoless expression (to paraphrase keyboardist Page McConnell). Giving up your own personal stake in the process is literally what brings something as beautiful as Phish's music into existence. We need to do the same with our software; give up the notion that "our" code is meaningful.

yasonabout 2 hours ago
Dare I say those stuck on nostalgia for pressing keys are demonstrating that they cared more about their own personal experience than about the outcome of their work? Now that coding is automated, we have to elevate our ambitions.

YES. The beauty of programming is and always was that, first, you enjoyed it and, second, for some oddball reason you could actually get paid to do it. And one can't produce anything good unless you actually love working on it which means you want to put yourself working on it. The outcome might accidentally serve the one who pays for it but ultimately what did get the work finished was the sensation when you were reaching the point where you would finally tie things together and see everything you designed come to life and work together.

AI doesn't give you that personal involvement. We can do it but it's a different line of work and we care very little about what goes in and what comes out. We just do the grunt work of connecting the two ends. We're not for a fuck interested in elevating ambitions which is a word that relates to what is outside while all the good stuff comes from the inside.

cmiles74about 2 hours ago
I think concentrating on the physical act of typing on the keyboard is maybe taking it a little too far. The author of the OP talks more about holding a lot of the problem in their head and entering a "flow" state where they figure out a solution.

Most of my interaction with AI models and agents is still mediated by a keyboard and still requires a lot of "typing ascii characters". ;-)

perrygeoabout 2 hours ago
The "typing ascii characters" angle is a bit hyperbolic, I admit. But my intention is to get people to think about their software, not their personal experience of it.

BTW, there's nothing preventing you from using AI agents and staying in the flow state. If you want that, the universe is not stopping you. In fact, not dealing with the minutia of source code may well free us up and allow even greater flow experiences.

giveaccountplsabout 1 hour ago
> Giving up your own personal stake in the process is literally what brings something as beautiful as Phish's music into existence

Unless Page McConnell is creating his music with AI these days, I don't think this point holds.

bluefirebrandabout 2 hours ago
> Do we really miss typing ascii characters into an editor?

Yes.

> Dare I say those stuck on nostalgia for pressing keys are demonstrating that they cared more about their own personal experience than about the outcome of their work

I care about the outcome, which is why I don't trust it to a fucking LLM

Valuing quality over velocity is not selfish

perrygeoabout 2 hours ago
> Valuing quality over velocity is not selfish

Fully agree. I never mentioned velocity or advocated for lower quality. In fact, this statement very well sums up my point: we should care about the thing we're producing, not our personal experience of coding it.

holodukeabout 2 hours ago
It's like writing code with assistant Einstein who is 4 years old.
uncircleabout 1 hour ago
LLMs are the stereotypical 'idiot savant'
dyauspitrabout 3 hours ago
Yeah honestly. I could easily architect the thing out but coding it is so boring. I love this new paradigm and sometimes the LLM even suggests a better architecture!
uncircle44 minutes ago
I guess we are not the same.

I would be perfectly fine with this new branch of "software development" if you guys didn't coopt our name and call yourselves programmers and engineers.

skybrianabout 1 hour ago
Latency matters if you want programmers to be able to work interactively. We multitask because LLMs are too slow.

That's happened before, with people submitting batch jobs in the mainframe era, people working on big projects that take an hour to compile, or people waiting for code reviews.

However, even if the LLMs become fast, the coding agent will likely bottleneck on running tools. You will need to keep your tests fast, too.

Mizzaabout 3 hours ago
If you found Phish twinned well with deep, focused work, you might enjoy grindcore for frequently interrupted work, since most of the songs are less than a minute long, like these: https://discordanceaxis.bandcamp.com/album/original-sound-ve...
sudopsuedoabout 3 hours ago
Incredible comment, lmao
shomp34 minutes ago
If you can't change the work, change the genre
Advertisement
konartabout 2 hours ago
I'm not sure how I feel (or should feel) when I read posts list this.

Here I am still coding (mostly) by hand.

While I also sometimes do chat with qwen or use an agent to save some time writting tests or yaml, or "implementing" a draft version of a change, I can't really understand this "the job is changed".

Do some companies in some countries force you to use these agents? Are they going to fire you because Jack or Jill push changes two (or more) times faster than you?

tombertabout 2 hours ago
When ChatGPT came out, I was beyond excited. I had a tool to generate config files, and bounce ideas off of, and help unblock me when I got stupid arcane logs I didn't understand. That didn't feel existentially depressing at all; it was just glorified Google in my mind.

When the vibe coding tools like Claude and Codex came along, I got into this kind of dread. I'm sort of required to use them for work (we are "AI-first"...), but even if I weren't the tools are useful enough to me that I kind of feel like I have to use them because if I don't I'll be left in the dust.

And now it kind of feels like a lot of my job has been converted into babysitting interns. I don't get to write a lot of code by hand anymore, because most of what I do ends up being yelling at Codex to automate most of what I used to do. It's not all bad; I never got any enjoyment out of the initial bullshit of getting the initial project and configurations set up or futzing with configuration files, but I did get joy out of writing the actual implementation of the code, and now I don't get to do that much anymore.

A silver lining though; I do get to think in higher levels now, which is kind of fun. A lot of what I get to do now is write stuff in TLA+ and/or Mermaid (depending on the complexity and how much fancy concurrency I want to do), feed that into Claude, and get it to implement that. That part is fun, but I fear that I'm an outlier and that kind of programming won't catch on because engineers love to take the fucking idiotic position that they "don't need to do math to do programming".

foolserrandboyabout 1 hour ago
Can you describe how you work in this higher level? Sounds like scratches a similar itch that traditional programming offers.
tombertabout 1 hour ago
Sure; for reference most of what I end up doing is concurrent and distributed systems, so that's more or less what I focus on. I don't know if this stuff translates to other domains.

Basically, when I have an idea for a project, I usually start drawing a diagram for how I think things should work. I usually draw it with draw.io first because it's easy and quick. After that, I usually translate this to Mermaid, primarily just to have a second draft, but also because having a text-based system makes it easy to copy and paste around, and that kind of stuff tends to translates well to state-machine based stuff that most distributed systems tend to morph into.

If what I'm working on is relatively simple, I feed the mermaid code into Claude or Codex, give it some surrounding context text about what I want, and get it to hack away.

For more complicated stuff, especially if I want to be more clever with concurrency, I will take my Mermaid diagram and manually convert it to TLA+. If I get stuck with the TLA+ translation, I will sometimes ask Claude for a bit of help but even then I almost always write 90+% of the TLA+ spec by hand.

After that it's basically the same. I feed the TLA+ spec, and provide context to it as well (e.g. how to translate a manual TLA+ mutex or channel implementation to whatever the language has built in).

Since I focus very heavily on the implementation, Claude and Codex generally don't have a huge issue with doing a one-to-one implementation.

wolttamabout 2 hours ago
Yes, companies will hire employees that are significantly faster if they can do some for around the same cost.

And they can - the current crop of tools provide undeniable productivity uplifts to developers, even if they’re only using the cheaper open weight models.

I was like you, using them for one shot things until January of this year. My token usage has roughly 100x’d since then, once I saw the value in the agentic loop.

zeafoamrunabout 2 hours ago
Yes they will fire you. The sharks are circling those who just take tickets and implement what they say.
dekhnabout 2 hours ago
The grateful dead were definitely my introduction to flow state. It wasn't just programming, it was using a MUD in the late 1980s. In my case, the Dark Star from Live/Dead (a long, extended jam that explores the outer reaches), I like a subset of the dead and phish for flow state programming but like the author find that modern work requires too many distractions to enter and stay in the flow state for a long time. In my case, large portions of the dead and phish don't work for me at all- the worst is when Phish is doing a great job and then suddenly they sort of lose the groove, or when they get stuck in repetitive loops.
vessenesabout 3 hours ago
We’re a long way from figuring out how to get flow state with agents. Maybe some sort of less stonerish upper-based master of the universe overseeing 100s of agents manic state.

I think there’d be a lot of demand from long time engineers that loved working in flow state to build tooling that encouraged flow. I think tokens/s needs to get like 10x faster first, because you’re going to be heading into a world where you are receiving very soft and non-distracting suggestions, probably at the periphery of your consciousness. Most will be thrown away.

I can kind of imagine a UI for this. I might experiment a little building something, but it will be by telling some agents to build it.. :)

raddanabout 3 hours ago
The thing about flow state is that it is about being deeply focused on one thing. I’m not sure that orchestrating hundreds of agents will help—it’s not really about “CPU load”, at least, not for me.

I HAVE found another way to achieve flow state. Hand tool woodworking. Especially planing. There’s something about the rhythm of the tool, combined with the awareness of what the tool is doing, that makes the rest of the world evaporate, just like when coding. I could see myself doing that instead. Sadly there is even less call for slow woodworking than there is for slow coding.

cultofmetatronabout 3 hours ago
> We’re a long way from figuring out how to get flow state with agents

its been the opposite for me. being able to create things with almost zero friction has lead me to have to slow down for my own sanity at times. I've had to setup "handcoding time" as a way to keep me touching virtual grass lest I completely lose myself building stuff at all hours.

literally thinking of taking up Haskell just to have a language that forces me to slow down and think in my off hours.

vessenesabout 3 hours ago
Yeah I agree — I don’t think I said what I’ve experienced very well — there is a different sort of state you can get in during a large multiagent session. But to me it’s more manic, not ‘smooth’ or peaceful. On a good day hand coding I will often feel groggy coming out of it, possibly subverbal, like I’ve recruited most of my brain to doing one thing for some time. I’ve never had a job that I could do that in, but I imagine the subset of engineers that do are pretty happy.
nkingsyabout 3 hours ago
Tokens don’t matter if you have any slow deterministic processes. The bottleneck is already on testing infrastructure in the work I do. Screenshot tests are slow. Enormous codebases are slow. We have whole teams devoted to speeding these things up, so all I can do is get the agent to call the minimum set of commands necessary to check their latest iteration. This of course flies right in the face of the mountains of slow commands the harness tells it to use, resulting in chaos.
superjanabout 1 hour ago
Phish? It turns out to be a band: https://phish.com/
mrdrqrabout 3 hours ago
you’re just complaining about unwittingly being promoted from an individual contributor to a manager.
shomp31 minutes ago
"the higher up the corporate hierarchy, the less music"
timcobbabout 2 hours ago
What is there to say except everyone is different and to each their own! I can't imagine wanting to listen to Phish for extended periods of time, muchless while working. But it's beautiful that someone else might. I am sorry for your loss original poster.
nschampions2004about 2 hours ago
This sounds the closest to what I’d imagine Jordan was to winning. “All I ever wanted to do was listen to Phish and program”. As someone trying to find their why, this strikes home.
foreman_about 3 hours ago
Sad and lovely and speaks to how I’ve been feeling as well. I’ve been writing code since I was a boy and now I’m nearing retirement. I also miss flow.
davkanabout 3 hours ago
For me it’s the dead. Most days I’d listen to one or two shows from today in history on relisten.net/today.

I’m sysadmin not a dev but I also feel that managing an agent is a fundamentally different feeling than performing admin work like I used to. I used to build bridges out of software. I would learn how they work down to the nuts and bolts, and use them to make robust and occasionally clever solutions for our needs. Over time i was getting better at bash and powershell and regex and automating little tasks.

Gaining knowledge about kubernetes and building images and helm charts was some of the most fun I’ve had professionally. I found enjoyment and value in learning those things and enjoy knowing them for their own sake, much in the same way I enjoy being able to recite mechanics and knowledge about vanilla wow from memory. The knowledge is its own pursuit and obtaining it was fun and fulfilling.

Using AI is nothing like that. It’s not “fun” to me in any way. I don’t learn bash and powershell and templating. I don’t get to enjoy simple wins. AI does those all those for me.

I’m thinking of becoming an electrician. I can’t imagine babysitting an ai for another 30 years.

davnicwilabout 3 hours ago
I completely understand the active/passive difference but I have a question for you that I think especially applies to sysadmin: isn't the knowledge you have and your continual learning just as important if what you're essentially doing now is using an LLM to help you find problems, propose solutions, and test the solutions?

Maybe it's even more important since you've gone from crafting your own solutions to reviewing the viablity of solutions from the LLM which occasionally are going to introduce new ideas, do things in a similar but slightly different way to how you would, or even be subtly wrong in ways that also exercise your ability to adapt and learn and nudge it in the right direction instead.

I don't really understand how the alternative could be true, in the sense of your knowledge not being relevant, as that would imply a couple of things that don't seem true as of now: that LLMs always produce optimal solutions in any given scenario, and (as a corollary) that sysadmin is entirely automated apart from some sort of thin beurocratic human approval/deployment layer.

In my experience so far I've found sysadmin type stuff to actually be what LLMs help me the least with, excluding text-in-text-out scripts, precisely because the setup often has to be so custom to the system, there's loads of side effects that are hard to communicate to the LLM so it oversimplifies and gets things wrong often.

So hopefully you can understand the implied challenge behind the question. I'm not saying your feeling of it being less fun is invalid. But I'm really curious about what you said specifically about the fun of applying knowledge and learning having been diminished. What do I have wrong?

davkanabout 1 hour ago
So the biggest change is the day to day workflow change of just pumping out little powershell scripts for whatever I need and not building those scripting skills or performing the manual rote admin work. Rather than manually expand a disk in the hypervisor and then sshing in and expanding the partition and filesystem Claude spits out a one liner and I run it. While not challenging or particularly rewarding those trivial tasks are a soothing part of the constant flow of work that i didn’t dislike. Solid things in which i understood every aspect becomes a black box that does it for me and i have to reinterrogate or accept it, and in which it’ll never be worth the time to learn myself.

As for the deeper work, the most recent example I have is deploying an observability stack for our lab cluster. In the past i would have done way more upfront work on understanding the alternatives and the deployment. I would have known every line of config before pressing deploy including the ones I chose not to set. The why and how of everything. Now the most efficient way is just to tell Claude to stand up a monitoring stack in the manner that apps are already deployed on the cluster and iterate with Claude once it’s up and running. Why bother diving deep when you can be running a proof of concept in five minutes and then just see if it falls over.

Another part of it is that i really dislike learning through a prompt. I don’t like summaries, i like man pages. I don’t want to interrogate a result i want to provide a complete solution.

Part of it too is I’m fairly new to all this professionally. I’ve only been at it 5 years, though hobby much longer. Basically i can feel myself growing and getting better and now suddenly there’s this genius moron in my pocket that so much better than I ever dreamed I could be while simultaneously having huge shortfalls. It’s a just an instant paradigm shift and after the first week of glee it’s not been a positive feeling.

It’s not that my existing knowledge isn’t relevant at all, there’s still a huge base of networking and systems knowledge that’s necessary. It’s routinely surprised me in my career when i speak with a greybeard developer who is a an absolute wizard to me but dns/tcp etc are just a black box to them. Or when I talk to a friend new into the selfhosting hobby and i try to explain something to them that think is simple and i realize there’s 10 years of accumulated knowledge underneath that simple concept in order to actually grok it.

I don’t know if that answered your question, just an unstructured ramble. I think the heart of it is that googling and research and things being concrete and complete understandings of workings and interactions and variables and secrets and configs etc are giving way to a black box pumping out systems and it mostly working out of the box and often that is simply good enough for now and it’s on to the next thing.

deauxabout 1 hour ago
I've learnt more, and more quickly, with LLMs than before them.

Not syntax, no. Bash and Powershell are syntex. But tradeoffs, concepts, understanding new domains I didn't know about.

davkanabout 1 hour ago
It’s more than just syntax for me though, it was learning how to code in general, through bash. I was slowly building those skills and starting to apply those lessons when looking at product code. I could just devote that time to study instead but I’ve always learned by doing in my career. Now LLMSs do the doing.
zeafoamrunabout 2 hours ago
Beautiful post. The job has totally changed in that last year and there are no guideposts. Maybe I should spend half of my work day in still zen meditation to maximise my ability to manage the agent swam for the rest of the day? Who even knows.
Advertisement
abacadabaabout 2 hours ago
just make your claude code task completed notification sound play tweezer

feel this though. also how the era of debating like the best code styles and which new frontend framework is etc best that used to be fun to talk about feels like its coming to an end because no one really cares anymore as long as the bot can build the feature.

tahoemph999about 3 hours ago
I think this fits well with Phish's isolated monoculture. I also started listening to Phish in the early 90s and have only seen 30 shows or so. Every time I go to a run it is very comfortable. There have been times I havn't seen them for a a good chunk of a decade and the shows feel the same. Eventhough jams have been part of their much of their history variation in musical style hasn't been. That leads to homoginization that makes for great vibe music.
phamiltonabout 3 hours ago
Long agent runs make such a difference. We focus a lot on new models and long context, but the bigger impact is in automatic verification.

I've been leaning in more on e2e test suites. They are slow, brittle and inefficient. But that's almost a feature. I can step away and come back an hour later, and use that time to think about bigger problems.

JustinELRobertsabout 2 hours ago
Beautifully written and while I'm not a Phish fan per se, this otherwise summarized exactly how I've been feeling this year.
giardiniabout 3 hours ago
Our dormitory had two roommates, science majors, who always listened to rock music while studying. If their door was closed and you could hear music, they were lost in thought.

I never could study to music and much preferred studying in a quiet carrel in the university library.

briandwabout 3 hours ago
Same here. I used to listen to techno and could just disappear into the work. Those days are gone now.
robotswantdataabout 3 hours ago
Try this https://soundcloud.com/jochempaap/07-01-2010-speedy-j-bunker...

This was a colleague favourite for flow state time

emil-lpabout 3 hours ago
What is Phish?
microsoftedgingabout 3 hours ago
Phish is an American Rock Band. https://en.wikipedia.org/wiki/Phish
tom_about 3 hours ago
Old timey American guitar noodler band.
ks2048about 3 hours ago
I was about to argue with "Old timey", but yeah, I guess any band that has existed for over 40 years is old timey. I've been a fan since '96. I guess we're all old now.
thunkyabout 2 hours ago
now - 29 years = 1996: Phish - Billy Breathes

1996 - 29 years = 1967: The Doors - Light My Fire

greatquuxabout 3 hours ago
It’s a full band improvisation when at its best not just guitar noodling thank you very much
Arainachabout 3 hours ago
Sentences 5 and 6 of the article, top of the second paragraph:

> That move is Phish fans in miniature. Someone cared enough about the song and the bit that they rebuilt a piece of pop culture around the band.

dgellowabout 3 hours ago
That doesn’t really clarify
Arainachabout 2 hours ago
It explicitly says "the band". All the context in the first paragraphs is about the music. It absolutely clarifies. The rest of the article talks about listening to the music, watching them (or wanting to watch them) in concert or in tour.

Read the article. Or just look at the top search result for Phish. Stop being lazy.

tingletechabout 3 hours ago
It's who the dead heads follow around now.
mzgabout 3 hours ago
As well as Billy Strings, Goose, King Gizzard & the Lizard Wizard, Sturgill Simpson, John Mayer…big scene these days
cmeiklejohnabout 2 hours ago
Hi, author here!

I’m really disappointed that I wasn’t in the right headspace to name this post “the trick is to surrender to the flow”, the lyric from Phish’s The Lizards.

But, you know, hindsight.

SummSolutions2 minutes ago
That would’ve been a great title!

My brother still follows them across the country. Reading this and the comments gave me real insight into what longtime developers are feeling

I’m brand new to coding and have only done some AI-assisted work while learning. It blows my mind that people can do this at a high level without assistance - major respect

I hope you find that flow again

ks2048about 3 hours ago
> I’m sad.

Simple solution: keep going what you've been doing. Open up https://relisten.net/ and keep jamming, you'll probably be fine.

willio58about 3 hours ago
> The jams are built for one continuous arc of attention. The work is staccato.

Couldn't agree more. I'm personally okay with how engineering is changing. At the end of the day, the code is a means to an end for me. That said, the "queue" aspect of how software development is headed is so real. It's a different way of working, and I find the biggest challenge is staying engaged and tuned in while you might have agents take 30 seconds here, 2 minutes there, 5 minutes there, etc. It's easy to get distracted when waiting.

Advertisement
gavmorabout 3 hours ago
This is a brilliant, obscure, high-fidelity indicator that speaks volumes (pun? pun intended) about the change and—critically—casts the change in unambiguous relief.

Programming does not exist or, rather, programming doesn't pay. Whatever this is—vibe coding, agentic software development—it's a new and different discipline, and it may be the only game in town [citation needed].

It's not even been a particularly gradual change. It's been a stark, totalizing turnover in the last 18 months. I don't know how long this era will last (maybe we'll discover a new sort of operational scurvy, and this movement will be mocked and scorned as a ludicrously anemic fad) but it'll leave a distinct layer of discoloration in the geological record.

I've never really been into Phish. Lately, I've been vibing out to the hyperactive chiptune groups Anamanaguchi and Toby Fox. Justice also makes my playlist, alongside more pathos-laden groups like The Glitch Mob and Moderat.

Hell, once I get this teams-of-teams jj-and-weave harness firmly in hand, I can pop into Agent-of-Empires and drop the needle on some Al Hirt—Music to Watch [Pulls] By.

gavmorabout 3 hours ago
FWIW my workflow is hours of intense research and design being constantly interrupted by agents finishing/choking on the last plan my previous research produced.
shomp38 minutes ago
"This is engineering. I keep being told that" -- made me laugh out loud. We've gone from painting, to pointing to finished pieces in catalogues. Not to be utterly unhinged and tone-deaf but, there are other genres, such as jazz and screamo and noise that might suit the mood more aptly.
hartatorabout 3 hours ago
> Phish

Thought it was an early AI or something.

OP, I sure it’s just a transition. AI will get faster, feedback loops shorter, and we will be back at a more traditional flow state.

makerofthingsabout 3 hours ago
This is me. Different music, same deal. Finding you’re not as alone as you thought you were is what the internet is for.
mvcosta91about 3 hours ago
Same. Used to listen 100k+ minutes/year in Spotify, most of it being Racionais MC’s while working and it’s completely gone.
natdempkabout 2 hours ago
I think flow state can come back as the models get more sophisticated/mature and then more optimized for speed. It will not be the same type of work as before, but the flow of building and engineering at the speed of thought can happen again. You can see hints of this with the faster models today.
RobRiveraabout 3 hours ago
Oddly enough i have a similar bit about electronica, but its a fine line between productive programming and distraction
itrunsdoomguyabout 2 hours ago
I wonder if he was listening to Phish while playing Doom.
slopinthebagabout 1 hour ago
Totally self inflicted btw. You can simply choose to not use agents in an autonomous way if you don't enjoy the workflow. Life is too short to do something you don't enjoy (employment aside ofc, but keep trying to change that).
sghiassyabout 3 hours ago
Been programming since I was 14 - now 44.

The flow state is gone. Sadly

Advertisement
deividabout 4 hours ago
This captures a lot of how I've been feeling lately. Thanks for sharing
UltraSaneabout 2 hours ago
I have never understood how people can program while listening to music.
sublinearabout 3 hours ago
Am I the only one who doesn't get either side of this?

AI still sucks pretty bad at writing code. The only people I've ever known to need a "flow" state to write code are junior devs.

Everyone else is used to constant interruptions and has been through every layer of abstraction many many times. This is why those with experience find it so tempting to say this job can be automated away, but they forget how many gotchas there are, how they crop up, and how brittle all this crap always was. AI is actively making this problem worse.

jazz9kabout 3 hours ago
Where you get your satisfaction matters. Is it in the end product? Or the journey producing it?

I've been writing code for 30 years. I welcome AI. It brings different challenges and can reduce the time needed for the end product.

icaseabout 2 hours ago
absolutely the journey.
cess11about 1 hour ago
I was around when cPanel and Wordpress broke through and saw professionals scoff at it and left it to others, who subsequently built the majority of web sites.

It's interesting to now see professionals making a similar move themselves when a new cPanel/Wordpress has arrived and wring their hands about how they 'get more done' but 'lost the craft'.

Inbetween I've come across quite a lot of scoffing about using XML to generate code in Java and C#, or just XML itself. Buying queries from a database corporation seems quite a bit weirder to me than designing a data schema, especially if both use cases are supposed to lead to some server boilerplate and an API on a database.

ramesh31about 2 hours ago
For me it's Toto. Musically they are incredible; a supergroup of the best session musicians in the industry who worked on some of the most iconic albums of all time. But lyrically it's complete nonsense, so you can lose yourself in the music while still being focused on what you're doing, since the words are just basically gibberish.
carlsborgabout 3 hours ago
Now the echo of my system prompts are bouncing round the room.

edit: Bouncing around the room is one of their hit songs. Give it a listen.