My cofounder (Jakub) and I (Dylan) are building amika.dev (https://www.amika.dev/), which provisions multiplayer cloud workstations for coding agents and humans to share.
We call these VM workstations "Rigs". Each Rig is loaded with your git repo(s), development environment, and choice of coding agent(s). You and your teammates can steer the same agents from anywhere: the web (desktop or mobile), Slack or Linear, SSH, CLI, API, or apps like Codex and Cursor.
Here's a demo: https://youtu.be/o4tLUOb8Vvk
We built this after we started running many long-running agent tasks in parallel. Setting up isolated environments was tedious, work stopped when we closed our laptops, and triggering tasks from tools like Sentry or Linear was awkward. Sharing changes meant copy-pasting screenshots or asking each other to check out a branch and restart their dev servers.
So, we tried to fix that! Amika has the basics you'd expect from a cloud agent: expose preview URLs, share agent chat sessions, and chat with agents from Slack or Linear.
It also does some things differently:
- run 1 or more agents simultaneously per rig, using any harness
- direct control over the agents and the VMs
- control things programatically, or with human-in-the-loop UI
- connect from the Codex app, Cursor, or cmux
- let rigs and their agents communicate with each other and create new rigs and agents
- run rigs on Amika's cloud or your own cloud or computers
Each rig can be short-lived or persistent, depending on whether you want it to disappear when your PR is done, or whether you want to keep it around more permanently.Importantly, this is NOT an agent harness, nor a sandbox provider.
We want Amika to run any agent harness on any computer, whether that's a desktop in your closet, an AWS Kubernetes cluster, or a sandbox cloud. Underneath the app, Amika schedules VMs on those hosts (via our sandbox router) and networks the VMs and their agents together.
Our core is open source at https://github.com/gofixpoint/amika
Our goal is to make the OSS really easy to self-host for individuals, while having a cloud platform for teams. The self-hosted story is not feature-compatible right now, but we're working to improve that.
Right now, we're giving all HN signups 2 VMs free for 2 weeks, then it's $30 / month + compute hosting costs. You can sign up at https://amika.dev. If you want to run on compute or cloud accounts you already own, it's cheaper. Send me an email at dylan+hn@amika.dev if you want to get BYOC or self-hosting working and I'll help you out.
jdc123•58m ago