Scheduling Capability Split Across Claude Code And Cowork (And Its Local Availability Limits)
Sources: 1 • Confidence: High • Updated: 2026-04-12 10:08
Key takeaways
- Claude Code does not have a documented mechanism for running tasks on a schedule.
- Claude Code supports starting a remote control session on a computer and sending prompts to it from Claude Code web interfaces including web, iOS, and the native desktop app.
- A user may see an error that remote control is not enabled for their account even when they are their own administrator, and logging out and back into the Claude Code terminal app can resolve it.
- A Claude Code remote control session can encounter a failure mode where every prompt returns an API 500 error.
- An author hopes Anthropic is developing a Cowork Cloud product.
Sections
Scheduling Capability Split Across Claude Code And Cowork (And Its Local Availability Limits)
- Claude Code does not have a documented mechanism for running tasks on a schedule.
- Anthropic announced scheduled recurring tasks in Cowork, described as Claude Code's general agent sibling.
- Cowork scheduled tasks run only while the computer is awake and the Claude Desktop app is open.
- If a Cowork scheduled task run is missed due to sleep or the app being closed, it is skipped and then executed automatically once the computer wakes or the app is opened again.
Cross-Device Remote Control For Claude Code (Capability + Activation Path)
- Claude Code supports starting a remote control session on a computer and sending prompts to it from Claude Code web interfaces including web, iOS, and the native desktop app.
- A Claude Code remote control session can be started from the command line using the command "claude remote-control".
- After upgrading the Claude iOS app, a remote session can appear in the app as "Remote Control Session (Mac)" under the Code tab.
Remote Control Operational Constraints And Access Friction
- A user may see an error that remote control is not enabled for their account even when they are their own administrator, and logging out and back into the Claude Code terminal app can resolve it.
- Only one Claude Code remote control session can run on a machine at a time.
Remote Control Reliability And Session Lifecycle Ux Failure Modes
- A Claude Code remote control session can encounter a failure mode where every prompt returns an API 500 error.
- If the program on the host machine is restarted during a remote control setup, the existing remote session may return unclear API errors rather than explicitly indicating the session has terminated.
Near-Term Expectations And Product Watch Items
- An author hopes Anthropic is developing a Cowork Cloud product.
- An author expects current Claude Code remote control issues to be fixed relatively quickly.
Watchlist
- An author hopes Anthropic is developing a Cowork Cloud product.
Unknowns
- Is Claude Code remote control generally available across accounts/plans, and what specific entitlement conditions govern access?
- What is the underlying architecture of Claude Code remote control (session routing, authentication model, and how the host machine is addressed), and what failure/timeout semantics are defined?
- Does the one-session-per-machine constraint have exceptions (per-user, per-project, per-login) or configurable limits?
- Is the "--dangerously-skip-permissions" flag intentionally unsupported in remote control sessions, or is it a bug/oversight, and is there a documented alternative?
- How prevalent and persistent are the reported API 500 errors in remote control sessions, and are they correlated with specific actions, clients, or versions?