Physical shape and interface constraints against mis-assembly
Aliases: poka-yoke · shape coding · keyed connectors
What it is
Physical shape constraints — commonly called error-proofing or poka-yoke, from the Japanese term for "mistake-proofing" — use geometric differences in a part, connector, or receptacle so that assembly or connection can only be completed one correct way: the wrong fit simply won't go in, rather than relying on the user to notice which way it should go. This is different from using color, icons, or text to help someone "see" the right way: a cue still requires the user to notice it, understand it, and comply, whereas a shape constraint removes that judgment step entirely and makes the wrong action physically impossible.
Why it happens
During repetitive assembly or connection tasks, people rely on muscle memory rather than checking geometric details each time, and visual double-checking is the first thing to drop under fatigue, haste, or distraction. Physical shape differences work precisely because they don't depend on someone actively checking — the hand feels that a part won't seat, and that information arrives through touch and mechanical resistance directly, without passing through the cognitive step of "look closely, figure it out." That's also why shape constraints are more robust than any warning text: text requires reading, understanding, and compliance to all succeed, while a shape constraint only requires one attempt to insert the part.
Studying it
The most common evidence in this area comes from misconnection incident records before and after interface standards changed: medical tubing systems long allowed lines meant for different purposes to plug into one another, and because a misconnection could be fatal, the industry has systematically tracked misconnection rates before and after connectors were redesigned to be non-interchangeable — this is the most frequently cited natural-experiment data in the field. Methodologically, such redesigns usually coincide with updated training and new warning labels, so a drop in misconnection rate can rarely be attributed to shape alone; other concurrent interventions need to be separated out when interpreting the numbers.
Where it stops holding
Shape constraints only prevent errors determined by geometric compatibility — plugging into the wrong receptacle or orienting a part backward. They do nothing about errors that remain possible within a single correctly-shaped interface, such as a connector that seats but isn't pushed all the way in, or a parameter that's set wrong after the correct physical connection. When two functions that should be mutually exclusive are forced to share the same shaped interface for cost or compatibility reasons, this constraint fails outright and something else has to compensate. In purely software interaction there's no physical shape to exploit at all — only a logical equivalent, and a logical constraint can usually be bypassed in a way a physical one cannot.
Applying it
In any product involving physical connection, plugging, or assembly, first check whether two parts serving different purposes look alike and can be plugged into each other; if they can, change the shape, size, or keying of one side so the wrong pairing is physically blocked within the first few millimeters of insertion, rather than only becoming apparent once fully seated. Verification: have someone untrained and unfamiliar with the product attempt assembly or connection with no written instructions at all, and record whether shape alone is enough to guide them to the correct outcome, and whether wrong attempts are stopped early. If a wrong fit slides all the way in, the shape difference isn't large enough and the error-proofing hasn't actually taken effect.
Related
- Same group: A10.06.2 reducing the reachability of dangerous actions · A10.06.3 defaults as the cheapest error-proofing device · A10.06.4 input-time constraints beat post-submission validation
- Nearby: A10.14 forcing functions and interlocks · A11.06 anthropometric data and dimensional design
- Search terms:
poka-yoke·physical constraint·error-proofing