Skip to content

Commit 7051333

Browse files
author
Paul Duvall
committed
docs(patterns): embed Harness Engineering article link in lens intro
1 parent b6b02cb commit 7051333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This repository provides a structured approach to AI-assisted development throug
104104

105105
## Harness Engineering Lens
106106

107-
Birgitta Böckeler's framing — **`Agent = Model + Harness`** — describes the controls built *around* a coding agent (separate from the model) to make its output trustworthy. This is not a pattern to adopt; it is a lens that explains *why* the patterns below work together. Every control is one of two kinds and runs in one of two ways:
107+
Birgitta Böckeler's [Harness Engineering](https://martinfowler.com/articles/harness-engineering.html) framing — **`Agent = Model + Harness`** — describes the controls built *around* a coding agent (separate from the model) to make its output trustworthy. This is not a pattern to adopt; it is a lens that explains *why* the patterns below work together. Every control is one of two kinds and runs in one of two ways:
108108

109109
- **Feedforward (guides)** steer the agent *before* it acts.
110110
- **Feedback (sensors)** observe *after* it acts so it can self-correct.

0 commit comments

Comments
 (0)