LearningMachine with a shared store and a global namespace makes the team’s learning institutional, not per-agent.
team_learnings store, so the capture above is already in the next agent’s context.
Per-agent vs institutional
| Per-agent memory | Institutional learning | |
|---|---|---|
| Scope | One agent | Every agent and team that shares the store |
| Namespace | The user or agent | "global" |
| Effect | This analyst remembers | The committee remembers |
What to capture
| Worth a learning | Not worth a learning |
|---|---|
| ”Analyst estimates lag this sector by a quarter” | A one-off number from a single query |
| ”This data source double-counts renewals” | A restatement of the mandate |
| A correction to a conclusion that was wrong | A summary of what was already in the library |
Modes
| Mode | Behavior | Use for |
|---|---|---|
ALWAYS | Capture runs after every response | Steady accumulation of observations |
AGENTIC | The agent decides what is worth keeping | Research, where signal-to-noise matters |
PROPOSE | A human approves before it persists | Anything that changes how the team decides |
Next steps
| Task | Guide |
|---|---|
| Feed it grounded context too | Grounding research |
| Audit what changed the team’s mind | Structured deliverable |