If this is true, the hyperscalers are toast
33 points - today at 10:38 AM
SourceComments
Also, the average consumer is not going to be running a local model until they are built into the hardware they already buy and when they are, who is supplying the weights? They’ll likely be shipped as an ASIC (or MSIC) at that point anyways. Those will use a licensed model from the current leaders. The whole argument sounds like saying that cloud services shouldn’t be profitable because everyone has a computer at home or to meme “we have AI at home”.
But since the US is dabbling in piracy again and telling people what they can do and not do with their shit, it’s not too far-fetched that everyone that is not a global superpower is at risk of getting bombed to smithereens if they are a danger to US AI supremacy.
This is such a crazy timeline, predicting even like a single year ahead feels like looking into a medieval glass ball.
But we are humans, I am confident we will find a way to fuck this up royally for everyone. Brace for impact.
If this is correct I see a future where the hyperscalers are funded by the businesses integrating siloed SLMs in their software.
Also the defence/intelligence industry will always want to keep an edge so don't be surprised if they stick around and we see favourable regulations for them similarly to how the government turns a blind eye to social media platforms because they increase the footprint of mass surveillance.
I wouldn't be surprised if the hyperscalers became software auditors and any piece of critical software was required to have a regulated security audit before it could enter production. Selling the poison and the cure is a great business model.
You can imagine a reasoning model as a huge set of rules that generate the next statement from previous statements (written in context). In that sense, a reasoning model can be compared to a logical theory - you have certain deduction rules which can generate new judgments.
Often, logical theories are structured that the rules are remade into axioms, and the deduction rule is only modus ponens (which corresponds to function application and is a building block of program execution).
In the case of an LLM, the set of rules (or axioms) they have in the theory is quite large, but most likely semantically unsound (with respect to their their own representation of truth) - that's why LLM's make mistakes.
It would be desirable to break the logical theory represented by LLM into a smaller set of axioms, which would:
a) remove rules easily deductible from the smaller core of axioms (for example, LLM doesn't need to remember "Socrates is mortal", as it can derive it from "Socrates is a man" and "all men are mortal")
b) remove rules that have low value (facts that aren't used often or have weak validity) which cause ruleset to become unsound
I suspect that's what SLM distillation is doing, to some extent.
The question is, how far this process can go? I personally believe there is a useful logic for commonsense reasoning that has less than thousand rules (still several orders more than your typical mathematical logic, but orders less than SLMs). These axioms do not contain much facts about the world, but that could be added.
So I believe there is a sweet spot (deductive core, encyclopedic shell) which we have not yet found (it's a little bit more formal language than natural language) but is very efficient for general reasoning.
How many developers here don't see a difference between the latest LLMs and SLMs they can run on their own computer? I tried running a smaller model locally, and it's not usable for me.
I know people like to "predict" things, so that if they happen they can then say "I am a visionary, I predicted it" and start their blog posts with "as I predicted long ago (because I am a visionary), ...".
> The research report estimates that the addressable market in the US for SLMs has grown to about $10tn or one-third of the entire US GDP of $30tn. There isn’t much left for LLMs to thrive in, and every year, their advantage over SLMs is shrinking.
I stopped counting the number of times "estimates" said that a market would absolutely explode, and it absolutely didn't. Those are in the business of being a broken clock.
If something better comes, it will be better. Sure. And we would like to have something better, because it would be better.
Then of course there is the economics of it. Do people prefer to spend $5000 upfront to get things done 5x slower, or would they rather pay $20 a month for that?
Imagine current frontier models at 20k tokens/second.
If you think of for e.g. some proprietary piece of software that wants to embed an LLM they've fine tuned or trained, they will want to make back some of their research cost right. So they are not going to want to put this on-device even if the hardware is there, unless there's some way of locking it down. I suspect we'll need on-hardware validation/verification and a way of preventing extraction of weights for this move to happen for many use cases.
An implication is that successful research in "I don't know" detection could destroy hundreds of billions in shareholder value.
What might happen is that a chunk of the market, whatever its size will be, will end up going to SLMs run on iphones or Macbooks, and eat some of the revenues from LLMs, because not everyone needs the most powerful LLM all the time.
> they provide a better or at least as good an answer as LLMs in 62.5% of the cases.
Are we going to scrap hospitals because a vet could do the job 62.5% of the time?
The economics also point away from everyone buying a big RAM Mac that sits idle 99% of the time. SLM and own hardware sounds efficient and “free” but it is nothing of the sort when you factor everything in (and forfeit the sharing efficiencies of API)
SLMs are great esp for task specific fine tunes but this take isn’t it
What if they get sufficiently powered and watered industrial warehouses close to where the successful people live?
So maybe in 10yr I'll be able to run a SLM on a 5yo laptop and not have Google or whoever hoover up everything.