Skip to content

SYSTEM Cited by 1 source

Facebook Reels

Facebook Reels is Meta's short-form vertical-video surface inside the Facebook app — the product analogue to Instagram Reels and TikTok. On the sysdesign-wiki it appears as the deployment surface for Meta's Friend Bubbles recommendation system (2026-03-18 post).

Reels is engineered as a "performance-sensitive surface" — the Friend Bubbles post names three nonnegotiable client constraints for any new per-video metadata addition:

  1. Smooth scrolling.
  2. No regressions in load latency.
  3. Low CPU overhead for metadata fetch and processing.

These are the hard client-side bars any new Reels feature must clear. Reels' existing video-delivery pipeline already preloads metadata, thumbnails, and buffered content before a video reaches the viewport — this prefetch window is what new per-video metadata (like bubble data) piggybacks on via prefetch-window metadata co-attending.

Seen in

Last updated · 319 distilled / 1,201 read