Skip to main content

WeWork proves that (venture) capitalism works

What’s the lesson of WeWork?

Here’s a startup that has been a darling of Silicon Valley investors for years, whose offices and CEO have been stunningly painted across the covers of major trade magazines and strategically deployed across major tech conference stages, including our very own. At its peak, the company commanded a valuation of tens of billions of dollars and was supposed to be on course for the stratosphere, joining companies like Google and Facebook.

And then it all came crashing down, in literally a handful of days.

It’s easy to point to WeWork’s potentially 75%+ valuation drop, its looming layoffs, the firing of its CEO, and the seeming compression of a whole heck of a lot of investors and employee equity as a sordid disaster tale of capitalism, and venture capitalism in particular. VCs — none more so than Masayoshi Son at SoftBank — constantly overbought, oversold, and overcommitted to a company that had pretty much no business fundamentals whatsoever.

So what’s the lesson of WeWork for venture capital? In a word, nothing.

Venture capitalism is about investing in bold bets with huge, outsized returns. It’s meant to be risk-adjusted, both at the valuation scale but also at a portfolio scale. VCs should be buying equity at the right price to take into account every individual startup’s risk profile while also constructing a portfolio that selects each of those risks for the best overall return.

For WeWork, much of those dollars were driven by SoftBank’s Vision Fund, which seemed to double down again and again on the company, even at loggerheads with its own limited partners. The Vision Fund made a bet, seemingly with reasonable access to internal information, and that bet turned out to be wrong.

But a bet it was.

Many bets in venture turn out to be duds. Sometimes you lose some of your money. Sometimes you lose all of it.

And then sometimes you make it in spades. SoftBank’s Son once invested $20 million into a fledging Chinese ecommerce company called Alibaba. That stake is worth around $100 billion today, excluding an $11 billion stock sale a few years ago that was recognized on SoftBank’s financials earlier this year.

This is the math that Son sees in venture: 111,000,000,000 / 20,000,000 = 5,550x. There is no other asset class on the planet that will turn a dollar into thousands of dollars like venture capital.

WeWork’s woes don’t change this base formula. Nor does the continual drop of Wag, which received $300 million from the Vision Fund and looks to be going through tough challenges.

In any portfolio, there are going to be losses. The infamous J-curve in venture, where losses materialize far faster than gains in the early years of a fund, is alive and well — even at the growth stage.

And WeWork isn’t even dead yet — it still has cash, and it will rebuild. Will it be the largest startup turnaround in history? Possibly. Could it go straight to bankruptcy? Sure. Will the Vision Fund make money? Well, it really depends on that preference stack and a thousand other variables to be determined in the coming weeks, months, and years.

It’s all so early. My guess is that we still have about five years to go before we really start to get sufficient information to evaluate the Vision Fund’s ambitions.

Along this line thoughI don’t think I just need to defend venture capitalism though, but capitalism itself.

Matt Stoller, who has made it his mission to target big companies including Big Tech, summarizes the WeWork situation as emblematic of “counterfeit capitalism,” a system of founding story myths and fake growth charts underwritten by venture capitalists trying to build long-term, sustainable monopolistic companies using predatory pricing to kill off competitors.

Yet, that narrative totally misses the point of what capital does, and what investment means. Very, very few companies (venture-backed or not) are profitable from day one. Opening a restaurant requires buying equipment and signing a lease well before any customer walks in through the front door. Ditto for software startups, which need to actually build software before a user will pay for it. Capital investment is the bridge between plans to execution and launch.

The question is how long should a company be unprofitable to goad sales and drive revenues? A decade or two ago, it used to be that companies needed to be profitable to IPO. But why? Why precisely then should a company slow down its investment and clean up its cash flows? Why not earlier? Why not later?

In fact, something great has happened in the last few years in the credit markets: at least some investors are increasingly positioning their portfolios for growth rather than cash flows. They are willing to wait for profits, sometimes for years.

Or, in other words, more and more investors are thinking long-term about the ultimate potential worth of a business.

WeWork could be profitable today. It could shutter its most recently opened locations, condense down to a handful of locations in major cities, and roll around in its positive cash flow. Of course the Vision Fund understands this. But why lock in small gains today when there is so much more potential lurking out there?

We should be cheering this behavior, and not castigating it, even if WeWork itself might turn out to be a dud. The lesson of this whole saga isn’t that capitalism isn’t performing. In fact, it’s precisely the opposite: (venture) capitalism is performing better than ever to invest in future, long-range growth.



from TechCrunch https://ift.tt/2onSB3D

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

The Flexible Permanence of Copper Tape Circuits

Somewhere between shoving components into a breadboard temporarily and committing them to a piece of protoboard or a PCB lies the copper tape method. This flexible Manhattan-style method of circuitry formed the basis for [Bunnie Huang]’s Chibitronics startup, and has since inspired many to stop etching boards and start fetching hoards of copper tape. [Hales] hit the ground running when he learned about this method , and has made many a copper tape circuit in the last year or so. He offers several nice tips on his site that speak from experience with this method, and he’ll even show you how to easily work an SMD breakout board into the mix. Generally speaking, [Hales] prefers plywood as the substrate to paper or cardboard for durability. He starts by drawing out the circuit and planning where all the tape traces will go and how wide they need to be. Then he lays out copper traces and pads, rubs the tape against the substrate to make it adhere strongly, and reinforces joints and laps w...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...