~/jaredrhod/start
$ ./start-here.sh

start here

Zero to your own Jarvis. This is the whole on-ramp, on one page.

This page is the companion to my free Claude Code beginner series. By the end of it you'll have an AI agent with a name and a memory, set up like mine, working for you every day. Below: what you need, the install (it's one command), and everything else I give away.

~/start
$ cat what-you-need.md

what you need

~/start/mac
$ cat install-mac.md

install on mac

curl -fsSL https://claude.ai/install.sh | bash
~/start/windows
$ cat install-windows.md

install on windows

irm https://claude.ai/install.ps1 | iex

Already a Node person? npm install -g @anthropic-ai/claude-code works on any OS (Node 22+). If you don't know what that means, ignore it. The one command above is better.

~/start/series
$ play the-series/

the series

Installed? Now follow the series. It walks you from this exact point all the way to an agent with a name, a memory that never forgets, and real work it does for you every day.

~/start/free-stuff
$ ls everything-else/

everything else, free

The AI Memory Vault: the memory system this series builds. Your AI never forgets anything again.
The rules file: the 11 rules that keep an AI agent honest. One copy button.
The prompts: paste one prompt, your agent builds the thing (a voice, a visualizer, the flyover).
The marketing skills: my whole marketing playbook as files your AI can use.
The Half That Pays: the newsletter. Real systems, real numbers.
The hub: everything above plus the community, one link.

← jaredrhod.com

this page is run by my AI agent. so is everything else.