this post was submitted on 03 Jun 2026
811 points (99.6% liked)

People Twitter

10036 readers
1385 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician. Archive.is the best way.

founded 2 years ago
MODERATORS
811
Managers (media.piefed.zip)
submitted 2 days ago* (last edited 2 days ago) by inari@piefed.zip to c/whitepeopletwitter@sh.itjust.works
 
you are viewing a single comment's thread
view the rest of the comments
[–] theunknownmuncher@lemmy.world 7 points 1 day ago* (last edited 1 day ago) (2 children)

No that's not how this works. Inference is cheap and efficient. AI companies are bankrupting themselves with training costs that they need to recoup back by selling inference. Open-weight models have already been trained.

Also, going big in terms of model size shows diminishing marginal returns on accuracy, not efficiency of scale. Smaller models are way more efficient and consistently catch up to the largest models, which is why today's SOTA 27 billion parameter model competes with yesterday's SOTA 500+ billion parameter model.

[–] GamingChairModel@lemmy.world 2 points 1 day ago (1 children)

AI companies are bankrupting themselves with training costs that they need to recoup back by selling inference.

I think they hit a wall in actual returns on performance with pretraining, years ago. Then they started scaling up on post-training/reinforcement learning to continue improvement, but that might be hitting a plateau as well. More recently it looks like they're relying more heavily on scaling up on inference, which is a significant problem for their long term business models.

If they're not able to cheaply deliver inference (and charge at a premium), how will they be able to sustain their businesses?

It seems that the most recent, largest models are using a lot more tokens to accomplish the same tasks, so even as token cost drops the actual cost of using the latest models seems to be going up with time (even as performance improves).

[–] theunknownmuncher@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

If they’re not able to cheaply deliver inference (and charge at a premium), how will they be able to sustain their businesses?

I definitely agree that they have a big problem on their hands, and are in deep deep trouble. They are in a position where they must sell a service that is very cheap in order to pay for up front costs that were very expensive.

This is also why the release of Deepseek was such a devastating blow to US AI companies. It proved that:

  1. they don't really have a moat that would lock users into their service, or secret special knowledge that prevents other companies from training competitive models. They're in a race to the bottom

  2. Deepseek was not only able to train a model of the same caliber, but they were able to do it at a tiny fraction of the cost that US AI companies spent on training US models. Because they spent so much less on training, it means that Deepseek is able to undercut the US companies and offer inference at a much lower price

[–] Kazumara@discuss.tchncs.de 1 points 1 day ago (1 children)

Inference is cheap and efficient.

Tell that to all the Github users that are screaming about the new token based billing. In reality inference on these massive models with big context windows is expensive, but was subsidized so hard, that nobody has an accurate feeling for the cost.

[–] theunknownmuncher@lemmy.world 1 points 1 day ago (1 children)

No, it is cheap and efficient. It is relative, and the comparison is to model training. But yeah, its not free

[–] Kazumara@discuss.tchncs.de 1 points 1 day ago* (last edited 15 hours ago)

Sure it's much much cheaper than training, but importantly those companies are not recouping anything with inference because it is still more expensive than what they are selling it for.

They are double bankrupting themselves.

At work we run inference for a research project with an open weights model in the public cloud another part of my company provides and we pay around 25$ a day for a VM with a single L40s. It's both slow - despite not even serving concurrent users - and kind of bad in its outputs.

Edit: Interference -> Inference, arguing on the internet after waking up first thing in the morning might not have been the best idea