Episode

Context as Code, DevX as Leverage: Accelerating Software with Multi‑Agent Workflows

Podcast
AI Engineering Podcast
Published
Nov 24, 2025
Duration seconds
3589
Processing state
processed
Canonical source
https://www.aiengineeringpodcast.com/agor-multi-player-multi-agent-engineering-episode-70
Audio
https://op3.dev/e/dts.podtrac.com/redirect.mp3/serve.podhome.fm/episode/f6ff0caa-931b-4c08-bfdd-08dc7f5cd336/6389954251734695544a901724-7644-4990-9b6d-00f12ef3878e.mp3
JSON
/v1/public/podcasts/ai-engineering-podcast/episodes/context-as-code-devx-as-leverage-accelerating-software-with-multi-agent-workflows
Markdown
/podcast/ai-engineering-podcast/context-as-code-devx-as-leverage-accelerating-software-with-multi-agent-workflows.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/ai-engineering-podcast/episodes/context-as-code-devx-as-leverage-accelerating-software-with-multi-agent-workflows/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/ai-engineering-podcast/context-as-code-devx-as-leverage-accelerating-software-with-multi-agent-workflows.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

Software engineering is shifting from manual coding to the orchestration of multi-agent workflows. Max Beauchemin introduces Agor, an open-source platform designed to manage these agents through a spatial, multiplayer canvas.

Topics

  • AI Engineering
  • Multi-Agent Systems
  • Software Orchestration
  • Model Context Protocol
  • Developer Experience
  • Git Worktrees
  • Open Source
  • Agor

Highlights

  • Main idea: The developer's role is evolving from writing lines of code to managing a fleet of specialized AI agents
  • Practical takeaway: Using Git worktrees and spatial canvases can help developers manage multiple concurrent AI-driven features without context loss
  • Failure mode: Unstructured context and long-running sessions can lead to context window explosion and agent hallucination
  • Technical innovation: Agor utilizes the Model Context Protocol (MCP) to allow agents to interact with the system and each other
  • Efficiency gain: Multi-agent parallelization allows a parent agent to spawn sub-sessions for specific tasks, like large-scale refactoring, and aggregate results

Chapters

  1. 5:35 The AI-First Developer Reflex: Max discusses adopting an 'AI-first' approach for nearly all tasks, from coding to legal research and blog writing.
  2. 10:00 Shifting Bottlenecks in AI Workflows: As execution speeds up, the new bottlenecks move to code review, QA, and managing the increasing complexity of context.
  3. 24:10 Managing Complexity with Git Worktrees: How to use Git worktrees to effectively manage multiple simultaneous feature branches and AI-driven tasks.
  4. 28:20 Introducing Agor: Multi-Agent Orchestration: An overview of Agor's spatial canvas, featuring multiplayer cursors, templated prompts, and session management.
  5. 32:55 Automated Environment Management: Using Agor to automate Docker Compose and port management, ensuring seamless shared development environments.
  6. 46:20 Agent-to-Agent Orchestration: Deep dive into complex workflows where agents spawn sub-sessions to perform parallelized tasks like JS to TS migrations.
  7. 54:50 Session Forking and Context Control: The benefits of forking sessions to experiment with new prompts without polluting the main development context.