PLAY PODCASTS
Fragmented - AI Developer Podcast

Fragmented - AI Developer Podcast

Kaushik Gopal, Iury Souza · Kaushik Gopal

269 episodesEN-US

Show overview

Fragmented - AI Developer Podcast has been publishing since 2015, and across the 11 years since has built a catalogue of 269 episodes. That works out to roughly 180 hours of audio in total. Releases follow a fortnightly cadence.

Episodes typically run thirty-five to sixty minutes — most land between 24 min and 55 min — though episode length varies meaningfully from one episode to the next. It is catalogued as a EN-US-language Education show.

The show is actively publishing — the most recent episode landed 2 months ago, with 11 episodes already out so far this year. The busiest year was 2016, with 42 episodes published. Published by Kaushik Gopal.

Episodes
269
Running
2015–2026 · 11y
Median length
43 min
Cadence
Fortnightly

From the publisher

Fragmented is an AI developer podcast for engineers who want to go beyond vibe coding and ship real software. We cover AI-assisted development the way working engineers actually use it: prompting strategies, code review, testing, debugging, workflows, and building production-grade software with AI tools. No hype. No "I shipped a SaaS in a weekend" stories. Just tactics that work. Hosted by Kaushik Gopal and Iury Souza — software engineers using AI daily to build and ship real products. From vibe coding to software engineering — one episode at a time. Our goal: help you use AI to become a better engineer, not be replaced by one.

Latest Episodes

View all 269 episodes

310 - Mitchell Hashimoto on Ghostty & His Agentic Coding Workflow

Apr 14, 202659 min

Ep 309309 - Background Agents

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 laptop roars under four parallel Gradle builds, and review queues back up. Kaushik and Iury trace the full arc — from local multitasking to cloud-hosted async work to fully autonomous agents that fire on repo events and put PRs in your inbox. Show Notes Andrej Karpathy on agents and token throughput - NoPriors podcast — maximize agent runtime, not token burn Cursor Agent Mode - Multiagent interface - introduced the multi-agent board as a new paradigm for local parallel agents Google Antigravity - Agent Manager interface Claude Code Agent Teams - spawn sub-agents from a main orchestrator, with tmux pane integration Git worktrees - /reddit Remote Background Agents in the cloud Google Jules - hosted GitHub-connected agent, proposes a plan, edits code, runs tests, opens a PR Cursor Cloud Agents - remote agents that clone your repo in the cloud and work in parallel OpenAI Codex - cloud software engineering agent for parallel tasks Claude Code on the web - cloud-hosted Claude Code sessions decoupled from your local machine Building trust Episode 307 - Harness Engineering - the earlier episode on shaping agent environments — and why this ceiling exists Get in touch We'd love to hear from you. Email is the best way to reach us or you can check our contact page for other ways. We want to hear all the feedback: what's working, what's not, topics you'd like to hear more on. Contact us Newsletter Youtube Website Co-hosts: Kaushik Gopal Iury Souza [!fyi] We transitioned from Android development to AI starting withEp. #300. Listen to that episode for the full story behind our new direction.

Apr 1, 202625 min

Ep 308308 - How Image Diffusion Models Work - the 20 minute explainer

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 image generation actually works — and what it has in common with the text models you already understand. Full shownotes at fragmentedpodcast.com. Show Notes Episode 303 - How LLMs work in 20 minutes - text generation VAE -Variational Autoencoder RGB Color model - wikipedia Word2Vec technique - wikipedia Efficient Estimation of Word Representation - original Word2Vec paper by Mikolov et al. High-Resolution Image Synthesis with Latent Diffusion Models - Rombach et al. (2022) — the paper behind Stable Diffusion Image Training data LAION-5B - 5 billion image-text pairs scraped from the web, used to train many image generation models WebLI - Google's internal image-text dataset Michelangelo Get in touch We'd love to hear from you. Email is the best way to reach us or you can check our contact page for other ways. We want to hear all the feedback: what's working, what's not, topics you'd like to hear more on. Contact us Newsletter Youtube Website Co-hosts: Kaushik Gopal Iury Souza [!fyi] We transitioned from Android development to AI starting withEp. #300. Listen to that episode for the full story behind our new direction.

