this post was submitted on 15 Jul 2026
701 points (97.4% liked)

Technology

86401 readers
3047 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Not_mikey@lemmy.dbzer0.com 4 points 1 day ago (2 children)

The author seems to be confusing user scalability with performance scaling:

The problem with generative AI, in the industry’s own jargon, is that it does not scale. The cost of growing from, say, a thousand users to a million is a key factor that venture capitalists examine when they evaluate start-ups.

This is a question of whether openai can handle 1 million users asking chatgpt to write a basic html website. That can be scaled horizontally and is just a matter of building more data centers.

The author then goes on to conflate this user scaling with performance scaling:

Yet the returns are diminishing. The bigger an AI model is, the less it improves with each added parameter, and so it must be made bigger at a faster rate just to sustain steady progress. I asked a few AI researchers whether they could name any other real-world software that scales so poorly. None of them could think of any. Even outside the world of software, it’s hard to find a comparable example, given that economy of scale is the principle that has made light bulbs, cars, and clothing so affordable. By economic and engineering measures, generative AI might be the worst technology ever deployed.

This is a question of whether chatgpt can generate a full complex web app. For this there may be a limit to this bigger model approach but this is common to most technologies, performance sometimes has hard limits. You aren't going to get a car to go 300 mph by making the engine bigger and adding more cylinders, there's diminishing returns, that doesn't make cars the worst technology ever deployed... maybe they are but for other reasons.

Economies of scale also isn't about performance scaling, it's about capacity scaling. Capacity scaling for AI does reflect economies of scale, that's why you have these large AI companies building large data centers.

[–] NotASharkInAManSuit@lemmy.world 1 points 3 hours ago (1 children)

That can be scaled horizontally and is just a matter of building more data centers.

That was a spectacular way of outlining the fact that you don’t at all understand the problems and limits with “AI” without having any awareness or understanding that you don’t at all understand the problems and limits with “AI.”

[–] Not_mikey@lemmy.dbzer0.com 1 points 1 hour ago* (last edited 1 hour ago) (1 children)

Ok, explain to me why you can't scale out existing small and mid tier models horizontally? yes there are current resource limits on chips and energy but we know how to build those out and those types of limits are common to nearly every other industry, it's just that no other industry has generated such rapid demand/investment for infrastructure.

There's no O(n^2) problem on number of requests that would make handling large scale rollout impossible like the article is suggesting.

[–] NotASharkInAManSuit@lemmy.world 1 points 22 minutes ago

If “AI” data centers are the only goal, sure, we could definitely bottleneck all technological progress into forcing a fractional level of slightly higher functionality to things that have already hit their potential at the cost of hobbling every other technology. Just fuck the environment, every level of consumer technology, limit the marketplace of ideas and materials to tech oligarchs, and cripple progress in literally any other field of technology, and it all just makes sense, right? Easy peasy.

[–] jtrek@startrek.website 23 points 1 day ago (2 children)

That can be scaled horizontally and is just a matter of building more data centers.

At one of my old jobs "just" was considered a bad word

[–] uriel238@lemmy.blahaj.zone 6 points 1 day ago

One does not simply walk into Mordor.

[–] Not_mikey@lemmy.dbzer0.com -1 points 1 day ago (2 children)

Ok, remove the just then, the point still stands that it is a solvable problem. We know how to make data centers, it may not be easy or cheap but it's possible just like we know how to build car factories.

[–] 4am@lemmy.zip 11 points 1 day ago (2 children)

Yeah and the point is that model improvements so far have meant making huge increases in size, which offsets the datacenters scale out.

The whole point is that this is futile because we will always be playing catch-up to model sizes, to our ultimate downfall. The tech needs to be smarter not larger. That’s why the whole cloud AI business is shit and not going to work. as anyone with a brain has been saying from the beginning.

Jesus Christ man, people’s homes are being sized with eminent domain for this shit. It ain’t worth it.

[–] Not_mikey@lemmy.dbzer0.com -1 points 1 day ago* (last edited 1 day ago)

which offsets the data center scale out

This is only true if everyone is always using the top line model, which most people don't. Both because most people just use the default, which is a low or mid tier model, and because it's expensive. The top line models are becoming increasingly niche.

The tech needs to be smarter not larger.

I agree, that's why more focus is being put on the harness and agent orchestration these days. You can achieve better results by having a large model orchestrate a bunch of smaller model agents to do simpler tasks then trying to have the large model one shot it. This doesn't mean the whole cloud AI business is bullshit, they're still going to need to build out a lot of capacity for these smaller models and still going to need large models to handle the planning and orchestration, it just means the call count for these larger models are going to be lower.

So it's probably not going to be 1 million calls to a small model turns into 1 million calls to a larger model and the capacity never catches up, it's going to be 1 million calls to a small model and 1,000 to a large one which is more feasible to build out.

people’s homes are being sized with eminent domain for this shit. It ain’t worth it.

I don't agree with how the data centers are being rolled out, they can and should be built out with renewable energy and consent from the community which isn't happening. I disagree that data centers shouldn't be built at all or that it will be an unachievable Sisyphusian task to build them out.

[–] diablexical@sh.itjust.works 0 points 1 day ago

The performance per parameter has been improving steadily though. Gemma 4 is ~4o level at a fraction of the parameters.

[–] placebo@lemmy.zip 5 points 1 day ago (1 children)

Bubble sort is also a good algorithm if we “solve” its inefficiency by using more powerful hardware. It may not be easy or cheap, but…

I wouldn’t separate performance scalability and user scalability as they ultimately go hand in hand together. LLMs are inefficient by design.

[–] Not_mikey@lemmy.dbzer0.com 1 points 1 day ago

I wouldn’t separate performance scalability and user scalability as they ultimately go hand in hand together.

Ok think of them as different scaling factors then, maybe n for number of requests and s for size of requests and c for complexity of requests. Scaling for n can be done horizontally by building more data centers which is possible. Scaling for s or c requires building bigger models which has diminishing returns.

Scaling for n is required to make the software business model work, like the article says. Scaling for s or c though isn't required as long as your average user keeps those constant, which is possible.

LLMs are inefficient by design.

They are less efficient when compared to what traditional computing can already do, eg. Arithmetic, structured data analysis etc. There are things that traditional computing can't do, eg. writing an essay, that can only be compared to the human brain which is hard to do. So you can say AI is inefficient at calculating 2 + 2 , but it's a hard case to make that it's inefficient at writing an essay.