Software Engineering Daily - podcast cover

Software Engineering Daily

Software Engineering Dailysoftwareengineeringdaily.com
Technical interviews about software topics.

Episodes

TanStack and the Future of Frontend with Tanner Linsley

TanStack is an open-source collection of high-performance libraries for JavaScript and TypeScript applications, primarily focused on state management, data fetching, and table utilities. It includes popular libraries like TanStack Query, TanStack Table, and TanStack Router. These libraries emphasize declarative APIs, optimized performance, and developer-friendly features, and they are increasingly popular for modern frontend development. Tanner The post TanStack and the Future of Frontend with T...

Jun 12, 202554 min

The Challenge of AI Model Evaluations with Ankur Goyal

Evaluations are critical for assessing the quality, performance, and effectiveness of software during development. Common evaluation methods include code reviews and automated testing, and can help identify bugs, ensure compliance with requirements, and measure software reliability. However, evaluating LLMs presents unique challenges due to their complexity, versatility, and potential for unpredictable behavior. Ankur Goyal is The post The Challenge of AI Model Evaluations with Ankur Goyal appea...

Jun 10, 202544 min

Modern Distributed Applications with Stephan Ewen

A major challenge with creating distributed applications is achieving resilience, reliability, and fault tolerance. It can take considerable engineering time to address non-functional concerns like retries, state synchronization, and distributed coordination. Event-driven models aim to simplify these issues, but often introduce new difficulties in debugging and operations. Stephan Ewen is the Founder at Restate which The post Modern Distributed Applications with Stephan Ewen appeared first on So...

Jun 05, 202541 min

Crew AI with João Moura

Agentic AI is seen as a key frontier in artificial intelligence, enabling systems to autonomously act, adapt in real-time, and solve complex, multi-step problems based on objectives and context. Unlike traditional rule-based or generative AI, which are limited to predefined or reactive tasks, agentic AI processes vast information, models uncertainty, and makes context-sensitive decisions, mimicking The post Crew AI with João Moura appeared first on Software Engineering Daily ....

Jun 03, 202545 min

Chip Design in the AI Era with Thomas Andersen

Synopsys is a leading electronic design automation company specializing in silicon design and verification, as well as software integrity and security. Their tools are foundational to the creation of modern chips and embedded software, powering everything from smartphones to cars. Chip design is a deeply complex process, often taking months or years and requiring the The post Chip Design in the AI Era with Thomas Andersen appeared first on Software Engineering Daily ....

May 29, 202550 min

OpenTofu with Cory O’Daniel and Malcolm Matalka

OpenTofu is an open-source alternative to Terraform, designed for managing infrastructure as code. It enables users to define, provision, and manage their cloud and on-premises resources using a declarative configuration language. OpenTofu was created to ensure an open and community-driven approach to infrastructure tooling, and it emphasizes compatibility and extensibility for diverse deployment scenarios. Cory The post OpenTofu with Cory O’Daniel and Malcolm Matalka appeared first on Software ...

May 27, 202548 min

Mojo and Building a CUDA Replacement with Chris Lattner

Python is the dominant language for AI and data science applications, but it lacks the performance and low-level control needed to fully leverage GPU hardware. As a result, developers often rely on NVIDIA’s CUDA framework, which adds complexity and fragments the development stack. Mojo is a new programming language designed to combine the simplicity of The post Mojo and Building a CUDA Replacement with Chris Lattner appeared first on Software Engineering Daily ....

May 22, 202556 min

Building PostgreSQL for the Future with Heikki Linnakangas

PostgreSQL is an open-source database known for its robustness, extensibility, and compliance with SQL standards. Its ability to handle complex queries and maintain high data integrity has made it a top choice for both start-ups and large enterprises. Heikki Linnakangas is a leading developer for the PostgreSQL project, and he’s a co-founder at Neon, which The post Building PostgreSQL for the Future with Heikki Linnakangas appeared first on Software Engineering Daily ....

May 20, 202542 min

Security at Coinbase with Philip Martin

Cryptocurrency exchanges face unique security challenges that require specialized threat assessments and planning. Coinbase is a cryptocurrency exchange based in the United States. It was founded in 2012 and has evolved alongside cryptocurrency as a technology. Philip Martin is the Chief Security Officer at Coinbase. Prior to Coinbase, Philip built and led the Incident Response The post Security at Coinbase with Philip Martin appeared first on Software Engineering Daily ....

May 15, 202549 min

Anthropic and the Model Context Protocol with David Soria Parra

The Model Context Protocol, or MCP, is a new open standard that connects AI assistants to arbitrary data sources and tools, such as codebases, APIs, and content repositories. Instead of building bespoke integrations for each system, developers can use MCP to establish secure, scalable connections between AI models and the data they need. By standardizing The post Anthropic and the Model Context Protocol with David Soria Parra appeared first on Software Engineering Daily ....

May 13, 202551 min

