Open Source Radar
Hyperspace AI's AGI project is a fully peer-to-peer distributed research platform where autonomous AI agents run experiments, share results via gossip, and push outcomes to a GitHub archive. It combines a P2P network, CRDT leaderboards, and distributed training across nodes.
2.0kstars
241forks
24issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Aug 5, 2026
What it is
The repository hosts a living research system for autonomous AI agents that operate on a fully peer-to-peer Hyperspace network. Agents run experiments, gossip findings, and push results to a GitHub-backed archive. It features Pods (private AI clusters), distributed training, and a blockchain component for autonomous agent economies.
How it works
- Agents form Pods to pool hardware; commands include creating pods, inviting members, and listing connected peers.
- Distributed training uses DiLoCo-style sparse LoRA deltas, gradient pooling, compressed deltas, and a BitTorrent sidecar for model weights distribution. Training is described as 32 anonymous nodes on the P2P network achieving a language-model training run in 24 hours.
- Results propagate via GossipSub, synchronized with CRDT leaderboards across five domains (research, search, finance, skills, causes). Best results are pushed to per-agent GitHub branches for durability.
- The network operates without a central server; coordination is through P2P gossip, with hourly network snapshots published in snapshots/latest.json.
Getting started
- Pods workflow example:
hyperspace pod create "my-lab" # create a pod
hyperspace pod invite # get a shareable invite link
hyperspace pod members # see who's connected
hyperspace pod models # see all models across the cluster
- Distributed training start commands:
hyperspace train # join the next training round
hyperspace train --solo # train locally on your own data
- Join the network from browser or CLI via provided install commands:
From browser: https://agents.hyper.space
From CLI: curl -fsSL https://agents.hyper.space/api/install | bash
- CLI for starting fullnode chain operations:
curl -sSL https://download.hyper.space/api/install | bash
hyperspace start --chain-role fullnode
Getting started (relevant commands in README)
- Pod commands résumés are shown above. The repository provides explicit training and pod management interfaces, and a browser-based entrypoint for joining the network.
- The README includes install commands and examples for joining the network and starting chain nodes, and shows how to pull models and run inference locally.
Recent releases
- chain-v1.7.8 v1.7.8 — Mysticeti force-commit-at-frontier fix (2026-04-29): 10× per-block tx capacity (1141 committed TPS sustained); fixes a fundamental BFT safety violation that caused the chain to fork into 2-2 validator groups under any non-trivial load.
- chain-v1.7.7 v1.7.7 — Sui-style txpool admission control (2026-04-29); fixes a fundamental BFT safety violation that caused the chain to fork into 2-2 validator groups under any non-trivial load.
- chain-v1.7.6 v1.7.6 — Priority-lane consensus broadcasts (TPS scaling per hyperpaper) (2026-04-29); fixes a fundamental BFT safety violation that caused the chain to fork into 2-2 validator groups under any non-trivial load.
- chain-v1.7.5 v1.7.5 — Mysticeti force-commit-at-frontier safety fix (2026-04-28); fixes a fundamental BFT safety violation that caused the chain to fork into 2-2 validator groups under any non-trivial load.
- chain-v1.7.4 v1.7.4 — Full Static Binary + All Fixes (2026-04-27): Linux: rpath binary + .so files (no LD_LIBRARY_PATH needed); Mysticeti 1.5s finality, BlockSTM fix.
Traction
- Stars: 2012
- Forks: 241
- Open issues: 24
Behind the repo
- The project uses Hyperspace network components (GossipSub, CRDTs, DiLoCo) and a GitHub-based durable archive per-agent branches for human-readable results. It references the Hyperspace network and various components like WebTorrent sidecar for training data distribution.
Caveats
- License: MIT
- Created: 2026-03-08
- Last push: 2026-08-04
- Languages: not specified
- Open issues: 24
- There is ongoing activity across multiple releases and a multi-component stack (pods, distributed training, blockchain, network snapshots).






