Into:DSperse
Proof that the model really ran
As of · Jun 27, 13:32 UTC
2 is one of Bittensor's oldest slots, and it just changed its name: Omron is now DSperse, a zkML proving cluster that aims to hand you a cryptographic receipt proving an AI model actually ran your request.
What is DSperse
DSperse is a network for verifiable AI inference. When a normal AI service answers a question, you have to take its word that the answer came from the model it claims to use. DSperse turns that promise into a proof: it runs the model and attaches a zero-knowledge proof showing the output really came from that specific model, untampered.
The simple version: It's like a tamper-evident seal for AI. Anyone can check the seal and confirm the answer came from the right model, without trusting the company that served it.
Centralized equivalent: A hosted API like an OpenAI or AWS inference endpoint. You send a prompt, you get an answer, and you trust the provider that the right model produced it. DSperse replaces that trust with a proof you can verify yourself.
How it works:
- Miners run AI models that have been compiled into zero-knowledge circuits, generate the prediction, and return it together with a proof.
- Validators hand out the work, then verify each miner's zero-knowledge proof and score it on proof size and response time.
Why This Matters
- The problem it solves: AI output is unauditable. When a model makes a financial call, a moderation decision, or an reading, you cannot independently confirm which model ran or that nobody swapped the result. DSperse makes that checkable.
- The opportunity: Verifiable inference is a building block other systems can sit on top of, from on-chain oracles to AI used inside agreements where the parties do not trust each other. The new "DSperse" branding leans into this, positioning the subnet as a source of verifiable oracles for any computation.
- The Bittensor advantage: Generating zero-knowledge proofs is expensive, so it suits a decentralized cluster of miners competing on speed and efficiency. Bittensor's incentive mechanism pays for exactly that: a standing fleet of provers rather than one company's servers.
- Traction signals: Development is active. Inference Labs, the team behind the subnet, has raised over $6 million for verifiable AI, according to The Defiant. The codebase carries over 2,100 GitHub stars.