
AI Engineering Podcast Context as Code, DevX as Leverage: Accelerating Software with Multi‑Agent Workflows
33 snips
Nov 24, 2025 Max Beauchemin, a data engineering veteran and creator of Apache Airflow and Superset, discusses his shift to multi-agent development with Agor. He explores the concept of an 'AI-first reflex,' where humans orchestrate tasks while agents accelerate workflows. Max highlights how shifting bottlenecks like code review can be addressed through improved developer experiences and 'context as code.' He introduces Agor’s innovative platform, designed for managing git worktrees and collaborative environments, enabling richer visibility and parallelization in software engineering.
AI Snips
Chapters
Transcript
Episode notes
AI-First Reflex And Human Orchestrator
- Max Beauchemin developed an "AI-first reflex" and uses agents for most tasks including legal research and writing.
- He views his role increasingly as orchestrating agents while humans handle people and leadership.
New Bottlenecks Emerge With Agent Speed
- As teams accelerate with agents, bottlenecks shift to code review, QA, and async coordination.
- Faster coding increases PR volume and raises mean time to first review as a new choke point.
Treat Context As Code
- Keep the agent's context retrievable and organized by creating a repo-level context folder with small "context nuggets."
- Treat context as code to make just-in-time retrieval easier and avoid dumping everything into one file.
