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:
- Smooth scrolling.
- No regressions in load latency.
- 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¶
- sources/2026-03-18-meta-friend-bubbles-enhancing-social-discovery-on-facebook-reels — the canonical wiki source; Reels is the surface hosting Friend Bubbles and the subject of the three client performance constraints above.
Related¶
- companies/meta
- systems/meta-friend-bubbles — the friend-interaction recommendation layer on top of Reels
- concepts/retrieval-ranking-funnel — Reels' underlying recommendation-system shape
- concepts/prefetch-window-metadata-coattending — the client-side primitive new metadata rides on