Skip to content

neooriginal/CogProof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Captcha: Humanity Verification

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.

Bildschirmfoto 2026-02-08 um 14 33 49 Bildschirmfoto 2026-02-08 um 14 34 43

How It Works

  1. The Challenge: A "Story Mode" security log is generated, burying structured data (e.g., "Red Widgets") within a wall of text.
  2. The Task: The user must extract specific items and calculate a sum of their weights within 30 seconds.
  3. 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.

Installation & Demo

  1. Install Dependencies:

    npm install
  2. Start the Server:

    node server.js
  3. Open Demo: Visit http://localhost:3000 in your browser.


CogProof / AI-Captcha Project

About

Reverse chapta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors