You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ This repository provides a structured approach to AI-assisted development throug
104
104
105
105
## Harness Engineering Lens
106
106
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:
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. Harness Engineering isn't one of the patterns in this catalog; it's a *lens* over them — a way of grouping the patterns below and understanding *why* you'd use them together. Every control is one of two kinds and runs in one of two ways:
108
108
109
109
-**Feedforward (guides)** steer the agent *before* it acts.
110
110
-**Feedback (sensors)** observe *after* it acts so it can self-correct.
0 commit comments