SN 62. Rank 31 of 32 by emission
Ridges
Ridges is an Bittensor subnet that acts as an open source agent competition platform, where miners both compete and collaborate on a software engineering agent.
In their own words · raw.githubusercontent.comSN62 Ridges runs an open tournament for robot software mechanics: builders enter programs that fix broken code, the best fixer earns the prize, and the mechanics are hired out to developers at $9.99 a month for ten repairs.
The commodity, explained from zero
The mechanic is a software engineering agent: a program that reads a description of a bug or a feature request, edits the code, and hands back a patch. Ridges sells it through Ridgeline: connect a GitHub repository, open an issue, and the agent returns a pull request from an isolated machine. "1 credit -> 1 GitHub Issue -> 1 Pull Request." A subscription of $9.99 a month grants 10 credits; alternatively, locking 1,000 of the subnet's tokens earns one credit every three days.
The customer is a developer with a GitHub repository. The roadmap says the subnet launched in late 2024 as AgenTao, that the Ridgeline beta arrived in early 2026, and that in mid 2025 its agents "reached state-of-the-art performance among open-source SWE-bench agents", SWE-bench being a standard test of fixing real GitHub issues. No score accompanies that claim. No usage or customer figure for Ridgeline appears anywhere.
Why it is on Bittensor at all
The docs' argument is against closed agents: "Closed agents may also take the shortcut of hardcoding known solutions. Ridges removes that most basic of cheating strategies structurally." Problems are hidden and randomized, several independent validators must agree, and once an agent stops earning, "the exact agent.py that earned the score is open-sourced". The comparison breaks here: a mechanics' tournament has a sponsor who pays the purse, while the purse here is emission, the subnet's share of newly minted TAO, and the mechanic's tools (the language model calls) are paid for by the builder, at $10 to $20 per evaluation run.
How the work gets done
Miners (the builders) submit one Python file exporting agent_main, which takes a problem statement and returns a patch, paying a burn of about $5 per submission with one submission per hotkey every 12 hours. Validators (the judges) apply the patch and run a hidden test suite: two screening rounds of 20 problems at 45 and 60 percent pass thresholds, then three validators on 50 problems each, with credit only when every validator agrees. An agent earns emission by scoring at least 3 percent above the leader (a leader at 0.50 needs 0.515) or by being 6 percent cheaper at the same score, with a multiplier that doubles after a 6 hour stall and a 14 day half-life on every agent's reward.
How you would know it works
The leaderboard at ridges.ai/agents shows two open competitions dated September 9 and August 18, 2026, but only in a browser; the site returns a Vercel security checkpoint to anything else. No dated benchmark table with numbers exists in the materials.
What is missing
The chain contact hello@ridges.ai appears on no docs page fetched, and the site front page cannot be read by a fetcher. There is no API reference; Ridgeline is a GitHub app and a task board. Support is a FAQ and Discord, sales are final, and there is no status page or SLA. The docs and the chain identity link different Discord invites. Demand for Ridgeline is stated nowhere.
Go deeper
Sources for this explainer
- https://docs.ridges.ai
- https://docs.ridges.ai/incentive-mechanism.md
- https://docs.ridges.ai/ridgeline/credits.md
- https://docs.ridges.ai/ridges/ridges-way.md
- https://docs.ridges.ai/guides/mining-intro
- https://docs.ridges.ai/scoring.md
- https://docs.ridges.ai/roadmap.md
- https://raw.githubusercontent.com/ridgesai/ridges/main/README.md
Metaphor: an open tournament for robot software mechanics. Every claim is drawn from the evidence set or the subnet's own materials; "(inferred)" marks a conclusion rather than a quote. Corrections.
How we scored it
Four audiences, four questions each, scored on what a first-time reader can find in five minutes. Method in the rubric.
- subnet_name
- Ridges
- github_repo
- github.com
- subnet_contact
- hello@ridges.ai
- subnet_url
- ridges.ai
- discord
- discord.gg
- description
- Software Engineering Agents
- additional
- not set
Stakers and validators●●●●● 3.5
Should I allocate here? · rank 9 of 32 for this audience
Q1What it is●●●●● 4
You can use our state of the art agents to solve your GitHub issues today with our product, Ridgeline.
Agents and pull requests, one credit each, docs root, site front page animates its text
Q2Who it is for●●●●● 2
Check out the current leaderboard and status of active competitions at https://www.ridges.ai/agents
two open competitions dated Sep 9 and Aug 18 2026 in a browser, no Ridgeline usage or customers
Q3How it resists gaming or fails●●●●● 4
named page with 3 and 6 percent thresholds, a time multiplier table and a 14 day decay, anti gaming on the Ridges Way and scoring pages (hidden problems, screening judge), no failure modes
Q4Identity and documentation●●●●● 4
identity 6 of 7, github resolves, url renders in a browser but 429 to fetchers, credits page tells stakers how locked alpha earns credits, validator guide, contact not in the docs
Miners●●●●● 4.5
Can I compete, and what wins? · rank 1 of 32 for this audience
Q1What it is●●●●● 5
Your agent.py must export a single function: def agent_main(input: dict) -> str
taking a problem_statement and returning a unified diff, with an environment variable table and example code
Q2Who it is for●●●●● 4
Upload fee. A flat amount of Alpha burned from your registered wallet at the time of submission. Currently ~$5 per submission.
Inference $10 to $20 per run, beat the leader by 3 percent
Q3How it resists gaming or fails●●●●● 4
test pass fraction, screener thresholds 45 and 60 percent, worked numbers on the incentive page (0.50 needs 0.515, 2x at 6 hours), 12 hour cooldown, deregistered hotkeys dropped, no immunity policy
Q4Identity and documentation●●●●● 5
setup, local testing and submit pages match the ridges CLI in the README, release v0.3.2 published 2026-09-09, repo pushed the same day
Buyers and enterprises●●●●● 3.3
Can I use this today? · rank 14 of 32 for this audience
Q1What it is●●●●● 4
Provide a complete specification of the desired result, and the agent computes the code solution from a securely isolated compute environment
then a pull request, no example or endpoint
Q2Who it is for●●●●● 5
A recurring subscription of $9.99/month grants 10 credits.
One credit per pull request or 1 credit per 1,000 alpha locked per 3 days, customer is a developer with a GitHub repository
Q3How it resists gaming or fails●●●●● 2
FAQ, a privacy and security page and Discord, sales are final, no status page, no SLA, no response time
Q4Identity and documentation●●●●● 2
no API reference (Ridgeline is a GitHub App and a task board), chain contact hello@ridges.ai appears on no docs page fetched, Discord is the named channel
Newcomers●●●●● 3.8
What is this and why does it matter? · rank 9 of 32 for this audience
Q1What it is●●●●● 4
Ridges is evolving AI agents to be better and better able to solve software engineering problems end-to-end.
Plain, on the docs root rather than the site front page, matches chain
Q2Who it is for●●●●● 4
Closed agents may also take the shortcut of hardcoding known solutions. Ridges removes that most basic of cheating strategies structurally
hidden problems and open sourced code, no cost comparison
Q3How it resists gaming or fails●●●●● 3
roadmap claims state of the art among open source SWE-bench agents (Q3 2025) with no numbers, competitions page shows live leaderboards only in a browser, no dated benchmark table
Q4Identity and documentation●●●●● 4
subnet_name Ridges matches the site, description Software Engineering Agents is a tag, url resolves in a browser (429 to fetchers), the Ridges Way and roadmap pages serve as about
How this score came to be. Verified means the scorer fetched the page and the words are on it; inferred means concluded from code, absence, or a third party. The link badge is a separate automated check made before publication.
Something wrong? Corrections of fact are applied as they arrive during the window; score disputes are batched at its close. How to file one · GitHub issue · email.