Live data from Hacker News

Ask HN: How do VCs behave when you fail?

news.ycombinator.com

11–20 of 27 posts

Re: Ask HN: How do VCs behave when you fail?

#11
post #7
post #6

Earlier quoted context omitted.

Once the company is considered a loss they want to get as much of their money back as quickly as possible. What else would you expect from them?

What if a product that costed us to develop was over $100,000, and I am getting an offer to buy it for $1,000? And we have many products like this example (close to 20) Is it normal they will literally force you to sell it for pennies on the dollar? I understand that it was their money, how would you handle it? Just sell it and move over to the next thing?

What's there to handle? You owe a fiduciary duty to your shareholders to notify them of the offer. If you're in a tailspin, presumably the VC is going to control the board decision, and you can safely expect them to act in their own interests. $1000 is irrelevant to the VC, but if you're being forced to entertain $1000 offers for $100k investments, your BATNA isn't great, everyone knows it, nobody's ever going to give you a good deal, and the VCs are pretty much paid to understand that.

Re: Ask HN: How do VCs behave when you fail?

#12
post #7
post #6

Earlier quoted context omitted.

Once the company is considered a loss they want to get as much of their money back as quickly as possible. What else would you expect from them?

What if a product that costed us to develop was over $100,000, and I am getting an offer to buy it for $1,000? And we have many products like this example (close to 20) Is it normal they will literally force you to sell it for pennies on the dollar? I understand that it was their money, how would you handle it? Just sell it and move over to the next thing?

look up 'fiduciary duty'

if it's a vc it's not their money (99%) and they have a fiduciary duty to their investors to get as much of their investment back as possible.

that's why...

you could always offer $1,001 of your own money to buy it personally, etc.

Re: Ask HN: How do VCs behave when you fail?

#13
post #8
post #5

Earlier quoted context omitted.

So you're saying that the founders should be wary that VC's aren't as risk-averse in this sense?

No, he's saying the VCs are much less risk-averse.

Agreed 100%. VCs aren't in the risk game. They're in the risk-mitigation game.

Re: Ask HN: How do VCs behave when you fail?

#14
post #2

You're probably not going to care about the (likely negligible) value of your "IP" and source code if you've failed after taking an A-round, since liquidation preferences will dwarf them. If you reach a point where you can sell your IP at a number where you actually net some cash, I'd call that a "success". In the one VC-funded failure I was closely associated with (as a true cofounder), nobody gave a shit about the…

As far as monetary value of the IP/source-code I agree, but I know one failed company whose founders are now extremely regretful of the whole situation, because they produced a bunch of interesting stuff that's now locked up. They'd like to open-source it so what they spent 7 years of their life on can at least influence other software, get them some recognition, and maybe be used by someone, but the investors aren't…

