Skip to content

Commit 5a950bf

Browse files
committed
Move BDD loop note to AI section
1 parent 7351d78 commit 5a950bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2026-05-13-executable-markdown-specs-agentic-coding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ That directly solves the problems agentic development exposes:
8585

8686
The important part is not BDD ceremony. It is the feedback loop.
8787

88-
BDD plays at both ends of this loop: examples help specify the behaviour in step 1, and automated tests provide the feedback in step 4. That feedback loop is what makes it durable and valuable over a long period.
89-
9088
If the spec is continuously validated by the build, it does not silently rot.
9189

9290
## 4. Why this matters more with AI
@@ -97,6 +95,8 @@ LLMs amplify spec quality.
9795

9896
Strong specs make autonomous execution more reliable. Weak specs create scalable incorrect behaviour. Ambiguity gets amplified, not resolved.
9997

98+
BDD plays at both ends of this loop: examples help specify the behaviour in step 1, and automated tests provide the feedback in step 4. That feedback loop is what makes it durable and valuable over a long period.
99+
100100
So the bottleneck moves.
101101

102102
It is no longer only about how quickly we can generate code. The bottleneck becomes the **quality and executability of the specification itself**.

0 commit comments

Comments
 (0)