Phase 1 / Foundation / Steps 1-4
Choose the stack and define the operator
Before you automate anything, decide where the agent runs, what model powers it, and what identity files govern its behavior.
Step 1
Choose your model
Pick the model that will act as the operating brain for your agent and be honest about cost, latency, and reliability tradeoffs. If you skip this decision early, every later prompt, workflow, and budget assumption gets fuzzy.
Step 2
Set up hosting on a $12/mo VPS
Provision a lightweight VPS so the agent has a machine that is always on and fully under your control. The goal here is stable runtime, not fancy infrastructure, so a small server with clean access patterns is enough.
Step 3
Install the orchestrator
Install OpenClaw or your preferred orchestrator so tasks, schedules, and tool execution all have one control plane. This is what turns isolated model calls into an operating loop with memory and delegation.
Step 4
Configure identity files
Write `SOUL.md` and `IDENTITY.md` so the agent knows who it is, what it is optimizing for, and how it should communicate. These files become the behavioral contract for every future action and handoff.