I generally agree with what the post is saying but this part
I think that we’ll still be coding, but with some other layer, as LLMs are good with structured input, like programming languages. So we might need other programming languages than we have atm. Might we need different tools to evaluate LLMs’ output to make it deterministic? Might we need a different approach for engineering to make it scalable? Might we need more?
I just don’t see this happening to be honest. It’s the same thing people keep claiming about “prompts replacing code”
Let’s say you do make it deterministic. Then why do you need the LLM for it? You can just build a plain old compiler for it. Why add Anthropic or Open AI as an expensive middleman to your operations. There’s already a lot of admin plugins that will set up entire routes and pages based off of a db model. The reason people don’t purely work off of those is the world isn’t modeled off of simple CRUD. There are so many edge cases and requirements that aren’t easy to model in a sweeping generalization that you need some way of fine tuning that.
So if you scrap that you’re back to “prompts as code”. Which also sucks.
If you have a PR change that’s breaking production and the only change is to a prompt
Make the popup background
redblue
How the hell do you triage what went wrong? Do you revert and roll the dice that the LLM is gonna get it right? No one in their right mind would ever think this is okay in a production setting?
I don’t want to say we’ll never have a higher level extraction, but I don’t think it’ll be due to LLMs.



The author is supposedly fairly experienced. Which makes this take really baffling.
No company in their right mind is going to want to constantly throw away and switch software like shoes. There’s a reason companies employ tons of customer success people to help with migrating and onboarding. It is painful to migrate a tool over.
Also what happens with the shoe model when the customer forgot a few requirements, do you pay for the new disposable software again? Do you keep regenerating new software every time you forget a thing you need to support? And that’s assuming a small company with an easy install process. What about a large company where you have to roll this out to multiple machines at any given time?
Okay cool you pay for a web app instead so its easier to distribute. Where are you housing your disposable app? You wanna manage an AWS account yourself and manage the scaling and infra?
People don’t pay SaaS companies for functionality itself.
But all of that assumes that AI can perfectly replicate every aspect of different software. Which there’s no context window in the world that will support that. It reeks of the same “Docusign is gonna be vibecoded away vibe”. You don’t pay docusign for an interface to type your name in. You pay them to stay on top of regulatory compliance with document signatures and support various different integrations with your other tools that you have.