Research

Research seriesL2paper

The Solo Conductor: End-to-End Development in the Agentic Era

When one engineer holds the full context, plan, and intent for a feature, driving it end-to-end with an AI coding assistant can beat splitting the work across a team. This series builds the argument from evidence: why shared development pays a coordination tax that grows with team size, why context and cognitive load — not typing speed — are the real bottleneck, what AI assistants actually change by compressing the design-implement-test-refactor loop into a single continuous flow, when the single-conductor model delivers faster and more consistent results, and where genuine collaboration still wins. Grounded in Brooks' communication-overhead law, Conway's Law, cognitive-load and flow research, the GitHub Copilot productivity randomized trial, and the DORA delivery-performance findings.

Murali Chillakuru·5 articles
  1. 1
    The Coordination Tax: Why Splitting Work Has a Cost

    Every extra person on a task adds communication paths, context transfers, and a serial fraction that no amount of parallel effort can outrun.

  2. 2
    Context Is the Bottleneck: Cognitive Load, Flow, and the Cost of Hand-offs

    The scarce resource in software work is not typing speed or headcount, but the human working memory that holds a problem whole.

  3. 3
    What AI Assistants Actually Change: Compressing the Build-Test-Refactor Loop

    The lever an AI coding assistant pulls is not typing speed; it is the latency of the loop between writing a change and knowing whether it worked.

  4. 4
    The Single-Conductor Model: When One Engineer End-to-End Wins

    For bounded, well-planned work, one engineer holding the whole and directing AI like a conductor keeps every part in rhythm that a divided team cannot.

  5. 5
    Where Collaboration Still Wins: Limits, Risks, and a Decision Framework

    The single-owner model is powerful and bounded; naming exactly where a second mind earns its cost is what keeps the model honest.