An orchestration platform for AI coding agents
built by one human and a swarm of AI agents
Raphaël Titsworth-Morin · Demo Day · March 19, 2026
A platform that provisions ephemeral cloud VMs,
drops in a devcontainer with your repo,
and lets AI coding agents work autonomously.
Bring Your Own Cloud — you provide Hetzner or Scaleway tokens
Bring Your Own Agent — Claude Code, Codex, or Mistral Vibe
Chat-first UX — talk to agents, fork conversations, dispatch sub-tasks
Think "Devin-style autonomous coding" but self-hosted, multi-cloud, multi-agent, and open.
Cloud-init bootstraps VMs → Go agent manages PTY sessions + ACP protocol → Workers proxy everything through Cloudflare's edge
Jan 27 → Mar 17, 2026 · Peak: 48 commits on Feb 28
Root cause: Cloudflare D1 stores timestamps as integers, not ISO strings.
BetterAuth expected strings. Silent 500. No error message. Just... empty responses.
The last commit — removing the debug code — is the most satisfying commit in the repo.
February 28. All CI green. 828 tests passing.
Task execution — the entire point of the platform — didn't work.
This incident created 3 new permanent rules in our agent instructions.
Now every feature requires a data flow trace citing specific code paths.
Every bug fix requires a post-mortem + a process change.
The rules are the institutional memory — agents read them on every task.
BYOC + BYOA — no vendor lock-in on compute or intelligence
github.com/raphaeltm/simple-agent-manager
Built with Cloudflare Workers · Hetzner · Go · TypeScript · and a lot of AI agents