Representation Fit Selection¶
Choose the representation that preserves the features needed for the task while minimizing distortion and burden.
The Diagnostic Story¶
Symptom: Users can see many facts but cannot see the key relation the task requires. The familiar format is applied by default and confusion grows, so more detail is added — but more detail in the wrong representation only deepens the problem. The same data supports conflicting narratives depending on which view is chosen, and a polished visualization persuades people despite encoding hidden assumptions.
Pivot: Define the task first, then compare candidate representations by what each one preserves and what it distorts. Select or combine representations according to explicit fit criteria — the choice of form is a deliberate design decision, not a default inherited from the available tool.
Resolution: Decision quality improves because the relevant relation is now easy to see rather than buried in the wrong format. Known distortions are explicit rather than hidden in the form, so stakeholders can coordinate from compatible rather than conflicting views. Representation burden stays proportionate to the value of the preserved structure.
Reach for this when you hear…¶
[data journalism] “We published the table because that's what came out of the database, but readers kept missing the trend — a line chart would have shown the story in five seconds.”
[clinical informatics] “The dashboard shows exact lab values to two decimal places, but what the nurses actually need to know is whether the patient crossed a threshold — the precision is hiding the signal.”
[financial modeling] “The model output looks authoritative but nobody on the investment committee knows it assumes a constant growth rate — the representation is encoding an assumption nobody approved.”
Mechanisms / Implementations¶
- Graph–Table Comparison: This is a method that implements Representation Fit Selection when it is chosen because it preserves the right structure for the task.
- Map–List Choice: This is a method that implements Representation Fit Selection when it is chosen because it preserves the right structure for the task.
- Schema Selection: This is a template that implements Representation Fit Selection when it is chosen because it preserves the right structure for the task.
- Dashboard View Design: This is a metric_or_dashboard that implements Representation Fit Selection when it is chosen because it preserves the right structure for the task.
- Diagram Model Choice: This is a artifact that implements Representation Fit Selection when it is chosen because it preserves the right structure for the task.
- Mathematical Model Selection: This is a method that implements Representation Fit Selection when it is chosen because it preserves the right structure for the task.
- Prototype Representation: This is a artifact that implements Representation Fit Selection when it is chosen because it preserves the right structure for the task.
- Narrative Representation: This is a document that implements Representation Fit Selection when it is chosen because it preserves the right structure for the task.
- Multi-View Model: This is a method that implements Representation Fit Selection when it is chosen because it preserves the right structure for the task.
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (3)
- Abstraction: Focus on core elements.
- Dimension: Degrees of freedom in a system.
- Representation: Model complex ideas.
Also references 6 related abstractions
- Cognitive Load: Mental effort.
- Compression: Reduce redundancy.
- Correspondence Principle: New theories match old limits.
- Isomorphism: Structure-preserving mapping.
- Scale: Properties change with size.
- Schema: Structured knowledge framework.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Visual Representation Fit · modality variant · recognized
A subtype focused on choosing visual forms—charts, maps, diagrams, layouts, or visual encodings—based on the relation and perception task they must preserve.
Formal Model Representation Fit · formalization variant · recognized
A subtype focused on choosing equations, variables, state models, simulations, or formal encodings that preserve the structure needed for calculation or control.
Hybrid Representation Composition · composition variant · candidate
A subtype that deliberately combines multiple representation forms when no single view preserves all task-relevant features at acceptable burden.