
Data Engineering Podcast Blurring Lines: Data, AI, and the New Playbook for Team Velocity
24 snips
Nov 24, 2025 Max Beauchemin, founder and engineer behind Apache Airflow, dives into the transformative interplay of data and AI engineering. He discusses how using AI for most tasks shifts human roles towards orchestration and taste management, leading to new bottlenecks in code review and QA. Max highlights the concept of treating context as code and advocates for just-in-time retrieval to enhance data tools. He also introduces Agor, a multiplayer orchestration platform designed for efficient agent management and collaborative workflows.
AI Snips
Chapters
Transcript
Episode notes
AI Multiplies Developer Output
- Max Beauchemin says AI agents can multiply coding productivity by 2–10x for many tasks.
- He reframes his role as orchestrating agents and handling human-focused tasks like taste and leadership.
Let Agents Do First-Pass Reviews
- Accelerate code review and QA by using agents for first-pass reviews and test generation.
- Consider policies where the human acts as reviewer of AI-written code to reduce PR latency.
Structure Context As Reusable Nuggets
- Treat repository context as modular "context nuggets" instead of one giant file.
- Store small reusable docs per repo and retrieve only what the agent needs for a task.
