Ir al contenido principal
Remote Cloud Sessions in Claude Code: Work Without Turning On Your Computer (2026 Guide)

Remote Cloud Sessions in Claude Code: Work Without Turning On Your Computer (2026 Guide)

Artificial Intelligence
5 min readPor Daily Miranda Pardo

Work That Continues While You Sleep

Some tasks simply don't fit into a normal workday. A massive refactoring of 50,000 lines of code. A complete database migration. Batch content generation for 500 product pages. An exhaustive analysis of an entire project's historical metrics.

These tasks share one thing: they're too long for a normal work session, and until now, closing your laptop meant stopping the work.

Claude Code's Remote Cloud Sessions eliminate that limitation entirely.

To better understand where these sessions fit within the complete ecosystem, we recommend reading Claude Channels and Remote Tasks.


What Are Remote Cloud Sessions?

When you start a Claude Code session, you can now choose between two execution modes:

Local Mode (the usual)

The session runs on your machine with direct access to your files, terminal, and local environment. It ends when you close Claude Code or shut down your computer.

Remote/Cloud Mode (the new option)

The session runs on Anthropic's cloud infrastructure. The work continues even if you close the app, lose your connection, or shut down your computer. You can reconnect later and find the work where you left it — or finished.

The difference is radical for certain types of work.


When Does It Make Sense to Use a Cloud Session

Not every task needs a Cloud Session. The criterion is simple: use them when the work can't or shouldn't be interrupted.

Ideal Use Cases for Cloud Sessions

Massive refactoring and migrations Moving a codebase from React 17 to React 19, migrating from JavaScript to TypeScript across 200 files, or restructuring a microservices architecture — these are jobs that can take hours. With Cloud Sessions, launch the process before leaving and find it finished the next day.

Extensive test suites Test suites that take 2-3 hours to complete. Launch the execution in the cloud and receive the report when it's done, without consuming your machine's resources.

Large-scale data analysis Processing large datasets, analyzing historical logs, generating business intelligence reports with thousands of records.

Bulk content generation Creating SEO variations for 500 products, translating documentation into multiple languages, generating descriptions from structured data.


How to Start a Remote Cloud Session

Option 1: From the Claude Code Menu

When launching Claude Code, you'll see the option to select session mode. Choose "Remote (Cloud)" before starting your task.

Option 2: With a Terminal Flag

claude --session-mode cloud

You can specify the estimated maximum duration if you know it in advance:

claude --session-mode cloud --max-duration 8h

Option 3: Migrate a Local Session to the Cloud

If you have a local session already running and want to move it to the cloud:

/migrate-to-cloud

Claude will ask for confirmation and transfer the current context to the remote infrastructure.


Reconnection and Progress Tracking

Once a Cloud Session is launched, you can reconnect from any device:

From the terminal:

claude --resume session-id

From the mobile app: "Remote Sessions" section → you'll see your active cloud sessions with their current status.

From the web interface: claude.ai → active sessions section.

Session status includes:

  • Estimated progress percentage
  • Last action executed
  • Errors or pending approval points
  • Estimated completion time

Security and Privacy in Cloud Sessions

This is the question everyone has, and it's completely legitimate: are my files and code safe on Anthropic's infrastructure?

The answer requires nuance:

What goes to the cloud:

  • Task context (instructions, conversation history)
  • Files Claude needs to read and modify for the specific task
  • Generated outputs

What does NOT go:

  • Your entire filesystem
  • Locally stored credentials
  • Files outside the configured working directory

The guarantees:

  • Encryption in transit and at rest (AES-256)
  • Session isolation (one session cannot access another's data)
  • GDPR compliance for European users
  • Audit capability available for Enterprise accounts

For sensitive information, the recommendation is to always use Local Mode or implement Cloud Sessions only on pre-anonymized data environments.


Remote Sessions for Teams: Multiple Agents in Parallel

Anthropic is betting heavily on Cloud Sessions as infrastructure for engineering teams. Their own engineers already use environments like Coder to run multiple agents in parallel in isolated environments.

The team model is powerful:

  • Each developer can have several active Cloud Sessions simultaneously
  • Agents work in completely isolated environments (no interference between them)
  • Results integrate into the shared repository when ready
  • The entire history of agent decisions is audited and logged

This model eliminates the constant "babysitting" that working with AI on long tasks requires today.


Combining Cloud Sessions with the Full Ecosystem

Cloud Sessions are more powerful in combination with other features:

  • + Scheduled Tasks: schedule long tasks that automatically run in the cloud
  • + Claude Channels: receive a Telegram notification when the session finishes
  • + Remote Control: monitor progress from mobile without being at the computer

Got Projects That Would Benefit from Cloud Sessions?

If your team works with long tasks that currently require tying up machines for hours — or that get interrupted by accidental shutdowns — Remote Cloud Sessions can be a transformative shift in your productivity.

But implementing this correctly in a development team — with the right data policies, integration with your CI/CD flows, and proper cost management — requires planning.

I can help you design that transition safely and efficiently, tailored to your team's specific needs.

Shall we talk? Reach out on WhatsApp. First consultation is free, no commitment.

Message me on WhatsApp and tell me about your project

Compartir artículo

LinkedInXWhatsApp

Escrito por Daily Miranda Pardo

Consultora especializada en integración de IA en frontend y desarrollo web moderno.