- Do I need to know how to code?
- No. Tell it what you want. When the result is ready, you click ship.
- Do I have to read the diffs?
- No. You can, if you want to. You don’t have to babysit every line.
- Does it use my own AI subscription?
- Yes. Bring your own Codex or Claude Code; Hivemind doesn’t resell either one.
- Is it faster than one agent?
- On a two-task run, it was about a third faster, limited by the longer task.
- Does parallel mean it burns through my usage?
- Not by default. One huge conversation keeps paying to carry and rebuild its history after compaction. Split work gives each task a smaller context. A bad split can still cost more — parallel work isn’t magic.
- Is it cheaper?
- In one fixed shadow corpus, Luna went 30/30 and cost 54.7× less per successful task than the matched Sol baseline. That is narrow benchmark evidence, not a promise about every project. I haven’t compared Hivemind directly with Codex alone yet.
- Is it finished?
- No. It runs end to end on Windows today. This is a waitlist, not a launch.
- Who’s building it?
- Ethan, 14. I started vibe coding with Claude 3.7 Sonnet. Hivemind is the first thing I’m putting out in public.
- Could I just build this myself?
- Probably, yes — I did, and it took eight months and about twenty bugs that only show up once you’re deep in a real project: a file lock that could be stolen, an agent that passed nine of its own tests on the wrong implementation, and a UI that said work had merged when nothing had. The weekend version is the fun half; the rest is crash recovery, resuming after rate limits, and an audit trail that survives the process dying. If building it is your project, go do it — that’s how I got here. If you just want the outcome, that’s this.