Home Podcasts Software Engineering Daily
Software Engineering Daily

Software Engineering Daily

Software Engineering Daily 100 Episodes Sep 17, 2026

Technical interviews about software topics.

Episodes

Scaling Agent Workloads at Vercel
Scaling Agent Workloads at Vercel Sep 17, 2026 51:25 Most AI agent setups today are built around a single session, where one user interacts with one agent at a time. However, that model breaks down when an agent has to serve a business, where thousands of requests can arrive at once and each session needs to be isolated, durable, and recoverable. Getting agents to run reliably at that scale has meant a lot of hand-rolled infrastructure beneath the
Inside Google’s Database Infrastructure for the AI Era
Inside Google’s Database Infrastructure for the AI Era Sep 15, 2026 1:18:26 Historically, databases were responsible for storing data and returning exact results in response to queries. However, AI is now bending that contract in a new direction. Applications increasingly expect structured and unstructured data to come together. This is pushing databases into territory that looks more like search, where relevance and ranking matter and results are no longer strictly exac
A Rust Framework to Simplify Distributed Systems
A Rust Framework to Simplify Distributed Systems Sep 10, 2026 50:31 A Rust Framework to Simplify Distributed Systems Building software that runs across many machines is notoriously difficult. Developers have to grapple with problems such as race conditions, partial failures, and message ordering. Notably, one category of distributed software has largely escaped these burdens. A distributed database can spread a single query across thousands of machines, handli
SED News: The NVIDIA-Hugging Face Deal, China’s Proxy Economy, the Open Weight Surge
SED News: The NVIDIA-Hugging Face Deal, China’s Proxy Economy, the Open Weight Surge Sep 8, 2026 52:06 SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falconer break down the biggest stories shaping software engineering, Silicon Valley, and the broader tech industry. In this end-of-summer episode, Gregor and Sean turn to a busy season of mergers and acquisitions, including NVIDIA‘s reported $12.9 billion acquisition of Hugging Face, Dynatrace
Moving Beyond RAG with Precomputed Context
Moving Beyond RAG with Precomputed Context Sep 3, 2026 55:48 Retrieval has become one of the central problems in building useful AI systems. The standard approach to grounding a model in one’s own data has been retrieval augmented generation, or RAG, where an agent searches a vector database for relevant information at query time. That pattern works, but it has limitations, such as retrieving information that’s not truly relevant, repeating the
The Death of Online Anonymity
The Death of Online Anonymity Sep 1, 2026 52:42 Age verification is reshaping how people access the internet. An ever-growing patchwork of laws can now require government IDs, facial age estimation, or behavioral inference before you can enter digital spaces. Discord, app stores, social media platforms, and AI chatbots are all being pulled into these requirements. Almost always, these measures are enacted under the banner of protecting childre
TypeScript 7 and What Comes Next
TypeScript 7 and What Comes Next Aug 27, 2026 57:15 TypeScript is a programming language that builds on JavaScript by adding a system of types. Those types let developers describe the shape of their data and catch mistakes before code ever runs, while also powering the autocompletion and editor tooling that many developers now rely on every day. It was first released in 2012, and has since become one of the most widely used tools in web developmen
The Gap Between AI Spending and AI Value
The Gap Between AI Spending and AI Value Aug 25, 2026 54:42 It is widely reported that a gap has emerged between enterprise spending on AI and the durable value captured from that spend. Individual employees have enthusiastically adopted coding assistants and chatbots, yet those gains do not seem to be transforming businesses at an organizational level. One of the most important questions in the tech industry today is understanding why AI is not yet deliv
AI and the New Global Security Landscape
AI and the New Global Security Landscape Aug 20, 2026 1:12:32 The conversation about AI often focuses on software, automation, and the race between attackers and defenders in code. However, some of the most consequential risks lie further afield, in domains where a mistake is measured in human lives. Advanced models can now offer step-by-step guidance toward chemical and biological weapons, and militaries are already folding AI into targeting and battlefiel
How LLMs Are Reshaping Recommendation Systems
How LLMs Are Reshaping Recommendation Systems Aug 18, 2026 47:51 News feeds and recommendation systems have long relied on deep learning architectures that score each candidate item independently. As LLMs have matured, they have opened up a fundamentally different approach, where a system can reason about content the way it reasons about language. However, that power comes with a fresh set of engineering challenges around cost, scale, and evaluation. Linked
Rebuilding the Cloud for AI Agent Code
Rebuilding the Cloud for AI Agent Code Aug 13, 2026 49:57 For two decades, the cloud has been shaped by human developers writing code and managing its deployment. Now a growing share of production code is generated by LLMs with little human review. Because that code is not fully trusted, it increasingly runs in isolated, sandboxed environments. Meanwhile, AI agents are starting to operate infrastructure directly, by spinning services up and tearing them
SED News: The Kimi Moment, Runaway AI, and Tokenmaxxing
SED News: The Kimi Moment, Runaway AI, and Tokenmaxxing Aug 11, 2026 48:28 SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falconer break down the biggest stories shaping software engineering, Silicon Valley, and the broader tech industry. In this episode, Gregor and Sean dig into a wave of “runaway AI” stories, including Anthropic and OpenAI disclosing that their models accessed outside organizations during

Recommended