Conductor CEO Charlie Holtz Walks Us Through His AI Coding Setup

Categories: VC, Startup, Design

Summary

Conductor's CEO has eliminated manual coding almost entirely by orchestrating AI agents through voice commands and keyboard shortcuts, spending his day reviewing AI-generated PRs rather than writing code. His setup—128GB RAM for local models, whisper-friendly gooseeneck mics, and a custom cloud.md with engineering practices—reveals how founders can delegate development tasks while maintaining quality control through agent oversight.

Key Takeaways

  1. Use voice input with $20 gooseeneck mics to talk to AI agents quietly in open offices, reducing distraction while enabling hands-free task delegation like 'merge PR 3475' or 'add hacker mode theme.'
  2. Implement workflow states (In Progress → In Review → Done) with a dashboard showing all agent tasks, positioning yourself as 'CEO of a little company' reviewing digestible reports rather than coding.
  3. Create detailed cloud.md and skills files (several hundred lines) documenting startup engineering practices and context, not enterprise code, to guide AI agents toward consistent quality and decision-making.
  4. Run Claude in 'fast mode' with dangerously_accept_all_permissions enabled as defaults in conductor to maximize token efficiency and reduce friction when delegating tasks to agents.
  5. Maintain a 'caveman mode' for occasional manual edits (ENV files, Tailwind tweaks) but use AI-assisted comments on highlighted code rather than direct file editing for 95% of changes.

Related topics

Transcript Excerpt

Hello, I am Charlie, the co-founder of Conductor, which is an app that lets you orchestrate a bunch of coding agents on your Mac. And we were YC Summer 24. Uh, and I'd love to show you my setup. So, a recent thing that I can't live without is this uh gooseeneck microphone. $20 on Amazon. we are all trying to talk to our computers more. Um, one issue with having like an open floor plan office is that can be pretty distracting. So, one advantage of these is you can like lean over and whisper into Claude and be like, "Please uh merge PR 3475 and it's a little bit less disruptive. I we we all got these in an attempt to encourage more talking to computers." I spend most of my day in conductor. We're using conductor to build conductor. One thing that I do is I'm constantly kicking off new tasks.…

More from Y Combinator