Software Engineering Daily-logo

Software Engineering Daily

Business

Technical interviews about software topics.

Location:

United States

Description:

Technical interviews about software topics.

Language:

English

Contact:

5122170273


Episodes
Ask host to enable sharing for playback control

Unlocking the Data Layer for Agentic AI with Simba Khadder

4/21/2026
AI agents are increasingly capable of reasoning and performing autonomous work over long periods. However, as agents take on more complex, longer-horizon tasks, keeping them supplied with the right information becomes the core engineering challenge. The industry is moving away from pre-loading context upfront toward a model where agents dynamically navigate and retrieve the data The post Unlocking the Data Layer for Agentic AI with Simba Khadder appeared first on Software Engineering Daily.

Duration:00:49:04

Ask host to enable sharing for playback control

Agentic Mesh with Eric Broda

4/16/2026
AI agents are evolving from individual productivity tools into distributed systems components inside enterprises. The next frontier is coming into focus, and it involves large-scale ecosystems of collaborating agents embedded directly into business processes. However, multi-agent architectures introduce serious challenges around orchestration, state management, trust, governance, and observability. Eric Broda is a veteran of the The post Agentic Mesh with Eric Broda appeared first on Software Engineering Daily.

Duration:00:47:23

Ask host to enable sharing for playback control

New Relic and Agentic DevOps with Nic Benders

4/14/2026
Observability emerged from the need to understand complex software systems, and involves tracking metrics, logs, and traces so engineers can detect and diagnose problems before they affect users. However, modern applications often encompass hundreds of services, containers, and dependencies, generating more observability data than dashboards and alerts alone can effectively surface. New Relic is a The post New Relic and Agentic DevOps with Nic Benders appeared first on Software Engineering Daily.

Duration:00:46:18

Ask host to enable sharing for playback control

Mobile App Security with Ryan Lloyd

4/9/2026
Mobile apps have become a primary interface for critical services, including banking, payments, and healthcare. Unlike web applications, much of the logic and intellectual property in a mobile app lives directly on the user’s device, which is an environment the developer doesn’t control. That makes mobile apps uniquely exposed to reverse engineering, runtime manipulation, and The post Mobile App Security with Ryan Lloyd appeared first on Software Engineering Daily.

Duration:00:54:52

Ask host to enable sharing for playback control

FastMCP with Adam Azzam and Jeremiah Lowin

4/7/2026
The Model Context Protocol, or MCP, gives developers a common way to expose tools, data, and capabilities to large language models, and it has quickly become an important standard in agentic AI. FastMCP is an open source project stewarded by the team at Prefect, which is an orchestration platform for AI and data workflows. The The post FastMCP with Adam Azzam and Jeremiah Lowin appeared first on Software Engineering Daily.

Duration:01:06:06

Ask host to enable sharing for playback control

SED News: OpenCode, AI Code vs. Shipped Code, and the LiteLLM Breach

4/2/2026
SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falconer unpack the biggest stories shaping software engineering, Silicon Valley, and the broader tech industry. In this episode, they cover the resurgence of ARM and CPUs as serious compute infrastructure for running local AI agents, a supply chain attack The post SED News: OpenCode, AI Code vs. Shipped Code, and the LiteLLM Breach appeared first on Software Engineering Daily.

Duration:00:56:42

Ask host to enable sharing for playback control

FreeBSD with John Baldwin

3/31/2026
FreeBSD is one of the longest-running and most influential open-source operating systems in the world. It was born from the Berkeley Software Distribution in the early 1990s, it has powered everything from high-performance networking infrastructure to game consoles and content delivery networks. Over three decades, it has evolved through major architectural shifts, from symmetric multiprocessing The post FreeBSD with John Baldwin appeared first on Software Engineering Daily.

Duration:01:03:31

Ask host to enable sharing for playback control

Cilium, eBPF, and Modern Kubernetes Networking with Bill Mulligan

3/26/2026
Modern cloud-native systems are built on highly dynamic, distributed infrastructure where containers spin up and down constantly, services communicate across clusters, and traditional networking assumptions break down. Linux networking was designed decades ago around static IPs and linear rule processing, which makes it increasingly difficult to achieve scale in Kubernetes environments. At the same time, The post Cilium, eBPF, and Modern Kubernetes Networking with Bill Mulligan appeared first on Software Engineering Daily.

Duration:00:57:30

Ask host to enable sharing for playback control

Games That Push Back with Bennett Foddy

3/24/2026
Bennett Foddy is a legendary game designer known for creating wholly distinctive games such as QWOP, Getting Over It with Bennett Foddy, and the recently released Baby Steps. He’s also a former professor at the NYU Game Center, where he taught game design alongside developing his own experimental work. In this episode, Bennett joins Joe The post Games That Push Back with Bennett Foddy appeared first on Software Engineering Daily.

Duration:01:06:33

Ask host to enable sharing for playback control

Prettier and Opinionated Code Formatting with James Long

3/19/2026
Developer tooling shapes how software gets written day to day, but the best tools often disappear into the background once they succeed. Formatting, linting, and build systems can either create friction and endless debate, or quietly remove entire classes of problems from a team’s workflow. Over the past decade, the JavaScript ecosystem has wrestled with The post Prettier and Opinionated Code Formatting with James Long appeared first on Software Engineering Daily.

Duration:00:50:35

