Notes for startup
Last active
April 20, 2016 17:34
-
-
Save anhldbk/a2177d7fee4568b09ac462084feb13a5 to your computer and use it in GitHub Desktop.
HWS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chapter 5: Prototyping
Fail early and often
Reasons for Prototyping
Benefit of low-resolution prototyping
Often, showing a raw version of a prototype or idea will garner rawer feedback from your users, more basic feedback about the product, including fundamental features.
Prototyping terms
Proof of concept (POC)
: Used to prove out one tricky technical challenge and lower the risk of continuing development.Gestural prototype
: A rough representation, usually used to explain a concept and garner feedback from users, meaning there is lots of hand-waving and saying things like “imagine if it did X” to visualize the device’s user experience.Breadboard prototype
: A phrase often used by mechanical engineers to indicate a build that integrates subsystems.Scale models
: Models smaller than the actual product can also be productive communication tools if the real product is too large to carry around with you to every meeting.Works-like and Looks-Like prototypes
One common approach to this is the separation of works-like (WL) and looks-like (LL) prototypes.
focuses on the core functionality
of the product to make sure the technical challenges have been met and fundamental subsystems work before adding the burden of integration.focuses on the form, aesthetics, and design language
, and potentially even touches on a product’s ergonomics to emphasize its look and feel, regardless of its internal functionality.There are even more reasons to separate LL and WL prototypes during iterative prototyping cycles.
Teardowns
iFixit
)component selection
,how each part was manufactured
Assembling your team
It could be important to engage design services like branding, user experience, and industrial design if you need help crystallizing your vision and explaining the value proposition, but if your burden from investors or the market is to prove that your wacky idea will actually function, emphasizing mechanical engineering, electrical engineering, or firmware engineering early on may be more important.