What do I use to code?
I use a mixture of several very powerful agentic tools made by the community, including but not limited to:
The one I lean on hardest is amux, an open-source control plane I run as a modified fork, with Claude Code as its base. It supervises dozens of parallel Claude Code and Codex sessions, so I can kick off a run, watch every agent, and merge from my phone. Every session writes to MycelicMemory, my own MCP server for local, persistent memory across runs. Backdoor points Claude Code at any provider, I usually route through OpenRouter, and AgentFlow wires agents into a graph when a job needs real fan-out.
For browser work my go-to is agent-browser (Vercel Labs), the base for all my headless browser agents. Its plugin system lets them work through real user-auth flows and, where a site's terms allow, captchas.