Meta’s Connect Conference to Showcase AI, Smart Glasses, and the Metaverse

Meta’s Connect Conference to Showcase AI, Smart Glasses, and the Metaverse
source: gettyimages
September 17, 2025

Meta is set to kick off its annual Connect conference with high-profile announcements from CEO Mark Zuckerberg, focusing on advancements in AI, the next generation of smart glasses, and the metaverse. The event will commence with a keynote on Wednesday night at 8 PM ET / 5 PM PT.

Key Highlights Expected at the Conference

Viewing Options

The keynote will be streamed live, and you can register on Meta’s Connect website. Additionally, Meta confirms that the event can be watched via the Meta for Developers Facebook page or inside Horizon Worlds.

Meta’s senior reporter, Jay Peters, will provide live coverage of the event, echoing excitement around these upcoming innovations.

Follow your favorite topics and authors to stay updated with the latest news from this event.

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