This is the exact same playbook used for ChatGPT and every other model. The hype cycle never changes.
GPT-2 was “too dangerous for release.” A mere 1.5-billion parameters, and it was going to destroy the world. Now, we run 1.5B models locally on our phones, and it’s not even a big deal.
The core of problem-solving is comprised of three components.
Decide
What are we building, why are we building it, and what are we willing to lose? What is the boundary of the problem, and what are the strict subjective constraints?
Execute
The mechanical transformation. How do we translate the bounded decision into a concrete artifact? What is the syntax, the compilation, and the closed-loop generation?
Deliver
Handing the artifact over to the real world. Who owns the consequences of this state change? Who absorbs the liability if the system fails or causes harm?
Now with Neural Networks, we simply map the problem space onto a giant approximation function that attempts to solve the problem in a good-enough way.
Decide
What are we building, why are we building it, and what are we willing to lose? What is the boundary of the problem, and what are the strict subjective constraints?
Execute
Bounded Prompt → NN → Mechanical Artifact Generation
Deliver
Handing the artifact over to the real world. Who owns the consequences of this state change? Who absorbs the liability if the system fails or causes harm?
This shortens the execution process, but it doesn’t eliminate the problem.
But why can’t we automate the decision too?
An anthropocentric cope of an answer to this question is to say, “Because these damn clankers don’t have feelings and can’t understand the human condition.”
Execute
Deliver
Yet again, the same argument that I like to make: it’s a categorical fallacy.
The sole reason is simply that the decision has always been yours to begin with.
Decision is the act of choosing between options. You can’t delegate the entire act of decision-making, simply because delegation is a decision in itself.
Even if you hire a manager to delegate to their subordinates, you still had to hire the manager.
A million-dollar question, isn’t it?
The answer is never going to be “coding is solved; go study something more foundational like physics,” “nope the basics are solved; applied fields like robotics are the future,” “escape the hatch; build a quant trading empire,” or “disappear into academia; for the love of the game.”
To be respectful, those aren’t wrong action items inherently, but they just aren’t the answer to the question.
Incremental improvement is also one of the huge limitations of LLMs. They are designed to treat your prompt and the current state as absolute constraints.
Claude will do whatever you ask, which makes it an elaborate monkey’s paw underneath an approximation algorithm that strives for the next local optimum.
Here is a response you can use to shut them down:
I appreciate your opinion, and it has been weighed into the decision-making process. Ultimately, I am the one who has to live with the consequences of this decision.
I hope that being directly responsible for the outcome puts me in an advantageous position by default, in case you are worried about my uninformed judgement.
Unless you also want to take a percentage of accountability for it, which is a decision in itself that will have to recursively go through the same process. So, let’s not make things more complicated than they need to be.

