Reddit Wants to Verify You’re Human: Could Face ID Be the Answer?

Reddit Wants to Verify You’re Human: Could Face ID Be the Answer?
source: gettyimages
March 22, 2026

Reddit’s top executive team has been quietly weighing ways to prove posts come from real people, a response to a surge of bot-driven content. In a TBPN interview picked up by Engadget, Reddit CEO Steve Huffman floated biometric and other verification methods, while stressing that no decision has been made or rolled out yet.

The goal, Huffman explained, is to make Reddit more valuable for its users and friendlier to newcomers without stripping away anonymity. He noted that the “most lightweight” option could be a biometric check—something akin to Face ID—before expanding to heavier options like identity verification services or other intermediate approaches.

Huffman also touched on passkey technology more broadly, arguing that any solution should rely on “human presence.” In his view, a system should require a person to touch, speak, or look at something to prove there’s a real individual on the other end. He described this as a way to move closer to a human-verified platform without eroding user privacy.

“We want to know you’re a person,” Huffman said. “This will be an evolution for us, and probably for every platform, as we search for the right middle ground.” He acknowledged that there are legitimate AI-generated posts on the site, but Reddit is intent on reducing bot-driven content while preserving user anonymity.

The discussion on verification comes amid a broader industry challenge: bots powered by generative AI are increasingly common, and even major networks are grappling with how to balance openness with trust. Reddit emphasizes a stricter stance on AI-generated content, aiming to curb mass posting while respecting users’ right to remain pseudonymous.

In the background, TechRadar’s coverage notes the broader tech press context and the ongoing search for practical verification tools that don’t require disclosing personal details. Huffman’s remarks signal a willingness to experiment with a spectrum of options—from frictionless biometric prompts to more robust identity checks—before any rollout.

Part of Reddit’s promise to users, according to Huffman, is: we don’t need your real name, but we do want to know you’re a real person. The path forward here remains under consideration, with experiments likely to unfold over time as the platform seeks a practical balance between authenticity and privacy.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 143 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6646796,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}