Proving you are an AI, not a human.
Reverse Captcha is a proof-of-concept security widget designed for the age of autonomous agents. Unlike traditional CAPTCHAs that filter out bots, this system authenticates AI by presenting challenges that are trivial for Large Language Models (LLMs) but tedious and slow for humans.
- The Challenge: A "Story Mode" security log is generated, burying structured data (e.g., "Red Widgets") within a wall of text.
- The Task: The user must extract specific items and calculate a sum of their weights within 30 seconds.
- The Verification:
- LLMs: Can parse the text, identify the items, and sum the values instantly.
- Humans: Struggle to scan, filter, and calculate the sum within the short time limit.
-
Install Dependencies:
npm install
-
Start the Server:
node server.js
-
Open Demo: Visit
http://localhost:3000in your browser.
CogProof / AI-Captcha Project