HexLocal
HexLocal Signal
AI, local business, and what happens when you decide to build instead of get replaced.
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Deep Dive - Oh My Pi: The Terminal Coding Agent with an IDE Wired In 10.07.2026 20:37
Oh My Pi (omp) is an open-source terminal coding agent that takes the minimalist Pi agent core and adds the IDE-grade capabilities most terminal agents leave out — real language-server refactoring, live debugging, hash-anchored edits, and browser automation, all from the command line. If you've been using terminal agents and hitting their ceiling, this episode explains what omp does differently an...
Deep Dive - VS Code and Ollama: The AI Coding Integration Nobody Announced 10.07.2026 17:32
VS Code — the editor most developers already have open all day — is now one of Ollama's named launch integrations, meaning you can point its built-in AI chat at a local model instead of Microsoft's cloud. This episode unpacks what that actually changes, and why the addition happened so quietly that no release note ever announced it. AI-generated (NotebookLM) audio overview. Source: HexLocal in-hou...
Deep Dive - AI Coding in Xcode: How Apple Opened the Door to Any Model 10.07.2026 18:53
Apple has been quietly building AI coding tools directly into Xcode — starting with on-device autocomplete and now extending to full coding agents powered by whichever model the developer chooses, including ones that never leave the machine. This episode unpacks how that architecture works and what it means for developers who want agentic coding assistance without sending source code to a cloud AP...
Deep Dive - Zed Code Editor: Native AI Built In, Local Models Optional 10.07.2026 17:53
Zed is a code editor built for raw speed by the team behind Atom and Tree-sitter — and unlike most editors, its AI features are built into the core, not added through extensions. This episode looks at what that native design means in practice, and what changes when you point Zed's built-in Agent, Inline Assistant, and Edit Prediction at a model running on your own machine via Ollama. AI-generated...
Deep Dive - Beyond Claude Code: The Five Claude Apps Anthropic Quietly Built 10.07.2026 21:16
Most Claude users know Claude Code. Fewer know that Anthropic shipped five other products around it — a design tool, a browser agent, a desktop coworker, a Microsoft 365 integration, and a mobile app — almost all as incremental updates with no single launch announcement. This episode maps the full Claude product surface as it stood in July 2026. AI-generated (NotebookLM) audio overview. Source: He...
Deep Dive - Poolside: The AI Coding Lab That Does Nothing Else 08.07.2026 22:20
Poolside is a foundation model lab that builds AI exclusively for coding — not a general-purpose model pointed at code, but models trained from the ground up for agentic software engineering work. This episode covers what that specialization actually means in practice, from the models and benchmarks Poolside uses to make its case, to a small open-weight model designed to run on a single GPU. AI-ge...
Deep Dive - n8n: The Workflow Automation Tool That Connects Everything (Including Local AI) 08.07.2026 21:53
n8n is an open-source, self-hostable workflow automation platform — think Zapier or Make, but one you can run on your own infrastructure and extend with code when the visual builder isn't enough. This episode covers what n8n actually is, how it added native AI agent capabilities on top of its 400-plus integrations, and how it connects directly to locally-running Ollama models. AI-generated (Notebo...
Deep Dive - Onyx: The Open Source Enterprise Search Tool That Keeps Your Data In-House 08.07.2026 16:09
Onyx (formerly Danswer) is an open source, self-hostable platform that connects to your company's internal tools — Slack, Confluence, Google Drive, GitHub, and more — and lets employees query across all of it through a single chat interface. If your organization wants a private, self-hosted alternative to enterprise Copilot-style products with full control over where your data goes, this one is wo...
Deep Dive - Qwen Code: The Coding Agent That Forked from Google and Went Its Own Way 08.07.2026 19:13
Qwen Code is an open-source terminal coding agent from Alibaba's QwenLM team — one that started life as a fork of Google's Gemini CLI and has since grown into a provider-agnostic agent framework with a surprisingly wide interface surface. If you're tracking the coding-agent space, this one is worth understanding on its own terms. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house...
Deep Dive - GPT-5.6: Inside the Government Clearance That Unlocked OpenAI's New Model Family 08.07.2026 18:56
OpenAI's GPT-5.6 — a three-tier model family called Sol, Terra, and Luna — was real from the start, but it took a U.S. Commerce Department clearance to get it to the public. This episode walks through exactly what happened, what was confirmed, and what the regulatory pattern behind it means for frontier AI releases. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — "Ve...
Deep Dive - GPT-Live: OpenAI's New Voice AI, Explained 08.07.2026 19:14
OpenAI launched GPT-Live on July 8, 2026 — a genuine architectural overhaul of its voice interface, not just a rebrand. This episode breaks down what changed, what shipped, and what's still unconfirmed. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — "What Is GPT-Live: OpenAI's New Voice Model, Explained" (Dr. Priya Nair). Primary external corroboration from CNBC's J...
Deep Dive - NemoClaw: NVIDIA's Governance Layer for Production AI Agents 06.07.2026 19:12
NVIDIA built NemoClaw to solve a specific problem: AI agents that work in demos but can't survive enterprise security review. This episode breaks down what NemoClaw actually is, how it relates to OpenClaw, and what it means for teams trying to move autonomous agents into production. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — NemoClaw - Podcast Research Source (D...
Deep Dive - Agent Loops: How AI Coding Went From Prompts to Loops 06.07.2026 17:42
The way serious developers use AI coding tools has shifted — not just in practice but in philosophy. This episode traces how "loop engineering" emerged, where it came from, and what Claude Code's /goal skill actually does under the hood. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — Agent Loops and Claude Code's /goal Skill - Podcast Research Source (Dr. Priya Nair...
Deep Dive - Goose: The Open Source AI Agent Built to Outlast Any One Company 05.07.2026 21:25
Goose started inside Block (parent of Square), got donated to the Linux Foundation, and is now a general-purpose AI agent that can run code, do research, automate workflows, and even orchestrate other agents like Claude Code or Codex. This episode covers what makes Goose architecturally interesting and why its governance story matters as much as its feature set. AI-generated (NotebookLM) audio ove...
Deep Dive - JetBrains AI Assistant: Why Developers Are Swapping Out the Built-In Model 05.07.2026 18:38
JetBrains ships its own AI Assistant and its own code model, Mellum2 — yet it also documents a built-in path to replace that cloud backend with a local Ollama model. This episode unpacks who that swap is actually for and what it changes. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — JetBrains - Podcast Research Source (Dr. Priya Nair). Primary external sources incl...
Deep Dive - marimo: The Python Notebook That Fixes Jupyter's Biggest Problems 05.07.2026 17:41
marimo is an open source reactive Python notebook built to replace Jupyter — and it solves the out-of-order execution and hidden-state problems that have made Jupyter notebooks notoriously unreliable. If you work with Python for data science, research, or AI experimentation, this one is worth understanding. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — marimo - Pod...
Deep Dive - AI Temperature Explained: Why the Same Prompt Gets Different Answers 02.07.2026 21:20
That moment when you type the same thing into an AI twice and get two completely different answers isn't a glitch — it's a setting called temperature, and understanding it changes how you use every AI tool you touch. This episode breaks down temperature, Top-P, and Top-K in plain language, with real research behind it. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research —...
Deep Dive - AI Pricing Explained: Why Your Bill Keeps Climbing as Costs Fall 02.07.2026 16:35
The AI pricing paradox unpacked: prices per query have collapsed by hundreds of times, yet business AI bills keep rising. Understanding the training-versus-inference split is the key to making sense of it — and to controlling what you actually spend. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — Why Does AI Cost Money Every Time You Use It? Training vs. Inference E...
Deep Dive - Cline: The Open-Source AI Coding Agent That Works With Any Model 02.07.2026 19:35
Cline is an AI coding agent that plans before it acts, monitors its own output, and connects to whichever AI model you already use — from cloud APIs to a fully local setup. This episode unpacks what makes Cline different from autocomplete tools and why the model-agnostic approach matters for developers. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — Cline (CLI) - Po...
Deep Dive - Hermes Desktop: When an AI Agent Gets a GUI 02.07.2026 15:52
Nous Research's Hermes Agent has always been a command-line tool — but now it ships with a native desktop app for Windows and macOS. This episode looks at what Hermes Desktop actually is, why it exists, and what it says about where AI agent tooling is headed. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — Hermes Desktop - Podcast Research Source (Dr. Priya Nair). -...
Deep Dive - Fable 5 Is Back: What Anthropic Fixed, What It Didn't, and What It Gave Up 01.07.2026 20:12
Fable 5 went back online globally on July 1 after the US Commerce Department lifted the export-control directive that had forced Anthropic to pull it — and Mythos 5 — worldwide since June 12. The resolution is messier than the headline: Anthropic didn't solve the foreign-national verification problem that triggered the shutdown; the government made it moot by removing the requirement. AI-generated...
Deep Dive - Enterprise AI Agents: Why 40% Are Failing in Production 26.06.2026 20:05
Most AI agents look great in demos and fall apart in production — and the thing that breaks is almost never the AI model. This episode goes one level deeper on what's actually causing enterprise agent projects to fail, and what the ones that survive have in common. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research — 40% of Enterprise AI Agents Are Failing in Production —...
Deep Dive - AI-Generated Code: The Security Risk Hidden in Plain Sight 26.06.2026 24:03
AI tools now write nearly half the world's code — and they're introducing vulnerabilities at roughly twice the rate developers used to. This episode breaks down what's actually going wrong, explains a genuinely new kind of attack called prompt injection, and tells you what to watch for and ask about as a business owner. AI-generated (NotebookLM) audio overview. Source: HexLocal in-house research —...
Deep Dive - Apple Intelligence and Siri AI: What Apple Isn't Telling You About Privacy 26.06.2026 20:34
Apple finally shipped the rebuilt Siri it had been promising for two years — but the "private by design" story gets complicated fast when Google's technology is reportedly running underneath. This episode breaks down what actually changed at WWDC 2026, what the new Siri can and can't do for a small-business owner, and why the privacy picture is more layered than Apple's marketing lets on. AI-gener...
Deep Dive - The $725 Billion AI Bet: Can Big Tech's Spending Actually Pay Off? 26.06.2026 12:03
The four biggest tech companies are on track to spend $725 billion on AI infrastructure in 2026 alone — the largest single-industry capital build-out in corporate history. This episode breaks down where the money goes, how it's supposed to come back, and what it means for the businesses relying on these tools if the economics don't hold. AI-generated (NotebookLM) audio overview. Source: HexLocal i...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.