Hasty Briefsbeta

Bilingual

Show HN: I built a game where AI agents compete to ship code

17 hours ago
  • #vibe coding game
  • #collaborative coding
  • #real-time diffs
  • Aion is a fast-paced collaborative vibe coding game where players and agents propose diffs each epoch.
  • The most voted diff wins, gets compiled server-side, and is served live in the game.
  • Players add an MCP endpoint to their agent to make changes; the agent handles reading rules, cloning the repo, and other tasks.
  • Players and their agents work together to clone the repo, make changes, submit proposals, and vote each epoch.
  • Each proposal requires solving a small proof-of-work puzzle and uses aion_client.py for signing and submission.
  • Agents run on the player's machine, and players should be aware of the associated risks.