{
  "id": 1782388,
  "title": "Your coding agent shouldn't die when your laptop sleeps",
  "url": "https://urgent.news/2026/08/18/your-coding-agent-shouldnt-die-when-your-laptop-sleeps",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-18T19:14:28.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/podbaycloudpodbaycloud/your-coding-agent-shouldnt-die-when-your-laptop-sleeps-512c"
  },
  "original_language": "en",
  "account": "For a month, the writer carried their laptop around like a baby, running lengthy coding sessions without closing the lid. Doing so would cause the session to die, losing context and progress. To find a better solution, they built an always-on workspace solution that kept their coding environment running uninterrupted. Remote control for Claude Code, recently released by Anthropic, allows tasks to be initiated from a terminal and monitored from a phone or other devices. However, the session still runs on the user's machine, which means the laptop must remain awake for the session to continue. The writer needed uptime, and the solution they found was to move the session onto a machine that never sleeps, making every device act as a client. This way, closing the laptop lid during a run doesn't stop the session; it keeps going. The dev server, background jobs, and file systems persist, allowing the user to return to their work exactly where they left off. The workspace is a real development environment, not a sandbox that disappears when the laptop sleeps. The writer decided to make the solution source-available, allowing anyone to install it on their hardware, such as a home server or VPS. It auto-provisions HTTPS and runs the official Claude Code CLI using the user's existing Claude subscription, without needing an API key or token. The license is BSL 1.1, which is not OSI-approved open source but is free to self-host and can be converted to Apache-2.0. The writer invites others to try the solution, provide feedback, and share alternative setups they may have implemented.",
  "summary": "For about a month, I did the dumbest thing in my dev career: I carried an open laptop around my apartment like a newborn. I'd kick off a long Claude Code run — a refactor, a test suite, a migration — and then I couldn't close the lid. Close the lid, the machine sleeps, the session dies, the context is gone. So the laptop came with me. To the kitchen. To the couch. Balanced on the arm of a chair…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}