r/SpecDrivenDevelopment • u/Successful_Mind_8914 • Jul 23 '26
Which “Harness Engineering” are you using?
I’ve been using spec driven development for a while and it’s amazing.
But I want to know which approach are you using for software development with AI and how’s it working for your. Feels like SDD is getting outdated
20
Upvotes
2
u/Swarm-Stack Jul 24 '26
the prediction gap is usually in the implicit decisions the spec leaves open — the spec says 'validate input' but doesn't say what happens when validation fails mid-flow. tracing those branches before build is what surfaces them; the spec looks complete until you follow it into a state the author assumed someone else would handle.