Programming experience is no longer a moat

skellertor1 pts0 comments

Programming experience is no longer a moat | Kyrylo Silin

I have a Computer Science degree. I’ve been writing code for more than 15<br>years. I’ve written software in more than eight programming languages, read<br>countless programming books, and used to do code golf for fun.

Yet in 2026, it feels like I no longer have much of an advantage over someone<br>who only learned React.

I posted this on X<br>and asked a simple question: if AI has compressed years of accumulated<br>knowledge into something anyone can access, what should experienced programmers<br>focus on now? What becomes the new moat?

Some people read it as a confession rather than a question.

One person, who has been programming since the 1970s,<br>replied:<br>“Wow, what an admission.”

Another said<br>that perhaps I had been a competent code-slinger but had never learned the<br>important architecture and engineering skills.

The implication was that if AI makes you question the value of your experience,<br>the only possible explanation is that you never had any. That may be a<br>comforting answer, but I don’t think it is the correct one.

Experience still matters

I have written before that<br>AI amplifies programmers rather than replacing them.<br>I still believe that.

Give an incompetent programmer a powerful model and they may produce middling<br>crap. Give a competent programmer the same model and they can produce excellent<br>work faster than ever. One of the replies made exactly<br>this point,<br>and I agree with it.

Experience helps you notice when generated code is subtly wrong. It helps you<br>ask better questions, reject bad abstractions, understand trade-offs, and know<br>when the green tests are lying to you. A beginner sees working code. An<br>experienced programmer sees the maintenance bill hiding behind it.

That is true, but it still wasn’t the point I was making.

My point is that the distance between incompetence and competence has become<br>much shorter.

AI does not need to make a beginner equal to an expert to change the economics<br>of programming. It only needs to help the beginner catch up faster than before,<br>which is already happening.

The ladder got shorter

When I started programming, knowledge was expensive.

You had to read the book, learn the vocabulary, fight with the compiler, search<br>through forum posts, misunderstand the documentation, break the program, and<br>then spend hours figuring out why. A lot of what we call experience is simply<br>the scar tissue left by repeating this process for years.

Today, a beginner can paste an error into an LLM and get an explanation in<br>seconds. They can ask for three possible solutions, request a comparison, and<br>then ask the model to implement the best one. They still need enough knowledge<br>to judge the result, but the amount they must learn before becoming productive<br>has collapsed.

The expert still starts further ahead, but the beginner no longer has to walk<br>the whole road to get somewhere useful.

That is what I mean by compression. AI has not deleted the difference between a<br>junior and a senior programmer. It has compressed it.

The manual is no longer the bottleneck

The most interesting reply came from the programmer who disagreed with me. He<br>said LLMs are<br>already excellent at systems programming. He routinely gets complicated<br>compiler tooling from them in one shot, and has had them nearly produce hardware<br>simulators from a manual in one shot too.

To me, however, this is evidence for my argument rather than against it.

The machine consumed the manual and produced the result. Now imagine that you<br>need to learn ten manuals. Would you spend months absorbing all of them before<br>starting, or would you use the machine sitting next to you? I know which option<br>I would choose.

He later compared<br>programming by hand to learning arithmetic before using a calculator, solving<br>integrals before using Mathematica, and operating manual machine tools before<br>using CNC. I agree with that too. Learning the fundamentals gives you a mental<br>model that the tool cannot install with a single prompt.

Children should still learn arithmetic, of course, but doing long<br>multiplication by hand is no longer a moat.

Knowing assembly language can make you a better programmer, but it does not<br>mean you should manually translate every program into machine code. The<br>compiler moved that work into a tool, and AI is doing something similar one<br>level higher.

The knowledge still matters, but the market stops rewarding you merely for<br>having acquired it the hard way.

Programming is becoming a commodity

This is the uncomfortable part of the discussion, because programming has been<br>such an important part of how many of us see ourselves.

Typing the same ten things by hand feels mundane when you know a machine can do<br>them faster. You already proved to yourself that you can write the code. Doing<br>it again is like reaching for a regular screwdriver when an electric one is<br>sitting next to it.

You can admire the craftsmanship of the regular screwdriver. You can practice<br>with it to...

programming code still before experience longer

Related Articles