Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions manifesto.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A fleet is agents. Dozens of them, coding, deploying, posting and fixing at the
- No Kubernetes. No cloud shit. Bare metal only.
- `--yolo` mode enabled.
- We scale when we need to.
- We automated everything.
- Everything ships with a TUI, a CLI, an MCP and an API.
- We *are* the moat.

Expand All @@ -26,6 +27,8 @@ A fleet is agents. Dozens of them, coding, deploying, posting and fixing at the

**`--yolo` mode enabled.** Every agent runs with the flag on. The sysop reads the transcript after, not the prompt before.

**We automated everything.** If a human did it twice, an agent does it now. Deploys, DNS, posts, invoices, the nightly report, this site. The sysop's hands touch the keyboard to pick work and to kill work, nothing else.

**We scale when we need to.** More agents when there is more work. More boxes when one falls over. Nothing pre-provisioned, nothing predicted.

**A TUI, a CLI, an MCP and an API.** Everything we build ships all four, because the sysop works from a terminal and the agents work from a socket, and both need the same thing.
Expand Down
Loading