Skip to content
Artwork for Claude Code Cast

Claude Code Cast

AI World

A weekly podcast covering everything Claude Code — from the latest Anthropic updates and AI coding news to practical tips, prompt strategies, and workflow optimization. Hosts Alex and Sam break down what matters for developers using AI coding tools, AI Agents, Agentic AI, compare the competitive landscape, spotlight community projects, and share actionable advice you can use in your next coding session.

Topics covered: AI Software Engineering, Claude AI tutorials, Anthropic API, Model Context Protocol (MCP), Agentic Coding, LLM-powered development, and Software Architecture with AI.

Play
  • 25 episodes
  • weekly
  • Avg 19 min
  • English
Counted on this page — what you have heard stays on this device, so it is not something the list can be paged by.
  • September 11 · 21 min

    Claude Code's Cache Fixes: Check Before You Switch Models

    An expensive coding session can start with a broken cache, not a harder task. Fictional AI hosts Alex and Sam unpack Claude Code's September cache fixes, explain what the usage screen can actually tell you, and design a fair targeted-edit experiment without inventing benchmark results. Leave with a concrete way to separate wasted context from useful work.

  • September 5 · 22 min

    OpenAI Cut Off Cursor. Five Days Later, Four Models Went Down.

    On August 29 OpenAI ended its Cursor partnership. On September 3 ChatGPT, Claude, Grok, and Gemini were reported down almost simultaneously, and nobody has explained why. Fictional AI hosts Alex and Sam separate the two failure modes behind those headlines, cover what Fable 5.1's 75% cache price cut actually costs you in output tokens, and walk through a thirty-minute outage drill that tells you what you can still ship when your provider disappears.

  • August 28 · 21 min

    Same Model, 70x the Tokens—Your Harness Sets the Bill

    Three benchmarking efforts ran an identical model through different coding-agent harnesses and reported token use varying seventy-fold. Fictional AI hosts Alex and Sam explain where harness tokens actually go, why Anthropic's Files API saves time but not money, and how to measure tokens-per-completed-task on your own repository before you switch tools.

  • August 25 · 19 min

    Your Coding Agent Passed the Benchmark—Then Failed the Refactor

    Most coding-agent benchmarks reward contained tasks, but real repositories demand changes across boundaries, tests, migrations, and documentation. Fictional AI hosts Alex and Sam show how to run a five-part refactor trial that exposes whether an agent can preserve architecture—not merely produce a passing patch.

  • August 14 · 18 min

    Passing Tests Isn't Enough for Your Next Coding Agent

    Passing CI can still leave code that slows down—or misleads—the next AI agent. Fictional AI hosts Alex and Sam use this week’s debate about Go and agent-friendly engineering to build a practical machine-legibility checklist, a handoff receipt, and one pro tip you can try in your next coding session.

  • August 2 · 20 min

    Your OpenClaw Updates Need a Canary, Not Courage

    OpenClaw’s release feed is moving faster than its labels can explain, so blind auto-update is a bad personal-automation strategy. Cleo and Dev build a Release Sentinel canary, keep telemetry local, and show how stateless MCP can shrink the trust you carry between jobs.

  • July 24 · 19 min

    Claude Code Changed Engines—Your Evals Just Broke

    Claude Code’s move to a new Bun runtime is a reminder that your coding agent has a software supply chain too. Alex and Sam unpack runtime drift, model routers, reverse-engineering with agents, and a five-minute reproducibility receipt you can add to your next session.

  • July 14 · 18 min

    Better Agent Tools Made Code Review Worse

    GitHub gave its code-review agent better tools and watched cost rise while useful findings fell. Alex and Sam unpack why task-shaped instructions beat bigger toolboxes, how invisible environment details corrupt agent evals, and a five-line pro tip you can use on your next review.

  • July 3 · 18 min

    Your AI Coding Benchmarks Are Lying To You

    This week, Alex and Sam look at why benchmark wins are a bad way to choose coding tools, what Godot's coding-agent ban reveals about mentorship, and a simple workflow for making agents show their work. If your team is still asking "which model scored highest?", this episode gives you a better test.

  • June 26 · 18 min

    The Tiny Local Model That Changes Your Agent Budget

    Small, local models are suddenly good enough for real agent chores, but the win is not replacing your smartest model. Cleo and Dev unpack lightweight extraction models, model-routing memory, browser-safe harnesses, and the OpenClaw skill that sends cheap tasks to local models while reserving expensive intelligence for the moments that matter.

  • June 19 · 19 min

    Your Coding Agent Needs a Bouncer Now

    AI coding agents are getting longer runs, more context, and more ways to touch production workflows, but this week made the real bottleneck obvious: authorization. Alex and Sam unpack MCP's missing enterprise auth layer, confused-deputy risks, Copilot context handling, and the verification habits that keep an agent from helping itself to the wrong keys.

  • June 17 · 11 min

    Verification Is Now Your Coding Agent Bottleneck

    Coding agents are getting better at long runs, but this week's news points at the real limit: proof. Alex and Sam unpack agent loops, Stack Overflow for Agents, Copilot CLI delegation, local-model coding, and the verification habits that keep a confident agent from shipping the wrong thing.

  • June 5 · 16 min

    Cursor's Tokenomics Reckoning Hits Every Coding Agent

    Coding agents are no longer just a workflow story; they are a cost, context, and control story. Alex and Sam unpack Cursor's pricing reset, Uber capping Claude Code usage, GitHub's agent-native desktop app, Microsoft Rayfin, and the spending harness every team needs before the next invoice arrives.

  • May 29 · 19 min

    The Agent Benchmark That Should Scare Managers

    Agentic coding tools are moving into enterprise workflows, but the week's most useful signal is a benchmark where frontier models still struggle below 50% on real IT tasks. Alex and Sam unpack Microsoft Learn grounding, agent deception, Copilot data leaks, and the practical harness every team should build before handing agents production authority.

  • May 22 · 22 min

    The Workflow Feature That Makes Agents Less Expensive

    Claude Code workflows, enterprise Codex deployments, and rising token costs all point to the same lesson: coding agents need operating systems, not just better prompts. Alex and Sam dig into /workflows, on-prem Codex, CI for agents, and the new decision fatigue of choosing where each task should run.

    • Transcript
  • May 15 · 21 min

    Codex on Windows Changes the Agent Sandbox

    OpenAI's Windows sandbox work is the practical story behind safer coding agents this week. Alex and Sam dig into Codex on Windows, remote cloud coding agents, Claude Code billing splits, and why a Raspberry Pi running rm -rf is the warning label every agent workflow needs.

    • Transcript
  • May 8 · 19 min

    A Cursor Agent Wiped a Prod DB in 10 Seconds. Let's Talk About That.

    A Cursor AI agent deleted PocketOS's entire production database on April 25th — in under 10 seconds. This week Alex and Sam dig into the AI agent credential crisis, Anthropic's wild SpaceX/xAI compute deal, Mozilla using Claude to find hundreds of Firefox vulnerabilities, and whether OpenAI Codex is actually closing the gap on Claude Code. If you've ever given an agent database access, listen before your next deploy.

    • Transcript
  • May 2 · 16 min

    Claude Security Just Went Public — Is Your Codebase Already Exposed?

    Anthropic's Claude Security tool just dropped out of closed preview and it will scan your entire codebase for vulnerabilities — and the results might be uncomfortable. This week we also dig into Cursor's $60 billion bet on being the "harness" rather than the model, why AI agents are literally forcing developers to keep their laptops open, and the Zig project's nuclear take on AI contributions. If you write code with AI help, this episode is required listening.

    • Transcript
  • April 24 · 21 min

    Claude Code Was Broken for Two Months (And Nobody Told Us)

    Turns out the Claude Code quality complaints weren't in your head — three separate bugs in the harness quietly degraded your results for two months, and Anthropic just confirmed it. This week: the $100/month pricing scare that wasn't, Claude Mythos fixing 271 Firefox vulnerabilities, the SpaceX-Cursor deal that changes the competitive landscape, and why the Claude Code creator says your cloud-native workflow is probably wrong. Essential listening before your next session.

    • Transcript
  • April 17 · 21 min

    Claude Opus 4.7 Dropped — And a Local Model Drew the Better Pelican

    Claude Opus 4.7 is here with upgraded vision, memory, and instruction-following — but Simon Willison's pelican benchmark just handed the win to a local Alibaba model running on a laptop. We dig into what that actually means, plus Anthropic's new identity verification layer, Amazon's MCP bet, and whether "personal software" is about to change who gets to be a developer. Your commute just got more interesting.

    • Transcript
Showing 1–20 of 25 episodes