Working code is not enough."
Working code is not enough."
""
"These days I witness that our AI coding agents are getting really good at one thing: getting to working code quickly. (may be the effect of RL training - tactical outcome reward system)"
""
"And that is powerful."
""
"But if your goal is to build software that remains easy to evolve, for both humans and AI agents, then generating working code is only the beginning."
""
"You still need to know what good code vs. bad code looks like."
""
"Software engineering is a rabbit hole at almost every step. There is always another abstraction, another dependency, another edge case, another architectural decision."
""
"Your guiding light cannot be:"
""
""Claude suggested this.""
""Codex generated it.""
""It feels like the right approach.""
""
"The guiding light should be the problem domain, the data, the system behaviour, and concrete evidence from your use cases."
""
"Work from the inside out."
""
"Understand the domain."
"Understand the data."
"Understand the constraints."
"Make decisions based on evidence."
"Then let the coding agent move incredibly fast.