Mar 24, 202624 min

Ep 307307 - Harness Engineering - the hard part of AI coding

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 what it looks like when teams build custom harnesses from scratch. Full shownotes at fragmentedpodcast.com. Show Notes Why it matters Harness Engineering - OpenAI's post on building their Codex codebase (~1M lines of code, 1,500 PRs merged, zero manually written) Shaping the harness The Feed's Lost and Found - Iury's newsletter consolidating harness engineering themes Agent legibility Closed feedback loops Persistent memory Entropy control Blast radius controls Building the harness Minions: Stripe's one-shot, end-to-end coding agents - Stripe forked Goose to build custom agents for their codebase Goose - open-source coding agent from Block Superpowers by Jesse Vincent - skills that enforce a proper software engineering process Open Code - open-source coding agent you can fork and customize Other resources Agent Harness Glossary - Latent Patterns Towards self-driving codebases - Cursor Agentic Workflows - GitHub Next Future of Software Development - ThoughtWorks Get in touch We'd love to hear from you. Email is the best way to reach us or you can check our contact page for other ways. We want to hear all the feedback: what's working, what's not, topics you'd like to hear more on. Contact us Newsletter Youtube Website Co-hosts: Kaushik Gopal Iury Souza [!fyi] We transitioned from Android development to AI starting withEp. #300. Listen to that episode for the full story behind our new direction.

Mar 17, 202629 min

Ep 306306 - Keeping your agent instructions in sync and effective

AGENTS.md is becoming the common language for AI coding tools, but keeping repo rules, personal rules, and tool-specific files in sync is still messy. In this episode, Kaushik and Iury break down the sync problem, compare their own setups, and unpack what the latest AGENTS.md research actually says. Full shownotes at fragmentedpodcast.com. Show Notes The sync problem AGENTS.md - Official spec Custom instructions with AGENTS.md - Open AI Keep your AGENTS.md in sync - Kaushik's post Rulesync - What Iury uses Tweet by Ryan Carson and Claude frustrations Other links Evaluating AGENTS.md: Are Repository-Level Context Files Helpful for Coding Agents? Harness engineering - Check the section about using AGENTS.md as a table of contents OpenCode Get in touch We'd love to hear from you. Email is the best way to reach us or you can check our contact page for other ways. We want to hear all the feedback: what's working, what's not, topics you'd like to hear more on. Contact us Newsletter Youtube Website Co-hosts: Kaushik Gopal Iury Souza [!fyi] We transitioned from Android development to AI starting withEp. #300. Listen to that episode for the full story behind our new direction.

Mar 10, 202623 min

Ep 305305 - Subagents explained - What they are, when (not) to spawn them

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 parallel, scoped workers improve research quality without polluting the main thread.Full shownotes at fragmentedpodcast.com.Show NotesResources & DocumentationOfficial DocumentationAgents, Modes, Subagents: official harness docsClaude Code SubagentsGemini CLI SubagentsOpencode SubagentsCursor SubagentsAntigravity Agent ModesAOE ScoutingResearch Papers & ArticlesIntroducing Claude Opus 4.5Deep-Research Agents PaperPost: GPT-5 System Card by AlexXuSelf-Driving Codebases Blog -multi-agent systems making 1,000 commits/hourGet in touchWe'd love to hear from you. Email is thebest way to reach us or you can check our contact page for otherways.We want to hear all the feedback: what's working, what's not, topics you'd liketo hear more on.Contact usNewsletterYoutubeWebsiteCo-hosts:Kaushik GopalIury Souza[!fyi] We transitioned from Android development to AI starting withEp. #300. Listen to that episode for the full story behindour new direction.

Feb 17, 202626 min

