Edge AI Podcast Summaries
Edge AI on Yedapo: 3 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Mira Murati's 975B Open Model, Ramin Hasani on Post-Transformer AI, and Demis' AI FINRA | EP #271
Peter H. Diamandis
Jul 17, 2026
The race for AI dominance is shifting from massive, cloud-based frontier models to efficient, specialized Small Language Models (SLMs). These models offer superior customization, privacy, and on-device performance, allowing enterprises to integrate AI directly into physical hardware like cars and industrial systems without relying on external data centers.
Key insight: Liquid AI’s foundation models can deliver high-level intelligence while running on tiny, low-cost chips with as little as 2GB to 8GB of RAM, enabling local, private AI deployment in safety-critical environments like automobiles.

Cactus Needle - The 26M Function Calling Model
Sam Witteveen
Jul 12, 2026
Cactus Needle is an open-source, 26-million parameter model designed specifically for tool calling. By stripping away dense feed-forward layers and utilizing a simple attention network, it achieves high-performance function execution on consumer hardware. This architecture proves that agentic tasks don't require massive models, enabling near-zero cost inference for specialized edge applications.
Key insight: Cactus Needle is so lightweight that it can be fine-tuned on a standard CPU, eliminating the need for expensive GPU infrastructure for specialized task training.

Testing VLMs and LLMs for robotics w/ the Jetson Thor devkit
sentdex
Aug 30, 2025
The Jetson Thor devkit offers an impressive 128GB of memory at 130 watts, making it a breakthrough for edge robotics. While its memory bandwidth limits traditional high-speed compute tasks, creative techniques like pipeline parallelism allow developers to maximize its potential for local LLM and VLM inference, outperforming standard setups in power-constrained environments.
Key insight: By running multiple concurrent instances of a model, developers can bypass memory bandwidth bottlenecks to achieve higher effective frame rates and smoother performance on robotics applications.