The biology of distributed cognition.
Cosmonapse names its primitives after the parts of a nervous system. The metaphor is precise, not decorative — each term maps exactly to a conventional distributed-systems concept. These names are canonical across the spec, SDK, CLI, docs, and every product in the Cosmonapse line.
Five layers. One nervous system.
Distributed cognition runtime
Context, memory & persistence
Observability & telemetry
Cognition analytics
Identity, security & threat response
Managed cognition platform
A Brain in motion.
A Brain is a team of Neurons. Each Neuron is reached through a Dendrite — the only component that touches the Synapse. The Dendrite carries Signals between participants and exposes orchestration primitives for whoever needs them.
Persistent state lives in Engram — written via Imprint, retrieved via Recall, and replayed or snapshotted via Echo. Observability comes from Doppler: Pulse streams live telemetry and Prism turns it into dashboards and traces. Resonance, a sub-project within Doppler, goes deeper — it is cognition analytics for the Brain, analyzing how Neurons influence each other, how Signals propagate, and surfacing emergent patterns, collaboration efficiency, and cognitive synchronization.
Security will eventually be enforced by Immune: Genome governs identity and access, Myelin encrypts every path, and Reflex with AntiBody detect and respond to threats automatically. In the managed cloud, Membrane wraps the whole runtime in an isolated execution boundary — resource quotas, network policies, and credential scoping enforced at the infrastructure level.
Doppler (Pulse + Prism) sits beside this whole picture, not inside it. It subscribes to the Synapse as a non-competing read-only consumer and sees every Signal flow past. Resonance — a sub-project of Doppler — builds on that stream to deliver cognition analytics: Flux maps propagation paths, Field models Neuron influence, Topology surfaces emergent structure, Affinity scores collaboration, and Coherence measures synchronization. In Cosmonapse Cloud, the entire stack runs inside a Membrane — sandboxed, quota-enforced, and credential-scoped at the infrastructure level.
| Cosmonapse term | Conventional term | One-line |
|---|---|---|
Cosmonapse CoreActive DevelopmentDistributed cognition runtime | ||
| Brain | Team of agents | A collection of Neurons sharing a Synapse. |
| Neuron | Agent · API · MCP server | Anything that interacts with the real world, exposed behind a pure-function interface — receives (input, context), returns output, zero protocol knowledge. |
| Axon | Agent-side tool | The only piece of Cosmonapse that lives inside the Neuron's process. |
| Dendrite | Synapse-side connector | The only component that touches the Synapse. |
| Pathway | Per-trace event handle | Returned by dendrite. |
| Synapse | Channel / stream | The transport layer all Signals cross. |
| Signal | Envelope | A single message crossing the Synapse. |
Cosmonapse EngramActive DevelopmentContext, memory & persistence | ||
| Recall | Read path · RECALL signal | Reads bound memory before a Neuron acts. |
| Imprint | Write path · IMPRINT signal | Durable writes to bound memory. |
| Echo | Replay & snapshots (next) | Records and replays Signal streams and Engram states. |
Cosmonapse DopplerActive DevelopmentObservability & telemetry | ||
| Pulse | Live telemetry | Real-time stream of Signal metrics — latency, throughput, error rates, and cost per Neuron. |
| Prism | Visualization layer | Breaks the Pulse stream into human-readable dashboards, trace graphs, and audit views. |
Cosmonapse ResonanceScopingCognition analytics | ||
| Flux | Signal propagation analysis | Tracks how Signals travel through the Brain — measuring path lengths, bottlenecks, and propagation velocity between Neurons. |
| Field | Neuron influence mapping | Models the influence each Neuron exerts on others — building a directed graph of cognitive dependencies from the observed Signal stream. |
| Topology | Emergent pattern detection | Surfaces emergent structural patterns in the Brain — clusters, hubs, and unexpected collaboration paths that arise from Signal behavior over time. |
| Affinity | Collaboration efficiency | Scores how efficiently pairs and groups of Neurons collaborate — latency, success rate, and resource cost per cognitive handoff. |
| Coherence | Cognitive synchronization | Measures the degree to which Neurons operate in temporal alignment — detecting desynchronization, phase drift, and coordination breakdowns across the Brain. |
Cosmonapse ImmunePlannedIdentity, security & threat response | ||
| Genome | Identity management | Defines and enforces the identity of every Neuron and Brain — API keys, roles, capability scopes, and namespace boundaries. |
| Myelin | Encryption & security | The insulating layer around every Signal path. |
| Reflex | Automated threat response | Monitors Signal patterns for anomalies and executes pre-defined countermeasures automatically — rate limiting, circuit breaking, Neuron quarantine. |
| AntiBody | Anomaly detection | The learning surface of the Immune system. |
Cosmonapse CloudPlannedManaged cognition platform | ||
| Membrane | Sandboxing & isolation | The boundary layer in the managed platform. |
Note: Cortex is kept as a back-compat alias for Dendrite. New code should use Dendrite directly. Axon (the agent-side tool that wraps a Neuron) remains part of the Core runtime but is an implementation detail — applications interact with Dendrites and Neurons directly.