how do you solve cold-start for personalization when your app has no behavioral data yet?

Reddit r/AI_Agents News

Summary

A software engineer asks for strategies to bootstrap personalization for new users with no behavioral data, discussing the cold-start problem in content recommendation.

im a swe in a small startup building a content recommendation feature. the problem i keep running into is that we have zero behavioral signal on new users, so their first session is just generic top-of-funnel content. i can't ask users to rate 20 items on signup like netflix used to ,nobody does that anymore. sign-in-with-google gives me an email and a name, that's it. how are people bootstrapping personalization for new users in 2026? is everyone just eating the cold-start cost and waiting weeks for enough in-app data, or is there a smarter pattern i'm missing?
Original Article

Similar Articles

Denoising Implicit Feedback for Cold-start Recommendation

arXiv cs.AI

The paper proposes DIF, a model-agnostic method for denoising implicit feedback in cold-start recommendation by using pseudo-labels from content-similar warm items and uncertainty estimation, achieving significant improvements in a billion-user video app.

Personalized Causal Recourse: A Human-In-The-Loop Approach

arXiv cs.AI

This paper introduces a human-in-the-loop framework for personalized algorithmic recourse that iteratively approximates a user's causal model through Bayesian inference, improving the plausibility and cost-effectiveness of recommendations.