Afleveringen
-
Scott talks with Nathan Sobo, CEO and co-founder of Zed, about what comes after the traditional code editor. They start with Zedâs vision for a fast, collaborative, AI-native development environment, then go deeper on DeltaDB: a new approach to versioning software at the operation level, not just at the commit level. Nathan explains why so much important software work happens âbetween commits,â how agent conversations and code changes can become durable shared artifacts, and what it might mean for Git, collaboration, and the future of programming tools. Nathan previously helped build Atom at GitHub, and Zed describes DeltaDB as operation-level version control for human and AI collaboration.
https://zed.dev/deltadb -
On this episode of Hanselminutes, Scott talks with Ed Rogers of Bristol Braille Technology about the Canute project and the long road toward affordable multiline Braille. Most refreshable Braille displays show a single line at a time; Canute changes the experience by giving readers nine lines and 360 cells of spatial context. Ed shares how multiline Braille opens up new possibilities for reading, coding, math, music, diagrams, education, and independence and why Braille remains a vital technology for literacy, employment, and full participation in the digital world.
https://bristolbraille.org -
Zijn er afleveringen die ontbreken?
-
Charity Majors is the co-founder and CTO of Honeycomb.io, where she pioneered the concept of modern observability for distributed systems. Before Honeycomb, she spent years at Parse (acquired by Facebook), Facebook, and Linden Lab building Second Life. She is the co-author of "Observability Engineering" and "Database Reliability Engineering" (O'Reilly). She writes at charity.wtf. Whatever she and Scott are planning, they are gonna observability the heck out of it.
-
Scott talks with Aran Khanna, co-founder and CEO of Archera, about a new category of cloud financial tooling: "Insured Commitments." Instead of locking into 1- or 3-year reserved instance contracts and hoping your usage matches, Archera offers commitments as short as 30 days. They get into the economics of cloud purchasing, how AI workloads are changing capacity planning, and what FinOps looks like in 2026.
http://archera.ai
-
Scott talks with Skyla Loomis, General Manager of IBM Z Software, about the ongoing relevance of mainframes in 2026. They discuss the enduring power of mainframes, how generative AI is transforming COBOL modernization, and why enterprise infrastructure still runs on IBM Z. Skyla shares insights on developer experience, compliance challenges, and the misconceptions about mainframe technology in a cloud-native world.
-
Greg Hinkle, co-founder of Nimbalyst and former VP of Software Engineering at Salesforce, joins Scott to discuss the future of AI-assisted development. They explore the challenges of managing multiple AI coding agents, finding flow state in an agentic world, and why visual workspaces matter. Greg shares Nimbalyst's opinionated approach to integrating tools like Excalidraw, task management, and session organization directly into the developer workflow.
https://nimbalyst.com -
Kelly Shortridge, author of "Security Chaos Engineering: Sustaining Resilience in Software and Systems" and CPO at Fastly, joins Scott for an ACM ByteCast joint episode about why security should be designed for failure rather than prevention. From airplane coffee makers causing critical failures to squirrels being the real "advanced persistent threat" to power grids, Kelly makes the case that no system is perfectly secure â and the teams that feel most in control are often the least prepared. The conversation covers metrics theater, the cost-resilience tradeoff, why software has unique advantages for simulation that we're not leveraging, and where LLMs fit (and don't fit) in security workflows.
-
Tori Westerhoff joins Scott to explore the intersection of AI, human psychology, and personal growth. As people increasingly use LLMs for introspection and decision-making, Tori argues that we're missing the diversity of thought that comes from community, even particularly random encounters with strangers. She reveals her own practice: a daily noon reminder to talk to strangers. "If you sycophant yourself, you're never going to grow," she explains. The conversation delves into how LLMs can create echo chambers of thought, and why the randomness of human connection, even just someone on the same bus, helps us update our mental frames and break out of programmed decision-making paradigms.
-
In this episode, in association with the ACM ByteCast, Scott talks with Eric Allman, one of the foundational figures of the early internet. Best known for creating Sendmail, the mail transfer agent that powered a large portion of global email infrastructure through the formative years of the network, Allman helped shape how messages move across the internet. Their conversation explores the origins of internet email, the messy realities of building software that must operate at planetary scale, and what lessons todayâs engineers can learn from the systems and design decisions that quietly underpin modern computing.
-
Scott Hanselman sits down with Allen Stewart, Partner Director of Software Engineering at Microsoft, to explore how AI agents with persistent memory are transforming scientific research and software engineering. Allen explains how his team built an AI system that learns from every investigation turning a 12-day autonomous drug discovery run into reusable knowledge that makes future research exponentially faster. Instead of starting from scratch each time, the AI inherits hypotheses, methodologies, and findings from previous work, saving hundreds of millions of tokens and weeks of effort.
-
In this episode, Scott talks with Don Syme about the emerging world of agentic developer workflows and what it means when coding tools move from autocomplete helpers to collaborators. They explore how modern tools like GitHub Copilot and GitHub Agentic Workflows are evolving into systems that can plan, execute, and iterate on tasks across a codebase, and what that means for software design, type systems, and developer responsibility.
https://github.github.com/gh-aw/
-
This week on the show, Scott talks to Philip Kiley about his new book, Inference Engineering. Inference Engineering is your guide to becoming an expert in inference. It contains everything that Philip has learned in four years of working at Baseten. This book is based on the hundreds of thousands of words of documentation, blogs, and talks he's written on inference; interviews with dozens of experts from our engineering team; and countless conversations with customers and builders around the world.
https://www.baseten.co/inference-engineering/ -
What does it take to design a programming language from scratch when the target isnât just CPUs, but GPUs, accelerators, and the entire AI stack? In this episode, I sit down with legendary language architect Chris Lattner to talk about Mojo â his ambitious attempt to rethink systems programming for the machine learning era.
We trace the arc from LLVM and Clang to Swift and now Mojo, unpacking the lessons Chris has carried forward into this new language. Mojo aims to combine Pythonâs ergonomics with C-level performance, but the real story is deeper: memory ownership, heterogeneous compute, compile-time metaprogramming, and giving developers precise control over how AI workloads hit silicon.
Chris shares the motivation behind Modular, why todayâs AI infrastructure demands new abstractions, and how Mojo fits into a rapidly evolving ecosystem of ML frameworks and hardware backends. We also dig into developer experience, safety vs performance tradeoffs, and what it means to build a language that spans research notebooks all the way down to kernel-level execution.
-
Thereâs a new wave of AI tools that donât just live in the cloud, donât just autocomplete code, and donât just sit in a browser tab. They reach into your local environment, understand your context, and act more like a thinking companion than a chatbot. In this episode, I talk with Peter Steinberger, founder of OpenClaw, about the rise of âThe Clawâ and what it means to build AI that feels fast, personal, and deeply integrated into your workflow.
We explore why OpenClaw is having a moment, how developer expectations are shifting from prompts to agents, and what it takes to design tools that balance power, safety, and usability. Peter shares the architectural choices behind OpenClaw, the tradeoffs between local and cloud inference, and his perspective on privacy, ownership, and latency in a world of ever-larger models.
This is a conversation about control. Who owns your context? Where does your data live? And what happens when AI stops being a destination and starts becoming an ambient layer across everything you do?
-
AI is making developers dramatically more productive...so why is everyone so exhausted? In this episode, Scott talks with Steve Yegge, legendary blogger and creator of Gas Town, a multi-agent orchestrator he describes as "Kubernetes for coding agents." Steve shares his theory of the "AI Vampire," that working alongside AI drains human energy Colin Robinson-style (What We Do In The Shadows), even as output skyrockets. They dig into what happens when you're managing ten or twenty Claude Code instances at once, who actually captures the value of a 10x productivity boost, and why the most important thing developers can do right now might be to close the laptop and go for a walk.
-
Code reviews are one of the most powerful tools teams have for maintaining quality â but they're also one of the most emotionally charged parts of the development process. With AI coding agents generating more code than ever, the review bottleneck is growing fast. But what if AI-assisted reviews could not only keep up with the volume, but actually be kinder about it? Scott talks with Nnenna Ndukwe, Developer Relations Lead at Qodo, about how AI code review is evolving beyond glorified linting into something that understands context, catches what matters, and delivers feedback developers actually want to read. They explore what happens when the same AI writes and reviews its own code, and whether thoughtful AI review can make code review culture healthier for everyone...not just faster.
https://www.qodo.ai/ -
Sandboxing is having a moment. As agents move from chat windows into terminals, repos, and production-adjacent workflows, the question is no longer âWhat can AI generate?â but âWhere can it safely run?â In this episode, Scott talks with Mark Cavage, President of Docker, about the resurgence of sandboxes as critical infrastructure for the agent era and the thinking behind Dockerâs newly released sandbox feature.
They explore why isolation, reproducibility, and least-privilege execution are becoming table stakes for AI-assisted development. From protecting local machines to enabling trustworthy automation loops, Scott and Mark dig into how modern sandboxes differ from traditional containers, what developers should expect from secure agent runtimes, and why the future of âAI that does thingsâ will depend as much on boundaries as it does on model capability.
Learn more about Docker Sandboxes here: https://dockr.ly/4avCKTW -
AI is moving faster than our collective ability to metabolize it. Between copilots, agents, vibe coding, and the ever-shifting definition of âsenior engineer,â developers are asking a deeper question. Where is this all actually going? In this episode, Scott sits down with Gergely Orosz, author of The Pragmatic Engineer and longtime observer of how software gets built inside high-performing teams, to separate signal from hype.
They dig into what AI is really doing to day-to-day engineering work. Productivity boosts versus skill atrophy. The changing expectations for junior developers. Whether âAI-firstâ companies are structurally different or simply marketing-forward. Gergely brings his trademark data-driven pragmatism, grounded in conversations with hundreds of engineering leaders navigating hiring freezes, agent experiments, and the reshaping of career ladders.
Scott and Gergely also explore the human side. What happens to craftsmanship when code is abundant. How we teach the next generation to think, not just prompt. Why developer experience may matter more, not less, in an AI-accelerated world. Along the way, they consider whether we are watching a platform shift on the scale of cloud and mobile, or something even bigger.
https://www.pragmaticengineer.com/ -
Join Scott and Eric Lippert for a lively tour through Fabulous Adventures in Data Structures and Algorithms, a fresh take on timeless topics that flips the script on how programmers think about core tools of the trade. Eric shares why he wrote a book that avoids the predictable interview-prep regurgitations, and instead dives into clever, lesser-known data structures and algorithmic ideas that heâs encountered over a long career in language design and tooling. Youâll hear how immutability can make data structures both simpler and faster, why backtracking shows up everywhere from tree search to puzzle solving, and how a deeper understanding of performance and abstraction can change the way you architect code. Along the way Eric reveals how to reconnect joy with problem solving, find surprising patterns that scale across domains, and build intuition that serves you long after the syntax fades from memory.
https://www.manning.com/books/fabulous-adventures-in-data-structures-and-algorithms -
Modern computers are faster than ever, yet much of our software feels slower, heavier, and more frustrating to use. In this episode of Hanselminutes, Scott talks with Vjekoslav KrajaÄiÄ, creator of File Pilot, about bringing speed and responsiveness back to everyday tools.
Vjekoslav built File Pilot as a reaction to bloated file managers and laggy interfaces, focusing on instant feedback, keyboard-first workflows, and a UI that feels immediate. We talk about what actually makes software feel fast, why modern frameworks often work against that goal, and how users instinctively know when an app respects their time.
This is a conversation about restraint, craft, and why fast UIs still matter.
https://filepilot.tech
- Laat meer zien