Vibe Coder HQ retweetledi

Why on earth would you want to revert to Spec-Driven Development?
Yes, agents are way faster at writing code. And (some) humans are better at system thinking. But we also suck at planning.
Any experienced engineer knows you simply cannot sit down, write the specs and then write the software that matches it. At least not if you plan on writing something "good".
You need to work through the problem to understand its boundaries and shape a solution that makes sense.
Just leverage the fact that writing code is cheap:
1. Prototype,
2. Document learnings,
3. Rewrite based on learnings,
4. Document solution,
5. Refactor,
6. Document changes.
Even if you have to repeat parts or all of this, you'll get to a good solution faster than with SDD.
English

























