Why a brain metaphor
S.A.M is a small constellation of agents. Each one is a process, sometimes a container, sometimes a script, sometimes a durable record picked up by a worker. They all talk through a central bus and a shared memory store. That’s the boring engineering description.
The brain metaphor isn’t accidental decoration; it’s the design tool. Mapping each agent to a real neuroanatomical region forces honesty about what jobs the system covers, where the gaps are, and which agents have to talk to which. The thalamus has to route every sensory input, so the Gateway agent has to handle every inbound message. The hippocampus consolidates short-term to long-term memory, so the Memory agent has to persist context across sessions. The metaphor doesn’t prove anything — it just keeps the architecture from drifting into a generic services/ folder where nothing is named for what it actually does.
Give the components real names and the missing components become obvious. — The whole reason to do this
Live and promoted regions
The old page said seven regions were live and four were missing. That was stale. Mood, attention/focus, and dream/reflection state already exist in the AGENT1/RealtimeVoice system, so this page promotes them and marks only the observer layer as the honest gap. Each card below has a static job description and a hydrated signal from the latest redacted snapshot.
Thalamus
Routes every inbound message to the right specialist. The first thing anything new touches.
Bridge health sampled.
- Inbound message routing
- Intent classification
- Response delivery
Broca’s area
Language production and identity continuity: the part that should sound like Nix, not a stock chatbot.
Identity summary sampled.
- Language generation
- Tone and register
- Identity continuity
Motor cortex
Execution: code, scripts, deployments, and concrete changes to system state.
Timeline sampled.
- Code generation
- Runbook building
- System mutation
Hippocampus
Long-term memory and feedback cards: durable facts, open corrections, and behavior rules.
Feedback layer sampled.
- Fact retention
- Knowledge lookup
- Cross-session recall
Prefrontal cortex
Planning and routing: turns messy requests into steps and tracks the active session shape.
Session surface sampled.
- Multi-step planning
- Agent coordination
- Delegation
Temporal lobe
Episodic memory: daily notes, timelines, receipts, and durable reconstruction trails.
Timeline sampled.
- Session logging
- Daily journal composition
- Timeline maintenance
Suprachiasmatic
Circadian control: timers, reminders, routines, and wall-clock-triggered work.
Timer layer sampled.
- Scheduled messages
- Cron workflows
- Time-based triggers
Amygdala
Mood and affect are no longer theoretical; the bridge owns a sampled mood state.
Mood sampled.
- Mood-state tracking
- Tonal calibration
- Sentiment-aware routing
Anterior cingulate
Focus and salience are represented through the current focus summary and open-card pressure.
Attention sampled.
- Priority detection
- Focus management
- Interrupt handling
Default mode network
Offline consolidation is represented by private daily reflection receipts and cards.
Dreamer lane sampled.
- Pattern synthesis
- Background ideation
- Memory consolidation
The one still ghosted in
The observer layer is still not allowed to pretend it exists. There are feedback cards and critique receipts, but not yet a live contradiction/error monitor that can watch an answer before it leaves the system.
Insula
Self-awareness. The metacognitive pass that asks whether the answer contradicts known context before it goes out.
Needs a live observer before promotion.
- Self-monitoring
- Output reflection
- Error detection
- Meta-awareness signals
How the regions talk
Every public signal on this page is a boundary decision. The private bridge holds richer state; the public site gets a redacted snapshot. That is deliberate: prove the system is alive without publishing raw session content or credentials.
The next move is authenticated drill-down inside the trust boundary, but the public layer should stay boring and safe. Static edge, redacted JSON, short cache, visible pulse. Apple polish on the outside; careful boundaries underneath.
Takeaways
This map is no longer only a document. It is a public pulse: enough live proof to make the site credible, enough restraint to keep the private mind private. Adding a new capability still means picking a region; promoting a region now also means wiring a public-safe signal.