Videos.
Short, technical explainers on AI coding agents, local AI tooling, data pipelines, and developer workflows. Every video has a companion page with the embed and full transcript — search across all of it below. The originals live on YouTube.
50 videos
- 109 Focused Tests Passed. The Final Video Still Wasn't Proven.
A green test suite did not prove that the final MP4 still matched the approved package. The repair binds the current video path and SHA-256 digest to the validation report.
- The Prompt Constraint That Kept This GPT-5.6 Sol Refactor Bounded
One behavior, three integration boundaries, 12 application files, and no merge authority: the constraint that kept a real GPT-5.6 Sol refactor narrow enough to review.
- The Identity Check This AI Video Pipeline Was Missing
The publish gate now requires the reviewed package, story, current video path, and current bytes to agree, stopping stale state or the wrong artifact before release.
- I Gave GPT-5.6 Sol a Real Repo Refactor
A bounded GPT-5.6 Sol refactor inside a real production video system, followed by an independent review that found the missing artifact-provenance guarantee.
- Your Local AI Tools Should Train From Their Logs
Local assistants already record failures, retries, repairs, and corrections. With training events, redaction, quality gates, and evals, those logs can become a disciplined learning loop.
- How Fish-S2 Plus ClearVoice Made The Voice Feel Real
An AI voice pipeline is only useful if it can reject bad takes before they ship. Fish-S2 Plus generates the narration, ClearVoice cleans each slide after the mix, and NIQA plus Audio Flamingo score artifacts, speaker match, and expression so cleanup improves rough audio without sanding the voice flat.
- Run AI On Your Laptop — Zero Cloud Bills (Local Small Models)
Local small models are the right default for narrow, high-volume AI work: classification, extraction, routing, and rewrites that should not be billed forever. Run them through Ollama, MLX, or vLLM, fine-tune with LoRA when prompting drifts, and escalate only the hard cases to the cloud.
- How AI Generates Text vs Images
Text and image generation look like the same trick from the outside, but under the hood they are two completely different machines - a language model that writes one token at a time like a typewriter, and an image model that sculpts a picture out of noise.
- Headroom: Your AI Agent Is Wasting Money On Tokens
The most expensive part of an AI agent is usually not the answer - it is everything the agent reads on the way there. Headroom compresses that context before the request leaves your machine and lets the model ask for full detail only when it needs it.
- Can Self-Hosted Models Do Real Agentic Work?
The honest, fast-changing answer to whether an open model running on hardware you own can do genuinely useful agentic work inside a real codebase - what you trade away by renting a cloud frontier model, and what self-hosting buys back.
- What Actually Fits on 128 GB (Quantization Explained)
Quantization is the single most important lever for fitting large models onto hardware you actually own. What a number really is inside a model, how quantization shrinks it, and what genuinely fits in 128 GB of unified memory.
- The Local AI Loop the Cloud Can't Afford
A small box on your desk can now run a whole family of open models at once - and do the one move the cloud quietly will not let you afford: let the models loop on their own outputs. Why raw speed is the wrong scoreboard for local AI.
- NVIDIA Nemotron 3 Ultra Changes AI Agents
NVIDIA's Nemotron 3 Ultra is built as the flagship model for long-running agents - planning across steps, calling tools, holding context, and recovering when the first attempt fails. Where Ultra belongs in a stack, and when a leaner model is better.
- I Turned My Gaming Rig + DGX Spark Into One AI Cluster
Joining a gaming laptop with an RTX 4090 and an NVIDIA DGX Spark into a single Kubernetes cluster so they work as one pool of compute - and a from-the-ground-up Kubernetes lesson using that real cluster as the running example.
- Blender Makes Better Motion Graphics Than You Think
The slick animations in explainer videos - sliding titles, sweeping arrows, counting numbers - don't need expensive software. A huge number are made in Blender, which is free. From clean flat graphics to full three-dimensional showpieces.
- Stop Making Users Wait: Async Queues Explained
Async processing as a handoff - Django accepts the request, Redis holds the job, and a Celery worker finishes the slow work after the response is already back. Queues, workers, backlogs, retries, and when not to bother.
- pgvector: Vector Search Inside Postgres (No Extra DB)
Why pgvector lets Postgres do vector search itself - a vector column type, distance operators, and IVFFlat vs HNSW indexes - so most projects never need a separate vector database.
- LangSmith: Close the Loop Between Shipped and Working
LangSmith's agent engine closes the gap between shipped and working - it clusters production failures into named issues, traces each back to the commit that introduced it, and drafts a fix that waits for your approval.
- Tavily For Beginners: Give Your AI Real-Time Web Search
Tavily gives a language model real-time web search in four lines - structured results with a synthesized answer field, search-depth and time-range knobs, and a first-party LangChain tool.
- Running A RAG Pipeline On The Pentagon UFO Files — Real Cypher, Real Citations
Episode 2: open the actual repo and run all six stages on 115 declassified PDFs — Chroma retriever returns cited answers and a FalkorDB graph agent writes Cypher from plain English.
- Teach AI To Read UFO Files (LangGraph + RAG)
Episode 1: the architecture of a six-stage RAG pipeline plus a GraphRAG layer in LangChain + LangGraph, built to read 4 GB of declassified UFO files on a single workstation.
- LangChain Explained for Engineers: How the Runnable Interface Works
Once the Runnable interface clicks, the rest of LangChain — LCEL, LangGraph, tools, retrievers, structured output — becomes predictable instead of surprising.
- LangGraph Local-First: StateGraph, Reducers, and Custom Chat Models
LangGraph's StateGraph, reducers, conditional edges, and checkpointer run identically against local models - no hosted LLM or API key required.
- 20 Essential 3D Printing Terms: Fillet, Chamfer, Manifold
Twenty precise 3D printing terms - fillet, chamfer, manifold, draft angle, clearance fit - that let you command an AI to design parts that actually print on the first try.
- LangChain Framework Explained: LCEL, LangGraph & RAG
A complete tour of LangChain's five packages - LCEL, LangGraph, retrievers, tools, structured output - assembled into a working RAG application.
- Blender MCP: Export 3MF and Automate 3D Prints via AI
Wiring Blender's MCP server and 3MF export into Claude Code or Codex so AI agents can drive a full 3D print workflow end-to-end.
- CADQuery and AI: Automating Parametric 3D Printing from Text
How AI plus CADQuery turns text descriptions into parametric CAD scripts and STL files - and where the workflow quietly breaks.
- Web Scraping in the AI Era: From BeautifulSoup to LLM Extraction
Every web page is structured data wearing an HTML costume. The four moves under the hood, the three-layer stack, and what AI changed about all of it.
- How to Get Cited by AI Answer Engines
What actually makes a page show up inside ChatGPT, Perplexity, and Google AI Overviews - and how to write for it.
- How Local AI Actually Remembers: Inside The Agent Log
Every local coding agent writes a structured log. Resume, replay, and audit are all downstream of that one file.
- How Pi Mono Actually Works in Your App
Walking through the Pi Mono shared agent stack from inside a real app, not as an abstract architecture diagram.
- Fish Speech S2 Pro: Open-Source Voice AI That Beats Closed Models
Hands-on with Fish Speech S2 Pro - what it sounds like, what it costs to run locally, and where it actually wins.
- I Tested Claude Code Tools - Here's What Surprised Me
The lesser-known Claude Code tools, what they really do, and which ones changed how I move through a repo.
- How Pi Mono Actually Works: The Shared Agent Stack Behind Pi
The architecture under Pi Mono - one harness, many agents - and why that shape keeps showing up in local AI tools.
- How Repo Rules, MCP, and Approvals Control AI Coding Agents
The three control surfaces that decide what an agent can read, run, and change inside your repo.
- Why Cursor Picks the Wrong Files In Large Repos (And How to Fix It)
What Cursor's retrieval is really doing in a large monorepo, why it drifts, and the small repo changes that pull it back on track.
- OpenAI Codex Is Now a Multi-Agent Command Center
Codex grew up: cloud tasks, sub-agents, and approvals stitched into one workflow you can actually drive from the CLI.
- How Codex Actually Finds the Right Files
AGENTS.md, skills, MCP, search, and compaction - the layers Codex uses to narrow a big repo down to a working set.
- Codex Explained for Engineers: How the Coding Agent Actually Works
A plain-English walkthrough of the Codex loop: instructions in, tools and reads, edits out, approvals around it.
- Cursor Explained for Engineers: How the AI IDE Actually Works
What Cursor is doing under the hood - context, retrieval, edits, and the trade-offs that come with the IDE shape.
- How MCP Actually Works: The Capability Bus Behind Codex, Claude Code, and Gemini CLI
MCP, demystified. Why it's a capability bus, not a plugin store, and what that changes about how agents reach external tools.
- How AI Coding CLIs Actually Work: Codex, Claude Code, Gemini CLI
Side-by-side teardown of three terminal coding agents - the loop, the tools, and the parts they each get right.
- Why Terminal AI Is The Fastest Workflow For Developers
The case for keeping AI coding in the terminal: tighter loops, smaller context, and tools you already trust.
- OpenClaw Explained: How the Local AI Control Plane Works
Inside OpenClaw - a local control plane for routing AI work between models, tools, and approvals on your machine.
- ComfyUI Explained for Engineers: How to Build Local AI Apps
ComfyUI from a software engineer's angle - nodes as functions, graphs as programs, and where the real product lives.
- Bruno for Local AI APIs: Faster, Reviewable Workflows
Using Bruno to drive local AI APIs - file-based requests, OpenAPI sync, and reviewable diffs instead of throwaway curl.
- Build a Local AI Coding App in Neovim
Wiring a real local AI coding workflow into Neovim - the editor stays the editor, the agent stays in the loop.
- Azure Data Factory with Azure CLI - Part 2: Reading Pipeline & Dataset JSON
Companion to the blog post - reading ADF pipeline and dataset JSON from the Azure CLI to inspect a real factory.
- Azure Data Factory with Azure CLI - Part 1: Discovering Pipelines & Datasets
Discovering an ADF instance from the command line - listing pipelines, datasets, and linked services without the portal.
- How to Use ChatGPT Codex & Apply Git Patches
Quick tutorial on driving ChatGPT Codex with diffs you can review, apply, and roll back like any other commit.