Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

User adoption of passkeys is hindered by a misunderstanding of their security. Unlike simple facial recognition, an iPhone's Face ID projects 30,000 invisible infrared dots to create a complex 3D map of a user's face, making it a strong biometric indicator that is extremely difficult to spoof with a picture or deepfake.

Related Insights

The rise of photorealistic, real-time deepfakes will make it impossible to trust who you're speaking with on video calls. This will necessitate a "proof of human" layer for platforms like Zoom, especially for high-value conversations like financial transactions where impersonation poses a significant threat.

A simple method to detect a common type of real-time deepfake is to ask the person to place their fingers in front of their face. While the AI can generate realistic hands held separately, the complexity of overlaying them on the face often causes the model to glitch and break the illusion, providing a practical, low-tech verification test.

Authentication is no longer a one-time check at the door. Modern security requires continuous risk assessment, effectively a 'full-time escort' for the user session. This involves constantly monitoring signals like device fingerprint, location, and behavior to detect account takeover in real-time, even after a successful initial login.

The most advanced security posture for AI agents involves moving beyond easily compromised API keys. It requires hardware-bound credentials, where an agent's identity is cryptographically tied to a physical Hardware Security Module (HSM) or Trusted Platform Module (TPM), making identity spoofing exceptionally difficult.

Traditional identity methods like government IDs, "web of trust" social graphs, and facial biometrics are inadequate for a global proof of human system. They fail on scalability, privacy, or vulnerability to sophisticated AI that can mimic human behavior and create fake trust networks.

Unlike phone unlocking (a 1-to-1 match), proving a user is unique requires comparing them to every other user in the network (a 1-to-N problem). This requires a biometric with exponential information entropy, like the iris, because faces and fingerprints lack the uniqueness to scale to billions of users.

To avoid a central database of iris scans, Worldcoin splits biometric data into multiple pieces and sends them to different computers (Multi-Party Computation). This allows a uniqueness check to be performed without any single entity ever possessing the complete data, preserving user privacy.

To combat bots without compromising its core value of anonymity, Reddit is exploring human verification. CEO Steve Huffman identifies passkeys (like Face ID or Touch ID) as a key technology because they require a physical human presence to authenticate, proving a person is "in seat" without revealing their real-world identity.

Cryptographically signing media doesn't solve deepfakes because the vulnerability shifts to the user. Attackers use phishing tactics with nearly identical public keys or domains (a "Sybil problem") to trick human perception. The core issue is human error, not a lack of a technical solution.

The core challenge of "proof of human" isn't just verifying a person is real, but ensuring they have only one unique account and remain in control. This prevents one person from controlling thousands of bot accounts, which is the primary problem on platforms like X (formerly Twitter).