Generative Recommendation (GR): What It Actually Replaces, and What It Doesn't
“Generative Recommendation” has been one of the most frequently used terms in recommender systems over the past year, but it actually refers to completely different things depending on who is speaking. A paper about plugging LLMs into recommendation calls it “generative recommendation”; a work using RQ-VAE to build semantic IDs also calls it “generative recommendation”; an industrial system that merges recall-ranking-reranking into a single encoder-decoder also calls it “generative recommendation”.
But these three things have essentially no intersection in their engineering meaning.
When they are mixed together, two common but imprecise judgments appear:
- One is “GR is just hype, industry can’t use it”
- The other is “the cascade paradigm is about to be completely overturned”
Both judgments assume “GR” is one thing. But if you unpack it slightly, you find: semantic ID has been deployed in several companies, HSTU has been deployed at Meta, OneRec has been deployed at Kuaishou (at least according to the papers), while most LLM-as-Recommender type works still have very little industrial deployment evidence. Clearly this is not a 0/1 question of “is GR hype” that can be answered.
So what this article really wants to discuss is not “is GR the future”, but a more specific set of questions: After cascade (recall - coarse ranking - fine ranking - reranking) has supported industrial recommender systems for over a decade, which assumption is GR actually challenging? What does it replace, and what does it not replace? What has been validated industrially, and what remains at the paper level?
To avoid the chapter-level details drowning out the main thread, let me state the full article’s thesis up front: GR is not a wholesale replacement of cascade, but rather it opens a “use generative modeling to re-frame” door for each layer of cascade. But the industrial difficulty behind each door varies enormously; it must be examined layer by layer, not as a single thing.