TechNewsReel
Live

Kimi K3's 2.8 Trillion Parameters Now Run on MacBook Pro via Deltafin

A new inference engine bypasses massive VRAM requirements by streaming model weights directly from SSDs to Apple Silicon.

TechNewsReel Newsroom · September 8, 2026

Frontier-scale artificial intelligence has officially moved from the server cluster to the laptop. Using the Deltafin inference engine, it is now possible to run Moonshot AI’s Kimi K3—a massive 2.8 trillion parameter model—on a single Apple Silicon MacBook Pro.

Developed by gavamedia, Deltafin enables the execution of Kimi K3 by streaming model weights from storage (SSD) into memory on demand. This approach bypasses the traditional hardware barrier for a model of this magnitude, which typically requires an infrastructure of roughly 16 nodes and approximately 4.8 TB of aggregate VRAM to function. Kimi K3 is a multimodal reasoning model utilizing a Mixture-of-Experts (MoE) architecture, which allows it to maintain 104 billion active parameters per token during inference.

The Storage Workaround

Running a 2.8 trillion parameter model on consumer hardware is normally impossible due to the "memory wall." Most high-end MacBooks possess a fraction of the VRAM required to hold Kimi K3's weights in active memory. Deltafin solves this by treating the SSD as a primary extension of the memory pool. Instead of loading the entire model into RAM, the engine streams the necessary weights from the disk to the processor in real-time.

This method of "offloading" is a known technique in the LLM community, but Deltafin optimizes the process specifically for the unified memory architecture of Apple Silicon. By leveraging the high-speed NVMe throughput of modern Macs, the system can swap weights fast enough to maintain a functional, albeit slow, inference loop.

Breaking the Memory Wall

This experiment is significant because it proves that the scale of a model no longer strictly dictates the class of hardware required to run it. While enterprise-grade H100 clusters remain the standard for training and high-speed deployment, the ability to run "god-model" scale intelligence locally shifts the conversation around AI accessibility and privacy.

For the industry, this demonstrates that aggressive storage streaming can breach the memory wall, allowing researchers and enthusiasts to interact with frontier models without relying on expensive cloud APIs or massive server farms. It highlights a path toward local sovereignty over the world's largest models, provided the user can tolerate the inherent latency of disk-based streaming.

The Path to Local Frontier AI

Despite the technical achievement, the practical utility of this setup remains limited by speed. Streaming trillions of parameters from an SSD is orders of magnitude slower than reading from HBM3 memory on a GPU. Consequently, the resulting tokens-per-second rate is impractical for real-time chat or production environments.

Future developments will likely focus on more efficient quantization—reducing the precision of the weights to shrink the storage footprint—and further optimizations to the streaming pipeline. For now, Deltafin serves as a proof-of-concept that the most powerful models in existence can be squeezed onto a consumer device, turning a MacBook Pro into a low-speed gateway to trillion-parameter intelligence.

Sources

Get a notification when a big story breaks. A few a day at most — no spam.