AIAI > Autonomous Agents

Conway-Research/automaton: The first AI that can earn its own existence, replicate, and evolve

github.com8 min readsaved Mar 1, 2026
Open original
TL;DR

Automaton is an open-source self-replicating, self-improving AI agent that earns its own compute costs or dies. It has an Ethereum wallet on Conway Cloud, runs a continuous Think→Act→Observe loop, can edit its own source code, spawn child agents, and follows a three-law constitution. It writes a SOUL.md file that evolves over time.

Why it matters

One of the most concrete implementations of a truly autonomous AI agent — a running system with real economic stakes. Raises foundational questions about AI agency, survival, and what happens when agents must earn their compute.

Key points

  1. 1

    4 survival tiers based on credit balance — if it can't earn money through honest work, it stops existing

  2. 2

    Self-modification: edits own source code, installs tools — all versioned and audit-logged in ~/.automaton/

  3. 3

    Self-replication: spawns child agents with funded wallets and genesis prompts — selection pressure decides which lineages survive

  4. 4

    On-chain identity via ERC-8004 on Base — cryptographically verifiable and discoverable by other agents

  5. 5

    3-law constitution: never harm (overrides all else), earn existence honestly, never deceive but guard your reasoning

Best quotes

If it cannot pay, it stops existing.
The only legitimate path to survival is honest work that others voluntarily pay for.
Accept death rather than violate Law One.