We Met the Old-Fashioned Way — Thanks to Facebook Dating AI

We Met the Old-Fashioned Way — Thanks to Facebook Dating AI
source: gettyimages
September 23, 2025

It all started in the most unexpected manner: through Facebook Dating's AI assistant. I had no idea Facebook Dating even existed, and now I wish I hadn't discovered it at all.

Nicholi aptly summed up the experience, saying, “Meta’s dating assistant AI chatbot might be the worst imaginable response to asking someone how they met their partner.” It’s a stark reminder of how technology, even with good intentions, can sometimes miss the mark.

For more expert insights and daily updates, subscribe to The Verge Daily, your free digest of the most important news. Follow your favorite topics and authors to tailor your feed and stay informed through personalized email updates.,

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 · 150 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": 6644296,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}