Neurotypical cognition leans on simplified icons — mental shorthand that maps onto the environment to guide behavior without processing every detail. The classic example: children learn to draw a house as a square, a triangle roof, and a chimney with curling smoke. No real house looks like that, but the icon is instantly legible and good enough to act on.
These symbols work because they are deliberately lossy. They discard the specifics that don't change behavior and keep only the cues that do. Recognizing "house" lets you act without re-deriving what a house is from raw perception each time.
The flip side: a mind that processes raw detail first doesn't get the shortcut for free. It must do more work to reach the same actionable category — or it bypasses the icon and sees the actual structure.
> "These mental models act as quick shorthand representations, mapping onto the environment to guide behavior and actions without requiring full processing of every detail."
In computing this is a cache or lookup table: store a cheap precomputed answer keyed to a recognizable pattern so you skip the expensive recomputation. In UI design it is the icon — a trash can, a gear — that triggers correct action without a label.
## Related
- [[Abstraction Is a Navigation Mechanism Not Just Thinking]] — symbols are abstraction's reusable, cached output
- [[High-Resolution Perception Trades Generalization for Detail]] — why the shortcut isn't automatic for every mind
- [[Consciousness as Simulation Tool]] — symbols populate the internal model