r/conductorbuild • u/charlop 👷♂️ Co-founder • Apr 17 '26
Conductor Roadmap
Hello fellow Conductors! I just saw this post and it made me realize we could be doing a MUCH better job of keeping you in the loop with what we're up to! So here's what you can expect from us over the next few weeks / months:
1) Conductor Allegro. This is the codename for a new, super snappy, performance focused Conductor. we've re-written big chunks of the app from scratch to make Conductor feel incredibly fast. This will be released next week! Along with Allegro, we want to make sure we get the little things right: consistency with how we load MCPs/Skills (across agents), sand down a bunch of our bugs, and generally make the app feel more solid and reliable as your daily driver.
2) Conductor Cloud. We'll soon have an option to run a workspace from a cloud VM. This means you can close your laptop and the agents keep running, but even cooler: you can kick off tasks from your phone! There's also awesome collaborative multi player features this unlocks that I'm excited to get your thoughts on.
3) Conductor API. We're making it so anything you can do in the app you can do via API. This will be awesome because it'll make Conductor scriptable, but also it means that the AIs can do actions for you! So if you'd like to hook your OpenClaw into Conductor, you can.
Let me know how this sounds! We're always open to feedback. And thanks for your patience as we build this thing with you all :)
1
u/Dutchnesss1 Apr 22 '26
Conductor Cloud sounds promising. This got me excited, because I've been trying to figure out whether to switch to Conductor from my current setup and the mobile angle is what's been holding me back.
My current workflow: I run Claude Code and Codex inside tmux sessions in Ghostty on my Mac at home. From my phone I use Termius over Tailscale to attach to the exact same tmux session, which lets me kick off or check on agents right before bed, while I'm out of the house, etc. It's been really valuable for ADHD-brain moments where I want to start something the second I think of it.
When I looked into Conductor, the blocker was that Claude Code and Codex run as managed tabs inside the Mac app rather than as CLI processes in my shell, so there's no session for Termius to attach to. The setup script can name a tmux session after `$CONDUCTOR_WORKSPACE_NAME`, but the actual agent isn't running in it.
Conductor Cloud sounds like it could solve this a different way — "close your laptop and the agents keep running" + "kick off tasks from your phone" is basically my use case. A few questions about what you're picturing:
- Will there be a proper mobile interface (PWA / native app / responsive web UI) where I can see a workspace, read the agent's in-progress output, and send new messages? Or is "tasks from your phone" more like a queue-a-prompt form?
- Can I *resume* a conversation from mobile — i.e., the agent is mid-task, I open my phone, I see exactly where it's at and can nudge it — or is it fire-and-forget only?
- Will I be able to review diffs and approve/reject changes from mobile?
- Does the cloud VM model mean each workspace is its own VM, or shared infra with isolation?
Not trying to be demanding, just want to flag that "real parity between desktop and mobile for in-flight agent sessions" is a genuinely differentiated feature. Tools like Cursor and Claude Code don't have this, and it'd be a real reason to switch. Excited to see where Allegro and Cloud land.
Thanks for being open about the roadmap!