Skip to content

Commit afb4e3a

Browse files
fixed <->
1 parent c84e1ee commit afb4e3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/notes/agent-patterns.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ Three structural pairs run through the rest of the framework:
174174

175175
| Pair | Architecture Reading |
176176
| --- | --- |
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 &lt;-&gt; 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 &lt;-&gt; Collaboration | Memory is state across time. Collaboration is state across actors. Both decide where knowledge lives and how it moves. |
179+
| Reasoning &lt;-&gt; Reflection | Reasoning proposes. Reflection audits. Both spend judgment budget under the same latency, reliability, and cost constraints. |
180180

181181
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.
182182

0 commit comments

Comments
 (0)