The article discusses running a 26B MoE model, Gemma 4, on an old recycled server with a single Intel Xeon E5-2620 v4 and 128GB of DDR3 RAM, without a GPU. The author achieved this by using the ik_llama-cpp fork and applying various optimizations, including speculative decoding, CPU and MoE routing, memory pinning, and graph layout adjustments. The model was able to run at reading speed, although the exact performance metrics were not provided. The author highlights the importance of understanding the optimization levers and flags used in the process.