Finally! A Local AI Breakthrough! So Much Faster!
Summarized by VidSnap AI from Rob Braxman Tech Deep Dive on YouTube · Sep 12, 2026 · Watch the original

Local AI's Breakthrough: Speed, Models, and Practicality
This video documents a pivotal shift in the viability of local AI, driven by a convergence of new model releases and community-discovered performance optimizations. The creator demonstrates that local AI has transitioned from a slow, impractical novelty to a genuinely useful tool for complex, real-world tasks, particularly for privacy-sensitive workloads.
The Case for Local AI 🛡️
The creator's motivation is rooted in privacy and cost. Tasks like financial planning, tax strategy, and medical advice involve sensitive data that should not be exposed to public cloud LLMs. Additionally, cloud AI costs can be prohibitive; a single week of heavy coding consumed 1.2 billion tokens, which would equate to over $10,000 on premium cloud models. Local AI offers a free, private, and unlimited alternative.
Hardware and Model Selection ⚙️
The foundation is an AMD Strix Halo machine with 128GB of unified memory, allowing up to 96GB for the GPU. This hardware enables the use of large models, but the key is selecting the right architecture.
- Model Choice: The creator runs two models simultaneously: GPT-OSS-120B for general reasoning and Qwen 3.6 35B for coding.
- MoE Advantage: A critical insight is the preference for Mixture-of-Experts (MoE) models. Unlike dense models, MoE models only activate a portion of their parameters, making them up to five times faster. This speed advantage is paramount for local AI.
The Speed Revolution 🚀
The primary bottleneck for local AI was prefill speed (input token processing). The creator achieved a dramatic performance increase through several community tweaks:
- Software: Switching from the default
llamato a directly compiledllama.cppdoubled the speed. - Graphics Stack: Using the Vulkan stack instead of the default RockM provided a significant performance boost.
- Hardware: Overriding the GPU boost clock on the Strix Halo increased prefill speeds.
- KV Cache: The agent's context is largely static, so it is cached. This means only new instructions are processed, making subsequent interactions nearly as fast as cloud AI.
These changes resulted in a seven-fold increase in prefill speed (from 100 to 688 TPS) and a 2.5-fold increase in output speed (from 20 to 53 TPS). A task that once took an hour can now be completed in under 15 minutes.
Practical Implications and Future Outlook
The creator emphasizes that while cloud AI remains faster, local AI is now fast enough to be practical. The cost savings and privacy benefits make it a compelling choice. The main limitation is the lack of new, optimized models for the 120B size, but the creator expects this to change within six months, promising even better performance without hardware upgrades.
"Local AI is now ready for prime time."
Key Takeaway
Local AI has crossed a critical threshold of usability. Through a combination of MoE model selection, software optimizations, and hardware tweaks, the speed bottleneck has been largely eliminated. This makes local AI a viable, cost-effective, and private alternative to cloud services for complex, real-world tasks, with the potential for further improvement on the horizon.
Want to summarize your own videos?
Try VidSnap free