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 Abstractions¶
Current abstraction Shared Mental Model Prime
Parents (1) — more general patterns this builds on
-
Shared Mental Model is a kind of Mental Model Prime
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.
Children (2) — more specific cases that build on this
-
Behavior-Driven Development Domain-specific is part of Shared Mental Model
shared_mental_model: scenarios provide a jointly inspectable account of expected system behavior. -
Common-Operating-Picture Breakdown Domain-specific presupposes Shared Mental Model
Common-operating-picture breakdown presupposes an engineered shared mental model whose currency, completeness, consistency, or use has failed.
Hierarchy path (1) — routes to 1 parentless 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.