Hacker News new | ask | show | jobs
by twostorytower 79 days ago
Congrats on your launch! How is this different than Conductor?
3 comments

The main difference is that Baton is agent-agnostic and terminal-native. It doesn't add a GUI on top of Claude Code or Codex, it builds around the terminal itself, so you run whatever agent CLI you want natively, but with convenient shortcuts for launching them. Which is a nicer experience in my view, but people have different views on this.

Baton is also more git-aware. Instead of just showing raw diff line counts, you see commits ahead and behind your target branch, so you can tell at a glance how far each workspace has diverged and shortcuts for resolving it in the matter you want.

One thing I think is unique is the built-in MCP server. It lets agents spawn new workspaces programmatically, so you use an agent to launch agents in new isolated workspaces.

Would be curious if it is more polished than Conductor. Memory leaks and random bugs seem to crop up in Conductor far too often.
If nothing else, I see that Conductor is currently Mac only.