TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Poka-yoke

160 pointsby vitocover 6 years ago

17 comments

philwelchover 6 years ago
This seems like an interesting and useful process design concept on one hand, and on the other hand, it also sounds like a Japanese buzzword for foolproofing (in fact, the article notes that the term was originally “baka-yoke”, which is literally “foolproof” or “idiot-proof”). On the one hand, I don’t think Toyota invented the concept of foolproofing; on the other hand, giving it a cool buzzword gives you an excuse to talk about it, which means you’re more likely to actually do it when appropriate.<p>I’m also kind of amused at how the entire business world basically said, “man, this company made super reliable cars in the 80’s and 90’s[1], let’s learn their secrets” and it turns out that once you strip away the exotic Japanese veneer, it’s mostly just systemized common sense. Which is not a minor thing to do, to be fair, except it’s easy for businesses to take good, well-systemized ideas and utterly misapply them.<p>[1] As far as I know, they still make reliable cars. But you can still drive a 92 Camry today if you wanted to with little fuss. By definition, we’re 26 years away from seeing if today’s Camry is quite that reliable.
评论 #18058161 未加载
评论 #18057431 未加载
评论 #18057413 未加载
评论 #18057161 未加载
评论 #18058446 未加载
评论 #18057142 未加载
评论 #18058124 未加载
评论 #18059538 未加载
评论 #18057711 未加载
评论 #18059575 未加载
评论 #18061006 未加载
评论 #18057459 未加载
评论 #18057852 未加载
jihadjihadover 6 years ago
One of my favorite examples of poka-yoke is the Apple MagSafe charger. The magnetic part itself is foolproof, sure. But the genius part is the small metal knob that meshes with the removable AC prong piece. It is impossible to insert that piece in any other way than it was intended, and the solution is unobtrusive, clean, and simple.
评论 #18057141 未加载
评论 #18057228 未加载
mglhnover 6 years ago
Just want to share some stories:<p>One of my professors (I am an Industrial engineer) used the example of a SIM card. I imagine people can still get it wrong when putting it in, but much less so (<i>ehem USB</i>) because of that slight cut in the rectangle. It also helps a lot when manufacturing those things to get the orientation right.<p>Another mistake proofing anecdote I&#x27;ve heard was about one of his students interning at a company that packages soap. Somehow there were empty boxes going through the conveyors after some process change. Some of the mechanical engineers were already thinking about some modification to the conveyors that detect weight, etc. The IE student apparently simply went in one of the back offices and got a spare electric fan and pointed it at the conveyor so the empty boxes fly out. Troubleshooting doesn&#x27;t have to be expensive.
评论 #18059564 未加载
camtarnover 6 years ago
In a similar vein, and also from Japan - &#x27;pointing and calling&#x27;, used on the railways.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pointing_and_calling" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Pointing_and_calling</a>
评论 #18058152 未加载
synodinosover 6 years ago
This is a very useful concept even beyond physical design. When I evaluate UIs the top 5 things I look into are:<p>Visual rhyme, Accessibility, Affordances, Mistake-proofing (“Poka-yoke”), and Defensive design.<p><a href="https:&#x2F;&#x2F;medium.com&#x2F;@dio&#x2F;5-things-to-consider-when-evaluating-ui-ux-7d57a40e4e6d" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@dio&#x2F;5-things-to-consider-when-evaluating...</a>
2dollars27centsover 6 years ago
Take a look at this Audi production video and you start to notice poka-yoke being used when there is a human in the loop. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nZkyfZqlptA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nZkyfZqlptA</a><p>In my experience these things are developed over time in response to failure. Always keeping the poka-yoke concept in the back of your mind helps when designing systems, but you don&#x27;t really know how people will misuse tools until they&#x27;re in action.
gorb314over 6 years ago
From my understanding, poka-yoke addresses the problem where &quot;[...] the mistakes are allowed to reach the customer&quot;.<p>In software, we know that the later a bug is caught, the more expensive (in terms of time &#x2F; resources) it is to fix. So we want to catch bugs &#x2F; mistakes earlier.<p>The &quot;simple&quot; idea that Poka-yoke introduces is to make it harder to make the mistake in the first place. If a physical component can be mounted more than one way, but there is only one correct way, then design it such that it is impossible to mount it incorrectly. This can be done by making the mounting holes for the part asymmetrical, for example.<p>IMO, in software a similar concept would be to fail early and fail hard.
sharnoover 6 years ago
I guess that aligns with type systems in programming languages. The type systems make sure that the plain simple mistake of passing an integer in the place of a string is prevented. Of course more powerful type systems like Haskell fool proof it more if the developer is putting the effort of writing more types to restrict things more.<p>I think that&#x27;s a clear implementation of poka-yoke on the programming languages level allowing developers to fool proof their APIs
MrEfficiencyover 6 years ago
I wrote about putting a line on your shower handle to denote &#x27;good temp&#x27;. (used a shower crayon, or anything)<p>Now I put my handle in the correct location and its warm everyday.
评论 #18057253 未加载
评论 #18057389 未加载
ninjakeyboardover 6 years ago
The term is used quite often in manufacturing. For a part when picking, for example, a part may have two colored squares on the label so the operator looks at the color on the squares to validate as an extra step. We call the colored squares the poka-yoke.
tsureshover 6 years ago
With a similar intention, Toyota also came up with the Andon cord - <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Andon_(manufacturing)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Andon_(manufacturing)</a>
baxtrover 6 years ago
This concept is very useful, not only in manufacturing but also at home. As somebody else has explained, MegSafe used this principle. Another great example is our dryer at home: the filter that needs to be cleaned every month or so has to be plugged back in in a certain way. They perforated they filter such that there’s absolutely no way to plug in back in the wrong way. Another great application would be gas vs diesel knobs at gas stations. I’m not sure whether new cars&#x2F;pump provide that already
User23over 6 years ago
I&#x27;d never heard of this, but it&#x27;s an excellent concept that I try to apply to my daily living.<p>For example I accident-proof myself against spills by keeping a beverage in a place where it&#x27;s unlikely to be knocked over, but if it is that the consequences are easy to deal with rather than soaking a keyboard or something. In physical terms it mostly boils down to minimizing the potential energy of everyday objects.
foucover 6 years ago
I think this aligns with the notion of an Exocortex, extending our brain and our IQ by making it easier to do the correct thing.
csenseover 6 years ago
Whenever you invent better idiot-proofing, someone else will invent a better idiot.
manceraioover 6 years ago
A poka-yoke in real life is like those games for kids where they have to place squares with squares and triangles with triangles.
avodonosovover 6 years ago
Does this qualify as &quot;news&quot; for HN? That&#x27;s just a wikipedia article.