Skip to content

Commit 7351d78

Browse files
committed
Move BDD feedback loop note
1 parent dfa99da commit 7351d78

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
@@ -35,8 +35,6 @@ The emerging workflow is simple:
3535
3. **Agent Builds**
3636
4. **Agent Runs Tests**
3737

38-
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.
39-
4038
Weak specs still produce weak outcomes. LLMs do not remove ambiguity. They often scale it.
4139

4240
## 2. The industry is converging on “spec-first”
@@ -87,6 +85,8 @@ That directly solves the problems agentic development exposes:
8785

8886
The important part is not BDD ceremony. It is the feedback loop.
8987

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+
9090
If the spec is continuously validated by the build, it does not silently rot.
9191

9292
## 4. Why this matters more with AI

0 commit comments

Comments
 (0)