Episode (100)
Halaman 3 dari 10
DeepMind’s RAG System with Animesh Chatterji and Ivan Solovyev
Mar 12, 2026Retrieval-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...
Reinventing the Python Notebook with Akshay Agrawal
Mar 10, 2026Interactive 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...
Organizational Context for AI Coding Agents with Dennis Pilarinos
Mar 05, 2026AI 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 c...
SED News: OpenClaw Goes Viral, Mistral’s Compute Play, and the Agent Arms Race
Mar 03, 2026SED 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 in...
Amazon’s IDE for Spec-Driven Development with David Yanacek
Feb 26, 2026AI-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 ...
Engineering AI Systems for Autonomy and Resilience with Krishna Sai
Feb 24, 2026Enterprise IT systems have grown into sprawling, highly distributed environments spanning cloud infrastructure, applications, data platforms, and increasingly AI-driven workloads. Observability tools ...
Inside China’s Great Firewall with Jackson Sippe
Feb 19, 2026China’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...
Optimizing Agent Behavior in Production with Gideon Mendels
Feb 17, 2026LLM -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...
Gas Town, Beads, and the Rise of Agentic Development with Steve Yegge
Feb 12, 2026AI-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...
Python 3.14 with Łukasz Langa
Feb 10, 2026Python 3.14 is here and continues Python’s evolution toward greater performance, scalability, and usability. The new release formally supports free-threaded, no-GIL mode, introduces template string li...