7/21/2026 at 7:13:33 PM
Quote of the main point in the article: In other words, the hard part moves from recall (“How do I write this?”) to judgment (“Does this actually make sense?”)
This is very true. But to evaluate if it makes sense, you first need experience writing the code. I am glad I learned software development over 15 years ago, and not today. AI is a super power, but without the experience to guide it, it can go horribly wrong really quickly.
by bnfcl
7/21/2026 at 7:28:57 PM
Yup!. Over 30 years experience here. Landed on the same place with the added feeling of "We were always intended to develop the judgement of what makes sense and maintainable, where is the surprise here?"People want the "Fluent Text Generator" to think for them because its marketing calls it AI. At the end is just a tensor collection, probabilistically backtracked adjusted, text generator. It does produces fluency in the answer, but the fact that it sounds correct, to the point of passing a compiler approval, has nothing to do with been well thought out.
by jorgeleo
7/21/2026 at 8:59:53 PM
I think it's easier to make your point without the baggage of the mechanism assertions.The code is just wrong a lot. By denying the possibility of emergent phenomemona or model interiority you just hand the hypsters an easy point to score.
The code is just wrong, all the time. You're right about the part that matters and that we can measure.
by reinitctxoffset
7/21/2026 at 8:12:55 PM
"How can we dig a well here" and "should we dig a well here" are neither mutually exclusive nor sufficient in their own regard.Cant answer should we without having done a lot of it before. Cant learn unless you actually do it and see the consequences through.
by gofreddygo
7/21/2026 at 9:30:23 PM
and yet it's also incredibly effective to be able to recognize "oh this plot is incredibly similar to these 100 other plots and there appears to be a pretty consistent pattern to what is driving where the well is built, and they are all constructed in a very similar fashion, i am just going to copy what they did"AI is very useful when you dont need to invent anything new
by order-matters
7/21/2026 at 10:24:14 PM
Right up until you cut that fiber cable or gas line.by cratermoon
7/21/2026 at 7:48:56 PM
Yep, I feel fortunate that programmers that made it well before AI are going to be very sort after in a world where software development is going to explode and be in very high demand.by leke
7/21/2026 at 7:50:46 PM
Sort?by NuclearPM
7/21/2026 at 7:57:20 PM
Soughtby mondrian
7/21/2026 at 7:56:14 PM
"sought"by gjvc
7/21/2026 at 7:44:49 PM
Yes a LLM is mostly an information memory de vice, but as a worker you still have to vet it.I believe the human constraint made us find ways to layer and modularize systems so it is easier to check. Now the LLM produces a lot of code and abstraction have to be enforced. Something is missing.. (resonates with the latest Pocoo blog)
by agumonkey
7/21/2026 at 7:20:32 PM
That's where I've landed too. Maybe I'm just delusional and telling myself a comfortable story, but I think my ~15 years of experience building software by hand lets me utilize these robots in a way that people lacking it simply can't.I still absolutely loathe talking to them and using them. But I feel less scared about losing my career these days. Work wants me to use it, I'm using it at work. In my hobby projects I still code by hand.
by mostlysimilar
7/21/2026 at 7:25:56 PM
Yep, that's definitely true... for now.The thing that concerns me, however, is that just a year ago it was only useful for doing things like reminding me how to read in a file. Now it's at the level of a competent junior, who can almost do the whole task from start to finish but needs a little supervision.
All the AI companies are retaining the messages we're sending to their agents to train the next models. I wouldn't be surprised if the agents will be able to do what I'm doing in a year or two.
UPDATE: I'm getting a lot of replies to this thread and while I'm not trying to be argumentative here, I have to ask if a lot of them aren't rooted in denial... it's been a hard adjustment process for me too.
by asdfman123
7/21/2026 at 7:42:59 PM
> All the AI companies are retaining the messages we're sending to their agents to train the next models. I wouldn't be surprised if the agents will be able to do what I'm doing in a year or two.Some things are very easy to solve via code (see https://xkcd.com/1425/), and others are extremely difficult.
For LLM based AI, it can be trained to write functionally correct code easily - there's tons of pre-existing code and documentation that can let AI learn patterns (LAMP stack, messaging queue, etc) and syntax.
Judgement is much more difficult. For some things "Should I go with a message queue for this problem?", there's a known set of solutions as to what works best in a specific situation, sure, LLMs can answer that easily.
But when it comes to turning human goals into code that does the job correctly and is maintainable and stable?
That's a heck of a lot different. Without human guidance and having tons of context gained by years of experience dealing with the very nuanced and situational judgement calls needed, LLMs are going to fail at doing a decent job.
LLMs (and junior people) don't know what they don't know. I think it will be really difficult to get a LLM to work well at a senior / staff level where it's more about coordination, working with human beings, handling situations based on legacy code, knowing what will and won't be fragile, etc.
by LinuxAmbulance
7/21/2026 at 7:51:27 PM
Exactly, tacit knowledge is not easily added as AI training data.by bnfcl
7/21/2026 at 7:54:08 PM
> Some things are very easy to solve via code (see https://xkcd.com/1425/), and others are extremely difficult.Note that comic is about a task that AI has already conclusively solved...
by asdfman123
7/21/2026 at 10:05:24 PM
The irony is not lost on me!by LinuxAmbulance
7/21/2026 at 7:35:34 PM
People were saying the exact same thing exactly a year ago. “Last years models were no good, but this year we can do anything; so what about next years models?” the people said in July of 2025.Well... Now we have next years models, and people are still saying: “Last years models were no good, but this year we can do anything; so what about next years models?” And I am pretty sure in July 2027 (if this whole thing hasn’t collapsed in on it self by that point [very likely]) you all will be saying: “Last years models were no good, but this year we can do anything; so what about next years models?”
by runarberg
7/21/2026 at 8:15:14 PM
Who is talking like this? Presumably the people looking forward to next year's models find some value out of this year's.You seem to want it to collapse, but that's not the argument you person you're responding to is making.
by orangedog
7/21/2026 at 9:04:35 PM
It is in fact very common:https://hn.algolia.com/?dateEnd=1753056000&dateRange=custom&...
In particular those of us rooting for the collapse of AI were complaining about this speech a year ago as well:
by runarberg
7/21/2026 at 8:25:13 PM
You must really have your head in the sand if you truly believe AI will not soon be very close to, if not better than, humans at writing code.by webdood90
7/21/2026 at 8:56:21 PM
That is simply not technologically possible. You are speaking in science fiction here. You cannot train a neural network on existing things and then by some magic have the model be better then the training data. The laws of statistics prohibit it.by runarberg
7/21/2026 at 7:43:31 PM
For anything that isnt generic I find the effectiveness drops off very quickly.It's already 100x better at writing todo apps than the average senior developer but when I get it to try and achieve something unusual using a relatively obscure library it flails.
by pydry
7/21/2026 at 8:16:58 PM
> UPDATE: I'm getting a lot of replies to this thread and while I'm not trying to be argumentative here, I have to ask if a lot of them aren't rooted in denial...I do think there is a very common denialism that is rampant causing many people to believe on what is essentially faith that AI is going to get just good enough to be a perfect assistant to them, but then magically halt on progress right before it entirely replaces them.
And to be clear I believe LLMs are likely to plateau before they replace literally everyone working in software development, but I also think that a lot more than n% of developers believe they will be part of the n% who will survive unscathed, where n ends up being quite a small number.
by georgemcbay
7/21/2026 at 8:21:36 PM
in a decade, we're all going to say how developers job is so different and yet still the same as it was 10 years ago.by gofreddygo
7/21/2026 at 8:24:28 PM
If in a decade we are discussing that online as opposed to tips on how to survive the most recent wet bulb event, then... wonderful, I'll take it.I am less optimistic than you, but would love to be wrong.
by georgemcbay
7/21/2026 at 7:44:09 PM
> Now it's at the level of a competent junior, who can almost do the whole task from start to finish but needs a little supervision.Define tasks!
The most important aspects is that they’ve always been good at applying patterns, but have no discernment into why and the specific adjustments that needs to be done for a particular contexts. It’s rare that I can’t find discrepancy at the edges if several patterns have been used.
We already have good tools for patterns. It’s called code reusability. So frameworks, libraries, code generators, paradigms, snippets, and the mighty copy and paste (there’s a reason vim has like 26 registers).
Software development is all about managing complexity, which LLM are notoriously bad at. A little supervision won’t cut it.
by skydhash
7/21/2026 at 7:38:09 PM
I find myself just jumping up the abstraction ladder, aiming for more and more ambitious projects. It's like electric mountain bikes; at first there was a lot of objection across the purists (and there still is), but eventually people understood you put in the same effort just go longer and faster. I work the same hours and strain my thought just as much but my output is significantly more ambitious. Left to their own devices even SOTA models like Fable would produce a complete mess over time, fine locally but awful globally. Admittedly, I don't know if it's the nature of the beast or if I'm just not thorough enough with my prompting and let the LLM guess what I want to end up with; but clearly some directional expertise is required.by flyinglizard
7/21/2026 at 7:40:24 PM
Understanding the fundamentals of anything will always be a valuable skill, and that only comes from hard work and experience. And much of the experience lies in tacit knowledge, not easily added as AI training data.That, combined with knowing what to build, and more importantly what NOT to build, I don’t think AI ever will take away from us.
by bnfcl
7/21/2026 at 8:17:45 PM
> hobby projects I still code by handSo true. I was too blinded to not notice the joy of my hobby getting sucked away by not doing it by hand.
by gofreddygo
7/21/2026 at 7:21:09 PM
I wonder about this. One would think new programmers, like old, will learn through experience to care most about the things that matter, and ignore things that don’t. In 10 years my pre-AI experience may condition me to waste time thinking about struct packing, while younger developers simply won’t know or careby guywithahat
7/21/2026 at 7:26:55 PM
I think the problem will be that there was only so much we could do wrong while we were learning 15+ years ago and our mentors had a reasonable scope to watch around us as we learned. People learning now can get a coding agent to build the entire system for them and it is much harder for the mentor to review that work.My concern is how much damage could be done by someone learning 15+ years ago vs someone learning now.
by cdkmoose
7/21/2026 at 7:38:01 PM
> thinking about struct packing, while younger developers simply won’t know or careThat particular ship sailed more than 15 years ago. Back then if you asked people trained on high level GC-based languages about low level details or memory allocation, they wouldn't know.
by asveikau
7/21/2026 at 7:57:53 PM
But I feel like over the last ~10 years there's been a trend back towards learning more about them (e.g., with Rust and new C# features, or with C++ Win32 programming becoming a cool hipster thing somehow)? Or maybe that's just my own personal bubble.by contextfree
7/21/2026 at 8:07:23 PM
If you have to care about this stuff, then you do. I think it’s that simple.by devin
7/21/2026 at 8:53:27 PM
This is called the bargaining phase.by techteach00
7/21/2026 at 8:56:21 PM
I am using a model that runs on a 100 GB300s, near AGI, all bets are off, $10B training run on a 1GW cluster, and it can't realize that when I told it to "please implement v2 of feature X" that I mean delete v1, not support v1 and v2 together, in a weird Frankenstein's monster of the two. Sorry, but I think my job is quite secure for the forseeable future.by typon