← All speakers

Bio, Work & Ideas

Charlie Holtz

Conference affiliation: CEO · Conductor · 2026

Charlie Holtz was identified in his 2026 AI Engineer World’s Fair biography as CEO and co-founder of Conductor, a desktop app for managing multiple coding agents through one interface. In his presentation, “Orchestras, Not Factories: How the Fastest Builders Work,” he described how his team’s experiments with coding agents and Git worktrees grew into Conductor as an internal tool while they were building another app, Chorus.

Holtz advocates trying new tools early while reserving custom workflow optimization for specific user and codebase needs. He described Conductor’s practices for maintaining software quality: requiring human review of migration changes and carefully maintaining documentation and agent instruction files. He also explained how the Conductor Internal Agent collects Slack messages, Discord bug reports, and meeting recordings into a centralized Postgres database, giving coding agents organizational context they can query.

His demonstration presented persistent cloud sandboxes that allow agents to continue running after a laptop closes, shared workspaces with real-time collaboration, and remotely initiated workspaces through an agent with Conductor API access. His approach places human judgment and craft at the center of software development, with people directing collaborating teams of humans and agents as an orchestra.

1 conference talk

Key ideas

Scroll to read ↓

Charlie Holtz’s Conductor workflow combines early experimentation, selective human review, shared organizational context and persistent cloud agents. The goal is to give people more room to direct and craft software with a team.

  • Try new capabilities early, then limit workflow customization to places where knowledge of your users or codebase changes what the agent should do.
    2:01 ↗
  • Apply human review selectively. Migrations need enforced scrutiny, and recurring agent instructions deserve care because they influence every new task.
    5:32 ↗
  • Centralized organizational information and a SQL tool give agents a way to retrieve context beyond the repository.
    7:42 ↗
  • Persistent cloud workspaces separate execution from the laptop and support shared review, live conversation and remotely initiated tasks.
    10:27 ↗
  • Design agent tools so people can direct the whole effort, inspect details when needed and retain the experience of crafting software with a team.
    15:23 ↗

References