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