PLAY PODCASTS
Software Engineering Daily

Software Engineering Daily

124 episodes — Page 3 of 3

AI at Anaconda with Greg Jennings

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/07/03/ai-at-anaconda-with-greg-jennings/">AI at Anaconda with Greg Jennings</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jul 3, 202548 min

ByteDance’s Container Networking Stack with Chen Tang

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/07/01/bytedances-container-networking-stack-with-chen-tang/">ByteDance’s Container Networking Stack with Chen Tang</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jul 1, 202547 min

WayForward Games with Tomm Hulett and Voldi Way

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/06/26/wayforward-games-with-tomm-hulett-and-voldi-way/">WayForward Games with Tomm Hulett and Voldi Way</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jun 26, 202546 min

CodeRabbit and RAG for Code Review with Harjot Gill

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/06/24/coderabbit-and-rag-for-codereview-with-harjot-gill/">CodeRabbit and RAG for Code Review with Harjot Gill</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jun 24, 202548 min

Emulating Retro Games on Modern Consoles with Robin Lavallée and Bill Litshauer

<p>Emulating retro games on modern consoles is a growing trend, and allows players to experience classic titles with improved performance, enhanced resolution, and added features like save states and rewinding. However, this process raises many challenging technical questions related to hardware compatibility, performance optimization, rendering, and state management. Implicit Conversions is a company focused on</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/06/19/emulating-retro-games-on-modern-consoles-with-robin-lavallee-and-bill-litshauer/">Emulating Retro Games on Modern Consoles with Robin Lavallée and Bill Litshauer</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jun 19, 20251h 0m

SED News: Corporate Spies, Postgres, and the Weird Life of Devs Right Now

<p>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 wider tech world. In this episode, Gregor and Sean unpack what’s going with Deel and Rippling, explore why Databricks and Snowflake are making big bets</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/06/17/sed-news-corporate-spies-postgres-and-the-weird-life-of-devs-right-now/">SED News: Corporate Spies, Postgres, and the Weird Life of Devs Right Now</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jun 17, 202543 min

TanStack and the Future of Frontend with Tanner Linsley

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/06/12/tanstack-and-the-future-of-frontend-with-tanner-linsley/">TanStack and the Future of Frontend with Tanner Linsley</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jun 12, 202554 min

The Challenge of AI Model Evaluations with Ankur Goyal

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/06/10/the-challenge-of-ai-model-evaluations-with-ankur-goyal/">The Challenge of AI Model Evaluations with Ankur Goyal</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jun 10, 202544 min

Modern Distributed Applications with Stephan Ewen

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/06/05/modern-distributed-applications-with-stephan-ewen/">Modern Distributed Applications with Stephan Ewen</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jun 5, 202540 min

Crew AI with João Moura

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/06/03/crew-ai-with-joao-moura/">Crew AI with João Moura</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Jun 3, 202544 min

Chip Design in the AI Era with Thomas Andersen

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/05/29/chip-design-in-the-ai-era-with-thomas-andersen/">Chip Design in the AI Era with Thomas Andersen</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

May 29, 202549 min

OpenTofu with Cory O’Daniel and Malcolm Matalka

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/05/27/opentofu-with-cory-odaniel-and-malcolm-matalka/">OpenTofu with Cory O’Daniel and Malcolm Matalka</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

May 27, 202547 min

Mojo and Building a CUDA Replacement with Chris Lattner

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/05/22/mojo-and-building-a-cuda-replacement-with-chris-lattner/">Mojo and Building a CUDA Replacement with Chris Lattner</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

May 22, 202555 min

Building PostgreSQL for the Future with Heikki Linnakangas

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/05/20/building-postgresql-for-the-future-with-heikki-linnakangas/">Building PostgreSQL for the Future with Heikki Linnakangas</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

May 20, 202542 min

Security at Coinbase with Philip Martin

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/05/15/security-at-coinbase-with-philip-martin/">Security at Coinbase with Philip Martin</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

May 15, 202548 min

Anthropic and the Model Context Protocol with David Soria Parra

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/05/13/anthropic-and-the-model-context-protocol-with-david-soria-parra/">Anthropic and the Model Context Protocol with David Soria Parra</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

May 13, 202549 min

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

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/05/08/grand-theft-auto-iii-on-the-dreamcast-with-falco-girgis-and-stef-kornilios-mitsis-poiitidis/">Grand Theft Auto III on the Dreamcast with Falco Girgis and Stef Kornilios Mitsis Poiitidis</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

May 8, 202547 min

Polypane with Kilian Valkhof

<p>Polypane is a specialized web development browser that simplifies creating and testing modern websites. A key feature is that it provides multiple screen sizes at once, with synchronized scrolling and interactions, so developers can test different layouts and breakpoints simultaneously. Polypane also focuses on accessibility tools, real-time previews, and debugging features. Kilian Valkhof is the</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/05/06/polypane-with-kilian-valkhof/">Polypane with Kilian Valkhof</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

May 6, 202546 min

LiveKit and OpenAI with Russ d’Sa

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/05/01/livekit-and-openai-with-russ-dsa/">LiveKit and OpenAI with Russ d’Sa</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

May 1, 202545 min

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

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/04/29/sed-news-coreweave-ipo-anthropics-mcp-and-microsoft-turns-50/">SED News: CoreWeave IPO, Anthropic’s MCP, and Microsoft Turns 50</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Apr 29, 202544 min

Vibe Coding at Heroku with Vish Abrams

<p>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,</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/04/24/vibe-coding-at-heroku-with-vish-abrams/">Vibe Coding at Heroku with Vish Abrams</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Apr 24, 202552 min

Agentic AI at Glean with Eddie Zhou

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/04/22/agentic-ai-at-glean-with-eddie-zhou/">Agentic AI at Glean with Eddie Zhou</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Apr 22, 202541 min

Turing Award Special: A Conversation with Martin Hellman

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/04/17/turing-award-special-a-conversation-with-martin-hellman/">Turing Award Special: A Conversation with Martin Hellman</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Apr 17, 202540 min

Prometheus and Open-Source Observability with Eric Schabell

<p>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</p> <p>The post <a href="https://softwareengineeringdaily.com/2025/04/15/prometheus-and-open-source-observability-with-eric-schabell/">Prometheus and Open-Source Observability with Eric Schabell</a> appeared first on <a href="https://softwareengineeringdaily.com">Software Engineering Daily</a>.</p>

Apr 15, 202546 min