Why can't robots check the "I'm not a robot" checkbox?


​

Why can't robots check the "I'm not a robot" checkbox?

📓 The short answer

Robots absolutely can check a box on command. But that checkbox is tracking way more information than a simple checkbox click to determine whether you're a human or a robot.

📚 The long answer

If you want to train a robot to click a checkbox on a website, it's a fairly straightforward process. You write some code that tells your computer:

When https://www.todayyoushouldknow.com/subscribe page loads, find an "I'm not a robot" checkbox.
​
If there is an "I'm not a robot" checkbox present, move the mouse over to the checkbox object and click.

So can you train a computer to click the "I'm not a robot" checkbox? Absolutely. But there is way more happening behind the scenes of that little box.

The reCAPTCHA checkbox is tracking information on everything leading up to and including the actual click on the checkbox. A key part of the information that gives away whether or not you're human is the path you took to drag your mouse there (if you're on a desktop computer).

If you tell a computer to go to a point on a webpage, it will jump straight to the correct X and Y axis points. You can get fancier and have it mimic a mouse drag to get there, but it will take the most direct path by default: a perfectly straight line to the destination. You can get even fancier and code in some pseudorandom path activity, but it's nearly impossible to mimic the microscopic randomness that humans have when we move our cursors.

To make matters even more difficult for our robot friends, when you land on a page with an "I'm not a robot" checkbox, it is capturing information from your browser including:

  • How long it took the page to load
  • What browser, plugins, and cookies you're using
  • Your timezone and time
  • Your screen size and resolution
  • Your IP address and general location
  • How many key strokes, clicks, and/or scrolls you've made

The reCAPTCHA machine is using all of this information to determine whether or not you're more likely to be a human or a robot. If it can't tell, it may prompt you to do one of those "Click on the image that has this thing in it" challenges, which is more difficult to train a robot to do.
​

🧠 Bonus brain points

What's the difference between CAPTCHA and reCAPTCHA?

A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a type of challenge used to determine whether or not a user is a human. It was first invented in 1997 and was usually a display of cryptically designed letters and numbers that humans could decipher but robots couldn't. Eventually, robots were trained on these challenges and could bypass them.

reCAPTCHA is a service acquired and then further developed by Google to achieve the same outcome (determining what users are human) but using far more advanced methods, partially described above.
​

🗞 Recommended reading

The robots seem to be getting better at passing our Turing tests. Read this article to learn how GPT-4 (an AI program) hired a TaskRabbit worker to bypass CAPTCHA on its behalf by pretending to be a vision-impaired human in need of assistance. (Thanks Leah for recommending this article for this newsletter edition!)

​

​Sources​


Book of the Week

​Coders: The Making of a New Tribe and the Remaking of the World by Clive Thompson​

Dive deep into the world of programming and the people responsible for creating the digital tools that shape our daily lives. This book is an anthropological look at the world of coding and digs into the morality and politics of code, as well as major controversies. You'll also get a brief history of the field, starting with the pioneering women who were the first coders.

Thompson interviews some of the great programmers of our time, including the creators of Facebook's News Feed and Google's AI, and ponders the implications of coding for civic life and the economy. Through his own personal experiences, Thompson gives readers a close-up look at what superb programming entails and why it matters in understanding the world today.


P.S.

  • 🤔 Do you have a question for the newsletter? Click here to submit your question. (or reply to this email!)
    ​
  • 📚 Today You Should Know is an affiliate for Bookshop, an online book marketplace that supports local, independent bookstores. That means if you click on a book linked in the newsletter, we'll receive a nominal commission on any books purchased in the following 48 hours. Here is Today You Should Know's Recommended Reading List.
    ​
  • 💸 All affiliate proceeds will be donated to Room to Read, a leading nonprofit for children's literacy and girls' education across Asia and Africa. It's a win-win-win: you get to read a book, small bookstores get some business, and money is donated to a great cause.

Refer friends, earn rewards!

Have a curious friend who'd love to learn more about the world? Share the link below and you'll receive rewards for referring people to Today You Should Know.

📧 (1) Refer just ONE person and receive a special "Five Fast Facts" edition of the newsletter.

📣 (5) Refer five people and I will shout you out in the newsletter.

📚 (10) Refer 10 people and I will ship you a free, surprise book on an interesting topic.

Thanks for spreading the word!

[RH_REFLINK GOES HERE]

facebook twitter linkedin email

P.S. You have referred [RH_TOTREF GOES HERE] people so far.


💡 Today You Should Know

Learn something new every Friday. Join 2,000+ nerds and satisfy your curiosity one question at a time with topics including science, technology, history, and more.

Read more from 💡 Today You Should Know
man carrying barbell at the gym

Why do you feel sore the day after a workout? This question came from a reader submission (thanks Rodrigo!). Has a curious question stumped you lately? Feel free to submit your own question here: Submit your question 📓 The short answer Delayed onset muscle soreness is caused by tiny tears in your muscle fibers when you work out. During the repair process, inflammation increases the sensitivity of surrounding nerve endings, which triggers a sensation of pain. It's possible this adaptation...

a train station with a clock on top of it

Why are there so many Union Stations in America? This question came from a reader submission (thanks Natalie!). Has a curious question stumped you lately? Feel free to submit your own question here: Submit your question 📓 The short answer Many train stations in the United States are named Union Station because it was common for private railroad companies to collaborate on building a single shared terminal within a city in an effort to save money and make train travel more convenient for...

How does Drano work? This question came from a reader submission (thanks Saurav!). Has a curious question stumped you lately? Feel free to submit your own question here: Submit your question 📓 The short answer Drano's active ingredients create a series of chemical reactions to create heat and gas that breaks down the clog so it can flow through your pipes. 📚 The long answer We've all been there. You're minding your own business, washing the dishes, when the water that's supposed to be flowing...