Agentic Architecture: Why Files Aren’t Always Enough What are the limitations of using a file-based agent workflow? Why do massive context windows tend to collapse? This week on the show, Mikiko Bazeley from MongoDB joins us to discuss agentic architecture and context engineering. REAL PYTHONpodcast
Python Is Weird Here is a collection of things that surprised Maciej about Python. Some you might know and some that might surprise you too. MACIEJ KOWALSKI
Harness Orchestration: The Next Primitive for AI Agents A Python SDK that lets you compose Claude Code, Codex, and Gemini as one autonomous harness - agents become FastAPI-style routes you can wire, version, and deploy. Open source. Fork SWE-AF (a 100+ agent software factory) or our cloud-security harness as starter kits. Clone a Recipe → AGENTFIELDsponsor
PyCon US 2026 Typing Summit Recap Per-talk notes from the PyCon US 2026 Typing Summit. Includes info on: Pyrefly and AI agents, ty constraint sets, Lean formalization, tensor shape types, intersection types, PEP 827, Guido on the direction of typing, and the Typing Council Q&A. BERNÁT GÁBOR
Event Sourcing Design Pattern Talk Python interviews Chris May and they discuss the event sourcing design pattern: a mechanism for databases to work like git with immutable, replayable events. Learn what libraries help you do this in Python and when to use the pattern. TALK PYTHONpodcast
Strategic Planning at the PSF The Python Software Foundation Board has been developing a strategic plan to guide the foundation’s direction over the next five years. This post describes the process and future goals. PYTHON SOFTWARE FOUNDATION
Shipping Django as a Desktop App This is a summary of Jochen Wersdörfer’s talk at DjangoCon EU where he outlined how his team used Electron to turn a Django project into an installable app. REINOUT VAN REES
Pydantic Forks httpx The Pydantic team has forked httpx and named it httpx2. The folks who created httpxyz have decided to let the larger organization take the reins. MICHIEL BEIJEN