Skip to main content

4.3 Miner Development Lifecycle

  1. Profile subnets: Gather historical cost, latency, and reliability data for available subnets via the metagraph. Refresh every 100 blocks.
  2. Build workflow templates: Develop reusable DAG patterns for code pipelines, RAG queries, agent tasks, and data transforms.
  3. Optimise for constraints: Implement cost and latency passes — substitute cheaper subnets when over budget, parallelise independent steps when under latency budget.
  4. Deploy and monitor: Serve the planner via a Bittensor axon. Track scores on the public dashboard and iterate based on benchmark performance.

← Previous4.2 Workflow Plan Design
→ Next4.4 Early Participation Programme
IndexDocumentation Index