When iOS 16 comes out later this fall, you may detect that you don’t have to negotiate with as many annoying CAPTCHAs asking you to glide a puzzle piece or differentiate between a hill and a mountain.
That’s because Apple’s presenting a feature for its iPhones and Macs called Automatic Verification, which permits some sites to know that you’re not a bot without you holding to do anything.
Apple has worked with two primary content delivery networks, Fastly and Cloudflare, to develop the system. When it projects with iOS 16 and macOS Ventura, sites that use either of the services to defend against spam should be able to benefit from the system and stop showing you so many CAPTCHAs. Suppose you’re cautious about how many sites go down when Fastly or Cloudflare starts to have issues. In that case, you’ll understand that a solid chunk of the Internet may become significantly less annoying.
While this is far from the first attempt to ditch CAPTCHAs, Apple’s scale indicates we may see some headway this time. The underlying system, which Apple calls Private Access Tokens, is vaguely reminiscent of its goal to replace passwords. Here’s a very simplified view: your device looks at diverse factors to determine whether you’re a human. When you proceed to a website that typically requests you to complete a CAPTCHA, that site can ask your phone or computer if a human is operating it. If your device says yes, you’ll be let right on through.
As with most new tech it pitches, Apple has a privacy story to go along with. The company says that while your Apple ID is being used as proof that you’re an actual person, your phone or computer isn’t sending out the data (like your email address or phone number) that are associated with it. The only thing the site gets is a thumbs-up from Apple. Similarly, Apple only knows that your device is asking it to confirm whether you’re a human; it doesn’t get info about who wants to know.
Thankfully for Android and Windows users, Apple isn’t the only one working on this tech. According to Fastly, Google also helped develop it, and the concept of having a trusted party vouch that you’re a human is being built into internet standards. Google started making a similar system into Chrome around two years ago. While it seems to be focusing primarily on third-party issuers instead of doing verification itself, I can see it making a system similar to Apple’s for its users down the line. A CAPTCHA, a contrived acronym for “Completely Automated Public Turing test to tell Computers and Humans Apart,” is a challenge-response test used in computing to determine whether the user is human.

