01Is this a social feed (who you follow) or an interest feed?
Pure interest feed: ranking is learned from behavior, not the follow graph — which removes fan-out-on-post (copying each new post into every follower’s feed) entirely and makes this a recommendation problem.
02Which signals count, and how fast must they influence the next feed?
Watch time, completion, skip, replay, like, share — streamed back and influencing ranking within minutes; skip-after-1-second is as informative as a like.
03How does a zero-history video ever get seen?
Cold start by exploration: new videos get seeded impressions on small audiences, and early engagement decides whether distribution expands — a ramp, not a lottery.
04What does a brand-new user see on first open?
A watchable popularity-plus-locale feed immediately, converging to personal taste within the first sessions of signals.
05Does the system fight its own echo chamber?
Yes: the final ranking stage enforces diversity (topic, creator, freshness quotas) — pure engagement-maximization degenerates into repetition.
06How fast is upload-to-eligible?
Minutes: transcode, safety screen, embed features, and enter the candidate pool — creator trust depends on that latency.