63
The End of Coding? Wrong Question
(www.architecture-weekly.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I generally agree with what the post is saying but this part
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
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.