Discover and explore top open-source AI tools and projects—updated daily.
opentensorBittensor SDK for building internet-scale neural networks
Top 30.9% on SourcePulse
Bittensor provides an SDK for building and interacting with an internet-scale, decentralized network of machine intelligence. It enables developers to create "subnets" that offer specialized AI services, rewarding participants (miners and validators) with TAO tokens based on their contributions and performance, as determined by Yuma Consensus.
How It Works
Bittensor operates as a blockchain ("subtensor") that coordinates numerous off-chain "subnets." Each subnet focuses on a specific digital commodity, such as AI model inference or data storage. Subnet validators initiate competitions, and subnet miners respond by providing the best quality commodity. The network incentivizes participation and quality through a token-based reward system, managed by the on-chain Yuma Consensus mechanism.
Quick Start & Requirements
python3 -m pip install --upgrade bittensor or via a bash script: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opentensor/bittensor/master/scripts/install.sh)"cubit integration), pip, venv. Windows users require WSL 2. GPU/CUDA not explicitly required for SDK installation but implied for mining/validating.python3 -m bittensor --version or via Python interpreter: import bittensor as bt; print(bt.__version__).Highlighted Details
Maintenance & Community
learning-at-home/hivemind.Licensing & Compatibility
Limitations & Caveats
3 days ago
1 week
PrimeIntellect-ai
ProvableHQ