Write code, not specs
TLDR Dev 2 weeks ago ● 6 sources
A developer argues that when using AI coding agents, writing code directly rather than detailed specifications leads to better maintainability and quality control. The approach involves establishing patterns through manual coding, then gradually expanding what the agent handles while maintaining human oversight through tests and code review. This method preserves developer understanding of the system and prevents the brittleness that comes from trying to maintain both specs and code.