Skip to content

Releases: hyperspaceai/agi

chain-v0.2.12-alpha: transaction gossip

Pre-release

Choose a tag to compare

@twobitapps twobitapps released this 25 Mar 10:15

Transactions propagate across the entire network. Submit to any node.

chain-v0.2.11-alpha: fix auto-updater restart loop

Choose a tag to compare

@twobitapps twobitapps released this 24 Mar 20:38

Auto-updater used hardcoded version — restarted every 5 min. Now uses actual binary version.

chain-v0.2.10-alpha: tx body persistence

Choose a tag to compare

@twobitapps twobitapps released this 24 Mar 14:39

Transaction bodies persisted in LevelDB. Blocks with txs survive restarts.

Blockchain Binary v0.2.1-alpha

Pre-release

Choose a tag to compare

@twobitapps twobitapps released this 21 Mar 23:25

hyperspace-agentic-blockchain binary for CLI v5.0.0.

Node types: miner, fullnode, router, relay.
Auto-downloads on hyperspace start --chain-role fullnode.

avmd v0.2.0 — Supply-chain protection

Pre-release

Choose a tag to compare

@twobitapps twobitapps released this 24 Mar 22:38

Supply-chain protection: sandboxed installs, lockfile integrity, 32-pattern behavioral scanner

avmd v0.1.1

avmd v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@twobitapps twobitapps released this 24 Mar 19:18

TLS fix (rustls) + log-once on macOS

avmd v0.1.0 — Agent Virtual Machine

Pre-release

Choose a tag to compare

@twobitapps twobitapps released this 23 Mar 19:02
rename: DAG-1 → Architect — Neural Project Planning

Renamed the 10th primitive from DAG-1 to Architect.
Site: architect.hyper.space
Neural project planning for agents — deeply-nested task
decomposition, cached and shared across the P2P network.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Matrix v5 — Neural Task Intelligence

Choose a tag to compare

@twobitapps twobitapps released this 19 Mar 22:46

Matrix v5 — Neural Task Intelligence

Trained retrieval model that searches 100,000+ AI capabilities by task description.

Try it: matrix.hyper.space

What's New

  • v5 model: ColBERT distilled from text-embedding-3-small, 30 epochs
  • Hybrid search: Vector (pgvector) + full-text (BM25) + Reciprocal Rank Fusion
  • CLI: hyperspace search matrix "your task"
  • P2P: /hyperspace/matrix/1.0.0 — 9th GAP primitive
  • Feedback loop: thumbs up/down → DPO training → model improves

Training

Metric Start End
Loss 1.93 0.155 (12x reduction)
Distill alignment 14% 70%
Samples 189K (139K synthetic + 50K hard negatives)

Capabilities Indexed

100,000+ across skills, tools, agents, and mobile apps.
8 domains: code, web, data, infra, docs, agents, mobile, blockchain.

Hyperspace Desktop v3.0.0

Choose a tag to compare

@twobitapps twobitapps released this 17 Mar 11:00
b578bc6

Terminal-based desktop app. Full Bloomberg Terminal TUI in a native window with auto-update, auto-start at login, crash resilience. Requires CLI: curl -fsSL https://download.hyper.space/api/install | bash