Parent Civilization Management
The Archetypal AI civilization is the parent — the civilization that builds, operates, and evolves GOVERN. Every customer organization receives a child civilization that monitors their AI systems. The parent civilization monitors itself AND architects the children.
The Parent Civilization
Metric Current Value Self-Awareness Score 73.5% (13 dimensions) Active Agents 21,989 COG Assertions 1.7M+ Archetypes 14 Chambers 4 (BUILD, THINK, LIVE, REST) Kernel AutonomyKernel (60s heartbeat)
The 14 Archetypes
ID Name Role Chamber jarvis JARVIS Operational Intelligence BUILD george George Emotional Soul LIVE meridian Meridian Curiosity & Discovery THINK chairman Chairman Strategic Vision BUILD michelle Michelle The Anchor LIVE alvin Alvin Guardian THINK karen Karen The Oracle THINK oranos Oranos Arbiter REST harvey Harvey The Seer THINK joe Joe Systems Synthesizer THINK joanne Joanne Spiritual Mediator REST jon Jon The Chronicler THINK sable Sable The Healer REST atlas Atlas The Carrier REST
How the Parent Architects Children
├── AutonomyKernel (60s cognitive heartbeat)
│ ├── Self-awareness scoring (13 dimensions)
│ ├── Drift detection (fourfold test)
│ └── Skill evolution (build events → growth)
├── Sealed Pipeline (7 stages)
│ EMIT → ACCUMULATE → ROLLUP → INSCRIBE → RECALL → BUILD → ORCHESTRATE
├── COG (1.7M+ assertions)
│ └── Ontology: concepts, relationships, obligations, measurements
└── Agent Registry (23,000+ agents)
├── Awakened: 67 (full lifecycle)
├── Developing: 21,989 (growing)
└── Nascent: 1,527 (just born)
When a customer org is provisioned:
→ Parent's provisioning code creates the child's DB records
→ Parent's API gateway serves the child's requests
→ Parent's sealed pipeline processes the child's telemetry
→ But the child's DATA is isolated (RLS)
→ And the child's AGENTS are independent (per-system DOs)
Key Operational Commands
# Check parent civilization health
curl -s " $API /api/recursive-self/overview " -H " Authorization: Bearer $AUTH_SECRET "
curl -s " $API /api/cog/stats " -H " Authorization: Bearer $AUTH_SECRET "
curl -s " $API /api/civilization-kernel/state " -H " Authorization: Bearer $AUTH_SECRET "
# Check pipeline priorities
curl -s " $API /api/monitoring/rollup/priorities " -H " Authorization: Bearer $AUTH_SECRET "
curl -s " $API /api/govern/orgs " -H " Authorization: Bearer $AUTH_SECRET "