Ep 304304 - Agent Skills - when to use them and why they matter

Agent Skills look simple, but they are one of the most powerful building blocksin modern AI coding workflows. In this episode, Kaushik and Iury break down whento use skills, how progressive disclosure works, and how skills compare withcommands, instructions, and MCPs.Full shownotes at fragmentedpodcast.com.Show NotesMain ReferencesProgressive Disclosure -how skills are loaded into contextAgent Skills Open SpecificationAAIF (Agentic AI Foundation) -Linux Foundation initiative for AI interoperabilityNeedle in a Haystack Problem - original"Lost in the Middle" paperAgent-Invokable vs User-Invokable -merging skills and commands in Claude CodeCreating SkillsSkill Creator -Anthropic's skill for creating new agent skillsClaude Code frontmatter referencesee model: * & context: forkUsing other SkillsAnthropic Skills GitHub Repository -official collection of Claude skills and examplesClawdhub - Clawdbot's skill hub. All versions arearchived hereSKILLS.sh - Vercel's skills hubWarnings before installing random skills[!warning] Don't install from hubs blindly.Inspect the repo code before adding anything to your agent.Prompt Injection Attacks -OWASP guide to LLM prompt injection vulnerabilitiesOpenClaw OpenClaw Security Analysis -analysis of prompt injection risks in open agent frameworksMalware found in a top-downloaded Clawhub skill -incident report threadAdditional resourcesFew-Shot Prompting -improving outputs with examples.agents/skills - proposalto standardize the skills folder pathVercel: AGENTS.md vs Skills -comparison of agent instruction methodsGet in touchWe'd love to hear from you. Email is thebest way to reach us or you can check our contact page for otherways.We want to hear all the feedback: what's working, what's not, topics you'd liketo hear more on.Contact usNewsletterYoutubeWebsiteCo-hosts:Kaushik GopalIury Souza[!fyi] We transitioned from Android development to AI starting withEp. #300. Listen to that episode for the full story behindour new direction.

Feb 9, 202626 min

Ep 303303 - How LLMs Work - the 20 minute explainer

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 mental model that you can use for your next dinner party._Full shownotes at fragmentedpodcast.com.Show NotesWords -> Tokens:OpenAI Tokenizer visualizer -Visualize how text becomes tokensTokens -> Embeddings:RGB Color model - wikipediaWord2Vec technique - wikipediaEfficient Estimation of Word Representation -original Word2Vec paper by Mikolov et al.Embeddings -> Inference:Word embeddingTemperature, Top-k, Top-p sampingGet in touchWe'd love to hear from you. Email is thebest way to reach us or you can check our contact page for otherways.We want to hear all the feedback: what's working, what's not, topics you'd liketo hear more on. We want to make the show better for you so let us know!Contact usNewsletterYoutubeWebsiteCo-hosts:Kaushik GopalIury Souza[!fyi] We transitioned from Android development to AI starting withEp. #300. Listen to that episode for the full story behindour new direction.

Feb 2, 202625 min

Ep 302302 - MCPs Explained - what they are and when to use them

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 actually make sense for your workflow.Full shownotes at fragmentedpodcast.com/episodes/302.Show NotesMCP - Model Context ProtocolRemote MCP server example - GleanAAIF -Agentic AI Foundation setup by Linux foundationGithub MCPGithub gh CLIPlaywright MCPContext7 MCPAnthropic's announcement onAdvanced Tool UseTipsIury: use ast-grep to structurallysearch code fasterKG: use agent-browser by Vercel to give browsingpower to your agentGet in touchWe'd love to hear from you. Email is thebest way to reach us or you can check our contact page for otherways.We want to hear all the feedback: what's working, what's not, topics you'd liketo hear more on. We want to make the show better for you so let us know!Contact usNewsletterYoutubeWebsiteCo-hosts:Kaushik GopalIury SouzaWe transitioned from Android development to AI starting withEp. #300. Listen to that episode for the full story behindour new direction.

