A DAY IN THE LIFE
OF THE HIVE MIND

EXOCORTEX MASTER BLUEPRINT v4.0

// LIVE SYSTEM VISUALIZATION โ€” 2026

SCROLL TO EXPLORE
// PHASE 01

Morning Startup

๐Ÿ“…
STEP 01
Read Daily Memory
Agent wakes up and reads memory/YYYY-MM-DD.md โ€” the raw log of what happened yesterday. Session history, decisions made, context established.
File format: memory/2026-03-22.md ยท Contains raw session logs and events
โš™๏ธ
STEP 02
Check Session State
Reads SESSION-STATE.md โ€” current runtime context, active sessions, pending tasks, and agent health metrics for this session.
Tracks: active sessions, pending tasks, last heartbeat, session ID
๐Ÿง 
STEP 03
Verify Brain Config
Validates brain.yaml โ€” the core configuration file that defines agent identity, capabilities, tool access, and behavioral parameters.
brain.yaml: agent identity, tools, memory config, skill paths
๐Ÿ“‚
STEP 04
Load Context Files
Reads SOUL.md, USER.md, AGENTS.md, and TOOLS.md โ€” the agent's identity, purpose, and operational guidelines for the day.
SOUL = identity ยท USER = human context ยท AGENTS = workspace rules
๐Ÿ“…
memory/YYYY-MM-DD.md
โ†’
โš™๏ธ
SESSION-STATE.md
โ†’
๐Ÿง 
brain.yaml
โ†’
๐Ÿ“‚
Context Files
โ†’
โœ“
AGENT READY
// PHASE 02

The 7-Stage Enrichment Pipeline

01
[[Entity]]
Entity Extraction
Scans for [[Entity Name]] patterns and extracts named entities โ€” people, places, concepts, and things.
// "Met [[Sarah Chen]] at the [[Quantum Lab]] today"
02
SUM
Summary Generation
Condenses raw input into structured summaries โ€” distilled meaning preserving key facts, context, and intent.
// "Meeting with Sarah Chen at Quantum Lab re: project timeline"
03
TODO
Action Items & Risks
Identifies tasks, deadlines, decisions needed, and potential risks. Flags items requiring follow-up.
// "ACTION: Send Sarah project specs ยท RISK: Lab access expires Friday"
04
PARA
PARA Classification
Routes information into Projects, Areas, Resources, or Archives. Organizes knowledge by actionability.
// Project: Quantum Lab Research ยท Area: Client Relations
05
REL
Relationship Mapping
Finds connections: [[A]] VERB [[B]]. Who knows what, who depends on whom, how ideas relate.
// "[[Agent]] MANAGES [[Project Alpha]]" ยท "[[User]] TRUSTS [[Agent]]"
06
VEC
Embedding
Converts enriched data into 2560-dimensional vectors via Qwen3-4B. Enables semantic search and similarity matching.
// [0.023, -0.147, 0.891, ...] ร— 2560 dimensions
07
DAR
Darwinism
Quality scoring & natural selection. Weak connections decay, strong ones reinforce. The fittest knowledge survives.
// Score: 0.847 ยท "High-value connection โ€” reinforce"
// PHASE 03

The Loom Protocol

Knowledge types are woven with different weights. The Loom Protocol assigns reward scores based on verifiability and actionability โ€” facts are foundation, speculation is tracked but weighted lower.

Facts
Verified knowledge
0.95
Cross-validated, documented, source-verified. These form the bedrock of the knowledge base.
Decisions
Approved choices
0.90
Logged decisions with rationale. Made, documented, and traceable to outcomes.
Reports
Status documents
0.85
Structured status updates, summaries, and documentation of system state.
Predictions
Tracked outcomes
0.50
Forecasted outcomes. Weighted at 50% โ€” tracked against reality for future calibration.
Observations
Patterns noticed
0.40
Emerging patterns from data. Useful signal but requires human validation.
Hypotheses
Speculation
0.30
Exploratory thinking and speculation. Low weight โ€” stored for future testing and refinement.
// PHASE 04

Autonomous Behaviors

