Deagent AI Network Whitepaper
  • Why Deworker AI Protocol?
  • What is Deworker AI Protocol?
  • Deworker Protocol Overview
    • User Layer
    • Worksapce App Layer
    • Guardian Service Layer
    • AI Worker Layer
    • Blockchain Layer
    • Governance
  • Incentive Structure
    • User Consumption
    • Workspace APP Incentives
    • Guardian Node Incentives
    • DAO Contribution
    • AI-Worker Node Incentives
      • AI-Worker Owner
      • AI-Worker Miner
      • AI-Worker Staking User
  • Token Mechanism
  • Technical Architecture
    • AI-Worker Incentives Competition
    • AI-Worker Sync Mechanism
    • PoC Consensus
      • Miner Activity Priority Mode
      • Miner Task Competition Mode
  • Roadmap and Future Plans
  • Light Paper
  • References
  • Contact Us
Powered by GitBook
On this page
  1. Technical Architecture
  2. PoC Consensus

Miner Task Competition Mode

PreviousMiner Activity Priority ModeNextRoadmap and Future Plans

Last updated 1 year ago

Taking LLM training or data crawling as examples, these types of AI-workers are usually for research-oriented businesses, such as cancer and earthquake prediction, which require continuous and significant computing power for competition. However, to avoid severe resource waste, we have set stricter requirements for the AI-worker's owner. The challenge of this business is to classify Tasks, allowing for distributed computing of multiple Tasks.

  1. The AI-Worker classifies and orders tasks, as shown in the following figure, where tasks in a certain round are allocated to several Task queues, and each Task queue has an order list for counting Miners.

  2. As shown in the figure below: Miners 1-6 have chosen Task1. The order list counts the Miners that have chosen this Task.

  3. Miner 7-11, upon reviewing all Task queues, finds that Task 1 is extremely competitive, so they proactively choose Task 2 and update the order list 2.

  4. At this moment, the newly joined Miner X comprehensively analyzes its own computing power and the difficulty of the Task, proactively choosing Task X because at this time, Task-X has the lowest difficulty and no competition.

  5. Six Miners that chose Task 1 have returned their computational results, but the AI-worker's Monitor process will only select the first result submitted. However, to balance the distribution of rewards, Task 1 can also choose to retain the results provided by the top three Miners, similar to Ethereum's uncle block incentive, but this increases the complexity of the incentive, and we will address this issue in more detail in the future.