← Back to the starter guide

Starting Without a Computer

A companion to the starter guide, for the one step it assumes you can do: installing something on your own machine. If you cannot, you are not stuck. The whole thing runs in a browser now, and on your phone.

The starter guide tells you to install Claude Code and do a tiny project. That is still the best version of this if you can. But plenty of people cannot, and they usually assume it closes the whole thing off. It does not.

This page is for you if:

The assistant does not have to run on your computer. It can run on a rented one, and you drive it from a browser tab.

What actually changes

In the normal setup, the assistant runs on your machine and works on a folder of your files. Here it runs on a small computer in the cloud that gets created when you start a task and thrown away when you are done. Same loop: you describe, it acts, you review.

The difference is that the files need somewhere to live between sessions, because the rented computer does not stick around. That somewhere is GitHub, and it is the one new idea on this page.

A folder becomes a repo

A GitHub account is free, and a “repository” is just a folder that lives on the internet and remembers every version of itself. You do not need to learn git to use one. You make it in a browser in about a minute, and from then on it is the folder your assistant works in.

Yes, this is an extra hurdle. It is also the starter guide's central idea arriving early instead of late: the files are the brain, the AI is just the hands. On this path you have to set up the brain first. That is not the worst way to learn it.

Get one thing right at the start: make the repository private. Public is an option on the creation screen and you do not want your notes indexed by search engines.

The two ways to do it

Both work from a browser on any device. Both need a paid subscription. That is the real cost of this path: there is no free tier that does the whole loop.

I would start with Claude Code on the web, for the same reason the starter guide picks Claude Code: fewer moving parts while you are learning the loop. Cursor is the better answer if you already pay for it, or if your code is not on GitHub.

It can reach your calendar and your email

This surprises people, so it is worth saying plainly. Cloud sessions can use connectors, which are the integrations you turn on at claude.ai/customize/connectors: Google Calendar, Gmail, Drive, Slack, Linear, and a growing list of others. Connector traffic goes through Anthropic's servers rather than the cloud machine's own restricted internet connection, so it works without any network configuration on your part. You choose which connectors a session gets.

Then there are routines, which are the part worth knowing about. A routine is a saved prompt plus a repository plus a set of connectors, running on a schedule. It runs in the cloud whether or not any device of yours is on. You set them up at claude.ai/code/routines, on Pro, Max, and Team. The minimum interval is one hour and there is a daily cap on runs.

A concrete version, because a friend asked for exactly this: keep a file in your repo listing your recurring payments and their due dates. A routine runs every morning, reads that file, cross-checks your calendar, and tells you what is due in the next few days. That is a genuinely useful thing to own, and none of it needs a computer.

Two cautions, and I mean these. Routines run unattended, with no approval prompts, so the prompt has to be specific about what success looks like. And every connector left attached is one the assistant can write with, not only read from. Trim the list to what the job needs. Best habit: have it write its findings into a file first and read them yourself for a couple of weeks. An automation that can only ever be wrong in a document is a very different thing from one that can be wrong in someone else's inbox.

What is worse about this path

None of that changes what you learn. Describing clearly and reviewing honestly are the skills either way, and they transfer intact to a laptop the day you have one.

Doing this from a phone

A phone is a supervision console, not a workstation. It is very good for checking on something that is running, reading what it did, making a small correction, or answering a question the assistant stopped on. It is miserable for composing the first careful description of a new project, and you will write a worse prompt than you are capable of.

If a phone is all you have, write that description in a notes app first and paste it in. That one habit is most of the difference.

What to do this weekend

  1. Make a free GitHub account.
  2. Create one private repository. Call it something like notes. Let it add a README file when it offers.
  3. Subscribe to one of the two tools above and connect it to your GitHub account.
  4. Pick one tiny project from the starter guide's list. The organizing ones fit this path best, since they are mostly text files. Ask for one small piece of it, not the whole thing.
  5. Read what it did before you accept it. Every time. That is the skill.

Leave connectors and routines until after that. They are the reason this gets addictive, but they make much more sense once you have done the loop once by hand.

If you get stuck on any of this, write to me at me@viyatjhaveri.com. The setup steps are where people quietly give up, and they are also the part I can unstick in two minutes.

— Viyat