Unclear Signifiers
The metallic horizontal bars that serve as buttons look like decorative trim. No visual cue communicates "press here." Icons above the bars — cup, steam, water droplet, "1" and "2" — have no text labels.
When a machine looks good but works badly — applying Norman's design principles to uncover usability failures and propose a clearer, safer interaction model.
Usability Analysis · Norman's Principles · UI Redesign · Prototyping · HTML/CSS/JS · Vercel
01Problem
Through daily use and systematic analysis, I identified four interconnected issues that together create a consistent pattern of confusion:
The metallic horizontal bars that serve as buttons look like decorative trim. No visual cue communicates "press here." Icons above the bars — cup, steam, water droplet, "1" and "2" — have no text labels.
A blinking LED means "preheating" in one context but "phase complete, press to continue" in cleaning mode. The same signal carries different meanings with no differentiation.
The button layout doesn't reflect the natural coffee-making sequence: grind → fill portafilter → power on → preheat → select strength → extract → steam. The interface creates cognitive mismatch.
Temperature adjustment requires a long-press with zero indication on the interface itself. There are no error states for low water, no warning before the machine becomes unusable.
"They needed a way to designate which parts could be touched, slid upward, downward, or sideways, or tapped upon."
— Donald Norman, The Design of Everyday Things (2013), p. 34
02Process
Rather than listing problems intuitively, I structured the analysis around six specific design principles to ensure each finding was grounded in established UX theory:
03Redesign
The redesign goal was specific: fix the interaction model, not the visual identity. The machine's clean aesthetic is a feature — the task is to make clarity and beauty coexist.
A shared Start/Stop button creates a clearer two-step mental model: select mode first, then initiate. This reduces accidental triggers and makes the system state always legible to the user.
04Outcomes
Discoverability without a manual. Text labels alongside icons mean a first-time user can identify every control without any reference material.
Unambiguous system status. Consistent LED semantics (blinking = active process only) combined with distinct audio tones eliminate the feedback guessing game.
Error prevention over error recovery. The low-water lock prevents users from starting a brew that will fail mid-extraction — a common frustration point.
Workflow-aligned layout. Button sequence mirrors the cognitive model of making coffee, reducing the mental effort required to operate the machine correctly.
05Reflection
This project made me think differently about the relationship between aesthetics and usability. The KitchenAid machine isn't a bad design — it's an incomplete one. It optimizes for visual elegance and stops short of asking: what does the user need to know at each moment?
Applying Norman's framework revealed that usability failures are rarely random — they cluster around specific gaps: a missing signifier here, an inconsistent feedback convention there. Naming these precisely is what separates a UX critique from a general complaint.
The peer review process reinforced one practical lesson: expanding the affordance section with specific visual comparisons (decorative vs. interactive button shapes) made the analysis significantly more persuasive than abstract description alone. Show, don't just tell — even in written analysis.