Europe 2026
The Missing Primitive for Agent Swarms — Lou Bichard, Ona
Overview
This talk explores the concept of a software factory, defined as the incremental removal of humans from the Software Development Life Cycle (SDLC) to achieve automated workflows. It highlights that while runtimes, orchestration, and triggers for agents are largely solved, agent coordination remains a significant challenge. The presentation suggests that breaking down the SDLC into micro-steps and developing robust coordination mechanisms are crucial for realizing truly autonomous software development.
Who should watch
- AI engineers building or integrating coding agents.
- Product Managers exploring automation in the SDLC.
- Builders seeking to understand the infrastructure for agent swarms.
- Those facing challenges with agent context management and task execution.
- Developers interested in advanced patterns for scaling agent operations.
Key takeaways
- A software factory aims to incrementally remove human interaction from the SDLC, moving towards fully automated processes.
- Current infrastructure for coding agents includes patterns like swarms (individual intent to multiple agents) and fleets (agents across multiple repositories).
- Companies like Stripe (minions) and Ramp (inspect) have developed internal infrastructure for running background agents at scale.
- Key components for building software factories include runtimes (e.g., VMs for isolation), orchestration, and triggers, with agent coordination being the primary missing primitive.
- Context management is a critical challenge, as agents can lose track of tasks or skip steps due to context window limitations and sycophantic behavior.
- Existing tools like GitHub are not ideal coordination layers for agents, leading to noisy and overwhelming interfaces for human intervention.
- Potential solutions for agent coordination include state machines, durable executions, and packaging workflows into CLI constructs for local and remote execution.
- The complexity of the SDLC needs to be broken down into micro-steps for agents to effectively navigate and execute tasks deterministically.
Notable quotes
*A software factory is the commitment to incrementally moving the human out of the loop within the SDLC.*
*Context and context management is by far the hardest part of building this software factory.*
*The thing that's missing for me is coordination.*
Unofficial community note. Prefer the recording for nuance.