UltimaKilo
macrumors 65816
You’re overstating the RAM requirements quite a bit. Modern quantization and frameworks like MLX let you run really capable models in way less than 32GB. I run a solid 13-14B model at 4-bit quantization in just 10-12GB of unified memory and it’s plenty smart for coding, writing, and reasoning tasks. Even some MoE models around 20-30B effective size run comfortably on 24GB.To run a local AI for a specific task, you need 48GB or more to make it run comfortably. The models used are often around 32GB and when loaded into the unified memory can run very fast. It can be done via SSD as well, but that will slow the AI processing extremely, not to mention the wear it will cause on the SSD. There are smaller AI models for Mac's with less RAM, but at some point they are not as "smart", fast and useful as the larger ones. Of course it depends on the task at hand.
If more users do move away from AI in the cloud as the current trend shows, I'm sure that the demand for more memory in Mac mini's or Mac Studio's will increase big time and the worldwide shortage will continue for the coming years. Even when datacenters stop buying everything.
The idea that you need 48GB to “run comfortably” was maybe true a year and a half ago, but it’s not anymore. The smaller models aren’t nearly as dumb as you’re suggesting...the efficiency gains have been massive and continue to grow. A well-optimized 8-13B model today often outperforms a poorly quantized 70B from last year.
As for the SSD swapping argument, that’s also super exaggerated on Apple Silicon. The unified memory architecture and fast SSDs handle occasional swapping far better than people assume. It’s not ideal, but it’s not the performance killer it used to be.
The real trend isn’t “everyone needs way more RAM.” It’s that models keep getting smarter at smaller sizes. That’s where the progress is happening, not in just making everything bigger and hungrier for memory.
There are also APIs so you can use a hybrid model and save on tokens significantly. I use Grok/Claude & Llama 3.1
Llama 4 is going to be another big step.