Agents in Orbs Amp launched remote 'orbs' that let AI agents run unsupervised on cloud machines with 32GB memory and 16 cores for $1.66/hour, enabling developers to spawn and manage multiple agents from the same interface used for local agents. The company argues this shift from local to remote execution will fundamentally change how code is written, tested, and shipped. You can now launch Amp agents remotely in orbs: Orbs are machines in which an agents can run without supervision. When you create a new thread you get a fresh orb that contains your code, plugins, and tools the agent might need. Each orb has 32GB memory, 16 cores, $1.66/hour. They start up quick and go to sleep when you and the agent no longer need them. Remote and Yet So Near Agents in orbs aren't running on your machine, but you can control them just like they were. You can review changes and browse through the files on the orb: You can use the terminal: If you want to iterate alongside the agent, you can sync the changes to your local machine by running: amp sync