← Reddit

Feature Request: Resume from remote-connection session

Reddit · phoenixsoap · May 16, 2026
A user requests that Claude's remote-control sessions support resuming threads from a working directory to conserve RAM on a VPS while maintaining multiple concurrent threads. Currently, the lack of thread durability in remote-control sessions prevents this usage pattern, forcing the user to choose between running multiple resource-intensive Claude instances or avoiding remote-control altogether.

Detailed Analysis

A user on the Anthropic subreddit has submitted a feature request asking for persistent, resumable session threads within Claude's remote-control connection mode. The core ask is straightforward: when operating Claude on a resource-constrained server — in this case, a small Virtual Private Server — the user wants the ability to maintain multiple conversation threads simultaneously under a single Claude instance, with those threads surviving disconnection and being resumable upon reconnect. Currently, the user reports that remote-control sessions do not preserve thread state, making them effectively ephemeral and therefore unsuitable for workflows where conversation history carries meaningful context.

The technical motivation behind the request centers on memory efficiency. Running multiple simultaneous Claude instances on a low-resource VPS consumes disproportionate RAM, which is a genuine constraint for developers and hobbyists who rely on budget hosting infrastructure. The user's proposed solution — one Claude instance managing multiple durable threads keyed to working directories — would decouple process count from thread count, substantially reducing memory overhead. This mirrors patterns common in terminal multiplexers like `tmux` or `screen`, where a single server process manages multiple persistent sessions that clients can attach to and detach from freely.

The behavioral consequence the user describes is telling: because threads are not durable in remote-control mode, they have stopped using remote-control altogether. This represents a classic case of a missing feature causing complete feature abandonment rather than degraded use. The user explicitly states they "value their threads," indicating that accumulated conversation context — likely including project state, instructions, and iterative refinements — constitutes meaningful intellectual work product that cannot be casually discarded. Durability of context is therefore not a convenience feature but a prerequisite for professional or semi-professional use.

This request connects to a broader tension in agentic AI deployment between statelessness and continuity. As Claude and similar models are increasingly used for long-horizon, multi-session tasks — coding projects, research workflows, infrastructure management — the assumption that each session is self-contained becomes architecturally limiting. The remote-control or headless deployment pattern is particularly affected, since it attracts power users running automation pipelines who most acutely need session persistence. Competing developer tools in adjacent spaces, such as persistent coding agents and long-running AI assistants embedded in IDEs, have already begun treating conversation state as a first-class durable artifact rather than a transient byproduct.

Anthropic's trajectory with the Claude ecosystem — including the Claude Agent SDK and MCP integrations visible in the broader product surface — suggests that durable, resumable agentic sessions are a natural next step in the platform's evolution. The feature request aligns with the direction implied by those investments, and the fact that the user expects it may already be on the roadmap reflects a broader community awareness that session durability is an expected property of mature agentic infrastructure. The gap between that expectation and current capability is driving real behavioral changes among technically sophisticated users who would otherwise be among the platform's most engaged adopters.

Read original article →