5 pointsby mikebiglan8 hours ago2 comments
  • jcjmcclean7 hours ago
    Very cool. I'll definitely give this a try. I'd say code review is the most important part of a tool like this for me. How does it compare to Conductor?
    • trevordilley7 hours ago
      CTO Here!

      Definitely lots of parallels with Conductor, here's where I think we differentiate specifically.

      * The interface to interact with your AI is a full IDE (our minimal fork of vscode) with a focus on the CLI AI

      * Further, each workspace gets their own IDE with all the functionality that implies

      * We support a bunch of different CLI AI

      * Since it's a vscode fork, you have access to the open source extension marketplace so you can even use the extension AI's like Roo Code in parallel (or your favorite CLI AI's extension like the Claude Code extension which you can see in our video!)

      * I believe our take on running your app in parallel is a bit different (I may be wrong though!). We provide a means to name variables that will bind to ports so your parallel runs of your app don't fight over ports

      * Github PR review right in DevSwarm, leave comments and approvals! We are definitely in the same space for sure, our aim with DevSwarm 2.0 was to make the transition to multi-task/parallel development less of a sheer cliff.

      For many folks diving into AI First development multi-tasking with worktrees was really intuitive, but taking a step back it's a pretty huge ask to make that pivot. DevSwarm 2.0 we think really helps bridge that gap.

      • mikebiglan7 hours ago
        Yes, think Conductor meets Warp meets VS Code, all in one.

        Plus full PR-mode support within. Full Jira integration.

  • bketelsen7 hours ago
    Looks slick. Linux version please!