№ 015agents · your own operator filed jun '26

Build your own Jarvis.

An AI operator that lives on your machine, knows your voice, reaches your email and calendar, and quietly runs the daily busywork. Built on tools you already pay for — live in 30–60 minutes.

Most people use AI like a vending machine. Type a question, take an answer, close the tab. That was the right idea in 2023. Today it leaves nearly all of the value on the table.

The shift is to stop visiting the AI and start giving it a home — a place to live, a set of tools, and a memory. Once it has those three things, it stops being something you check and becomes something that works for you in the background. That is the whole idea behind a Jarvis, and you do not have to build any of it from scratch.

You

text it

Your Jarvis

knows your voice + history · uses your email + calendar

Finished work

handed back

drafts your replies · turns voice notes into done · 7am brief · never drops a follow-up

What you'll have when it's running

Replies, drafted and waiting. New mail gets sorted and answered in your voice — you approve or edit, then send. No blank page.

Voice notes turned into done work. Say what you need into your phone between jobs; it comes back as the finished email, post, or quote.

A brief every morning. Your day, your open loops, and the one or two things that actually need you — before you've had coffee.

Nothing dropped. Every promise you make gets tracked and surfaced before it slips. That one alone usually pays for the whole thing.

Built on tools you already pay for. Roughly 30–60 minutes to get it live; about a week to dial in.

01

The one decision that matters.

Run it on Claude Code, on the Max plan. That is the decision. Everything after this is detail.

Claude Code is not a chat window — it is a working environment. It has a project folder it can read and write, commands it can run, and outside tools it can reach. That is what lets an assistant cross the line from "answers questions" to "gets things done while you're on a job." Setup is light: it installs in a couple of minutes and runs on an ordinary Mac, Windows, or Linux machine. There is no GPU and no heavy hardware involved — all the model work happens on Anthropic's servers, so your computer is only sending and receiving.

The Max plan is what makes it sane to leave running all day. It is a flat monthly fee with a generous usage budget, so you stop counting tokens and just let the thing work. One honest note, because you will hear "unlimited" thrown around: it is a large fixed budget, not literally infinite — but for a personal assistant that runs your day, you will not come close to the edge.

~$100–200 /mo
the Max plan, flat
No GPU
runs on the laptop you own
~30–60 min
from nothing to live
02

Install and sign in.

Use the native installer from the official download page (claude.com/download) — it needs no extra runtimes and keeps itself updated. If you prefer the package manager and already run Node 18 or newer, the alternative is:

npm install -g @anthropic-ai/claude-code

Then, from any folder, run claude. The first run opens your browser and asks you to sign in to your Anthropic account. Sign in with the account that carries your Max plan and you are authenticated — no API keys to manage.

03

Three honest answers before you start.

“Isn't this just ChatGPT?” No. A chatbot answers and forgets. This one has a home, your files, and a memory — it works in the background and remembers what it did yesterday. Same models underneath; a completely different relationship.

“Do I need to code?” No. Everything you write is plain English in text files. You'll run two or three commands by copy-paste — that's the whole of it.

“Is my data safe?” Your files stay on your machine. The model only sees what a task needs, and the rule it never breaks is that it drafts — it never sends or shares anything without you. For truly sensitive work, the whole setup can run on a machine you own (Tab 5).

Next in the libraryBrowse all the guides →

Rather have it built and kept sharp for you? Reach out directly at austinaiguy.com.