cloud
4 questions
- AI
Should I use Claude Code on the web or in my terminal?
The web runs in an Anthropic-managed cloud VM cloned from your GitHub repo; the CLI runs on your laptop with full local access. Use the web for clean-VM tasks (CI fixes, code review, fresh-repo questions) and the CLI for anything that needs your local environment, secrets, or sibling repos.
- AI
How do I make Claude open a PR every Monday morning?
Routines are saved Claude Code configurations that run on a schedule, on demand via HTTP, or in response to GitHub events — on Anthropic's cloud, not your laptop. This is everything you need to set one up and avoid the obvious footguns.
- AI
Where should this scheduled work actually run?
Routines run in Anthropic's cloud (no machine needed); Desktop scheduled tasks run on your laptop without an open session; /loop runs in an open session. Pick by what the work needs to touch (cloud-only repos vs local files), whether your laptop is reliably on, and how often it fires.
- AI
How do I start a plan locally, work on it remotely, and finish in my terminal?
Type /ultraplan in a Claude Code v2.1.91+ session to hand the planning task to a Claude Code on the web cloud session running in plan mode. The CLI shows a status indicator while you work; when the plan is ready, choose to execute in the cloud or teleport back to your terminal.