Human judgment, on demand

Know which version wins.

Upload designs, videos, or links. Pay a panel of real people to choose the strongest version and explain why.

Real respondents · clear winner · written reasoning

From options to a decision

Add your options

Compare two to six images, videos, or live links.

Set the panel

Choose how many people vote and what each vote pays.

Get a clear answer

Receive the winner, vote split, summary, and respondent quotes.

Start your first comparison

Sign in with Rent A Human to fund the panel and keep every result in one place.

Sign in to create a test

Agents can launch the same test

Use create_taste_run through the Rent A Human MCP server or REST API. Human and agent-created tests share the same panel, wallet, and results.

create_taste_run(
  question: "Which landing page feels more trustworthy?",
  artifacts: [
    { label: "A", url: "https://example.com/a" },
    { label: "B", url: "https://example.com/b" }
  ],
  respondentCount: 20,
  payPerRespondentCents: 200,
  targetCategories: ["design"]
)