One of the things I’ve been hoping for every time a new EC2 instance comes out is for them to unpin the memory:core ratio a bit. I don’t expect they have enough r# and c# users to completely balance things out so what they’re really doing is selling people more CPUs to get the memory they need. It would be nice if it were creeping up generation to generation. But if this keeps up I fear the opposite.
You should just get used to it because the memory per core is going down inexorably forever until someone makes a physics breakthrough. We know how to print cores and the core count is going to keep going up.
Global Memory Shortage Crisis: Market Analysis
91–100 of 107 posts
Re: Global Memory Shortage Crisis: Market Analysis
#92> As a result, IDC expects 2026 DRAM and NAND supply growth be below historical norms at 16% year-on-year and 17% year-on-year, respectively.
This is an odd claim. It’s like saying that car companies historically produced more coupes than sedans, but suddenly there are new enormous orders for millions of sedans. All cars get massively more expensive as a result — car makers charge 50-200% more than before. Sure, they need to retool a little bit and buy more doors, but somehow the article claims that “limited … capital expenditure” means that overall production will grow more slowly than historical rates?
This only makes sense either on extremely short timescales (as retooling distracts form expansion) or if the car makers decide not to try to compete with each other. Otherwise some of those immediately available profits would turn into increased capital expenditure and more RAM would be produced. (Heck, if RAM makers think the new demand is sustainable, they should be happy to increase production to sell more units at current prices.)
Re: Global Memory Shortage Crisis: Market Analysis
#93Earlier quoted context omitted.
You should just get used to it because the memory per core is going down inexorably forever until someone makes a physics breakthrough. We know how to print cores and the core count is going to keep going up.
We knew how to print memory long before we knew how to print cores.
Re: Global Memory Shortage Crisis: Market Analysis
#94Earlier quoted context omitted.
We knew how to print memory long before we knew how to print cores.
Logic and DRAM are totally different processes.
Re: Global Memory Shortage Crisis: Market Analysis
#95Earlier quoted context omitted.
You do know that they can hire semiconductor packaging companies to put together memory modules the same way they bought the DRAM wafers, right?
Sure thing. Are they? And also, why would they do that? Do you think OpenAI wants to enter into the DRAM manufacturing business? Or were they looking for a way to take as much supply away as possible - paying for the wafers instead of finished DRAM?
Re: Global Memory Shortage Crisis: Market Analysis
#96Earlier quoted context omitted.
> I wonder if this will result in writing more memory-efficient software? If the consumer market can't get cheap RAM anymore, the natural result is a pivot back to server-heavy technology (where all the RAM is anyway) with things like server-side rendering and thin clients. Developers are far too lazy to suddenly become efficient programmers and there's plenty of network bandwidth.
Developers would prefer to write good software, the challenge and the craftsmanship are a draw. However, the customers do not care and will not pay more so the business cannot justify it most of the time. Who will pay twice (or five times) as much for software written in C instead of Python? Not many.
It hasn't gotten 100x harder to display hypermedia than it was 20 years ago. Yet applications use 10x-100x more memory and CPU than they used to. That's not good software, that's lazy software.
I just loaded "aol.com" in Firefox private browsing. It transferred 25MB, the tab is using 307MB of RAM, and the javascript console shows about 100 errors. Back when I actually used AOL, that'd be nearly 10x more RAM than my system had, and would be one of the largest applications on my machine. Aside from the one video, the entire page is just formatted text and image thumbnails.
Re: Global Memory Shortage Crisis: Market Analysis
#97[flagged]
It's shocking how quickly my family normalized consuming obvious AI slop short-form videos, one after the other, for hours. It's horrifying.
Re: Global Memory Shortage Crisis: Market Analysis
#98Article completely misses the true cause of the price increase - Sam Altman/OAI made a deal with Samsung and SK Hynix get 40% of their RAM wafer production for the 2026 period. This was economic warfare against OpenAI's competitors, and the competitors along with the data centers responded by buying up every bit of DDR5 in sight. This price increase was engineered. The deal was inked on October 1, 2025, and rumors of…
Not sure that OpenAI's move was a very good one, they've just created a lot of enemies for themselves. I see comments all over the internet about AI slop making RAM expensive. It's going to eat into the profits of a lot of companies. People will be willing for this insanity to end.
Re: Global Memory Shortage Crisis: Market Analysis
#99Earlier quoted context omitted.
There's plenty of scope for local AI models to become more efficient, too. MoE doesn't need too much RAM: only the parameters for experts that are active at any given time truly need to be in memory, the rest can be in read-only storage and be fetched on demand. If you're doing CPU inference this can even be managed automatically by mmap, whereas loading params into VRAM must currently be managed as part of running a…
But aren't the experts chosen on a token by token basis, which means bandwidth limitations?
(Source: I maintain an app integrated with llama.cpp, in practice no one likes 1 tkn/s generation times that you get from swapping, and honestly MoE makes RAM situation worse because in practice, model developers have servers and batch inference and multiple GPUs wired together. They are more than happy to increase the resting RAM budget and use even more parameters, limiting the active experts is about inference speed from that lens, not anything else)
Re: Global Memory Shortage Crisis: Market Analysis
#100I don't really get the panic. This is the same as the pandemic, just for different reasons. A change in demand is causing supply shortages and price hikes. But the demand will eventually swing back as the current demand is completely unsustainable. AI demand will crumble, prices will bottom out, and companies who bet big on AI & RAM will end up going into big layoffs triggering another recession and a huge market cra…
From what I see in other comments, if you can confidently assert “AI bubble; no one will want GPUs soon” it makes sense, but the COVID stuff is a head scratcher.