Deterministic Packet Flow
Language moves through IGLOO as deterministic packets with conserved energy and bounded reasoning
Input Language
Event Log
Cognitive Bank Architecture
Specialized persistent stores that explicitly store reusable cognitive artifacts
Select a bank to explore
Click on any bank in the architecture to see its contents and metrics.
Live System Telemetry
Real-time monitoring of deterministic system behavior
Core Design Principles
Architectural laws that govern deterministic cognition
Deterministic Execution
Same inputs always produce same outputs. No RNG in reasoning paths, no wall-clock dependencies, no hidden state mutations without explicit events.
Event-Sourced Persistence
Every meaningful change is logged as append-only events. Fully replayable, auditable, simulatable, and compilable offline.
Separation of Concerns
Runtime may experiment ephemerally. Only stable, vetted structures get promoted into persistent banks. No silent drift.
Gated Promotion
Unstable or unsafe configurations can operate temporarily but cannot crystallize into permanent structure via Internal Stability Vector.
Explicit Reuse
Compiled artifacts are explicitly stored and reused. Unlike LLMs that only implicitly encode knowledge in weights.
Safety by Architecture
Safety enforced by architectural constraints, not policy prompts. No unwanted mutations, no first mutation or singularity.