Engineering principles still matter.
The frustrating thing now is that AI has demolished the ability to look at the finished product and tell if it's good.
I do not think the tool is useless.
I think the proof moved.
Engineering is in how I structure the work, architect agents, apply DRYP, constrain the system, review output, and decide what must be deterministic.
"It's only failure if you don't learn from it."
The viral k10s post is making me think of that line. Two people can learn different things from the same failure.
shvbsle is going back to writing code by hand. I am going the other way: encode the failures.
Post: https://t.co/MgsuLPqH6z
The point of agentic engineering is not trusting the agent more.
It is forcing more of what you know into systems the agent has to obey.
Failures are data. They tell you what you assumed and never enforced.
"Real Programmers Don't Use Pascal."
Datamation, 1983. Ed Post's satire of FORTRAN holdouts rejecting the new layer.
The joke still works. Replace Pascal with AI.
AI has the same shape now.
Some engineers refuse the new layer because the slop is real. Some use it everywhere because the tools are powerful.
Both miss the point. The skill is asking what kind of work this is.
The FORTRAN crowd had reasons. Optimizing compilers. Array model. Scientific libraries. Pascal looked like a teaching language.
They were right about parts of the 1983 tool.
But the tool did not have to win for the ideas to spread: structure, readability, compiler checks.