6/25/2026 at 4:27:56 AM
My personal experience: writing code has always been the easy part. AI does most of that now.Understanding the problem and the existing system well enough to design the right solution, even with AI assistance, is a higher cognitive load. I’m doing a lot more of that lately.
I’m more productive, but also more tired. This may be due in part to the breadth of what my team owns, which makes my day a bit more context-switchy than other teams.
As others in this thread have noted, the situation is still evolving. However, I worry less each day about being replaced by AI. There has always been more work than available bandwidth in my experience.
What seems clear to me is that expectations around velocity and throughput will increase (are increasing). AI use will be required to meet those expectations. Learning to use this new tool effectively will be essential for career progression (and preservation).
by fibonachos
6/25/2026 at 7:24:54 AM
> My personal experience: writing code has always been the easy part. AI does most of that now.The only reason dev jobs paid more (by a factor of two or more) than pure solution modeling was because "writing code" was the hard part.
If you wanted to get paid just modeling the solution and handing it off to a coding team, those jobs were available for decades, typically called Business Analysts but few devs moved from dev to BA.
> Understanding the problem and the existing system well enough to design the right solution, even with AI assistance, is a higher cognitive load.
I've found that the act of physically writing refines my understanding a lot more than simply reading.
We don't typically expect a person to read a trigonometry textbook and then perform well on an exam. They have to drill problems to surface their misunderstandings to themselves.
My fear is that, with developers adopting your approach, they're "designing" systems in much the same way that a read-the-book-only trigonometry student solves trigonometry problems.
by lelanthran
6/25/2026 at 3:20:15 PM
Perhaps solution was the wrong word for me to use here. It was intended to encompass the implementation details (abstractions, architecture, observability, etc)… All the decisions the engineers would normally make during planning and execution. Once I have that nailed down, the act of writing the code is largely mechanical.That’s the source of my “easy” framing. It has always had the lower cognitive load in my experience. Now that I can offload the mechanical part to AI, I spend more time on the hard parts.
I still read plenty of code along the way, maybe less of it now because it’s easier to surface which parts of the code I need to read.
by fibonachos
6/25/2026 at 3:23:00 PM
GP's "design the right solution" is a role between "programmer" and "business analyst" that got merged with "programmer" to become "developer" decades ago. That's where the high salary came from. It's been reemerging as "architect" now that "developer" has been watered down to include "programmer".by Izkata
6/26/2026 at 1:16:58 AM
thank you for putting into words that which has been hard for me to describe — I’ve noticed the worse a dev was at their job the more high their opinions of AI seem to be. The subject textbook analogy (trig book in your ex.) is a perfect frame of reference for why that might be the case…to further that example, many people with the help of AI are ostensibly copy pasting trig problems from the book without understanding the mechanics running through them and labouring under the impressions they’ve become closer to skilled mathematicians
by dietcokeflowers
6/25/2026 at 7:30:30 PM
Who hires “pure solution modelers”? I don’t think I’ve ever encountered someone like that.by titanomachy
6/26/2026 at 2:28:57 PM
> Who hires “pure solution modelers”? I don’t think I’ve ever encountered someone like that.They're called Business Analysts, sometimes simply Analysts, and that's effectively their job - come up with a spec and give it to the software engineers.
by lelanthran
6/26/2026 at 4:45:47 PM
I've never seen BAs execute that way. I don't think that is an accurate description of their role and its link to SWEs.by theappsecguy
6/26/2026 at 12:48:16 PM
Aren't they simply called "consultants"?by sdellis
6/26/2026 at 2:02:28 AM
There was a time back in the 1980s (and probably before) when "analyst" paid better than "programmer". The programmer wrote the code; the analyst figured out what the code was supposed to do to meet the business need.In my view, "programmer" merged with "analyst" to become "software engineer".
by AnimalMuppet
6/25/2026 at 7:38:33 PM
It’s still lower level than a business analysis though so it’s not the sameby ex-aws-dude
6/26/2026 at 10:02:12 AM
> What seems clear to me is that expectations around velocity and throughput will increase (are increasing).This is why I don’t understand why folks around here (that are employed) feel so enthusiastic about AI. We are going to be working more in a rush to produce stuff that we won’t be feeling as proud of as we did before AI. Unless you were in the profession for the money, the delights of crafting software simply go away and AI is pushing us closer to be just… well, I don’t know, but I don’t like it. Sure thing, if you are a CEO, this new state of things must be wonderful
by sdevonoes
6/26/2026 at 10:08:00 AM
I didn’t know modern (2015-2026) software engineers were making such a strong distinction between “writing code” and “designing solutions”. It’s not the majority of engineers “design” and then hand over the implementation to others (at least Ive never seen that before).From my experience, a typical software engineer needs to understand the business (e.g., knowing who your users are), design a solution (e.g., we probably need an event-driven arch right here) and write the code (e.g., we should use select for update skip locked to avoid over claiming). They all are equally challenging imho
by sdevonoes
6/27/2026 at 10:19:27 AM
exactly like this https://x.com/TBreakyour85306/status/2070811834131546196?s=2... An experienced coder can do faster, a business dev can launch faster, but a rookie coder without business cannotby penpendian
6/25/2026 at 4:45:36 AM
Agree. Also, there is a lot fog at the moment. AI generates more code, we need a lot of markdowns now to teach it how to write "good code"... and <insert here a lot of AI processes>. But at the end... a programmer has to take ownership of that code and responsibility, meaning: reading A LOT of code and/or coding more code.by vanh4lt
6/25/2026 at 4:32:07 AM
Spot on, in my experience.by ryanisnan
6/25/2026 at 5:17:36 AM
Responding to my own comment to add that I think this moment favors the curious and passionate. None of what I wrote above is a complaint. I’m having more fun now than I have in a long time.by fibonachos
6/26/2026 at 8:07:00 AM
> My personal experience: writing code has always been the easy part. AI does most of that now.That's exactly why I don't have AI writing my code. It is doing the easiest part of the job (making symbols appear in the text), which isn't actually valuable to me. A good tool should help me to do hard things, not easy things.
by bigstrat2003
6/26/2026 at 5:55:12 AM
Coding is the easy part, huh? Sure, buddy.by bellowsgulch