Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Interface Has Two Channels

The article argues that user interfaces operate on two distinct channels: the cognitive channel (words, symbols, instructions) and the visceral channel (visual aesthetics, motion, sound, haptics). It suggests that skillful interface design requires aligning both channels to communicate the same intended message, rather than treating them as separate concerns.

Background

- The article's core claim is that every user interface operates on two simultaneous "channels": a **conceptual channel** (what the user is trying to accomplish, their mental model of the task) and a **physical channel** (the concrete input actions, gestures, clicks, keystrokes they perform). - Good UI design doesn't just optimize one channel; it carefully maps between them so that physical actions feel like a natural expression of the user's conceptual intent. - The author, Tomer Aberbach, is a software engineer known for work on developer tools and frontend infrastructure. This piece draws on cognitive science ideas like "gulf of execution" and "gulf of evaluation" (from Don Norman's *The Design of Everyday Things*) to argue that interface friction arises when the two channels misalign. - Why this matters: The framework gives designers and engineers a concrete lens for diagnosing why a UI feels "hard to use" — it's not just about aesthetics or speed, but about a mismatch between what the user thinks they're doing and what their fingers actually have to do.