DeepSeek has demonstrated that there is no technical moat. Model training costs are plummeting, and the margins for APIs will just get slimmer. Plus model capabilities are plateauing. Once model improvement slows down enough, seems to me like the battle is to be fought in the application layer. Whoever can make the killer app will capture the market.
Why OpenAI's $157B valuation misreads AI's future (Oct 2024)
101–110 of 138 posts
Re: Why OpenAI's $157B valuation misreads AI's future (Oct 2024)
#102DeepSeek has demonstrated that there is no technical moat. Model training costs are plummeting, and the margins for APIs will just get slimmer. Plus model capabilities are plateauing. Once model improvement slows down enough, seems to me like the battle is to be fought in the application layer. Whoever can make the killer app will capture the market.
(I thought you had this exactly right when I read it, but I kept noodling it while I brushed my teeth and now I'm not so sure llms won't just prove hard to build durable margins at meaningful volume on?)
Re: Why OpenAI's $157B valuation misreads AI's future (Oct 2024)
#103DeepSeek has demonstrated that there is no technical moat. Model training costs are plummeting, and the margins for APIs will just get slimmer. Plus model capabilities are plateauing. Once model improvement slows down enough, seems to me like the battle is to be fought in the application layer. Whoever can make the killer app will capture the market.
Something worth noting is that ChatGPT currently is the killer app -- DeepSeek's current chart-topping app notwithstanding (not clear if viral blip or long-term trend).
Re: Why OpenAI's $157B valuation misreads AI's future (Oct 2024)
#104DeepSeek has demonstrated that there is no technical moat. Model training costs are plummeting, and the margins for APIs will just get slimmer. Plus model capabilities are plateauing. Once model improvement slows down enough, seems to me like the battle is to be fought in the application layer. Whoever can make the killer app will capture the market.
Something worth noting is that ChatGPT currently is the killer app -- DeepSeek's current chart-topping app notwithstanding (not clear if viral blip or long-term trend).
The killer app had better start giving better value, or I'd gladly pay the same amount of DeepSeek for unlimited access if they decided to charge.
Re: Why OpenAI's $157B valuation misreads AI's future (Oct 2024)
#105and microsoft literally spent 80 billions on top of its, like bro imagine 80 billions dollar company is like top 0,01 percent and that valuation would crumble because of deepseek
What did they spend it on? I’m sure the next gen models will still be better to train on that new infra
well since most of that money comeback anyway to MS since OAI use Azure heavily but it still a lot of money and stock value of OAI would tank sooner or later when competitor like deepseek come
Re: Why OpenAI's $157B valuation misreads AI's future (Oct 2024)
#106Earlier quoted context omitted.
Oh yeah—tell that to my AI pipelines on my local compute.
Local pipelines are great and all for now but there’s practically no way those will be able to keep up with server based models long-term. If those are useful for you today, that’s great.
Re: Why OpenAI's $157B valuation misreads AI's future (Oct 2024)
#107Earlier quoted context omitted.
The interesting part is that distillations based on reinforcement learning based models are performing so well. That brings the cost down dramatically to do certain tasks.
I thought the distillations were SFT only?
Re: Why OpenAI's $157B valuation misreads AI's future (Oct 2024)
#108Earlier quoted context omitted.
I think it will have an adverse affect to funding ecosystem. The inevitable haircut all the funds are going to take in OpenAI and other AI startups when revenue fails to materialize[1] will herald a bust cycle and lot more circumspection in large investments like it happened few years back when a large number of Soft Bank investments did not pan out, notably most of them relied on big funding rounds to muscle out oth…
If it happens, I call dibs on the name "AI Nuclear Winter".
Re: Why OpenAI's $157B valuation misreads AI's future (Oct 2024)
#109Earlier quoted context omitted.
Does anyone know how Deepseek does it yet?
(Summary from Reddit) - fp8 instead of fp32 precision training = 75% less memory - multi-token prediction to vastly speed up token output - Mixture of Experts (MoE) so that inference only uses parts of the model not the - entire model (~37B active at a time, not the entire 671B), increases efficiency - PTX (basically low-level assembly code) hacking in old Nvidia GPUs to pump out as much performance from their old H8…