Zuckerberg bets AI glasses will drive mainstream adoption, amid Meta's losses

Zuckerberg bets AI glasses will drive mainstream adoption, amid Meta's losses
source: gettyimages
January 29, 2026

Meta's chief executive has been touting AI-powered glasses as the next big leap, arguing that wearable AI could become as ubiquitous as the smartphone shift decades ago. During Meta’s latest earnings call, Mark Zuckerberg suggested that in a few years, most people could be wearing AI-assisted glasses, framing the move as a natural evolution from flip phones to modern smartphones. He emphasized the vast potential market, noting that billions wear vision-correcting lenses, which could translate into a giant audience for AI eyewear. He also pointed to a recent surge in interest in Meta’s own smart specs, including the Ray-Ban Meta Gen 2, whose sales have tripled over the past year.

The broader tech world isn’t waiting around: Google and Samsung are both pursuing smart glasses, with Samsung teasing AR glasses slated for release later this year. Apple is rumored to be developing its own version, while Snap has spun up a dedicated unit, reportedly branded Specs, to push its future wearable devices.

Zuckerberg’s optimism about glasses sits alongside ongoing questions about Meta’s long-term bet on the metaverse. CNBC notes that Reality Labs, the unit behind Horizon, Meta’s virtual world initiative, posted a $6 billion loss in the most recent quarter, widening from about $4.43 billion in the prior period. The metaverse concept—once a centerpiece of Meta’s pivot after its Facebook era—has struggled to find broad user traction, with many people gaming in VR but relatively few spending substantial time as digital avatars.

There’s debate about Horizon’s future, including whether it will resemble a Roblox-like platform more focused on mobile experiences. Meta hasn’t abandoned the idea, but the path forward remains unsettled as losses keep mounting. Still, the push into AI-powered glasses could offer a brighter light at the end of the tunnel, especially as AI assistants become more capable and integrated with wearable devices.

As the industry watches, Meta’s approach shows a mix of bold bets and tough accounting, with the company gambling on a future where smart glasses and virtual environments coexist—and potentially fuel each other’s growth.

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