Cloud agents too slow to be usable?

Hey, you’re not doing anything wrong. Cloud agents just aren’t built for quick, simple tasks like hiding a menu link.

A few things to keep in mind:

  1. Cloud agents always run in Max Mode, so every step like reading files, making edits, and running terminal commands counts as a separate iteration. There’s also startup overhead like spinning up the VM, cloning the repo, and setting up the environment. For something that takes seconds locally, that overhead ends up being most of the time.

  2. For simple, one-shot changes, use a local agent. It’ll be faster and cheaper. Cloud agents are best for longer tasks you can parallelize, where you want to hand it off and come back later.

  3. The team knows about cloud agent performance and is tracking it. I don’t have a timeline to share, but reports like yours help with prioritization.

Related threads if you want more context:

Let me know if you’ve got questions about when cloud vs local makes sense for your workflow.