← All games
Game · Verify · supported or not
Grounding
Catch hallucinations: does the answer actually follow from the source?
How it plays
- 1Read the AI's claim and the source it was given.
- 2Decide: fully supported, partially supported, or unsupported.
- 3Partial and unsupported answers are flagged straight back to your pipeline.
- 4Keyboard shortcuts keep you flying through the queue.
1 supported2 partial3 unsupported
Best for
- RAG answer verification
- Citation & source checking
- Hallucination detection
- Summarisation faithfulness
Send a task
POST to /api/v1/tasks with module: "grounding" and a project API key. The verdict webhooks back to your callback_url.
{
"module": "grounding",
"payload": {
"claim": "The contract auto-renews after 24 months.",
"source": "This agreement renews for successive 12-month terms…"
},
"callback_url": "https://your-app/verdict"
}Other games
SSwiper
Approve or flag outputs, one card at a time
Binary · yes / noVVersus
Pick the better of two AI answers
Compare · A vs BSSorter
Drop each item into the right category
Classify · 1 of NDDetective
Hunt errors in long generated text
Verify · find the mistakeFFixer
Confirm or correct extracted fields
Correct · check the dataRRedact
Mask the sensitive data an AI left in the open
Redact · tap what's sensitive