vote up 4 vote down star
1

In December, Paul Graham asked if venture capital could be a casualty of the resession. I have been thinking about that question for the last few months--especially as I have watched several companies around me going through VC funding and as I have been listening to many excellent entrepreneurial podcasts. What struck me about his article is that it questioned whether VC was really necessary anymore and whether the only reason most companies took VC was because that's just how things were done. Not to question Mr. Graham, but Is that really the case?

On the one hand, a big part of VC is to give a company the money they need to build out the infrastructure needed to become profitable. With software startups, however, that infrastructure is becoming commoditized to the point of being free. From hardware and platforms (Google App Engine, Amazon EC2, Dell servers) to operational software (salesforce.com, GMail), you can now begin a company with all the moving parts in place for very little money. You can even build a revenue-generating AdSense application on Google AppEngine for no out of pocket cost.

On the other hand, however, VC is also about adding someone with experience to your board and integrating into networks of related and symbiotic companies. Company management is more important to its success than its product and technology (as much as that hurts to admit as a developer), and the management leadership that a VC brings in can be worth as much as the cash infusion.

So is Paul Graham right? Has the software industry gotten to the point that a successful company can be bootstrapped via non-VC mechanisms and handle growth organically? If not, what costs and cashflow issues are still the driving forces behind VC requirements? Does it depend on the scale of the company you are building? Can you bootstrap the next StackOverflow, but not the next Amazon?

Note: This is not a programming question directly, but I am very interested to see what programmer's responses are, especially because we are the ones most likely to have actually tried it. We are the ones that know we can take an idea and build it, and we are generally optimistic and huberistic enough to just jump in and try it without the business knowledge to know the "right" way to do things.

flag

75% accept rate
This may very well be a valid question, but it is not a question about programming. It belongs in another forum. – JesperE Mar 15 at 7:35
close++; Sorry this is NPR. – Yuval A Mar 15 at 7:55

closed as not programming related by JesperE, Yuval A, cletus, toolkit, Warrior Mar 15 at 9:14

4 Answers

vote up 0 vote down

There are some services that need more than just software. This can mean getting professionals in other industries, making deals with other companies, marketing and other stuff that will either cost you money or need you to be able to get the right companies/people to be involved in the service.

Because of the above, the answer is only for some services.

As a side note: not every developer or team will be able to pull it off. Also note that what needs to be achieved technically will vary a lot with the type and scale of service that will be provided, and that certainly affects the effort involved.

link|flag
vote up 0 vote down

Paul Graham may be correct for the popular mode of startups nowadays - the so-called "Web 2.0" model. I.e. throw up a website, get popular, and either get bought out by google for umptillion dollars for no revenue, or just collect ad-based revenue (e.g. as you said with AdSense). For this model, VC really is extraneous, because a couple weekends of garage coding by your lonesome will do the work, and then you just need cash for infrastructure - but as you said, you can got most of this free or cheap.

On the other hand, if you're building a real software company, the main expenses will be salaries, since development will take much longer and be more involved, and marketing, since you're not just going to put up a website and wait for the masses... Then of course, there's the costs of selling to enterprises (if thats your target market), support, etc... VCs might also help getting a foot in the door of the large enterprises, but that's really questionable (if you ask THEM, of course thats the only way... but you still have to make the sale yourself).

So - there is still a large need, but I believe it will be realigned.

link|flag
vote up 0 vote down

We've probably all noticed a tendency in recessions for commentators to say "This recession is going to change X forever", where X is some aspect of business or society. Then when the recovery comes, things resume pretty much as they were. Technological advances change things forever - recessions (and even wars) are just temporary diversions.

Some people have money but no ideas, other people have ideas but no money. This is bound to happen as long as there is diversity of outcomes, as long as there is entropy, i.e. forever. So there is always an opportunity for a relationship between entrepreneurs and investors, whatever we call it.

Yes, businesses can grow slowly based on microscopic risk taking (a few will grow fast due to once-in-a-lifetime deals with big partners), but the opportunity to grow much faster will always attract some, and they will get the biggest rewards, and probably garner the most media attention, at least in the short term. So when the economy is in a growth period, VC will always be a highly visible part of it.

link|flag
vote up 0 vote down

I think it all depends on your market, the market size for your product and if your product has the potential of serving that market.

If your product has the potential of a big market (aid if that is what you are after), then VC is still a need, both to build an infrastructure / perform Marketing+Publicity) and to gain knowledge, guidance and creating the symbiotic relations you mentioned.

If your product has a big market and you do not VC, then some other will come after your market with their own or VC cash. You basically are opening the eyes to others.

Of course, this will not happen if your offering is based in an absolutely exclusive ability or knowledge your company or employees may have (very unlikely on these times).

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.