Kickstarter Introduces New Hardware and Product Design Project Guidelines
OakDragon writes "Kickstarter has introduced some more stringent guidelines and requirements specifically for the Hardware and Product Design categories. These new requirements are laid out in a blog post called 'Kickstarter Is Not a Store.' Simulations will now be prohibited. Video cannot show a proposed product, action, etc. — only a real product and what it does at the time. Product renderings and other simulated illustrations also will not be sufficient — the project creator will have to have photographs of a real prototype."
I'll bet most of these changes came out of the failures which is "Orbit":http://www.kickstarter.com/projects/832784035/orbit-a-swiveling-smartphone-suction-mount
Nearly a year after getting their funding, their product is nowhere in sight, promises made were not kept, the funders are upset, the project owners are MIA and all of it gives Kickstarter a black eye.
Posting as AC because I'm a funder, but not related to the project or Kickstarter in any other way.
"Product renderings and other simulated illustrations also will not be sufficient"
So, say "bye bye" to any useful home-grown ASIC project? (An open design GPU, perhaps?) Or am I expected to build a microCVD unit right next to my microbrewery in the basement?
Ezekiel 23:20
So basically, what this new rule says is that if you don't already have a working prototype, don't bother to use Kickstarter. Otherwise, you'll have nothing visual that you would be allowed to show, and nobody will take an interest in your project. The whole purpose of mock-ups and other things is to help people quickly see the potential of your idea. Without that, the amount of effort required to sort the wheat from the chaff is excessive, and most people won't bother to donate to anything.
Make no mistake, it can certainly get awkward if people show mock-ups that can do twenty things and end up with a final design that can only do three, or that otherwise fails to live up to the expectations set by the mock-ups, but I don't see how that's any different from a textual description of what you hope to accomplish. So all this rule change does is ensure that Kickstarter is only useful for projects near the end of their product design lifecycle. And if you're that far along, you really don't need something like Kickstarter to reach the end.
So what is the purpose of Kickstarter again? Because I can't see any useful purpose for the site anymore. At this point, the entire model is broken beyond repair.
Check out my sci-fi/humor trilogy at PatriotsBooks.
Since Kickstarter won't let you raise funds to create a product, I'm starting kickstarterstarter.com to allow people to crowdfund being able to get onto Kickstarter.
I'm not a lawyer, but I play one on the Internet. Blog
As one of the comments in the blog post notes, this looks like a change mostly to get negative press off KickStarter's back.
And yes, projects like Orbit or in fact many iDevice projects that are failing, or have failed - including the Hanfree project (Creator filed for Chapter 7 - quite a development as this is after a Backer sued him) - are an influence there.
But so are the NPR coverage. The Polygon article (with such bombshells as (paraphrasing) "Even if it is a fraudulent project - who's going to sue over a trivial amount of money?" - even though KickStarter takes a percentage of that fraudulently acquired fund). Their own recent 'Accountability' blog post, and so forth and so on.
Here's the thing, though. On that blog post, and this new one, they've gotten almost nothing but flack.
Prohibiting product renders - rather than requiring they be labeled as such - hinders many projects.
Prohibiting multiples pledge levels - rather than requiring a set limit - hinders many projects.
Prohibiting selling items based on what you plan for it to be able to do - rather than requiring them to only advertise with current features and allow further features to be added in e.g. updates - hinders may projects.
Moreover, all of these changes actually make KickStarter more of a store. The verbiage is such that you pretty much have to show a finished product and the only reason to try and CrowdFund is for mass production. That's practically the definition of pre-sales.
The most striking change, though, is the part where Creators in those categories now have to explain what risks there are and what challenges they face.
This is orthogonal to the 'accountability' blog post in which it was clarified that a Creator must either A. deliver or B. offer refunds.
That means there are no risks other than that of the Creator's to bear.
It's all good and well that KickStarter is trying to get Backers to think that they're really just donating - and Backers are welcome to think this and write off any money pledged that ends up going nowhere - but legally they have set Creators up to comply with, essentially, contract law.
I understand what KickStarter is trying to seem to do - protect Creators against themselves a little (make sure you have a viable product and production process thought out before you seek funding) and against Backers (by trying to ease them off demanding refunds), and Backers from dishonest Creators or indeed their own gullibility - but I feel like this is not the way to do it.
I wish KickStarter could decide - especially in legal terms - what it wants to be for these categories; a pre-sale platform, or a donation platform. It can't rely on the goodwill of Backers and Creators to be both.
Hardware development is hard.
The below was written in respect of openspurcw mobile hardware.
To elaborate on why open-source hardware is hard.
Why open-source software works is:
Widely available repository of code.
Many people able to review it, or sections of it, and understand it.
Ease of submitting tested patches.
Hardware has problems that don't really fit well with this.
The open schematic is the trivially easy part, and not really a problem.
(though in practice, you need a schematic with copious links to design documents, which isn't well solved by open tools).
The number of people who can review it is rather smaller - as you can't
open up a c file, and see a clear error or awkwardness in code that can be edited.
For all but the most basic errors, you are going to have to sit down and
read several hundred pages of hardware documentation about how the chips in question work, in addition to having in-depth knowledge about the circuit design, and costings of likely changes.
Now, you've done this, and generated a patch that you think (for example) lowers the supply current by 1%.
Compile - test.
On a PC, this takes a couple of minutes.
For something of a smartphone class, a one-off PCB may cost several hundred dollars. Then the parts will cost another several hundred dollars in small quantities, as well as being difficult to obtain.
Now, you have to solder the parts onto the board, which is a decidedly nontrivial thing - and if you decide you want someone else to do this, it's probably another several hundred dollars.
So, you're at the thick end of a thousand dollars for a 'compile'.
Now, you boot the device, and it exhibits random hangs.
Neglecting the fact that you are going to need several hundred to several thousand dollars of test equipment, you now have to find
the bug.
Is it:
A) The fact that unlabled 0.5*1mm component C38 is in fact 20% over the designed value, as the assembly company put the wrong one in.
B) C38 has a tiny bridge of solder underneath it that is making intermittent contact.
C) The chipmaker for the main chip hasn't noticed that their chip doesn't quite do what they say it will do, and the datasheet is wrong.
D) You missed a tangential reference on page 384 of the datasheet to proper setup of the RAM chip, and it is pure coincidence that all models up till now have booted.
E) Because you're ordering small quantities, you had to resort to getting the chips from a distributor who diddn't watch their supply chain really carefully, and your main chip has in fact been desoldered from a broken cellphone.
F) Though the design of the circuit is correct, and the board you made matches that design, and all the parts are correct and work properly, the inherent undesired elements introduced by real life physics means it doesn't work.
G) A completely random failure of a part that could occur with even the best design, and best manufacture.
G - may mean that it's worthwhile making two or more of each revision - which of course boosts costs.
Hardware is nasty.
This gets a lot less painful of course for lower end hardware. For very limited circuits, which can be done on simple inexpensive PCBs, and be easily soldered at home - costs of a 'compile' can be in the tens of dollars, or even lower.
You might not be able to scam people on Kickstarter.
But you can get a bogus patent without POC or a product and sue everybody who actually build stuff.
Oh the irony!
Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
Obviously you're not aware of the Eyez scam.
The first update after they were successfully funded was a picture of the design crew enjoying a Caribbean vacation. They took $344,000 in the scam.
Free unix account: freeshell.org
Posted also on the Kickstarter comment section:
Kickstarter project creator here: I'm the guy behind OpenBeam (http://www.kickstarter.com/projects/ttstam/openbeam-an-open-source-miniature-construction-sys).
And in case anyone's wondering - we shipped the majority of our rewards a *month* before the original promised date. That probably puts me in the top 5 percentile of projects...
Let's take a look at the new rules one by one:
“What are the risks and challenges this project faces, and what qualifies you to overcome them?”
- Okay, this is perfectly valid. I am surprised KS haven't done this earlier, because there are quite a few clueless guys (http://www.kickstarter.com/projects/277210494/paint-be-gone) - *(http://www.kickstarter.com/projects/277210494/call-key) and http://www.kickstarter.com/projects/277210494/key-pad-case) out on here who seems be doing the "throw s*** at the wall and see what sticks" model of development.
"Product simulations are prohibited. Projects cannot simulate events to demonstrate what a product might do in the future. Products can only be shown performing actions that they’re able to perform in their current state of development."
"Product renderings are prohibited. Product images must be photos of the prototype as it currently exists.
Products should be presented as they are. Over-promising leads to higher expectations for backers. The best rule of thumb: under-promise and over-deliver."
Okay, so KS want a working prototype. I get that; that's pretty straightforward. But it doesn't stop someone from *faking* a prototype on camera. This however, won't stop a project like iCase (http://www.kickstarter.com/projects/1791911961/i-case-iphone-4s-and-iphone-4-bumper-case) from being a train wreck, as the protoytype would likely have been SLA, painted, and the problem wouldn't have been apparent until the metal parts were CNC machined and fitted and found to short out the iPhone's anntenna.
The OpenBeam project would have passed these requirements; we had a physical prototype for shooting the video, as part of a good product development practice.
"Offering multiple quantities of a reward is prohibited. Hardware and Product Design projects can only offer rewards in single quantities or a sensible set (some items only make sense as a pair or as a kit of several items, for instance). The development of new products can be especially complex for creators and offering multiple quantities feels premature, and can imply that products are shrink-wrapped and ready to ship."
And how would KS define "Multiple copies" of a reward? This I have a problem with. When you're in production, you are trying to get the manufacturing volume up to bring the costs down. If I were launching OpenBeam now, would I be limited to selling one stick of aluminum and one of each bracket to my backers (who wouldn't be able to do anything useful then with this?) If I packaged it up as a "kit", like I had on my KS, would I have gotten around these restrictions? Who decides whether multiple copies of the same item is required for the item to work (ie, construction toy kit), and when it becomes a way to side step your rules? How much "individual judgement" is there to allow the listing of a project, and do you consider the project creator's background (ie, having successfully delivered on a previous project) when you allow them to post? With the amount of controversy about what gets allowed (*cough* Tangibot (http://www.kickstarter.com/projects/mattstrong/the-tangibot-3d-printer-the-affordable-makerbot-re)*cough*) and what doesn't on Kickstarter already, this rule is probably going to make your selection process more Apple App-store like (arbitrary with no recourse for the project creator if you are not selected).
(Edited to add: The real problem, that KS probably don't want to admit, is that none of their hipster workers have a sufficient engineering / science / technology bac