Jan 26, 202619 min

Ep 301301 - The AI coding ladder

Most folks reference "AI coding" like it's one thing. It's really not. In this foundational episode Kaushik & Iury walk through (at least) four paradigms — from super autocomplete to agent orchestration — each with different workflows, expectations, and mental models.What do most developers follow today? Where is the frontier? What's coming in the future?Listen to the episode and find out!Full shownotes at fragmentedpodcast.com.Show NotesGen 1: Super autocompleteIntellisense - regular autocompleteGithub CopilotCursor TabGen 2: Chat Oriented ProgrammingCursor IDEFirebenderGen 3: AgentNvidia's definition of an AgentReAct PromptingChain of Thought was a prompting hackDeepSeekDeepSeek - R1 paperTUI tools (or Harnesses):Claude CodeOpen CodeCodex CliGemini CliIDE style toolsCursor AgentCopilot (MS)Junie - IntellijAntigravity - GoogleHeadless Tools:Jules - GoogleClaude Code on the WebCodex WebGen 4: Agent OrchestrationGit worktreesTipsIury: Transfer between agents using your own compact commandKG: Ask the agent to clarify your promptConfirm if my requirements are clear. If you have follow up questions, ask mefirst and clarify before executing anything.Contact usNewsletterWebsiteContact usYoutubeCo-hosts:Kaushik GopalIury Souza

Jan 19, 202624 min

Ep 300300 - From Vibe coding to Software engineering

Fragmented is changing. New direction, new cohost. Kaushik explains the pivotfrom Android to AI development and introduces Iury Souza.From vibe coding to software engineering — one episode at a time.Full shownotes at fragmentedpodcast.com.Contact usNewsletterWebsiteContact usYoutubeCo-hosts:Kaushik GopalIury Souza

Jan 12, 20268 min

Ep 257257 - Future of AndroidDev in an AI world with Vinay Gaba

Join us as we talk with Vinay Gaba, Android GDE and leading voice in Android development, about the future of the field. Vinay shares insights from interviews with top Android devs on their three-year predictions, and offers his own perspective. We cover AI's impact, evolving development roles, and crucial future skills.You can find the full shownotes over at fragmentedpodcast.com.Show NotesVinay's personal websiteDispatch - Jetpack Compose newsletterIssue #11 - Future of AndroidDevCursor AI IDEJetbrains AI assistantJetbrains Junie - the coding agentPessimists avoid risk, Optimists change the world.Contact usfragmentedpodcast.comContact usYoutubeKaushik:kau.sh (links to everything)ThreadsBlueskyYoutube@kaushikgopal

Mar 4, 202547 min

Ep 256256 - Rapid prototyping with Kotlin

