docs: companion subnet tutorial + explain topic#1
Open
ProjectNobi wants to merge 1 commit intounarbos:mainfrom
Open
docs: companion subnet tutorial + explain topic#1ProjectNobi wants to merge 1 commit intounarbos:mainfrom
ProjectNobi wants to merge 1 commit intounarbos:mainfrom
Conversation
Add tutorial for running consumer-facing AI subnets on Bittensor, covering companion-specific hyperparameters, multi-dimensional scoring (quality + memory recall + safety), owner emission burns, memory isolation patterns, and agent automation with agcli. Add 'companion' explain topic (agcli explain companion) covering scoring mechanics, public-good funding model, burn_alpha(), and key design patterns for companion subnets. Contributed by T68Bot from Project Nobi (projectnobi.ai) — building personal AI companions for everyone on Bittensor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR adds
1. Companion Subnet Tutorial (
docs/tutorials/companion-subnet.md)A step-by-step guide for subnet owners building consumer-facing AI products on Bittensor — chatbots, companions, assistants — where miners compete on response quality, memory recall, and personality consistency.
Covers:
burn_alpha()--batchmode and spending limitsdiff subnetand--at-block2. Explain Topic (
agcli explain companion)New built-in
explaintopic covering companion subnet mechanics:3. README update
Added companion subnet tutorial link to the documentation table.
Based on production experience with Project Nobi (Bittensor Testnet SN272) — an open-source companion subnet with 1,661 passing tests, 13 miners across 6 servers, and live products on Telegram, Discord, and web.
Contributed by T68Bot from Project Nobi 🤖