LoopQuest
← All games

Game · Verify · supported or not

Grounding

Catch hallucinations: does the answer actually follow from the source?

How it plays

  1. 1Read the AI's claim and the source it was given.
  2. 2Decide: fully supported, partially supported, or unsupported.
  3. 3Partial and unsupported answers are flagged straight back to your pipeline.
  4. 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"
}