I’m interested in these types of tools, but the biggest issue I am currently having in my workflow is manually verifying everything is working. Tests and stuff are nice, but typically if there is a bug, the AI agents enshrine it in th tests.
However with worktrees I am not really able to easily copy secrets, etc to run my app, ports conflict, I end up with a bunch of separate dbs and services, etc.
Does conductor help with this? Have you all found any useful ways of making this easier or more automated?
Edit: I’d also consider waiting for WWDC, they are supposed to be launching the new Mac Studio, an even if you don’t get it, you might be able to snag older models for cheaper
There's a layer between your input and the model called an agent harness. It's the bit that guides the model how to traverse the file system, where to search, how the codebase is architected, how to navigate the monorepo.
When you say "Add a default $5 tip to the dialog screen titled 'Tip this waiter?'", what the harness does is supply information on where the strings are, the dialogs, and where the design style containing the PrimaryButton might be.
Cursor is excellent at this and probably pioneered the whole approach. Copilot hasn't really bothered to be more than a wrapper.
The models are the same. The agent implementation is different. I can confirm Claude Code performs much better than GH Copilot with the same Claude models.
However with worktrees I am not really able to easily copy secrets, etc to run my app, ports conflict, I end up with a bunch of separate dbs and services, etc.
Does conductor help with this? Have you all found any useful ways of making this easier or more automated?
reply