Technology
Hacker News

Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs

Source Entity

Hacker News

September 10, 2026
Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs

Recent breakthroughs in LLM execution demonstrate running the 2.8T parameter Kimi K3 model on consumer Mac hardware and benchmarking Qwen3.8 27B quantization limits. These developments highlight the tension between massive model scale and the practical constraints of consumer-grade memory and storage.

The Frontier of Localized Large Language Model Execution

The landscape of artificial intelligence is currently undergoing a paradigm shift, moving from cloud-dependent inference toward high-performance local execution. Recent technical milestones, specifically the successful operation of the 2.8-trillion-parameter Kimi K3 model on a MacBook Pro via the ARGODRIVE Deltafin implementation, signal a major leap in how we handle massive models. By leveraging four SSDs to stream data, developers are bypassing traditional VRAM limitations, allowing for the execution of 'never-pruned' models that utilize all 16 experts for every token generated.

Overcoming Memory Constraints with Storage Streaming

The Kimi K3 achievement is particularly noteworthy because it addresses the 'memory wall' that has long hindered consumer hardware. By utilizing ARGODRIVE to facilitate high-speed data streaming from external SSD arrays, the system enables the operation of a massive 2.8T parameter model at a speed of 1 token per second. This approach challenges the necessity of constant model pruning or quantization, proving that if the I/O bottleneck is managed, consumer-grade Apple Silicon can act as a viable host for state-of-the-art AI architectures.

The Quantization Paradox in Model Efficiency

While Kimi K3 aims for full-parameter integrity, the benchmarking of Qwen3.8 27B highlights the practical trade-offs of model compression. Research indicates that while 4-bit quantization (Q4_K_M) effectively maintains performance parity with full BF16 models on benchmarks like Terminal-Bench 2.1, the utility of these models drops precipitously at lower bit-rates. The finding that 1-bit quantization collapses to near-random performance on complex reasoning tasks like GPQA Diamond emphasizes that compression is not a linear path to efficiency.

Implications for Consumer Hardware and Agentic AI

The ability to fit a 27B model into a 24 GB VRAM footprint, such as that found on an RTX 4090, while retaining 64k tokens of context, is a critical development for agentic coding. Developers now have a clearer roadmap for choosing between 'full' models and quantized versions. The data suggests that for most high-level reasoning tasks, 4-bit remains the 'sweet spot' for balancing quality and hardware accessibility, whereas 1-bit or 2-bit models currently lack the requisite intelligence for robust application.

The Future of Local AI Infrastructure

Looking ahead, the convergence of optimized storage throughput (as seen with ARGODRIVE) and refined quantization techniques (as seen with Qwen3.8) suggests a future where users can choose their level of AI capability based on their specific hardware budget. Whether through streaming massive parameters from disk or optimizing smaller models for VRAM, the industry is clearly moving toward a decentralized model where professional-grade reasoning is no longer confined to massive server farms, but is instead accessible to the individual power user.

Multiple Citing Sources

Verification Required?

Read the full report from the primary source

Go to Hacker News