Pattern recognition
Synonyms: mental models, user expectations, design patterns, earned conventions, mental shortcuts, convention-based design
Definition
Use cases
- A founder ships a gorgeous custom dropdown that doesn't behave like a dropdown — users miss it entirely.
- A mobile app hides nav behind a novel gesture, the Reddit roast lands within a week.
- A B2B dashboard uses red for "active" and green for "inactive" — every metric gets misread until the team caves.
How it's used in practice
- Consistency is key: Maintain visual and behavioral consistency across your entire product by utilizing a well-defined design system.
- Learn from competitors (and others): Research industry standards and popular apps outside your niche. Users spend most of their time elsewhere; leverage those common patterns.
- Test and refine: Validate standard UI choices (like icon meanings) through quick usability testing with real users early in your design sprints.
Challenges & limitations
- Over-reliance: Blindly copying common patterns can stunt innovation and prevent you from solving unique product problems elegantly.
- Context sensitivity: A universal pattern may not work for very niche user groups or complex workflows, requiring adaptation or a different approach altogether.
- Cultural differences: Some symbols and layouts might have conflicting meanings or usability implications across different cultures and locales.
Free resources
- Jakob's Law — Laws of UX — The original "users spend most of their time on other sites" principle, with examples.
- NN/g: Mental Models — Jakob Nielsen on how users predict behavior from prior experience.
- Gestalt Principles — Interaction Design Foundation — Deep dive on how humans group and recognize visuals.

