Episode

SE Radio 711: Scott Hanselman on AI-Assisted Development Tools

Podcast
Software Engineering Radio - The Podcast for Professional Software Developers
Published
Mar 11, 2026
Duration seconds
3735
Processing state
failed
Canonical source
https://se-radio.net/2026/03/se-radio-711-scott-hanselman-on-ai-assisted-development-tools/
Audio
https://traffic.libsyn.com/secure/seradio/711-scott-hanselman-ai-assisted-dev-tools.mp3?dest-id=23379
JSON
/v1/public/podcasts/software-engineering-radio/episodes/se-radio-711-scott-hanselman-on-ai-assisted-development-tools
Markdown
/podcast/software-engineering-radio/se-radio-711-scott-hanselman-on-ai-assisted-development-tools.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/software-engineering-radio/episodes/se-radio-711-scott-hanselman-on-ai-assisted-development-tools/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/software-engineering-radio/se-radio-711-scott-hanselman-on-ai-assisted-development-tools.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Scott Hanselman, the VP of Developer Community at Microsoft, speaks with host Jeremy Jung about AI-assisted coding. They start by considering how the tools are a progression from syntax highlighting and autocomplete. Scott describes the ambiguity and non-determinism of agentic loops, why vague high-level prompts usually don't give good results, and the need to express intent and steer the models. He explains how knowing fundamentals helps you create better plans and know what to ask the models, and how to treat agents differently based on your knowledge level. He discusses his experience porting Windows Live Writer to a modern .NET stack, and defining success and providing tools for models to verify their work. Finally, he explains why you need to read and understand generated code in production environments, plus methods for sandboxing agents.