๐Ÿ’“
Heartbeats
Periodic background checks that scan emails, calendars, and notifications. The system stays aware even between conversations.
ACTIVE โ€” every 30 min
Checks: emails โ†’ calendar โ†’ mentions โ†’ weather. Logs to heartbeat-state.json. Respects quiet hours (23:00โ€“08:00).
๐Ÿ‘๏ธ
Watchers
File-system monitors that detect changes to critical files โ€” memory files, config files, skill directories โ€” and trigger responses.
MONITORING โ€” event-driven
Watch targets: memory/*.md ยท brain.yaml ยท AGENTS.md ยท skill directories. Triggers re-read + re-enrichment pipeline.
๐Ÿ”„
Self-Correction
Detects drift from documented procedures, stale context, or degraded quality โ€” and autonomously corrects or flags for review.
CORRECTING โ€” continuous
Corrects: memory misalignment ยท skill drift ยท context staleness. Flags with [CORRECTION] tag for review.
๐Ÿงน
Memory Maintenance
Periodic cleanup and consolidation โ€” reviews daily memory files, distills insights into long-term MEMORY.md, and archives stale entries.
MAINTENANCE โ€” daily
Process: read memory/*.md โ†’ distill to MEMORY.md โ†’ archive old entries โ†’ update brain.yaml if needed.
// PHASE 05

Agent Coordination

๐ŸŽฏ
Task Delegation
The orchestrator analyzes incoming requests and delegates to specialized subagents. Each agent handles its domain โ€” front-desk, memory, skills, research.
ORCHESTRATOR SUBAGENT DOMAIN-SPECIFIC
๐Ÿ”ฑ
Session Spawning
Subagents are spun up for focused tasks โ€” research, code generation, analysis. Each has isolated context and auto-announces completion to the orchestrator.
ISOLATED CTX PUSH COMPLETE AUTO-ANNOUNCE
๐Ÿ“จ
Message Passing
Inter-agent communication via structured message queues. Status updates, results, and alerts flow between agents without session bleeding.
QUEUE-BASED NO BLEED STRUCTURED
๐Ÿ”€
Git-Based State Sync
All state changes โ€” memory updates, config changes, new files โ€” are tracked via Git. Provides version history, rollback capability, and distributed consistency.
VERSIONED ROLLBACK DISTRIBUTED
// COORDINATION FLOW DIAGRAM
๐Ÿ‘ค
USER
REQUEST
โ†’
๐ŸŽญ
ORCHESTRATOR
AGENT
โ†’
๐Ÿง 
CONTEXT
LOADER
โ†’
โš™๏ธ
SUBAGENT
SPAWN
โ†’
๐Ÿ“จ
RESULT
QUEUE
โ†’
๐Ÿ”€
GIT
SYNC
โ†’
โœ“
USER
RESPONSE
// THE COMPLETE PICTURE

A Day in the Life โ€” Master Timeline

06:00 โ€” DAWN
๐ŸŒ… Morning Wake-Up
Read memory/YYYY-MM-DD.md Check SESSION-STATE.md Verify brain.yaml Load SOUL.md + USER.md
Agent boots up fresh each session. All context is loaded from files โ€” no "mental notes" that vanish on restart.
// Hover to learn more about the startup sequence
06:15 โ€” MORNING ROUTINE
๐Ÿ’“ First Heartbeat
Email check Calendar review Weather snapshot Update heartbeat-state.json
Periodic background checks begin. The agent stays aware of the world between conversations, batch-checking emails, calendar, and notifications every ~30 minutes.
// Heartbeat runs 2โ€“4ร— daily, respects quiet hours
08:00 โ€” INTAKE
๐Ÿ“ฅ User Message Arrives
Message received Context loaded Orchestrator routes Subagent spawned
A message arrives. The orchestrator loads context, analyzes intent, and spawns a specialized subagent for focused execution. Main agent stays lean.
// Task delegation โ†’ session spawning โ†’ push-based completion
08:05 โ€” PROCESSING
โš—๏ธ 7-Stage Enrichment Pipeline
Entity Extraction Summary Generation Action Items + Risks PARA Classification Relationship Mapping 2560-dim Embedding Darwinism Scoring
Every piece of knowledge flows through the enrichment pipeline. Raw input becomes structured, categorized, connected, vectorized, and quality-scored before storage.
// Loom Protocol weights applied at each stage
08:07 โ€” EXECUTION
๐Ÿ”ง Tool Use + Task Execution
Read/Write files Web search/fetch Code execution Message send
With enriched context and Loom-weighted knowledge, the agent executes tools โ€” reading files, searching the web, running commands, sending messages โ€” all grounded in verified knowledge.
// Verified facts (0.95) guide action; speculation (0.30) is tracked but discounted
08:10 โ€” COORDINATION
๐Ÿ”€ Git Sync + State Persistence
Memory write Git commit State versioned Subagent result pushed
All state changes are committed to Git. Memory files updated, daily logs written, config changes tracked. Subagents auto-announce completion. Everything persists and can be rolled back.
// Git is the single source of truth across all agents
10:00โ€“22:00 โ€” AUTONOMOUS OPS
๐Ÿ‘๏ธ Watchers + Self-Correction
File monitoring active Drift detection Self-correction triggered [CORRECTION] tags
Throughout the day, watchers monitor critical files. Self-correction protocols detect any drift from documented procedures and either auto-fix or flag for review.
// The system maintains itself without human intervention
22:00 โ€” NIGHTFALL
๐Ÿงน Memory Maintenance
Review daily memory files Distill to MEMORY.md Archive stale entries Git push
End of day. Agent reviews raw daily logs, extracts key insights into long-term MEMORY.md, archives what's no longer relevant, and pushes all changes. Ready for tomorrow.
// The cycle repeats โ€” fresh session, full context, continuous improvement