Term

Mental Model

The user's internal understanding of how a task, product, or domain works, built from prior experience and current cues.

A mental model is the structure a user brings to a task: what they think the objects are, what actions are possible, what order things should happen in, and what language feels natural. Interfaces work better when their labels, grouping, and sequence match that model closely enough that users can predict the next step.

Inside-out design breaks that match. The user thinks “send notification email,” “share with a contractor,” or “make the TV use the soundbar.” The product asks them to choose SMTP, Entra ID, Route 53 aliases, ARC, or some other implementation category first. Those concepts may be real, but they are not always the user’s first model of the task.

The practical move is to design from the user’s goal outward: name the task, show the recommended route, and disclose the underlying model only when it helps the next decision.

Used in

Related