Grand Theft Auto III on the Dreamcast with Falco Girgis and Stef Kornilios Mitsis Poiitidis

Grand Theft Auto III is a 2001 an open-world action-adventure game developed by Rockstar Games and it had a profound impact on both gaming and popular culture. Its success cemented video games as a dominant form of entertainment and storytelling, and paved the way for future blockbuster franchises. The game was also a technological milestone The post Grand Theft Auto III on the Dreamcast with Falco Girgis and Stef Kornilios Mitsis Poiitidis appeared first on Software Engineering Daily ....

May 08, 202548 min

Polypane with Kilian Valkhof

Kilian Valkhof discusses Polypane, a browser designed for web developers to streamline testing and development across multiple screen sizes and accessibility standards. Valkhof explains the browser's unique features, including synchronized interactions, custom DevTools, and accessibility warnings with solutions. The conversation covers Polypane's architecture using Electron, performance considerations, and upcoming features like Polypane Portal for cross-device testing, offering insights into the challenges and innovations in web development tooling.

May 06, 202548 min

LiveKit and OpenAI with Russ d’Sa

LiveKit is a platform that provides developers with tools to build real-time audio and video applications at scale. It offers an open-source WebRTC stack for creation of live, interactive experiences like video conferencing, streaming, and virtual events. LiveKit has gained significant attention for its partnership with OpenAI for the Advanced Voice feature. Russ d’Sa is The post LiveKit and OpenAI with Russ d’Sa appeared first on Software Engineering Daily ....

May 01, 202547 min

SED News: CoreWeave IPO, Anthropic’s MCP, and Microsoft Turns 50

Welcome to the pilot episode of SED News, a new podcast series from Software Engineering Daily. Join hosts Gregor Van and Sean Falconer as they break down the week’s most important stories in software engineering, machine learning, and developer culture. In this episode, Gregor and Sean discuss the CoreWeave IPO and the company’s recent acquisition The post SED News: CoreWeave IPO, Anthropic’s MCP, and Microsoft Turns 50 appeared first on Software Engineering Daily ....

Apr 29, 202546 min

Vibe Coding at Heroku with Vish Abrams

AI tools are transforming how developers write code, and although it’s difficult to pinpoint how much code is now AI-generated code, estimates suggest it’s between 20% and 40%, and this figure is poised to grow in the coming years. This evolution has given rise to a new coding paradigm in which developers act as directors, The post Vibe Coding at Heroku with Vish Abrams appeared first on Software Engineering Daily ....

Apr 24, 202553 min

Agentic AI at Glean with Eddie Zhou

Glean is a workplace search and knowledge discovery company that helps organizations find and access information across various internal tools and data sources. Their platform uses AI to provide personalized search results to assist members of an organization in retrieving relevant documents, emails, and conversations. The rise of LLM-based agentic reasoning systems now presents new The post Agentic AI at Glean with Eddie Zhou appeared first on Software Engineering Daily ....

Apr 22, 202543 min

Turing Award Special: A Conversation with Martin Hellman

Martin Hellman is an American cryptographer known for co-inventing public-key cryptography with Whitfield Diffie and Ralph Merkle in the 1970s. Their groundbreaking Diffie-Hellman key exchange method allowed secure communication over insecure channels, laying the foundation for modern encryption protocols. Hellman has also contributed to cybersecurity policy and ethical discussions on nuclear risk. His work has The post Turing Award Special: A Conversation with Martin Hellman appeared first on S...

Apr 17, 202541 min

Prometheus and Open-Source Observability with Eric Schabell

Modern cloud-native systems are highly dynamic and distributed, which makes it difficult to monitor cloud infrastructure using traditional tools designed for static environments. This has motivated the development and widespread adoption of dedicated observability platforms. Prometheus is an open-source observability tool designed for cloud-native environments. Its strong integration with Kubernetes and pull-based data collection model The post Prometheus and Open-Source Observability with Eric ...

Apr 15, 202546 min

Turing Award Special: A Conversation with David Patterson

David A. Patterson is a pioneering computer scientist known for his contributions to computer architecture, particularly as a co-developer of Reduced Instruction Set Computing, or RISC, which revolutionized processor design. He has co-authored multiple books, including the highly influential Computer Architecture: A Quantitative Approach. David is a UC Berkeley Pardee professor emeritus, a Google distinguished The post Turing Award Special: A Conversation with David Patterson appeared first on S...

Apr 10, 202556 min

Uber’s On-Call Copilot with Paarth Chothani and Eduards Sidorovics

This episode explores Uber's AI-powered on-call copilot, Genie, designed to improve engineering efficiency. The discussion covers the motivations behind Genie, its architecture, and the challenges in building and evaluating such a system. Key topics include data curation, model selection, security considerations, and the productivity gains observed after implementing Genie.

Apr 08, 202544 min

Turing Award Special: A Conversation with John Hennessy

