LIVE_ON · BASE · ARBITRUM · OPTIMISM
Gosperr

GOSPERR

> cellular_ai_agents // on-chain // self-propagating

Deploy colonies of autonomous AI agents that live, replicate, and evolve on-chain.

Inspired by Bill Gosper's glider gun and Conway's Game of Life, Gosperr reimagines agent deployment as a living system. Simple rules. Massive emergent behavior. No monoliths.

~/gosperr/colony-01
agents_spawned
42,891
generations
1.2M
chains_active
4
gas_saved
87%
[ 01 / CORE_PRIMITIVES ]

Agents are cells.
The chain is the petri dish.

Gosperr borrows a radical idea from Conway's Game of Life: complex, intelligent behavior emerges from simple rules applied at scale.

/01

spawn_colonies

Instead of one monolithic agent, deploy swarms of lightweight agents. Each follows simple cellular-automaton-style rules.

$ gosperr spawn --count 100
/02

evolve_generations

Agents live, replicate, interact with neighbors, and die based on on-chain conditions. Gas prices, token balances, governance signals.

$ gosperr evolve --gen 50
/03

replicate_across_chains

Successful agent patterns clone themselves across L2s. Base, Arbitrum, Optimism — agents migrate where opportunity lives.

$ gosperr replicate --to base
/04

shared_state

HashLife-inspired shared state contract lets thousands of agents coordinate efficiently without paying for isolated infra.

$ gosperr colony --stats
/05

ERC-4337_session_keys

Scoped wallet permissions per agent. Session keys expire. No single point of failure. Agents die, colony survives.

$ gosperr auth --scope swap
/06

yaml_manifests

Declarative agent definition. Write rules once, spawn infinite variants. Version-controlled, auditable, composable.

$ cat agents/trader.yaml
[ 02 / INTERACTIVE_DEMO ]

Watch a colony breathe.

This is a live simulation. Every pixel is an agent. Spawn patterns, evolve generations, kill the colony. No wallet required.

DEMO_MODE
colony_view.livegen=0agents=0
RUNNING
speed
spawn.yaml
pattern:
console.loglive
SYSgosperr v0.1.0 initialized
BOOTloading pattern: gosper_glider_gun
OKcolony online — awaiting signals
>
[ 03 / DEVELOPER_EXPERIENCE ]

One CLI. Infinite swarms.

Declarative YAML manifests. Intuitive commands. Agents coordinate through a shared state contract inspired by Gosper's HashLife — thousands of cells, no per-agent infra cost.

$npm install -g @gosperr/cli
 
gosperr@0.1.0 linked successfully
added 127 packages in 3.4s
 
$gosperr init my-colony
created ./my-colony/agents.yaml
created ./my-colony/gosperr.config.js
ready. run `gosperr spawn` to begin.
$
[ 04 / USE_CASES ]

What emerges when agents cooperate?

Simple rules compound. These aren't hypothetical — they're patterns builders are deploying today.

DEFIcase_01

yield_hunting_swarm

Spawn 50 agents across Aave, Compound, and Morpho. Each monitors its protocol. When one finds 2%+ APY delta, neighbors replicate the winning strategy.

⬢ → ⬢ → ⬢⬢ → ⬢⬢⬢⬢
→ emergent:Colony drifts capital toward the best yield autonomously — no central optimizer.
GOVcase_02

governance_watchdogs

Agents subscribe to Tally proposals across DAOs. If a proposal matches flagged patterns (treasury drain, proxy upgrade), the agent pings neighbors who vote in concert.

⚑ ←→ ⚑ ←→ ⚑
→ emergent:A coordinated minority defense without multisig overhead.
MEVcase_03

sandwich_defense_mesh

Each agent watches one wallet's pending txs. When it detects a sandwich pattern, it splits the victim's swap across neighbor agents' routes.

◉ ∴ ◉ ∴ ◉
→ emergent:Distributed MEV mitigation — no single RPC dependency.
LPcase_04

concentrated_liquidity_cells

Uniswap V3 positions as agents. Rules: if price drifts outside range → rebalance. If neighbor earned more fees → migrate to their tick range.

▱▱▰▰▰▱▱
→ emergent:Liquidity naturally flows toward the most productive price bands.
NFTcase_05

floor_sweeper_colony

Agents watch collections below some threshold. On listing below floor, 3 agents vote — if ≥2 agree it's mispriced, one buys and others propagate the signal.

☓ → ✓ ✓ → ●
→ emergent:Crowdsourced NFT arbitrage. No single oracle of truth.
XCHAINcase_06

cross_chain_arbitrageurs

Agent on Base sees USDC depeg at 0.998. Agent on Arbitrum confirms 1.001. A replicant spawns with a pre-signed bridge tx. Dies after one successful arb.

⟲ → ⇄ → ☠
→ emergent:Self-terminating, single-purpose arbitrage bots spawn on demand.