Replicas - Run Claude Code and Codex in the cloud
by•
Run background coding agents from anywhere. Spawn Claude Code or Codex in a VM with code and tooling ready to go. Hand off tasks from Slack, Linear, or GitHub
Replicas runs Claude Code, Codex, or any coding agent in the cloud. Agents run in isolated VMs with real dev environments, and you can bring your own subscriptions and API keys. Trigger tasks from Slack, Linear, or GitHub and come back to a PR ready to review.


Replies
Replicas
Metorial
Looks awesome. Congrats on the launch 🎉
Replicas
@tobihrbr Thanks Tobias!
Dart
Congratulations on the launch!
We use replicas in our day-to-day work to develop multiple features in parallel. It also enables us to do multiplayer, where the product and engineering teams hand off the session back and forth as the development progresses.
We absolutely love the fact that it doesn't lock us into a bad in-house harness, since they just allow us to use the ones from big AI labs. This is a huge benefit, because it means the features that the labs come up with are available right away — we don't have to wait months for the in-house harness to catch up. Another super nice thing is that we're able to preview the work live directly in Replicas via remote desktop or use SSH.
Cloud agents are the next big thing in the AI coding world, and Replicas is the best one out there right now. Excited to see where it ends up!
Replicas
@nevecex Thanks Ivan, its been amazing building Replicas for the team!
Oh, so excited to see you guys launching!
I’ve been using replicas for all my PR reviews. They have a great set of automations and my agent auto resolves.
Not to meant really frictionless integrations with Linear and Slack. I do most a lot of coding tasks from Slack now.
Refined Zapier
We’ve been using it and loving it! We kick off the cloud agents via Linear and Slack and it’s been seamless. The warming is key, we can run the app to test and full integration tests before it commits.
Replicas
@zlwaterfield Thanks Zach!
Been using Replicas for months and love it. This has let me kick off multiple changes and bug fixes in parallel without worrying about managing or coordinating test environments.
Helicone AI
Been using this CONSTANTLY since it dropped. Mintlify gets a huge amount of shipped volume w/ Replicas.
Thanks Connor and Saai <3
Replicas
@h2shami Couldn't do it without you <3
The cloud VM approach makes sense especially when multiple agents need to run in the background without depending on someone's laptop. How does Replicas handle conflicts when two agents are working on related parts of the same codebase?
Replicas
@ada_johnsen Hey Ada! Totally agree. The first take here is that AI agents have made dealing with merge conflicts a much easier game. Replicas actually has a built in feedback loop, where it automatically reacts to CI failures, code reviews, and in this case merge conflicts. This means that two different agents will resolve automatically with zero human friction.
Additionally, complete isolation means these agents can test changes end-to-end without conflicts, until they're ready to merge.
Stripo.email
The idea of agents continuing to work after I close my laptop is surprisingly compelling. Feels like a natural next step beyond local AI coding tools. Congrats on the launch!
Replicas
@alina_tyslenok_ Thanks Alina! It's definitely the future :p
Isolated VMs per agent run is the right model for correctness. It eliminates state bleed between runs and makes failures clean to recover from. We've hit friction with stateful runners where a mid-task failure left dirty workspaces that blocked the next run entirely. How do you handle dependency caching across VM instances when agents need to install packages mid-task?