Skip to content

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

When your whole family is building a big LEGO castle, you don't each keep the plan only in your own head. You put one picture of the castle on the table where everyone can see it. Then everybody looks at the same picture to know what to build next, and if it changes, you change the picture so it's never wrong. That way nobody is secretly building a different castle.

Everyone's Same Map

A shared mental model is when a group takes the picture of how something works out of one person's head and puts it somewhere everyone can see and change — like a shared map, a checklist, or a whiteboard. Everyone can read it, and everyone knows the others can read it too, so they're all working from the same picture. Someone has to keep it up to date, or it slowly turns into a wrong, dusty old version. The group also agrees to trust the shared picture instead of going back to their own private guesses. When it's good and fresh, the team works well; when it's stale, the whole team makes mistakes.

Model in the Artefact

A shared mental model is a mental model pulled out of one person's head and turned into a public artifact, like a dashboard, runbook, or living document, that a whole group reads, updates, and treats as the anchor for their shared reasoning. The key commitment is that the model's home is the artifact, not any one head, so the group's action quality is limited by how good, fresh, and accessible that shared thing is, not by any individual's private picture. It needs five parts: a target domain to reason about, an external representation of it, joint read access where everyone knows the others can see it too, update discipline to keep it matching reality, and a convention that the group treats it as authoritative. It differs from a private mental model, which lives in one head, and from common knowledge, where what's shared is a fact everyone knows everyone knows, rather than a maintained artifact.

 

A shared mental model is the structural pattern in which a mental model is externalized from a single reasoner's head into a publicly maintained artifact that multiple actors jointly read, update, and reference, so the artifact anchors distributed cognition rather than each person's private model. The defining commitment is that the locus of the model lies in the artifact, not in any one head; consequently the group's action quality is bounded by the quality, freshness, and accessibility of the shared representation rather than any individual's private one. Five commitments are load-bearing: a target domain requiring coordinated reasoning, an externalized representation capturing the entities and relations, joint read access where each agent knows the others can see it, update discipline maintaining correspondence to the world, and a reference convention treating the artifact as authoritative for the shared portion of reasoning. It is distinct from a private mental model, where the representation lives in one head, and from common knowledge in the recursive-certainty sense, where what is shared is propositional content rather than an artifact. The substrate-independent consequences — durability across personnel turnover, queryability under load, edit-conflict semantics under concurrent update, versioning of historical state — follow from externalization itself. Those consequences are exactly what make the pattern worth naming separately rather than treating it as a mere sum of mental model and common knowledge.

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

One-hop neighborhood: parents above, mutual partners to the right, children below.Shared Mental Modelsubsumption: Mental ModelMental Model

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 ModelMental ModelRepresentationAbstraction

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.