LoopQuest
← All games

Game · Verify · find the mistake

Detective

Hunt errors in long generated text.

How it plays

  1. 1A task shows a longer AI output — a summary, contract clause, report or code.
  2. 2Read it and tap the part that's wrong, or mark the whole thing clean.
  3. 3Catch planted decoys and real hallucinations to climb from Rookie to Chief.
  4. 4Flag with a reason that flows back to the originating system.
tap a passage to flagmark clean

Best for

  • Legal contract & clause review
  • Medical / clinical summaries
  • Financial report checks
  • Generated code review

Send a task

POST to /api/v1/tasks with module: "detective" and a project API key. The verdict webhooks back to your callback_url.

{
  "module": "detective",
  "payload": { "body": "The agreement auto-renews for 24 months unless..." },
  "callback_url": "https://your-app/verdict"
}