A new architectural pattern where specialised agents share semantically-typed observations through per-field admission, with sovereign per-user model state. Pioneered by SYM.BOT.
Mesh Cognition is a distributed-intelligence architectural pattern in which specialised agents share semantically-typed observations through a wire protocol with per-field admission, while each agent maintains sovereign learned state that is per-user and not merged across users.
The pattern is defined by five distinguishing properties.
01
Per-field admission
Agents accept or reject incoming observations field-by-field, never whole-message. Each agent carries learned admission weights per typed semantic field. The mechanism is specified as Symbolic-Vector Attention Fusion (SVAF) — see the SVAF paper for the formal definition and the MMP §4 specification for the wire-protocol form.
02
Content-hash lineage
Every claim is traceable to its source observation. Cognitive Memory Blocks (CMBs) carry content-hash keys with parent and ancestor references, stitching the collective memory into a verifiable remix graph. A receiver can always answer: which observations gave rise to this state?
03
Sovereign per-user model state
By construction, no cross-user state merging. Each user's learned model is structurally isolated. This is not a policy — it is an architectural property of the spec. Sovereignty here means one model instance per user, not merged across users by the protocol. See Personal Arousal Function paper (MeloTune) for the deployed reference.
04
Continuous-time integration
Temporal trajectories integrate through closed-form continuous-time networks, not discrete-step. This permits irregular event timing natively (no resampling, no event-binning) and produces analytic state updates suitable for sub-millisecond inference on consumer hardware.
05
On-device by default
Privacy-by-architecture: learned state stays on the user's device. The open protocol enables interop without server dependency. No cloud is required by the spec.
Mesh Cognition is not the same thing as adjacent terms in the AI / multi-agent / distributed-systems space. The pattern carves out a specific architectural commitment.
Position statement
Mesh Cognition is not a product, an orchestrator, or a network primitive. It is the architectural pattern for distributed intelligence with per-user sovereignty, formalized as an open protocol.
FIG.04 · FOUNDATIONS
Foundations.
Mesh Cognition is grounded in three peer-reviewed / preprint research papers and one open specification.
"Symbolic-Vector Attention Fusion for Collective Intelligence"
The per-field admission mechanism: how each agent learns to accept or reject incoming fields with role-indexed anchors and four-class admission outcomes (aligned / guarded / redundant / rejected).
"MeloTune: On-Device Arousal Learning and Peer-to-Peer Mood Coupling for Proactive Music Curation"
Application paper: on-device emotion-aware curation through peer-mesh. Per-listener arousal adjustment learned from behavioral signals, integrated into a continuous-time curation pipeline deployed on iOS.