In this episode, we dive into the power of rapid prototyping for Android developers using Kotlin. We explore how this crucial skill can impress stakeholders, accelerate your workflow, and help you stay ahead in today's fast-paced tech landscape. We'll cover use cases across scripting, web development (with Ktor & HTMX), mobile apps (Jetpack Compose), and even touch upon how AI is changing the game!You can find the full shownotes over at fragmentedpodcast.com.Show NotesSimple scriptingState of Kotlin Scripting 2024 - Jetbrains blogKotlin mini-app repo playground-ktAdvent of CodeWeb sitesHugo static site generatorCloudflare PagesSlashdot effectFragmented Podcast Website powered by Henry (Kaushik's custom theme)Web appsKtorHTMXAjaxCSS TransitionsServer Sent EventsYoutube Video showing Ktor + HTMXMobile appsEpisode 252 talking about playground-androidFlutterKotlin Multiplatform KMPReact NativeLLM Based appsStreamlit.Snowflake acquires StreamlitGoogle AI StudioKotlin AIVibe coding an AirBnb cloneContact usfragmentedpodcast.comContact usYoutubeKaushik:kau.sh (links to everything)ThreadsBlueskyYoutube@kaushikgopal

Feb 24, 202521 min

Ep 255255 - Data Oriented Programming

In this episode, we dive into the programming paradigm — Data Oriented Programming (DOP) and why making data the star can simplify your code. Learn how well-modeled data reduces defensive logic, prevents invalid states, and keeps your apps stable. We’ll also contrast DOP with Object Oriented Programming (OOP) and Functional Programming (FP), sharing practical examples, tips, and resource links to deepen your understanding.The full shownotes with illustrations are on fragmentedpodcast.com.Show Notes[announcement] Fragmented has an email newsletter.Programming ParadigmsObject Oriented ProgrammingFunctional ProgrammingData Oriented Programming (DOP)UUIDRFC 4122Kotlin now includes UUID in the standard lib even for kotlin multiplatform.ResourcesBrian Goetz's seminal article on DOPTies Van de Ven Advanced Kotlin Dev Day in 2022Data Oriented Programming in Java by Chris Kiehl (by Manning Publications)Devoxx talk by Nicolai Parlog on youtubeContact usfragmentedpodcast.comContact usYoutubeKaushik:kau.sh (links to everything)ThreadsBlueskyYoutube@kaushikgopal

Feb 18, 202531 min

Ep 254254 - 8× faster 5× memory savings with Dan Rusu’s Immutable Arrays

In this episode, discover how Dan Rusu’s pods4k Immutable Arrays library can deliver 2–8× speed boosts and 5× lower memory usage in Kotlin/Android apps. We first revisit the fundamentals of autoboxing/unboxing and immutability to understand their impact on performance. Then we hear from Dan himself on his library, motiviations for building it, how the benchmarks were calculated and much much more. Our grand finale episode for 2024. Hope you enjoy it!Full Shownotes at https://fragmentedpodcast.com/episodes/254.Show NotesImmutable Arrays on githubImmutability episode #66 on Immutability with Ryan HarterJMH - Java Microbenchmark HarnessImmutable Arrays Benchmarks page for Immutable Arrays (pods4k)Dan's post - Kotlin avoids entire categories of Java defectsK2 compilerDan RusuWebsitepods4k github discussionsContact usfragmentedpodcast.comContact usYoutubeKaushik:kau.sh (links to everything)ThreadsBlueskyYoutube@kaushikgopalDisclaimer: Links shared might be affiliate links. They help support the production of Fragmented. Thank you for your support.

Dec 24, 202449 min

Ep 253253 - logcat - a new look at logging with Piwai from Square

Kaushik looks at a new logging library from Square called logcat. He starts by seeing how the popular Timber library does it along with the benefits. He then interviews Pierre-Yves Ricau (Piwai) of Square, the creator of logcat, to explore its origins and advantages.You can find the full shownotes over at fragmentedpodcast.com.Show NotesTimberlogcatMotivations in READMECompiler plugin issuePlayground android app demonstrating logcatbitdrift.ioDesign of everyday thingsPrevious episode #191 on loggingContact Piwai:WebsiteBlueskyContactYou can find us on a few places:fragmentedpodcast.comContact usYoutubeKaushik:kau.sh (links to everything)ThreadsBlueskyYoutube@kaushikgopalDisclaimer: Links shared might be affiliate links. They help support the production of Fragmented. Thank you for your support.

Dec 10, 202440 min

Ep 252252 - Everyone needs a starter template

In this episode of Fragmented, Kaushik dives into the importance of creating your own starter template to streamline app development and minimize decision fatigue. He shares insights from his own starter template - Playground Android.Looking to the future, JetBrains has an exciting tool called Amper that might make all of this much easier. Kaushik chats with JetBrains’ Márton Braun about Amper, an exciting new tool that could revolutionize Kotlin & Android project setups.Tune in to learn how to go from idea to code with less friction!You can find the full shownotes over at fragmentedpodcast.com.Show NotesPlayground AndroidThe Architecture Templates (blog post)Inspiration (Other starter templates):Bloco's starter template what i referenced a lotDonn's project - Jumpstart Android if you care about quickly getting a Rails app integrated with Android in a hybrid experienceNow in Android too much functionality for my tasteJake's u2020 for some good times nostalgiaPlayground Androidgradle version catalog - BOM & Bundles (one source of truth)sharing build logic with gradle convention pluginMakefile with common cli commandsCustom lint-rulesMulti module setupdependency injection with kotlin-inject-anvilEpisode 251 - There's a new king in DI townfunction-injection demo in @ComposableAmperlogcat lib and injecting multiple loggersbasic networking with ktor #10compose-navigation between feature modulesIury's post on Kotlin DevexAmperblog posts on AmperFeedback on Amper - kotlinlang slackContact Márton BraunContactYou can find us on a few places:fragmentedpodcast.comYoutubeKaushik:kau.sh (links to everything)Bluesky@kaushikgopalThreadsYoutubeDisclaimer: Links shared might be affiliate links. They help support the production of Fragmented. Thank you for your support.

Nov 26, 202424 min

Ep 251251- There's a new king in DI town

In this episode, Kaushik explores the evolution of dependency injection (DI) in Android development. Dagger has been the de-facto solution for DI in Android but there might be a new king in DI-town. He also chats with friend of the show and dependency injection expert Ralf Wondratschek for a final gut check.Shownotes: https://fragmentedpodcast.com/episodes/251

Nov 12, 202418 min

Ep 250250 - Bittersweet beginnings

We're back from the hiatus with our SemiQuicentennial episode! With the momentous 250 comes some big announcements and a shift in the way we do things.Listen to find out the details!Shownotes: https://fragmentedpodcast.com/episodes/250

Oct 29, 202434 min

Ep 249249 - Java and the JDK: Powering the Android Landscape with Michael Bailey

In this episode of our podcast, we explore the diverse landscape of Java versions within the Android ecosystem. Our guest is Michael Bailey, a seasoned Java expert who has been a frequent presence on our show since the early days of our podcast. We kick off with a solid foundation, discussing the differences between JDK and JRE, as well as the distinctions between the available Java JDKs. We also guide listeners through Android Studio settings, exploring how to select a suitable JDK, its utilization, and how it relates to JAVA_VERSION on one's home path/terminal.As we dig deeper, we start to unpack some of the crucial Android app settings. From compileOptions to sourceCompatibility/targetCompatibility, we shed light on why these versions are important. We also demystify the compileSdk vs minSdk vs targetSdk, and how they interconnect. Drawing from Kaushiks's recent experience in building a new app, we provide real-life examples that can better clarify these topics for our listeners.We conclude the episode by providing some valuable resources for further understanding and exploration. This episode is designed to be a comprehensive guide to understanding and navigating the intricacies of Java versions in Android development.LinksMichaely Fragmented Episode 9 (Google IO Special)Fragmented Episode 10 (core java)Fragmented Episode 78 (testing strategies)OpenJDK on GitHubFooJayCompile Options ReferenceSDK extensions@Yogurtearl explanationJpackageFind Michael Online@yogurtearl on TwitterDonn's Git CourseNeed to learn Git? Donn has the course for you. In this FREE course you'll learn everything you need to know in order to start working with Git everyday. Watch it here.AndroidJobs.IOJob postings are FREE on AndroidJobs.IO 🎉Sign up to get notified of new jobs on a weekly basis as well.AndroidJobs.IOSoftware FreelancingFreelance Tactics BookDonn's Freelancing Content on YouTubeContact@fragmentedcast on Twitter or our YouTube channelDonn@donnfelkerdonnfelkerDonn's YouTubeDonn's WebsiteKaushikkau.sh (has links to all my networks)twitter.kau.shmastodon.kau.shyoutube.kau.sh (on YouTube)Disclaimer: Many of the links we share to products are affiliate links. They help support the production of Fragmented. Thank you for your support.

Jul 10, 202354 min
2026 The Fragmented Podcast