At Sonicity, we built a content distribution network in a box, optimized for RTP-style streaming delivery and FEC file transfers with FLID/DL-style congestion control (we did this before there was a FLID/DL, so I'm kind of proud of it). I owned the "router" component, which was tens of thousands of lines of Quantify-optimized asynchronous C++ and ran multicast routing over an IS-IS-style link state routing protocol (the product started out as "IRC without netsplits" and, uh, metastasized).

In the last 6 months at the company, we managed to refactor the design so that the hairiest routing and group management code could get hoisted out of C++, and most CDN participant hosts could just run a tiny stub forwarder that was simple enough to be kernel-resident (a design I awesomely rejected when one of my cofounders proposed it at the start of the company).

The whole source tree was many hundreds of thousands of lines; it was cross-platform Win32 and Linux with graphical clients on each platform and IE integration. There was a lot of good stuff there. My friends Danny, Kneel, Andy, and Tim all worked on it at various times and they are, unlike me, ridiculously good.

Poof. All gone.

This is what happens when you take VC and your company fails. What's better is that by taking VC, you drastically increase your chances of failing; VCs need you to shoot the moon. Our VCs decided what we should do with all that code was to go head to head against Akamai.

You may get lucky with a very, very cool investor who gifts your IP back to you. But you're not entitled to that and you probably won't get it.

Re: Ask HN: How do VCs behave when you fail?

#15
post #10
post #7

Earlier quoted context omitted.

What if a product that costed us to develop was over $100,000, and I am getting an offer to buy it for $1,000? And we have many products like this example (close to 20) Is it normal they will literally force you to sell it for pennies on the dollar? I understand that it was their money, how would you handle it? Just sell it and move over to the next thing?

It doesn't matter how much you spent to develop it. All that matters is how much it's worth. So if the highest offer you can get is $1,000, then offer to buy it for more ($1500). If you can't afford to buy the assets yourself maybe you can find a new investor to buy the assets on your behalf. Otherwise: yes, you should just move on.

What staunch said. If you can't afford $1500 to buy your code back, you're not serious enough to be arguing with your VC's anyways. I'm embarrased that I wrote 100 words up there and didn't just say this myself.

Re: Ask HN: How do VCs behave when you fail?

#16
post #10
post #7

Earlier quoted context omitted.

What if a product that costed us to develop was over $100,000, and I am getting an offer to buy it for $1,000? And we have many products like this example (close to 20) Is it normal they will literally force you to sell it for pennies on the dollar? I understand that it was their money, how would you handle it? Just sell it and move over to the next thing?

It doesn't matter how much you spent to develop it. All that matters is how much it's worth. So if the highest offer you can get is $1,000, then offer to buy it for more ($1500). If you can't afford to buy the assets yourself maybe you can find a new investor to buy the assets on your behalf. Otherwise: yes, you should just move on.

Or heck, offer to buy it for a little less, since I imagine selling it to a member of the company would be less complicated and you can extract that in the price. (Though perhaps I'm wrong and it's easier to sell out of the company?)

Re: Ask HN: How do VCs behave when you fail?

#17
post #2

You're probably not going to care about the (likely negligible) value of your "IP" and source code if you've failed after taking an A-round, since liquidation preferences will dwarf them. If you reach a point where you can sell your IP at a number where you actually net some cash, I'd call that a "success". In the one VC-funded failure I was closely associated with (as a true cofounder), nobody gave a shit about the…

As far as monetary value of the IP/source-code I agree, but I know one failed company whose founders are now extremely regretful of the whole situation, because they produced a bunch of interesting stuff that's now locked up. They'd like to open-source it so what they spent 7 years of their life on can at least influence other software, get them some recognition, and maybe be used by someone, but the investors aren't…

This is a good argument (from the hacker-founder point of view) for open-sourcing all the non-`secret sauce' parts of the code from the beginning (i.e. from before you have any investors with the power to stop you from doing this).

Re: Ask HN: How do VCs behave when you fail?

#18
post #13
post #8

Earlier quoted context omitted.

No, he's saying the VCs are much less risk-averse.

Agreed 100%. VCs aren't in the risk game. They're in the risk-mitigation game.

In addition to risk-mitigation, VCs are also in the "find things that are much less risky than they appear" game.

Re: Ask HN: How do VCs behave when you fail?

#19
post #14

Earlier quoted context omitted.

As far as monetary value of the IP/source-code I agree, but I know one failed company whose founders are now extremely regretful of the whole situation, because they produced a bunch of interesting stuff that's now locked up. They'd like to open-source it so what they spent 7 years of their life on can at least influence other software, get them some recognition, and maybe be used by someone, but the investors aren't…

At Sonicity, we built a content distribution network in a box, optimized for RTP-style streaming delivery and FEC file transfers with FLID/DL-style congestion control (we did this before there was a FLID/DL, so I'm kind of proud of it). I owned the "router" component, which was tens of thousands of lines of Quantify-optimized asynchronous C++ and ran multicast routing over an IS-IS-style link state routing protocol (…

I hope those guys aren't still VCs. I've never heard of something so stupid.

VCs aren't in the business of holding onto IP.

Re: Ask HN: How do VCs behave when you fail?

#20
post #19
post #14

Earlier quoted context omitted.

At Sonicity, we built a content distribution network in a box, optimized for RTP-style streaming delivery and FEC file transfers with FLID/DL-style congestion control (we did this before there was a FLID/DL, so I'm kind of proud of it). I owned the "router" component, which was tens of thousands of lines of Quantify-optimized asynchronous C++ and ran multicast routing over an IS-IS-style link state routing protocol (…

I hope those guys aren't still VCs. I've never heard of something so stupid. VCs aren't in the business of holding onto IP.

They don't think they're in that business either. That doesn't mean the founders get the company's IP when it fails, though.
Post reply on HN