Shared Mental Model¶
Core Idea¶
A shared mental model externalises a mental model from one reasoner's head into a publicly maintained artefact that multiple actors jointly read, update, and reference. The model's locus lies in the artefact, not in any head — so distributed action quality is bounded by the artefact's quality, freshness, and accessibility rather than by any individual's private model.
How would you explain it like I'm…
The Family Whiteboard
Everyone's Same Map
Model in the Artefact
Broad Use¶
- Team cognition: teams with high shared-model quality outperform high-individual-skill teams on coordination tasks, independent of individual ability.
- Distributed cognition: ship navigation, cockpit operation, and surgery work by having the model live in charts, dials, and checklists.
- Collaborative software: shared documents and conflict-resolving editors make the document itself the shared model.
- Engineering operations: living architecture diagrams, runbooks, and incident timelines are shared models whose staleness signals coordination failure.
- Military command: the common operating picture is an explicit shared model with doctrine assigning who updates and references it.
- Households: shared calendars and whiteboards are the same structure at a domestic scale.
Clarity¶
It separates three things surface vocabulary blurs: a private mental model in one head, common knowledge as recursive propositional certainty, and a shared mental model as an externalised, jointly maintained artefact.
Manages Complexity¶
It reduces distributed-cognition design to five decidable parameters — target domain, locus, who reads, who updates and how, and the reference convention — each mapping to a concrete pathology and fix.
Abstract Reasoning¶
It treats the artefact as a coordination prior: each agent conditions on it, so coordination bandwidth scales sub-linearly in group size rather than requiring pairwise communication.
Knowledge Transfer¶
- Ship navigation → on-call: "if your charts are stale you have no navigation practice" becomes "if your runbook is stale you have no on-call practice."
- Military → civilian: common-operating-picture doctrine transfers directly to civilian incident management.
- Distributed databases → coordination: consistency models (strong, eventual, read-your-writes) give precise language for update disciplines.
Example¶
On a ship's bridge the cognising unit is the team-plus-chart assemblage: bearings are shot and the position plotted on a cycle, the team conns off the plotted position, and a stale fix produces confident, coordinated, wrong action.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Shared Mental Model is a kind of Mental Model — The file: the EXTERNALISED sibling of a private mental_model — externalisation relocates the model's locus into a jointly-maintained artefact, buying durability/queryability/versioning a private model lacks. mental_model is the genus (the 1.037 nearest); shared_mental_model is the more-specific child. NOT a reparent — verify direction: shared = the more SPECIFIC, mental_model = parent.
Path to root: Shared Mental Model → Mental Model → Representation → Abstraction
Not to Be Confused With¶
- Shared Mental Model is not Mental Model because externalisation relocates the locus into an artefact, buying durability, queryability, and versioned history a private model lacks.
- Shared Mental Model is not Common Knowledge because the shared model shares an artefact jointly read and updated, whereas common knowledge is recursive propositional certainty about a fact.
- Shared Mental Model is not Coordination because the shared model is one mechanism that produces coordination, whereas coordination is the achieved alignment, reachable also by tacit convention or direct signalling.