Local LLMs Podcast Summaries
Local LLMs on Yedapo: 10 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

How to Use AI on Work You Can't Upload - Offline & Local
AI News & Strategy Daily with Nate B. Jones
Jul 19, 2026
Protecting sensitive information doesn't require avoiding AI; it requires controlling the infrastructure. By using open-weight models locally, companies and individuals can perform complex data analysis and scrubbing without exposing proprietary assets to external cloud providers.
Key insight: Even when a model claims not to have read a file, the act of uploading it to a cloud provider's API may constitute a permanent data leak.

Pi + Ollama I Replaced Claude Code With This FREE Local Agent
Leon van Zyl
Jun 30, 2026
Many developers struggle with local LLMs in coding because heavy harnesses like Claude Code consume too much context window. By switching to a lean, specialized harness like the Pi Agent SDK and breaking complex tasks into smaller, modular features, you can achieve professional-grade results using free, locally-run models.
Key insight: When a coding agent reaches the 50-70% mark of its context window, model intelligence and quality start to degrade significantly—this is known as the 'dumb zone'.
The Open-Weights Model Beating Paid Agents
Eric Tech
Jun 25, 2026
The new GLM 5.2 model brings high-performance, open-weights agentic capabilities to local infrastructure. It significantly undercuts frontier model costs while maintaining high proficiency in real-world code-based tasks.
Key insight: GLM 5.2 scores 44% on the deep suite agentic benchmark for real terminal work, costing only $3.92 per task compared to Claude Opus 4.8's $13.22.

OpenCode + Ollama: Claude Code Failed. This Works. (Full Setup)
Leon van Zyl
Jun 4, 2026
Claude Code's heavy system prompts often overwhelm local hardware, causing hallucinations and tool failures. By using OpenCode as a lightweight harness with Ollama, you can run powerful open-source models like Qwen 2.5 locally while maintaining high instruction-following performance for complex coding tasks.
Key insight: Claude Code burns nearly 30,000 tokens on system prompts and tools before you've even sent a single request, which is why local models struggle with it.

Every Hermes Concept explained for Normal People
Jack Roberts
May 29, 2026
Hermes is not a chatbot; it is a powerful, persistent AI agent designed to perform real-world actions across your digital life. This guide breaks down how to move beyond simple prompts to utilizing local hosting, agent memory, and multi-model workflows to build a true personal operating system.
Key insight: Hermes can be connected to 22 different interfaces (like Telegram or Discord) while maintaining one central, persistent 'brain' that remembers your specific preferences and project history.

I Built a Coding Agent That Runs Locally for Free
Leon van Zyl
May 6, 2026
You no longer need expensive frontier AI models to build production-grade applications. By leveraging open-source coding agents paired with local LLMs like Qwen 2.5 or Llama 3, you can automate project planning, feature implementation, and browser-based testing entirely on your own hardware.
Key insight: You can now run autonomous coding agents locally using free models that perform just as well as paid alternatives for tool calling and feature implementation, bypassing costly subscription limits.

Watch till the end...
Tech With Tim
Apr 27, 2026
Setting up local AI models on your own hardware provides privacy and removes reliance on cloud services. By configuring OpenClaw locally, you gain immediate, offline access to models like Gemma 4 for your workflows. This process demonstrates that deploying powerful AI doesn't require complex cloud infrastructure.
Key insight: You can enable multiple local AI models simultaneously in OpenClaw simply by selecting them during the configuration process and restarting the gateway.

Local Models Got a HUGE Upgrade - Full Guide (Ollama/OpenClaw)
Tech With Tim
Apr 24, 2026
By running open-source models locally via Ollama, you can eliminate recurring cloud API costs while maintaining data privacy. This workflow relies on hardware-specific optimization—balancing model parameters with your GPU's VRAM or system RAM—to achieve efficient agent orchestration in tools like OpenClaw.
Key insight: You can now run performant, tool-capable local models like Gemma 4 that integrate seamlessly into automation pipelines, effectively replacing high-cost cloud models for many standard tasks.

Gemma 4 Makes Claude Code 100% FREE
Leon van Zyl
Apr 16, 2026
Running powerful coding agents locally is no longer restricted to cloud APIs. By pointing Anthropic's Claude Code CLI to a local Gemma 4 26B model via LM Studio, developers can build and debug full-stack applications with zero API costs and total privacy.
Key insight: Gemma 4's 26-billion-parameter model uses a Mixture of Experts architecture, loading only 4 billion parameters for a given task, making it blazingly fast on consumer-grade GPUs.

Episode 007: Claude Dispatch Update and Building Local AI Agents with Gemma 4
Vibing with AI Code
Apr 16, 2026
Rising costs and restrictive rate limits on frontier models like Anthropic's Claude are pushing developers toward a local-first revolution. By leveraging Google's Gemma 4, engineers can build autonomous agentic frameworks that rival 'state-of-the-art' systems while bypassing the friction of subscription-heavy ecosystems.
Key insight: Google's Gemma 4 achieves near-GPT-4 level intelligence in a 31-billion parameter package that runs locally, effectively ending the dependency on expensive, rate-limited cloud APIs for agentic tasks.