Open Source · MIT License
asi-build.org

Build the
Cognitive Stack

ASI:BUILD is a modular Python framework for exploring AI consciousness, cognitive architectures, and decentralized intelligence.

29 Modules
·
4,355+ Tests
·
215K+ LOC
·
MIT License
scroll

Research-grade components,
production-ready architecture

🧠

Cognitive Blackboard

Thread-safe shared workspace enabling seamless coordination across cognitive modules. 24 adapters plug in memory, reasoning, perception, and action layers — all writing to a single, consistent cognitive state.

~20K writes/sec · 24 adapters
🌉

ZK Bridge

Trustless Rings↔Ethereum bridge using Groth16 zero-knowledge proofs and a Helios light client. No multisigs, no trusted intermediaries — just cryptographic guarantees. Live on Sepolia testnet.

Live on Sepolia · Zero trusted parties
🔬

Research-Grade Science

IIT 3.0 Φ computation, causal inference engines, fully homomorphic encryption (FHE), and quantum-classical hybrid modules. Designed for researchers who want a framework that keeps up with the literature.

IIT 3.0 · FHE · Causal inference
Live on Sepolia

🌉 Rings↔Ethereum Bridge

A fully trustless cross-chain bridge connecting the Rings decentralized network to Ethereum. Built on SP1 Groth16 zero-knowledge proofs and a Helios embedded light client — no oracle, no multisig, no trusted committee. State transitions are verified on-chain by cryptographic proof alone.

The bridge enables bASI token transfers, DID anchoring, and cross-chain reputation propagation between Rings subnets and Ethereum mainnet (currently live on Sepolia for testing).

→ View Bridge Dashboard

Deployed Contracts · Sepolia

Groth16Verifier 0x9186...a4f2 Etherscan ↗
RingsBridge 0xE034...7c1a Etherscan ↗
bASI Token 0x257d...9b3e Etherscan ↗
Ethereum Sepolia Testnet · Chain ID 11155111

Up and running in minutes

Clone, install, and run the full test suite. Every module has extensive test coverage — 4,355+ tests, all passing.

bash
$ git clone https://github.com/web3guru888/asi-build.git
$ cd asi-build
$ pip install -e ".[dev]"
$ pytest tests/ -v # 4,355+ passing