
Location:
United States
Description:
Technical interviews about software topics.
Twitter:
@software_daily
Language:
English
Contact:
5122170273
Episodes
A Conversation with Amazon CTO Werner Vogels
8/28/2025
Werner Vogels is the Chief Technology Officer at Amazon, where he has played a pivotal role in shaping the company’s technology vision for over two decades. Before joining Amazon in 2004, Werner was a research scientist at Cornell University where he focused on distributed systems and scalability, both of which are concepts that would later
The post A Conversation with Amazon CTO Werner Vogels appeared first on Software Engineering Daily.
Duration:00:47:33
Redis and AI Agent Memory with Andrew Brookins
8/26/2025
A key challenge with designing AI agents is that large language models are stateless and have limited context windows. This requires careful engineering to maintain continuity and reliability across sequential LLM interactions. To perform well, agents need fast systems for storing and retrieving short-term conversations, summaries, and long-term facts. Redis is an open‑source, in‑memory data
The post Redis and AI Agent Memory with Andrew Brookins appeared first on Software Engineering Daily.
Duration:00:48:36
Complex Workload Deployment with Will Stewart
8/21/2025
Deploying and managing cloud workloads is a complex task that requires developers to handle infrastructure, scaling, CI/CD pipelines, and database hosting. Configuring and maintaining Kubernetes, ensuring smooth deployments, and integrating various services efficiently is a common challenge. Will Stewart is the co-founder and CEO of Northflank, which is a platform focused on streamlining application deployment
The post Complex Workload Deployment with Will Stewart appeared first on Software Engineering Daily.
Duration:00:37:34
Empowering Cross-Functional Product Teams with Tobias Dunn-Krahn and Doug Peete
8/19/2025
Modern software teams typically rely on a patchwork of tools to manage planning, development, feature rollout, and post-release analysis. This fragmentation is a known challenge that can create friction and slow down software development iteration. It’s especially problematic for cross-functional teams, where differences in roles, expertise, and work culture can further complicate collaboration. There is
The post Empowering Cross-Functional Product Teams with Tobias Dunn-Krahn and Doug Peete appeared first on Software Engineering Daily.
Duration:00:46:28
Carbon and Modernizing C++ with Chandler Carruth
8/14/2025
Carbon is a programming language developed by Google as a successor to C++, and it aims to provide modern safety features while maintaining high performance. It’s designed to offer seamless interoperability with C++ while addressing shortcomings of C++ such as slow compilation times and lack of memory safety. Carbon also introduces features like a more
The post Carbon and Modernizing C++ with Chandler Carruth appeared first on Software Engineering Daily.
Duration:01:02:39
Podman with Brent Baude
8/12/2025
Podman is an open-source container management tool that allows developers to build, run, and manage containers. Unlike Docker, it supports rootless containers for improved security and is fully compatible with standards from the Open Container Initiative, or OCI. Brent Baude is a Senior Principal Software Engineer at Red Hat where he works on Podman. In
The post Podman with Brent Baude appeared first on Software Engineering Daily.
Duration:00:43:24
SED News: Meta’s AI Gambit, Windsurf Shake‑Up, and the UK VPN Surge
8/7/2025
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 explore Meta’s bold push into AI with the launch of Meta Superintelligence Labs, the dramatic twists in the Windsurf acquisition
The post SED News: Meta’s AI Gambit, Windsurf Shake‑Up, and the UK VPN Surge appeared first on Software Engineering Daily.
Duration:00:47:25
Electron and Desktop App Engineering with Shelley Vohr
8/5/2025
Electron is a framework for building cross-platform desktop applications using web technologies like JavaScript, HTML, and CSS. It allows developers to package web apps with a native-like experience by bundling them with a Chromium browser and Node.js runtime. Electron is widely used for apps like VS Code, Discord, and Slack because it enables a single
The post Electron and Desktop App Engineering with Shelley Vohr appeared first on Software Engineering Daily.
Duration:00:50:59
Modal and Scaling AI Inference with Erik Bernhardsson
7/31/2025
Modal is a serverless compute platform that’s specifically focused on AI workloads. The company’s goal is to enable AI teams to quickly spin up GPU-enabled containers, and rapidly iterate and autoscale. It was founded by Erik Bernhardsson who was previously at Spotify for 7 years where he built the music recommendation system and the popular
The post Modal and Scaling AI Inference with Erik Bernhardsson appeared first on Software Engineering Daily.
Duration:00:39:55
RxJS with Ben Lesh
7/29/2025
RxJS is an open-source library for composing asynchronous and event-based programs. It provides powerful operators for transforming, filtering, combining, and managing streams of data, from user input and web requests to real-time updates. Ben Lesh is the creator of RxJS. He joins Josh Goldberg to talk about his path into engineering and the RxJS library.
The post RxJS with Ben Lesh appeared first on Software Engineering Daily.
Duration:00:50:29
Small AI Models with Yoeven Khemlani
7/24/2025
JigsawStack is a startup that develops a suite of custom small models for tasks such as scraping, forecasting, vOCR, and translation. The platform is designed to support collaborative knowledge work, especially in research-heavy or strategy-driven environments. Yoeven Khemlani is the Founder of JigsawStack and he joins the podcast with Gregor Vand to talk about making
The post Small AI Models with Yoeven Khemlani appeared first on Software Engineering Daily.
Duration:00:40:39
Streamlining Cloud Infrastructure Deployments with Jake Cooper
7/22/2025
Railway is a software company that provides a popular platform for deploying and managing applications in the cloud. It automates tasks such as infrastructure provisioning, scaling, and deployment and is particularly known for having a developer-friendly interface. Jake Cooper is the Founder and CEO at Railway. He joins the show to talk about the company
The post Streamlining Cloud Infrastructure Deployments with Jake Cooper appeared first on Software Engineering Daily.
Duration:00:43:07
Building Open Infrastructure for AI with Illia Polosukhin
7/17/2025
Illia Polosukhin is a veteran AI researcher and one of the original authors of the landmark Transformer paper, Attention is All You Need, which he co-authored during his time at Google Research. He has a deep background in machine learning and natural language processing, and has spent over a decade working at the intersection of
The post Building Open Infrastructure for AI with Illia Polosukhin appeared first on Software Engineering Daily.
Duration:00:49:12
TypeScript with Jake Bailey
7/15/2025
TypeScript is a statically typed superset of JavaScript that adds optional type annotations and modern language features to improve developer productivity and code safety. The TypeScript compiler performs type checking at compile time, catching errors before code is run, and also transforms TypeScript code into clean, standards-compliant JavaScript. Jake Bailey is Senior Software Engineer at
The post TypeScript with Jake Bailey appeared first on Software Engineering Daily.
Duration:00:46:10
MCP Security at Wiz with Rami McCarthy
7/10/2025
Wiz is a cloud security platform that helps organizations identify and remediate risks across their cloud environments. The company’s platform scans layers of the cloud stack, including virtual machines, containers, and serverless configurations, to detect vulnerabilities and misconfigurations in context. The Model Context Protocol, or MCP, is emerging as a potential standard for connecting LLM
The post MCP Security at Wiz with Rami McCarthy appeared first on Software Engineering Daily.
Duration:00:54:07
SED News: Data Land Grabs, Copyright Fights, and the Great AI Talent War
7/8/2025
Welcome back to SED News, a podcast series from Software Engineering Daily where hosts Gregor Vand and Sean Falconer break down the latest stories in software engineering, Silicon Valley, and the wider tech industry. In this episode, Gregor and Sean dig into Meta’s legal battle over AI training data, discuss the strategic implications of Meta’s
The post SED News: Data Land Grabs, Copyright Fights, and the Great AI Talent War appeared first on Software Engineering Daily.
Duration:00:46:15
AI at Anaconda with Greg Jennings
7/3/2025
Anaconda is a software company that’s well-known for its solutions for managing packages, environments, and security in large-scale data workflows. The company has played a major role in making Python-based data science more accessible, efficient, and scalable. Anaconda has also invested heavily in AI tool development. Greg Jennings is the VP of Engineering and AI
The post AI at Anaconda with Greg Jennings appeared first on Software Engineering Daily.
Duration:00:49:29
ByteDance’s Container Networking Stack with Chen Tang
7/1/2025
ByteDance is a global technology company operating a wide range of content platforms around the world, and is best known for creating TikTok. The company operates at a massive scale, which naturally presents challenges in ensuring performance and stability across its data centers. It has over a million servers running containerized applications, and this required
The post ByteDance’s Container Networking Stack with Chen Tang appeared first on Software Engineering Daily.
Duration:00:47:57
WayForward Games with Tomm Hulett and Voldi Way
6/26/2025
WayForward is a renowned video game studio that was founded in 1990. The company has developed games for publishers such as Capcom, Konami, and Nintendo and has released their games across major hardware platforms from the last 35 years. They are also the creators of the Shantae series of 2D platformers. WayForward recently developed the
The post WayForward Games with Tomm Hulett and Voldi Way appeared first on Software Engineering Daily.
Duration:00:46:03
CodeRabbit and RAG for Code Review with Harjot Gill
6/24/2025
One of the most immediate and high-impact applications of LLMs has been in software development. The models can significantly accelerate code writing, but with that increased velocity comes a greater need for thoughtful, scalable approaches to codereview. Integrating AI into the development workflow requires rethinking how to ensure quality,security, and maintainability at scale. CodeRabbit is
The post CodeRabbit and RAG for Code Review with Harjot Gill appeared first on Software Engineering Daily.
Duration:00:48:42