CAPTCHA: Born to Stop Bots, Now Punishing Humans
Blurry traffic lights. Endless crosswalks. Click again. And again. Congratulations — you have just failed a test that a bot would pass due to repetition.
CAPTCHA stands for **Completely Automated Public Turing test to tell Computers and Humans Apart**. The name nods to Alan Turing's 1950 thought experiment about machine intelligence — but inverted: here, a machine challenges *you* to prove your humanity.
**2003** "CAPTCHA" was coined with distorted text that OCR couldn't read.
**reCAPTCHA** in 2009 it was repurposed with answers to clever or sneaky questions.
**v2** — The "I'm not a robot" checkbox. Simple on the surface, heavy behavioral profiling underneath.
**v3** — Invisible. Scores you continuously based on how you browse. You never see it.
**Today** — Traffic lights, bicycles, fire hydrants. Pick all the squares. Now do it again.
## The Problem
Modern AI solves image CAPTCHAs faster and more accurately than humans. Vision models handle these tasks with distorted texts and image grids. An arms race?
If every time CAPTCHA becomes harder to defeat bots, it gets harder for humans too.
People with visual impairments, older users, or anyone on an unusual device or network get caught in the crossfire!
Mouse movement, click timings, fingerprinting, cookies and your IP is tracked and evaluated. If you use VPN, then some of the IPs may be flagged !
If AI passes the test better than people — what are we testing?
If you are using a VPN, the loop looks like this: solve the puzzle → submit → get another puzzle → solve it → get blocked anyway → try again → wonder if you are losing your mind.
## The Bottom Line
CAPTCHA was a clever idea in 2003. Today it is broken.
## References
- [Original CAPTCHA paper – von Ahn et al., CMU 2003](https://www.cs.cmu.edu/~biglou/reCAPTCHA_Science.pdf)
- [reCAPTCHA documentation – Google](https://developers.google.com/recaptcha)
- [Cloudflare Turnstile – privacy-first alternative](https://developers.cloudflare.com/turnstile/)