Make Better Decisions
Have you ever struggled to rank a list of options? We have. Humans are great at comparing two things at a time ("Do I prefer pizza or dancing?") but terrible at ranking long lists ("Rank these 10 weekend activities").
We took some established maths, put it into a webpage and made yagot.me - A tool that turns simple "A vs B" choices into a that troublesome ranked order.
Why Pairwise Comparisons Work
The Bradley-Terry model calculates a "strength" score for each item based on how often it wins head-to-head matchups. For example:
If "Taco" beats "Pizza" 3 out of 5 times, it gets a higher score.
If "Pizza" then beats "Sushi" consistently, it stays in the middle.
The tool does this for multiple pairs, then sorts the final ranking.
This method is mathematically robust and avoids the biases that come with direct ranking (like always picking the first option you see).
A Real Example: Naming Projects After Bob Mortimerβs Cat Names
We recently needed code-names for internal projects and decided to use a high quality source: Bob Mortimerβs cat names. Hereβs how it worked:
We entered 7 names ("Ken Turmoil", "Paul Workclothes" etc.) into the tool.
The tool presented random pairs ("Tony Caramel vs. Max Panscourerβ).
After 21 quick comparisons, it generated a ranking - with "Paul Workclothes" emerging as the clear winner (and "Ron Paving" sadly at the bottom).
When to Use This Tool
Team decisions: Rank design mockups, feature ideas, or even interview candidates (I really hope someone turns this into an awful linkedin post).
Personal choices: Compare vacation destinations, books to read, or pet names.
Breaking ties: When voting leads to a deadlock, pairwise comparisons often reveal a true preference.
There is a downloadable summary, so youβll have a the pairwise comparisons that led to the ranking. (Oh yeah, and all the logic is built into the web-page, so no-one except you will see what youβve been comparing)
Try It Yourself
Go to yagot.me
List your items (up to 10).
Compare them two at a time.
Get a ranked result with scores for each option.