The term was coined in 2003 by Manuel Blum, Nicholas J. Hopper, Luis von Ahn, and John Langford. The most common style of CAPTCHA (displayed as Version 1.0) was initially created in 1997 by two groups functioning in parallel. This form of CAPTCHA needs someone to correctly evaluate and document a sequence of letters or numbers perceptible in a distorted photograph displayed on their screen. Because the test is allocated by a computer, in contrast to the standard Turing test administered by a human, a CAPTCHA is sometimes depicted as a reverse Turing questioning.
This user identification system has acquired much criticism, especially from individuals with disabilities, but also from others who feel their everyday work is hindered by distorted words that are difficult to read. In addition, it conveys the average person around 10 seconds to crack a typical CAPTCHA.
Since the earlier days of the Internet, users have desired to create text illegible on computers. The first such people were cyberpunks, posting about sensitive topics to Internet forums they considered were being automatically monitored on keywords.
To evade such filters, they replaced a word with look-alike characters. For instance, HELLO could become |-|3|_|_() or )-(3££0, and numerous other variants, such that a filter could not catch all of them. It later became comprehended as leetspeak.
One of the most premature commercial uses of CAPTCHAs was in the Gausebeck–Levchin test. In 2000, idrive.com began to shield its signup page with a CAPTCHA and prepared to file a patent on this novel technique. In 2001, PayPal used such ordeals as part of a fraud prevention system in which they questioned humans to “retype distorted text that programs have a problem recognizing.” PayPal co-founder and CTO Max Levchin allowed commercialization in this early use.
The widespread deployment of CAPTCHA technology, reCAPTCHA, was formulated by Google in 2009. In addition to controlling bot fraud for its users, Google employed reCAPTCHA and CAPTCHA to digitize the libraries of The New York Times and textbooks from Google Books in 2011.
Inventorship claims
Two teams have proclaimed the first to conceive the CAPTCHAs utilized widely on the Web today. The first crew with Mark D. Lillibridge, Martín Abadi, Krishna Bharat, and Andrei Broder employed CAPTCHAs in 1997 at AltaVista to stop bots from calculating Uniform Resource Locator (URLs) to their web search engine. First, looking for a way to construct their images resistant to optical character recognition (OCR) attack, the team glanced at the manual of their Brother scanner, which had suggestions for improving OCR’s results (equivalent typefaces, plain backgrounds, etc.). Next, the team completed puzzles by endeavoring to simulate what the manual claimed would cause bad OCR.

The second team to declare to be the first to invent CAPTCHAs with Manuel Blum, Luis von Ahn, Nicholas J. Hopper, and John Langford first described CAPTCHAs in a 2003 publication and subsequently received much coverage in the widespread press. Their concept of CAPTCHA conceals any program that can differentiate humans from computers.
The argument of inventorship has been settled by the existence of a 1997 priority date patent application by Gili Raanan, Eran Reshef, and Eilon Solan (second group). He worked at Sanctum on Application Security Firewall. Their patent application details, “The invention is based on applying for human benefit in applying sensory and cognitive skills to cracking simple problems that prove to be excessively hard for computer software. Such skills contain, but are not limited to processing of sensory details like identifying objects and letters within a noisy graphical environment”. Lillibridge, Abadi, Bharat, and Broder (first group) printed their patent in 1998. Both patents predate other periodicals by several years. Though they do not utilize the term CAPTCHA, they illustrate the ideas in detail and precisely depict the graphical CAPTCHAs used on the Web today.
CAPTCHAs are, by definition, completely automated, demanding minor human maintenance or intervention to assist, producing benefits in cost and reliability.
The algorithm used to build the CAPTCHA must be made public, though a patent may cover it. This demonstrates that breaking it requires solving a complex problem in the field of artificial intelligence (AI) rather than just discovering the (secret) algorithm, which could be acquired through reverse engineering or other means.
Modern text-based CAPTCHAs are developed to require the simultaneous use of three different abilities—invariant recognition, segmentation, and parsing—to complete the task with any consistency correctly.
Invariant recognition refers to recognizing a large amount of interpretation in the shapes of letters. There is an overwhelmingly significant number of versions of individual characters that a human brain can successfully identify. Unfortunately, the same is not reasonable for a computer, and teaching it to recognize those differing shapes is challenging.
Segmentation, or the ability to divide one letter from another, is also tricky in CAPTCHAs, as characters are crowded with no white space.
Context is also critical. The CAPTCHA must be understood holistically to identify each character correctly. For example, a letter might look like an “m” in one segment of a CAPTCHA.
Each problem poses a considerable challenge for a computer, even in isolation. However, the presence of all three at the same time is what drives CAPTCHAs challenging to solve.
Humans excel at this type of charge. While segmentation and credit are two distinct processes indispensable for understanding an image for a computer, they are part of the same procedure for a person. For example, when an individual comprehends that the first letter of a CAPTCHA is an a, someone also understands where the outlines of that a are and where it melds with the figures of the following letter. Additionally, the human brain is competent in dynamic thinking based on context. It can keep multiple explanations alive and then pick the one that is the best explanation for the whole input based on contextual clues. It also means variations in letters will not fool it.
While used primarily for security reasons, CAPTCHAs also serve as a standard task for AI technologies. For example, according to an article by Ahn, Blum, and Langford, “any program that gives the tests developed by a CAPTCHA can be employed to crack a hard unsolved AI problem.”
They argue that the advantages of using challenging AI problems as a security means are twofold. First, either the problem goes unsolved, and there remains a reliable method for distinguishing humans from computers, or the problem is solved. A challenging AI problem is resolved along with it. In the case of image and text-based CAPTCHAs, if an AI could accurately complete the task without manipulating flaws in a particular CAPTCHA design, it would have solved the problem of developing an AI capable of complex object recognition in scenes.
CAPTCHAs established on reading text — or other visual-perception tasks — prevent blind or visually impaired users from accessing the shielded resource. However, CAPTCHAs do not own to be visual. Any complex artificial intelligence problem, such as speech recognition, can be used as the basis of a CAPTCHA. In addition, some implementations of CAPTCHAs enable users to opt for an audio CAPTCHA, though a 2011 paper illustrated a technique for defeating the popular assignments at the time.
Visual CAPTCHAs present severe problems for non-sighted users (for instance, blind users or color blind people on a color-using test). Because CAPTCHAs are designed to be substandard by machines, standard assistive technology tools such as screen readers cannot solve them. Since sites may employ CAPTCHAs as part of the initial registration procedure, or even each login, this challenge can completely block access.
In certain jurisdictions, site owners could become litigation targets if they use CAPTCHAs that discriminate against particular people with disabilities. For instance, a CAPTCHA may drive a site incompatible with Section 508 in the US. In other cases, those with sight complications can choose to recognize a word being read to them.