Claude Code and Codex have been the mainstay agent harnesses, with OpenCode and Pi as the popular open-source alternatives. But two new entries are pushing what a harness even is: DeepSeek's Cordis…
Mitchell Hashimoto co-founded HashiCorp, built some of the most impressive DevOps tools like Vagrant and Terraform, sold the company to IBM — and then built a terminal. Ghostty is now where a huge…
Andrej Karpathy says the goal is to maximize how long an agent runs without your intervention. But there's a false summit most teams hit first: individual speed goes up while system speed stalls, your…
You already know how LLMs work from our popular 20-minute explainer. Now we take it to images. What does Michelangelo have to do with stable diffusion? More than you'd think. Walk away knowing how…
The hard part of AI coding isn't generating code — it's controlling quality, safety, and drift. Kaushik and Iury break down harness engineering: the five pillars for shaping an agent's environment and…
AGENTS.md is becoming the common language for AI coding tools, but keeping repo Full shownotes at fragmentedpodcast.com. Show Notes The sync problem AGENTS.md - Official spec Custom instructions with…
Subagents are becoming a core primitive for serious AI-assisted development. In this episode, Kaushik and Iury disambiguate "agent" terminology, unpack plan mode vs subagents, and explain how…
Agent Skills look simple, but they are one of the most powerful building blocks in modern AI coding workflows. In this episode, Kaushik and Iury break down when to use skills, how progressive…
Ever get asked "how do LLMs work?" at a party and freeze? We walk through the full pipeline: tokenization, embeddings, inference — so you understand it well enough to explain it. Walk away with a…
MCPs are everywhere, but are they worth the token cost? We break down what Model Context Protocol actually is, how it differs from just using CLIs, the tradeoffs you should know about, and when MCPs…