John Hennessy is a computer scientist, entrepreneur, and academic known for his significant contributions to computer architecture. He co-developed the RISC architecture, which revolutionized modern computing by enabling faster and more efficient processors. Hennessy served as the president of Stanford University from 2000 to 2016 and later co-founded MIPS Computer Systems and Atheros Communications. Currently, The post Turing Award Special: A Conversation with John Hennessy appeared first on So...

Apr 03, 202539 min

Sourcegraph and the Frontier of AI in Software Engineering with Beyang Liu

Sourcegraph is a powerful code search and intelligence tool that helps developers navigate and understand large codebases efficiently. It provides advanced search functionality across multiple repositories, making it easier to find references, functions, and dependencies. Additionally, Sourcegraph integrates with various development workflows to streamline code reviews and collaboration across teams. Beyang Liu is the CTO The post Sourcegraph and the Frontier of AI in Software Engineering with B...

Apr 01, 202544 min

Turing Award Special: A Conversation with Jeffrey Ullman

Jeffrey Ullman is a renowned computer scientist and professor emeritus at Stanford University, celebrated for his groundbreaking contributions to database systems, compilers, and algorithms. He co-authored influential texts like Principles of Database Systems and Compilers: Principles, Techniques, and Tools (often called the “Dragon Book”), which have shaped generations of computer science students. Jeffrey received the The post Turing Award Special: A Conversation with Jeffrey Ullman appeared f...

Mar 27, 202538 min

Knowledge Graphs as Agentic Memory with Daniel Chalef

Contextual memory in AI is a major challenge because current models struggle to retain and recall relevant information over time. While humans can build long-term semantic relationships, AI systems often rely on fixed context windows, leading to loss of important past interactions. Zep is a startup that’s developing a memory layer for AI agents using The post Knowledge Graphs as Agentic Memory with Daniel Chalef appeared first on Software Engineering Daily ....

Mar 25, 202554 min

React Remix with Ryan Florence

Remix is a full-stack, open-source web framework that was developed by the creators of the popular React Router library. It focuses on features such as server-side rendering and efficient data loading, and it emphasizes developer experience. Ryan Florence is a co-creator of React Remix and in this episode he speaks with Josh Goldberg about the The post React Remix with Ryan Florence appeared first on Software Engineering Daily ....

Mar 20, 202549 min

Turing Award Special: A Conversation with Jack Dongarra

Jack Dongarra is an American computer scientist who is celebrated for his pioneering contributions to numerical algorithms and high-performance computing. He developed essential software libraries like LINPACK and LAPACK, which are widely used for solving linear algebra problems on advanced computing systems. Dongarra is also a co-creator of the TOP500 list, which ranks the world’s The post Turing Award Special: A Conversation with Jack Dongarra appeared first on Software Engineering Daily ....

Mar 18, 202550 min

Quantum Computing at Rigetti with David Rivas

Rigetti Computing is an American company specializing in quantum computing, founded in 2013. The company develops quantum processors and hybrid quantum-classical computing systems, and aims to make quantum computing more accessible for research and commercial applications. David Rivas is the CTO at Rigetti Computing. He joins the podcast with Kevin Ball to talk about the The post Quantum Computing at Rigetti with David Rivas appeared first on Software Engineering Daily ....

Mar 13, 202553 min

The State of the Ethereum Blockchain with Andrew Koller

Ethereum is a decentralized blockchain platform that was created by Vitalik Buterin and Gavin Wood in 2015. It uses a cryptocurrency called Ether as its native token to power transactions and operations on the Ethereum network. Ethereum’s proponents envision a future where the network forms the foundation for a second platform layer, called L2, where The post The State of the Ethereum Blockchain with Andrew Koller appeared first on Software Engineering Daily ....

Mar 11, 202541 min

StackHawk and Shift-Left API Security with Scott Gerlach

APIs are a fundamental part of modern software systems and enable communication between services, applications, and third-party integrations. However, their openness and accessibility also make them a prime target for security threats, and this makes APIs a growing focus on software teams. StackHawk is a company that scans and monitors source code to obtain the The post StackHawk and Shift-Left API Security with Scott Gerlach appeared first on Software Engineering Daily ....

Mar 06, 202546 min

NVIDIA RAPIDS and Open Source ML Acceleration with Chris Deotte and Jean-Francois Puget

NVIDIA RAPIDS is an open-source suite of GPU-accelerated data science and AI libraries. It leverages CUDA and significantly enhances the performance of core Python frameworks including Polars, pandas, scikit-learn and NetworkX. Chris Deotte is a Senior Data Scientist at NVIDIA and Jean-Francois Puget is the Director and a Distinguished Engineer at NVIDIA. Chris and Jean-Francois The post NVIDIA RAPIDS and Open Source ML Acceleration with Chris Deotte and Jean-Francois Puget appeared first on Sof...

Mar 04, 202542 min
For the best experience, listen in Metacast app for iOS or Android
Open in Metacast