The author explores the common frustration of running local Large Language Models (LLMs), where the gap between potential and usability is often caused by slow inference speeds. Instead of upgrading to larger, more complex models, the author discovered that implementing speculative decoding significantly improved the experience. This technique uses a smaller "draft" model to quickly predict tokens, which a larger "verification" model then checks. This process drastically increases speed and creates a smoother conversational flow without sacrificing the model's intelligence. By focusing on how models are run rather than just which models are used, users can make their self-hosted AI tools much more practical for daily use.