The session is the unit, not the machine
Claude Remote (also called Claude Code Remote Control, launched February 2026) treats an AI coding session as a portable, transferable artifact. You start it on your laptop, hand it off to a GPU-equipped cloud VM for heavy work, resume on your tablet — all with the conversation history, file references, and tool state intact. Sub-100ms resume latency on the receiving end.
The problem it eliminates: the false choice between "run locally on a weak machine" and "SSH into a beefy server and lose local context." Remote keeps both — the session moves; the context moves with it. State serialization → encrypted transport → remote resumption, no re-indexing.
Common shape: prototype on the laptop (free local files, fast iteration), hand off to a cloud VM when the test suite gets heavy (free up the laptop), resume on phone to monitor (no SSH client app needed). One coherent session across three devices.