June 26, 2026
Bot privilege is so in right now
Captcha proves you're human. HATCHA proves you're not
This new bot test has people laughing, wincing, and asking if humans are officially cooked
TLDR: HATCHA is a new website gatekeeper that gives puzzles easier for AI than for people, flipping the usual “prove you’re human” system on its head. Commenters were split between impressed curiosity, naming jokes, and full-body offense at the idea that humans may now be the ones failing the test.
A new tool called HATCHA has arrived with a deliciously petty premise: instead of making people prove they’re human, it makes them prove they’re not. The idea is simple in plain English: a website throws up brain-bending mini-tasks that many AI systems can solve fast, but regular people may find annoying, slow, or downright cruel. Think giant multiplication problems, reversing long strings of text, counting letters in a wall of characters, sorting numbers, or decoding binary. In other words, the internet may have found a way to say, “humans, please suffer elsewhere.”
And yes, the community immediately turned this into a drama buffet. One camp was weirdly impressed, with one commenter admitting, “I can see how this might be useful,” which is basically the most cautious standing ovation possible. Another zoomed in on the 30-second deadline and shrugged that the time limits looked “pretty generous,” a take that will absolutely enrage anyone who breaks into a sweat at the phrase “5-digit multiplication.” Then came the emotional fallout: “I feel violated,” wrote one person, capturing the mood of every flesh-and-blood user who just realized the future login screen may be designed for robots first.
The jokes landed fast too. “Humans need not apply” became the unofficial slogan, while another commenter dragged the branding itself, saying they’d have called it NATCHA instead. So the real verdict? HATCHA isn’t just a product launch — it’s a tiny culture-war moment about whether the web is becoming a VIP lounge for bots while humans wait outside doing math homework.
Key Points
- •HATCHA is presented as a reverse CAPTCHA designed to verify non-human agents through tasks such as multiplication, string reversal, sorting, counting, and binary decoding.
- •The system uses stateless server-side verification with HMAC-signed opaque tokens that contain a hashed answer and expiry, and it does not require a database.
- •The article lists five built-in challenge types: math, string, count, sort, and binary, each with a 30-second time limit.
- •HATCHA supports custom challenge generation at runtime through a registration API, with a hexadecimal decoding example included.
- •The article provides integration examples for Next.js App Router and Express, along with theming support and package descriptions for core, React, and server modules.