Live data from Hacker News

Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

wsj.com

101–110 of 113 posts

Re: Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

#101
~50 employees? I'd love to hear what regular employees will see from this (if anything). Even if it's completely controlled by NDA, I think even confirming the existence of that NDA would be helpful.

So often we see these "success" stories and we don't hear exactly how the "regular joes" made out. And it can color our perception of the startup gamble, without real evidence.

Re: Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

#103
I'm less surprised by the acquisition but more confused by seeing MosaicML labeled as 'Generative AI startup'. To my knowledge MosaicML is an open source lib for optimising training/inference taking a "speedup" tricks from research papers and making them available easily. At least a few months back that was the case. When did they become a Gen AI startup ? Or they rebranded lately?

Re: Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

#104
post #89
post #76

Earlier quoted context omitted.

So what are they using, the notebooks?

But in the notebooks you run pyspark / scala spark / spark sql code?

Yes, but for most of these companies they don't actually run (much or any) spark stuff, they just use the notebooks.

It's really depressing, tbh but I've made my peace with it now.

Re: Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

#105
Unless if this 1.3B cash I wouldn’t celebrate so soon.

This is likely mostly stock deal, backed by databricks equity that, like most other private companies, is illiquid and has taken a nose dive in value in the last couple of years.

I don’t know the exact split, but I’d imagine it is 300m cash, 1B in databricks stock at some last round private valuation that’s likely untested

Databricks last raises at 38B valuation at 1B ARR near peak valuation hype in August 2021.

Assuming they can get 10x and their ARR has doubled since then, they’re down maybe 50 percent in valuation.

Internally they say they are marking themselves down to about 34B.

Is the deal using databricks shares valued at 38B? 34B? 20B? Who knows. I hope it’s the latter.

And I hope that whenever Mosaic folks get to sell their databricks stocks that it is worth more than that

Re: Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

#106
post #89

Earlier quoted context omitted.

But in the notebooks you run pyspark / scala spark / spark sql code?

Yes, but for most of these companies they don't actually run (much or any) spark stuff, they just use the notebooks. It's really depressing, tbh but I've made my peace with it now.

I can’t blame them really. Regular pandas-in-notebook can deal with quite a bit of data and is reasonably convenient. Even if the org and datasets are large, it’s rare to have huge single tables. Then you can go full spark when you have to.

Re: Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

#107
Actually seems Databricks got a great deal for Mosaic. Real qustion is why Mosaic took it v. hold out or do another round

Rough math plugging in public #s and comments here:

- All stock deal at Aug 2021 val of 38B (1B ARR)

- Assume rev doubled to 2B (which may even be aggressive)

- SAAS multiples are down 6x since Aug 2021

- 38B x 2 / 6 = $12.7B

- 12.7B / 38B * 1.3B = 434M = effective price

- Assume 100M to pref stock

--> Comes out to 334M, with a chunk of that (1/3? 1/4?) potentially subject to earn out

Re: Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

#108
post #51

Earlier quoted context omitted.

Their moat was to be able to spin up spark clusters for you. This was very useful when companies just starting in that space and don’t have the skills. But with K8s and clusters becoming more common for normal workload, it’s not hard to manage your own spark clusters anymore. There goes their moat. Their other offerings just aren’t that amazing. People now don’t just want to buy hand tools anymore, they want power to…

Their moat is their phenomenal sales team. Like, I'm at company 3 that pays for databricks. Amount of those companies that use Spark = 0. I've given up complaining now.

[deleted]

Re: Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

#109
post #107

Actually seems Databricks got a great deal for Mosaic. Real qustion is why Mosaic took it v. hold out or do another round Rough math plugging in public #s and comments here: - All stock deal at Aug 2021 val of 38B (1B ARR) - Assume rev doubled to 2B (which may even be aggressive) - SAAS multiples are down 6x since Aug 2021 - 38B x 2 / 6 = $12.7B - 12.7B / 38B * 1.3B = 434M = effective price - Assume 100M to pref stoc…

Realized there's probably pref on Databricks too, which would further lower the value of its common. On the other hand, there could have been a markdown from the 38B since August '21

Re: Databricks Strikes $1.3B Deal for Generative AI Startup MosaicML

#110

Earlier quoted context omitted.

Yes, but for most of these companies they don't actually run (much or any) spark stuff, they just use the notebooks. It's really depressing, tbh but I've made my peace with it now.

I can’t blame them really. Regular pandas-in-notebook can deal with quite a bit of data and is reasonably convenient. Even if the org and datasets are large, it’s rare to have huge single tables. Then you can go full spark when you have to .

Sure, but why bother paying databricks for that? By default you'll be running 3+ machines while doing all your work in memory on the master node. It's just so very, very silly.
Post reply on HN