Hype and Reality of the AI Coding Shift

Hype and Reality of the AI Coding Shift

Author: Podcast Archives - Software Engineering Daily April 23, 2026 Duration: 59:03
AI coding tools have gone from novelty to core infrastructure in under three years. Today, many devs use AI daily, a substantial share of new code is AI-generated, and expectations for automation are rapidly increasing. Sonar is a company specializing in analysis of code quality and security, and they recently released a new survey –

Dive into the vast Podcast Archives-Software Engineering Daily, a curated collection of in-depth technical conversations that have defined the landscape of modern software development. This archive goes beyond surface-level news, offering a permanent record of deep-dive discussions with engineers, researchers, and founders who are building the tools and platforms shaping our digital world. Each episode is a focused exploration, unpacking complex topics like distributed systems, machine learning infrastructure, programming language design, and the practical challenges of scaling technology. You'll hear firsthand accounts of architectural decisions, post-mortems on system failures, and thoughtful debates on emerging paradigms. It’s a resource built for the curious professional who values substance over soundbites, providing context and depth that shorter formats simply cannot. Whether you're looking to understand the historical context behind a current technology, reinforce your foundational knowledge, or discover niche specialties, this podcast archive serves as an essential, ever-growing library. The conversations are detailed, technical, and assume a level of familiarity with the field, making it a trusted companion for continuous learning. Listen to this podcast not for fleeting headlines, but for the enduring insights and nuanced expertise that come from thoughtful, long-form dialogue with the people writing the code and designing the systems that run our world.
Author: Language: en-us Episodes: 100

Podcast Archives - Software Engineering Daily
Podcast Episodes
Homebrew and macOS Package Management with Mike McQuaid [not-audio_url] [/not-audio_url]

Duration: 1:05:46
Homebrew is a widely used package manager that simplifies the installation of open-source software on macOS. It was created in response to the growing demand for a lightweight, developer-friendly tool suited to an increa…
Engineering in the Age of Agents with Yechezkel Rabinovich [not-audio_url] [/not-audio_url]

Duration: 50:05
Modern software platforms are increasingly composed of diverse microservices, third-party APIs, and cloud resources. The distributed nature of these systems makes it difficult for engineers to gain a clear view of how th…
Static Analysis for Ruby with Jake Zimmerman [not-audio_url] [/not-audio_url]

Duration: 45:16
Dynamic languages like Ruby, Python, and JavaScript determine the types of variables at runtime rather than at compile time. This flexibility allows for rapid development and concise code, but it also makes it harder to…
Scaling AI in Enterprise Codebases with Guy Gur-Ari [not-audio_url] [/not-audio_url]

Duration: 52:05
The rise of language-model coding assistants has led to the creation of the vibe coding paradigm. In this mode of software development, AI agents take a plain language prompt and generate entire applications, which drama…
Orkes and Agentic Workflow Orchestration with Viren Baraiya [not-audio_url] [/not-audio_url]

Duration: 46:44
Modern software systems are composed of many independent microservices spanning frontends, backends, APIs, and AI models, and coordinating and scaling them reliably is a constant challenge. A workflow orchestration platf…
Turbopuffer with Simon Hørup Eskildsen [not-audio_url] [/not-audio_url]

Duration: 48:30
Vector search has become a foundational technology for AI applications, enabling everything from semantic code search to contextual retrieval for large language models. However, a major challenge with vector databases ha…
Building an Indie Hit in Godot with Jay Baylis and Tom Coxon [not-audio_url] [/not-audio_url]

Duration: 42:22
Cassette Beasts is a turn-based monster-battling RPG that lets players record creatures onto cassette tapes and transform into them during battle. The game was an indie hit, and is also one of the most successful games b…
Rethinking GraphQL Frontends with Robert Balicki [not-audio_url] [/not-audio_url]

Duration: 35:50
A challenge in modern frontend application design is efficiently fetching and managing GraphQL data while keeping UI components responsive and maintainable. Developers often face issues like over-fetching, under-fetching…
pnpm with Zoltan Kochan [not-audio_url] [/not-audio_url]

Duration: 34:27
Traditional package management systems for JavaScript have faced several inefficiencies related to dependency storage, resolution, and project performance. pnpm is a fast, disk-efficient package manager for JavaScript an…