Ask host to enable sharing for playback control

Skate Story with Sam Eng

3/17/2026
Skateboarding games have long balanced technical precision with a sense of flow and expression, but Skate Story takes the genre in a radically different direction. It has a distinct vaporwave vibe and blends fluid skate mechanics with exploration, puzzles, and an existential narrative about freedom, pain, and obsession. The game was created by indie developer The post Skate Story with Sam Eng appeared first on Software Engineering Daily.

Duration:00:57:48

Ask host to enable sharing for playback control

DeepMind’s RAG System with Animesh Chatterji and Ivan Solovyev

3/12/2026
Retrieval-augmented generation, or RAG, has become a foundational approach to building production AI systems. However, deploying RAG in practice can be complex and costly. Developers typically have to manage vector databases, chunking strategies, embedding models, and indexing infrastructure. Designing effective RAG systems is also a moving target, as techniques and best practices evolve in step The post DeepMind’s RAG System with Animesh Chatterji and Ivan Solovyev appeared first on Software Engineering Daily.

Duration:00:37:57

Ask host to enable sharing for playback control

Reinventing the Python Notebook with Akshay Agrawal

3/10/2026
Interactive notebooks were popularized by the Jupyter project and have since become a core tool for data science, research, and data exploration. However, traditional, imperative notebooks often break down as projects grow more complex. Hidden state, non-reproducible execution, poor version control ergonomics, and difficulty reusing notebook code in real software systems make it hard to The post Reinventing the Python Notebook with Akshay Agrawal appeared first on Software Engineering Daily.

Duration:00:46:04

Ask host to enable sharing for playback control

Organizational Context for AI Coding Agents with Dennis Pilarinos

3/5/2026
AI agents have taken on a growing share of software development work, so much so that the hardest problems are shifting away from code generation towards something new, context. The challenge is now contextualizing why systems work the way they do, how architectural decisions were made, and the sources of truth that exist outside of The post Organizational Context for AI Coding Agents with Dennis Pilarinos appeared first on Software Engineering Daily.

Duration:00:49:21

Ask host to enable sharing for playback control

SED News: OpenClaw Goes Viral, Mistral’s Compute Play, and the Agent Arms Race

3/3/2026
SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falconer unpack the biggest stories shaping software engineering, Silicon Valley, and the broader tech industry. In this episode, they cover the viral rise of OpenClaw and its founder’s move to OpenAI, OpenAI’s exploration of ads inside ChatGPT, and Alibaba’s The post SED News: OpenClaw Goes Viral, Mistral’s Compute Play, and the Agent Arms Race appeared first on Software Engineering Daily.

Duration:00:57:08

Ask host to enable sharing for playback control

Amazon’s IDE for Spec-Driven Development with David Yanacek

2/26/2026
AI-assisted coding tools have made it easier than ever to spin up prototypes, but turning those prototypes into reliable, production-grade systems remains a major challenge. Large language models are non-deterministic, prone to drift, and often lose track of intent over long development sessions. Kiro is an AI-powered IDE that’s built around a spec-driven development workflow. The post Amazon’s IDE for Spec-Driven Development with David Yanacek appeared first on Software Engineering Daily.

Duration:00:57:00

Ask host to enable sharing for playback control

Engineering AI Systems for Autonomy and Resilience with Krishna Sai

2/24/2026
Enterprise IT systems have grown into sprawling, highly distributed environments spanning cloud infrastructure, applications, data platforms, and increasingly AI-driven workloads. Observability tools have made it easier to collect metrics, logs, and traces, but understanding why systems fail and responding quickly remains a persistent challenge. As complexity continues to rise, the industry is looking beyond dashboards The post Engineering AI Systems for Autonomy and Resilience with Krishna Sai appeared first on Software Engineering Daily.

Duration:00:53:15

Ask host to enable sharing for playback control

Inside China’s Great Firewall with Jackson Sippe

2/19/2026
China’s Great Firewall is often spoken about but is rarely understood. It is one of the most sophisticated and opaque censorship systems on the planet, and it shapes how over a billion people interact with the global internet, influences the design of privacy and proxy tools worldwide, and continues to evolve in ways that challenge The post Inside China’s Great Firewall with Jackson Sippe appeared first on Software Engineering Daily.

Duration:00:55:41

Ask host to enable sharing for playback control

Optimizing Agent Behavior in Production with Gideon Mendels

2/17/2026
LLM -powered systems continue to move steadily into production, but this process is presenting teams with challenges that traditional software practices don’t commonly encounter. Models and agents are non-deterministic systems, which makes it difficult to test changes, reason about failures, and confidently ship updates. This has created the need for new evaluation tooling designed specifically The post Optimizing Agent Behavior in Production with Gideon Mendels appeared first on Software Engineering Daily.

Duration:00:52:25

Ask host to enable sharing for playback control

Gas Town, Beads, and the Rise of Agentic Development with Steve Yegge

2/12/2026
AI-assisted programming has moved far beyond autocomplete. Large language models are now capable of editing entire codebases, coordinating long-running tasks, and collaborating across multiple systems. As these capabilities mature, the core challenge in software development is shifting away from writing code and toward orchestrating work, managing context, and maintaining shared understanding across fleets of agents. The post Gas Town, Beads, and the Rise of Agentic Development with Steve Yegge appeared first on Software Engineering Daily.

Duration:01:09:52