Inference Optimization Podcast Summaries
Inference Optimization on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

LLM that loops instead of Doing Chain-of-Thought
bycloud
Jul 1, 2026
Loop transformers offer a more elegant alternative to chain-of-thought by iteratively refining hidden states through repeated layer blocks rather than generating expensive tokens. While they struggle with training supervision and architectural stability, they provide a powerful mechanism to trade inference compute for effective depth, potentially revolutionizing performance in parameter-constrained environments like edge devices.
Key insight: Loop transformers evolve internal representations in three distinct stages: first constructing a rough problem map, then propagating relationships through structured updates, and finally stabilizing toward a final answer, effectively mirroring the reasoning flow of feedforward models.
Ollama is Too Slow: Try This Instead!
Eric Tech
May 26, 2026
OMX significantly outperforms standard Ollama local model inference, enabling faster, more reliable performance for AI coding agents on Mac hardware. It effectively manages memory and resource constraints, allowing the use of heavier models that often crash standard setups.
Key insight: OMX allows users to run models like Gemma 4B that consistently cause resource crashes in standard Ollama environments, while simultaneously cutting inference response times.