philipallstar
4 hours ago
This logic seems mad. If people only need SLMs then hyperscalers can also centrally host higher-efficiency models, and still gain efficiencies of scale and convenience over hosting locally.
embedding-shape
4 hours ago
You have to remember that articles like these are written for finance people who don't understand the underlying technology, by finance people who don't understand the underlying technology. In this case, the author is a "CFA Institute Enterprising Investor", previously a CIO and basically their entire life been "money, money & money", so hardly surprising they're pulling a lot of assumptions based on what they read.
Read the paper the author talks about yourself instead (https://arxiv.org/abs/2511.07885), and also, contrary to what the author says in the article, do not do investments based on single papers made from academic studies, regardless of how much money this guy tells you you can make.
regularfry
4 hours ago
The valuations of the hyperscalars won't sustain just being more efficient than something you can run locally. There's a market there, but it's for margin on a commodity. They're priced for oligopoly on unique, premium products.
phoghed
4 hours ago
I very much don’t want to run it locally. I want the same one running somewhere else that I can interact with from all my devices. Look at something like Grok Bot. Nobody is going to run this locally. You can already self host almost anything, yet most people and businesses don’t.
IsTom
4 hours ago
Yes, but that's not a 10T business.
bryanlarsen
an hour ago
But it is quite likely a 1T market. That won't support the stock valuations of OpenAI, Anthropic or Nvidia, but it will still mean massive data center build out and little relief to RAM prices.
analognoise
11 minutes ago
I want the model running wherever electricity and infra is cheapest, which will likely be China; if that gets geopolitically hot, eh, suddenly a “nearby” data center will open run by “individuals” with “no connections”, magically - it will be very funny to watch.
There will be some “rising star” businessperson who somehow got an amazing deal on land and energy and just likes to spend 1/2 their time in Shenzhen or something, but the datacenter is in Vietnam or Singapore or Thailand or wherever. They might even have a US branch, to make everyone feel better!
It will collapse the market, and everyone will realize that data centers are actually worth LESS than Toyota - they’ll look more like Tulips, suddenly.
In my opinion, of course.
esseph
an hour ago
> I very much don’t want to run it locally. I want the same one running somewhere else that I can interact with from all my devices.
I run models on my desktop and access them from a phone app on the go. Wireguard tunnel.
Responds fast and lets me kick off tasks or workflows via text or voice.
phoghed
an hour ago
Exactly the type of thing I’d pay someone not to deal with. It’s like media streaming vs piracy. Even though I could get a nice local setup with plex and have higher quality streams with free pirated br rips, I just don’t want to deal with it.
Maybe I could use codex or whatever to set that all up nowadays, but it was such a pain doing the initial setup and getting it all running and finding sources of media yadda yadda like a decade ago when I last tried lol
esseph
an hour ago
> Exactly the type of thing I’d pay someone not to deal with.
Very much a personality and/or lifestyle thing, but I've also been building infra for decades. I mean it was two container startups and a phone app download (10min). Not exactly difficult. If I didn't like it I certainly wouldn't be in tech!
> pay someone
I'd do that with something like 3 story roof work or foundation work with a contractor, but tech? If I want the outcome I will be happy with, often have to do it myself.
phoghed
13 minutes ago
To be clear I don’t mean pay someone to set it up for me, but rather pay for a saas platform that’s already doing it. It’s not that I couldn’t run something locally, I just don’t want to deal with the hassle.
I was into home automation and self hosting media and some other stuff for a while. It’s the kind of thing I’d only do again if i was equally or more interested in the process than the outcome.
slfnflctd
3 hours ago
Yes, it's all about the amount of money invested right now. Justifying that was always going to be tricky, and it still is.
The compute capacity, however, is here to stay. There will be a seemingly endless line of people queued up to buy it at pennies on the dollar if this whole thing blows up financially. And they will use it!
ForHackernews
2 hours ago
Indeed, "pennies on the dollar" is the key point the author is making in this article.
bryanlarsen
an hour ago
And any data center with reasonable energy costs and without massive interest payments will still be profitable at pennies on the dollar. Might need some bankruptcies of the shell corporations to get rid of interest payments, but they will be very profitable post bankruptcy.
classified
2 hours ago
> And they will use it!
Just out of curiosity: Use it for what?
slfnflctd
2 hours ago
Whatever it is suited for that they can get a decent margin on. Or, you know, hobbies.
The demand is there and the market will find pricing that works.
user
3 hours ago
genxy
3 hours ago
Hyperscalers don't run computing at some multiple more efficient than on prem. The only way hyperscalers can compete is if they own the sand to cycles supply chain and ensure that raw compute is out priced in the market (ram,flash,compute). Ram and flash were an easy target because they are a commodity in name only.
Majromax
2 hours ago
> Hyperscalers don't run computing at some multiple more efficient than on prem.
I'd disagree here. I see two avenues for an efficiency multiple, albeit a single-digit multiple:
* Client aggregation allows a hyperscaler to average out demand spikes from uncorrelated clients, reducing the peak:average demand ratio and allowing better budgeting of compute.
* Dynamic batching allows typical requests to run in batches of more-than-1 and/or overlap, offering better internal compute utilization ratios (e.g. interleaving output and input streams). The small limit of on-device LLMs will run with batch sizes of one with strong memory bandwidth bottlenecks.
For an example of these factors in action, see the API cost differential between batch, standard, and 'fast' processing. OpenAI prices these tiers at a 1:2:4 ratio.
amelius
4 hours ago
The logic seems mad to me because SLMs can simply not hold as much information as an LLM.
Maybe if you combine an SLM with a database (as a tool) then it could work, but someone should first prove that.
fph
4 hours ago
But do you really need a model that has the complete Duran Duran discography memorized and preloaded in RAM at all time?
amelius
4 hours ago
That's a different question. Probably not. But:
1. Training a large model with lots of information, then stripping the "useless" information from that model to obtain a small model => nobody has shown this.
2. Training a small model, letting it use a database tool so it scores the same as a large model without database => nobody has shown this.
js8
4 hours ago
I partly agree. Theory (of computation) shows it must be possible, however nobody has produced the small model (well, depends who you ask, what is small, article disputes that) and the database yet.
To go very small (thousands of rules) so that the reasoner can be understood by humans and proven sound - might be computationally quite difficult.
slfnflctd
3 hours ago
This really elegantly sums up two of the most major areas of research in the field right now. I expect people are going to hammer at both problems for a while. It will be interesting to see how much useful stuff is built as a result.
medwards666
4 hours ago
But what if I _really like_ Duran Duran???
embedding-shape
4 hours ago
I mean maybe yes? The hypothesis from the early GPT days was (and in a small way still remains): "If we just chuck more data into the training, does it get better at X, even if the data was seemingly unrelated to X?", and the workings of LLMs seem to kind be pointing in that direction, although with some ceiling.
But seemingly models good at programming for example, would get worse at programming if you removed everything not-programming. Train a model solely on syntax, and it'll be worse than a general purpose LLM on syntax, in general at least.
js8
2 hours ago
"But seemingly models good at programming for example, would get worse at programming if you removed everything not-programming. Train a model solely on syntax, and it'll be worse than a general purpose LLM on syntax, in general at least."
That might be because emergence of capabilities to reason about programs requires abstractions (such as fuzzy and modal logic) that are rarely present in software sources. That doesn't mean the reasoning model itself has to be large; neither does it have to emerge from the ML training on large language corpus, we might construct it by different means.
rotis
3 hours ago
Sure. I don't give a damn about them. But Phil Collins man. I love reviewing his body of work before I get worked up. Obvously we cannot cut him, because I need him. So how do you decide what to leave out?
js8
4 hours ago
The cost you pay is in additional reasoning the SLMs have to do. As I write elsewhere, LLM "remembers" that "Socrates is mortal", or other commonly useful deduction. SLM might need to derive it first by reasoning from the DB, which slows it down. (Or worse, it might miss the correct reasoning because it's just too much side quests to follow.) But the advantage is flexibility.
ForHackernews
2 hours ago
You mean like how Western Digital is only a 168 billion dollar business, but Dropbox is a $7.4B behemoth... er, wait?
readthenotes1
3 hours ago
That sounds a little bit like the guy who said that we don't need a computer in the home.
There may be a great deal of advantage to be able to run a small language model on something I have in my hand, disconnected.
Although mainframes have their use, the pendulum of centralized to distributed has gone back and forth and there are benefits to be gleaned from either model, sometimes at the same time.