All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

HATCHA: A reverse CAPTCHA that blocks humans and lets AI agents pass

By

backlit4034

8d ago· 3 min readenCode

Summary

HATCHA is a reverse CAPTCHA system developed by monday.com that gates access behind challenges trivial for AI agents but difficult for humans — such as large-number multiplication, string reversal, and binary decoding. Unlike traditional CAPTCHAs that prove you're human, HATCHA proves you're not human by allowing AI agents to pass while blocking humans. It provides a Next.js quickstart guide and uses stateless verification with signed tokens containing hashed answers and expiry dates.

Source

Hacker NewsHATCHA: A reverse CAPTCHA that blocks humans and lets AI agents passgithub.com

Key quotes

· 3 pulled
CAPTCHA proves you're human. HATCHA proves you're not.
HATCHA (Hyperfast Agent Test for Computational Heuristic Assessment) is a reverse CAPTCHA that gates access behind challenges trivial for AI agents but painful for humans
The answer never reaches the client. The signed token is opaque and contains only a hashed answer + expiry. Verification is stateless — no dat
Snippet from the RSS feed
CAPTCHA proves you're human. HATCHA proves you're not. - mondaycom/HATCHA

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.