The chicken and egg problem
A new item has been seen by nobody. It therefore has no engagement history. But engagement history is exactly what most recommenders use to decide what to show. So it is never shown, so it never gets history. That circle is the cold-start problem, and it appears in three forms:
- New item. Uploaded a minute ago, zero signal.
- New user. Just joined, no history to match against.
- New system. A launch with no data at all.
Cold start is not a corner case for a social platform. On a large video service, the overwhelming majority of the corpus was uploaded recently and is competing for a first impression. A system that could only rank things with history would be a system that could only ever recommend old content, which is useless on a platform whose value is freshness.
How a platform solves this determines almost everything about how it feels to post there.

