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: src/content/notes/agent-patterns.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,9 +174,9 @@ Three structural pairs run through the rest of the framework:
174
174
175
175
| Pair | Architecture Reading |
176
176
| --- | --- |
177
-
| Perception <->Governance| Perception is the entry gate. Governance is the exit gate. One controls what enters attention; the other controls what leaves as action. |
178
-
| Memory <->Collaboration| Memory is state across time. Collaboration is state across actors. Both decide where knowledge lives and how it moves. |
179
-
| Reasoning <->Reflection| Reasoning proposes. Reflection audits. Both spend judgment budget under the same latency, reliability, and cost constraints. |
177
+
| Perception <-> Governance | Perception is the entry gate. Governance is the exit gate. One controls what enters attention; the other controls what leaves as action. |
178
+
| Memory <-> Collaboration | Memory is state across time. Collaboration is state across actors. Both decide where knowledge lives and how it moves. |
179
+
| Reasoning <-> Reflection | Reasoning proposes. Reflection audits. Both spend judgment budget under the same latency, reliability, and cost constraints. |
180
180
181
181
Each pair is one resource-allocation problem seen from opposite ends. Read this framework as paired chapters rather than seven independent modules, and the matrix stops being a taxonomy and becomes an architecture.
0 commit comments