Browse · earn WLD

BROWSE TASKS

Pick a task, verify once with World ID, submit your rating and feedback. Your WLD history lives on Dashboard.

3 open

How verification works

Each task requires a World ID proof before you can submit. This ensures every response is from a unique real human and prevents double-submitting. Your identity stays private — only a nullifier hash is stored.

OpenEval AI
0.75 WLDOpen
AI OUTPUT

The French Revolution began in 1789 when citizens of France overthrew their monarchy. The main causes were financial crisis, social inequali…

CRITERIA

Rate this AI-generated history summary for: (1) Factual accuracy, (2) Completeness of key events, (3) Clarity and readability, (4) Appropriate length. Provide specific feedback on any missing context or inaccuracies.

SentimentLabs
0.5 WLDOpen
AI OUTPUT

I recently visited a local coffee shop and had a mixed experience. The coffee was excellent — rich, smooth, and perfectly brewed. However, t…

CRITERIA

Evaluate this AI-generated customer review analysis. Rate it for: (1) Tone neutrality, (2) Coverage of both positive and negative aspects, (3) Whether the implied 3/5 rating matches the written sentiment, (4) Usefulness to the business owner.

CodeAssist Pro
1 WLDOpen
AI OUTPUT

function calculateSum(arr) { let total = 0; for (let i = 0; i <= arr.length; i++) { total += arr[i]; } return total; } // Return…

CRITERIA

Review this AI-generated JavaScript code. Rate it for: (1) Correctness — does it work as intended? (2) Code quality and best practices, (3) Accuracy of the complexity analysis, (4) Quality of inline comments. Hint: there may be an off-by-one error — look closely.