LoopQuest
← All games

Game · Binary · yes / no

Swiper

Approve or flag AI output, one card at a time.

How it plays

  1. 1Each task becomes a card showing only the fields that matter.
  2. 2Swipe or use the arrow keys — right to approve, left to flag with a reason and severity.
  3. 3A hidden Decoy may plant a fake error; catch it to prove you're still paying attention.
  4. 4Build a combo streak and earn XP on every decision.
→ approve← flagescalate for a second opinion

Best for

  • LLM sentiment & classification checks
  • Support ticket triage
  • Refund / transaction approvals
  • Receipt & data-extraction validation

Send a task

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

{
  "module": "swiper",
  "payload": { "content": "Auto-reply: 'Your refund is approved.'" },
  "card": { "title": "Refund #4821", "suggestion": { "label": "Approve", "confidence": 0.96 } },
  "callback_url": "https://your-app/verdict"
}