Skip to content

Commit e960904

Browse files
committed
Move BDD loop note to section five
1 parent d5b233f commit e960904

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
@@ -95,8 +95,6 @@ LLMs amplify spec quality.
9595

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

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-
10098
So the bottleneck moves.
10199

102100
It is no longer only about how quickly we can generate code. The bottleneck becomes the **quality and executability of the specification itself**.
@@ -122,6 +120,8 @@ Put together, the practical workflow becomes:
122120

123121
This is where BDD and AI fit together naturally.
124122

123+
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.
124+
125125
BDD is doing work at step 1 and step 4: it turns behaviour into examples up front, then turns those examples into tests that keep the loop honest. The spec gives the agent intent. The agent plans the work, builds the change, and runs tests to close the feedback loop. That is what makes the specification durable over time.
126126

127127
Gauge fits this model well:

0 commit comments

Comments
 (0)