Chat-only (web chatbox)
- fits
- Questions, drafts, thinking out loud — no hands needed
- cost
- $0–20/mo
- complexity
- None
- upgrade when
- You catch yourself copy-pasting files into the chat window
A bare LLM is a brain in a jar — brilliant, and unable to touch anything. The difference between "chatbot" and "coworker" is wiring: file access, a shell, tool protocols, a remote channel, long-term memory. This guide maps every wiring shape from chat-only to multi-agent fleets, and marks the one this very site is built and operated with.
RECOMMENDED PATH
Start with a terminal agent — file access plus shell is 80% of the value. Add a skill.md for memory on day one (it's free), MCP tools when you feel the ceiling, and a phone channel only once the agent is doing real work worth interrupting your day for.
Every shape this can take. Most exist so you know what not to build yet.
One plain sentence and one metaphor each. Click any tool module for the same treatment.
The AI's working memory — everything it can "see" right now, and it runs out.
A desk of fixed size; pile on too many papers and the oldest slide off the edge.
The open standard that lets any AI discover and call external tools the same way.
USB-C for AI — one plug shape, and suddenly every device fits every charger.
One always-updated file holding the project's plan, stack, pitfalls and status — the next agent reads it and continues.
A shift-handover logbook; the night nurse reads it and knows exactly where things stand.
Exactly what the agent may touch — read, write, run commands, deploy — and what needs your sign-off.
Which keys you hand the live-in contractor, and which doors stay locked.
APIs charge by text volume in and out, not per question — long files cost more than short ones.
A taxi meter — you pay for distance traveled, not for the number of rides.
Three loadouts, one switch. Click any module for a plain-words intro with a metaphor.
The exact loadout that built this site's first version in one evening. A few dollars of API buys an agent that reads, writes, runs and deploys — you review and approve.
The Skill-Centric starter file for this scenario — hand it to your agent before the first prompt. It carries the plan, the stack and the known pitfalls.