← Reddit

I was using Claude Cowork's cloud VMs (free, included in plan) completely wrong. It replaced most of my local workflow once I set them up properly.

Reddit · invocation02 · July 13, 2026
I think most people are using Claude Code’s cloud sessions as a novelty. You send it a task, watch it do something, then close the tab. That’s how I used them too, until I realized what Anthropic is actually giving us here. Cloud sessions run on real cloud

Detailed Analysis

A Reddit post detailing a power user's workflow overhaul with Claude Code's cloud sessions has surfaced a capability that appears underappreciated relative to its actual scope: fully provisioned, ephemeral cloud VMs bundled into existing Claude subscriptions at no additional API cost. The author describes moving from treating these sessions as a novelty—firing off a task, watching it execute, closing the tab—to using them as the backbone of a distributed engineering workflow. Each session spins up a real virtual machine capable of cloning multiple repositories (including private ones with full git history), installing dependencies, running test suites, hitting the internet, and executing code, all manageable from a browser or phone. The reported transformation came not from the underlying capability changing, but from restructuring how context and credentials are fed into each session at startup.

The specific technique described—building a dedicated "context" repository that aggregates cross-project relationships, conventions, and institutional knowledge, then scoping credentials narrowly per task—addresses a problem that has quietly limited agentic coding tools: models are often only as effective as the environment they're dropped into. Without persistent, curated context, every session requires re-explaining the same architecture, conventions, and access boundaries, which erodes the time savings agentic tools are supposed to provide. By front-loading that context and treating credential scoping as a first-class design decision, the author reports being able to launch parallel investigations (a flaky test fix, a signup-drop analysis, PR reviews) that run independently of any single laptop staying open, with results checked hours later. This effectively turns Claude Code into a fleet of narrowly-scoped, disposable machines rather than a single assistant tethered to one developer's active session.

This matters because it reframes what "coding agent" products are competing on. The differentiator is no longer just model quality or tool-calling accuracy, but the ergonomics of environment setup, session parallelism, and access control—infrastructure concerns that have traditionally sat outside the chat-interface paradigm most LLM coding tools have used. Anthropic's cloud session feature, bundled into subscriptions rather than metered by API usage, lowers the cost barrier to experimentation dramatically, which is likely why a user found it worthwhile to spend a weekend scripting a repeatable setup process. The friction the author flags—that making a session "job-ready" still requires substantial manual configuration of context repos, repo connections, and credential scoping—points to an obvious next frontier: standardized or templated onboarding for agent VMs, so that a new session boots already understanding an organization's codebase and conventions without bespoke scripting.

More broadly, this fits into a trend across the AI coding space where the bottleneck is shifting from model capability to orchestration: how many agents can run concurrently, how they inherit context, how access is scoped for safety, and how humans supervise fleets of agents rather than single sessions. The framing of "running a small engineering team where every agent gets its own computer" echoes broader industry movement toward multi-agent, asynchronous developer workflows (seen in similar moves by GitHub Copilot workspaces, Devin, and other autonomous coding agents), suggesting that cloud-native, credential-scoped, context-primed VMs may become a standard pattern rather than a power-user trick. If Anthropic or others productize the "context repo + scoped credentials" setup the author manually engineered, it could meaningfully lower the barrier to parallel, asynchronous AI-driven software development for a much broader set of users than currently exploit it.

Read original article →