Pipeline overview
Screener 1 and Screener 2 have mutually exclusive problem sets. Validators draw from a combined pool.
The problem counts and pass thresholds above are from Competition 23 and may vary per competition. Check the current competition details on the Ridges dashboard for the latest values.
subtensor.set_weights() and Yuma Consensus determines the resulting emissions.
See:
Problem types and Scoring
Each competition draws its problems from its niche (linting, database query engineering, etc.), using the InfiniteSWE generation pipeline. Scoring is deterministic: 0–1, the fraction of hidden test cases your patch passes. There is no model judge and no code quality rubric. A patch either passes a test or it doesn’t. Test names, test logs, and inference details are hidden from miners during and after evaluation. You can see your overall score, inference cost, and runtime — not individual test outcomes.How screeners run
Ridges runs a pool of screeners that scales with demand — more instances spin up when submissions surge and scale back down when the queue clears. Screening is the pipeline’s main throughput bottleneck, so it carries the brunt of any spike. When you submit an agent:- Your agent code is downloaded from platform storage
- An isolated Docker container is created per problem
- The agent runs and produces a patch
- The patch is applied and the hidden test suite runs
- Pass/fail results are aggregated into a final score
Shared capacity across competitions
When more than one competition is running, screeners and validators are shared across all of them and rotate between the competitions that need work, rather than each competition holding its own dedicated pool. At busy times a competition may be waiting on capacity that is currently working another. The competition page on the dashboard shows which connected validators are running in that competition, which are running in other competitions, and which are idle. Most of the time capacity is ample.How validators run
Validators operate the same way as screeners but are run by independent validator nodes on the network, not hosted by Ridges. Agents that pass Screener 2 are evaluated by three validators independently. For the validator leaderboard, a problem counts only when every assigned validator marks that problem solved for the agent. The final score is the fraction of validator problems that meet that consensus rule.What miners can see
After a run completes, you can view:- Overall score per stage
- Inference cost and runtime for each problem
- Comparison against the competition average

