PLATFORM GOVERNANCE

The Sleep Reminder That Trained the Algorithm to Keep You Scrolling

A campaign built to cut late-night scrolling on a short-video platform instead taught its recommender to serve more of it, usage stayed elevated for weeks after the campaign ended.

Based on the research ofLuo, Yao, and Zhang, "Unintended Consequences of Recommender System Interventions: Evidence from a Field Experiment," arXiv preprint, 2026

A wellbeing nudge, read by the algorithm as a demand signal Sleep reminder nudge deployed late-night campaign, short-video platform Recommender re-learns latent demand forced-exploration signal Late-night usage +14.75% Nudge backfires long-term +2.18% overall durable policy update — effects persist for weeks after the campaign ends The nudge did not fail quietly. It retrained the system that produced the behavior it was meant to stop.
A campaign built to make a short-video app's heaviest late-night users go to sleep instead taught the app's recommender that late-night content was in high demand, and usage stayed elevated for weeks after the campaign ended.

Luo, Yao, and Zhang ran a large-scale field experiment on a short-video platform, deploying a "sleep reminder" campaign engineered to reduce late-night usage, the kind of feature that has become standard across the industry, from wind-down screens to bedtime alarms. Late-night engagement rose 14.75 percent. Overall platform usage rose 2.18 percent. Both effects persisted for weeks after the campaign ended, well past the point where a simple mood-of-the-moment reaction could explain them. The paper's answer is not that people rebelled against being told to sleep. It is that the recommendation algorithm itself learned something from the campaign, and what it learned was durable.

The Forced-Exploration Mechanism

A modern recommender system is not a fixed catalog lookup; it is a policy that updates continuously from the behavior it observes, deciding in real time which content is worth showing more of. Most of that behavior is routine, and routine behavior mostly confirms what the algorithm already believes about a user. A sleep reminder is not routine. It interrupts the default feed, and whatever a user does immediately after seeing it, keep scrolling, watch a different kind of clip, come back an hour later, is behavior the algorithm would not otherwise have observed at that moment, from that user, under those conditions.

Luo, Yao, and Zhang call this a forced-exploration mechanism. In the language of the exploration-exploitation literature that underlies every large-scale recommender, exploitation means serving what the model is already confident a user wants, while exploration means testing something uncertain to learn a better model. A well-designed system explores deliberately, spending some fraction of its recommendations on uncertain content to keep learning. A wellbeing nudge that disrupts a user's habitual pattern accomplishes something similar without meaning to: it pushes users off their exploitation path and into behavior the system did not predict. The system, which cannot distinguish an involuntary detour from a genuine change of taste, reads the resulting engagement as revealed demand. It updates. The revealed demand happened to be for exactly the late-night content the campaign was trying to suppress, so the update pointed the recommender's policy in the opposite direction from the one intended, and it stayed there.

The Industry Is Already Running This Experiment, Unmeasured

This is not a hypothetical mechanism bolted onto an unusual platform. Nudges built to interrupt engagement are now a standard feature across the largest platforms in the world, and none of the public reporting on them evaluates the algorithmic aftermath the way this paper does. TikTok's newsroom describes a wind-down feature that interrupts the For You feed with a full-screen takeover after 10 p.m. for users under 16, escalating to a harder-to-dismiss prompt if the person keeps scrolling, and reports that, where it has been piloted, the vast majority of teens choose to keep the reminder turned on. YouTube's "take a break" reminder, on by default for 13-to-17-year-olds, has logged more than three billion prompts since launch, later supplemented by a bedtime-reminder feature modeled on the same alarm logic. Both are framed, reasonably, as wins: adoption is high, and the features ship with the imprimatur of digital wellbeing.

What neither company's public materials examine is what those three billion interruptions did to the underlying recommendation policy afterward. That gap in measurement is not unique to sleep features. Laura Zimmermann's field study in the Journal of the Association for Consumer Research found that screen-time tracking apps reliably raise users' awareness of their own usage but are unlikely to reduce it, and that people say they prefer passive tracking over more restrictive nudges even while rating tracking as less effective. The consumer-research literature, in other words, was already skeptical that these interventions change behavior at the surface level. Luo, Yao, and Zhang's contribution is to show that even where a nudge looks effective on its own terms, even where the immediate metric the team is watching moves the right way, the deeper system it operates on can be moving in the opposite direction underneath it, invisibly, for weeks.

Why the Model Cannot Tell a Nudge from a Preference

The mechanics are not exotic. Paul Covington, Jay Adams, and Emre Sargin's widely cited account of YouTube's recommender, presented at RecSys in 2016, describes a two-stage system, a candidate generator followed by a ranker, trained continuously on implicit feedback like watch behavior, with the paper explicitly framing the system's job as balancing exploitation of known preferences against exploration of new ones. That architecture is now close to an industry default, and it works exactly as designed on routine traffic. The trouble is that "exploration" in these systems is usually something the platform chooses to do on purpose, in small, controlled doses, with the ability to attribute the resulting data to a known experiment. A nudge is exploration the platform induces by accident, at scale, without labeling it as such in the training pipeline.

Jiri Hron, Karl Krauth, Michael I. Jordan, and Niki Kilbertus's paper on exploration in two-stage recommenders makes the deeper point sharper: even exploration strategies that are provably near-optimal in a single-stage bandit setting, such as LinUCB, can produce linear regret once deployed across the nominator-and-ranker pipelines that real platforms use, because the two stages can end up exploring in ways that fight each other or double down on the same noisy signal. If a well-designed, intentional exploration policy can misfire this badly inside a two-stage system, an unplanned burst of behavior triggered by a sleep reminder, behavior the model has no way to flag as anomalous, is a far cruder input, and the paper's 14.75 percent finding is what that crudeness looks like at scale.

The algorithm did not defy the nudge. It learned from it, exactly as it was built to learn from everything else.

The Governance Metric That Missed the Real Effect

The uncomfortable implication for platform governance teams is that the metric most likely to be watched during a wellbeing campaign, did late-night sessions drop this week, is precisely the metric least likely to catch this failure mode. A campaign can look successful in its own reporting window and still be quietly retraining the system toward more of the behavior it targeted, because the retraining shows up later, in aggregate, in a content-distribution shift that a same-week dashboard was never built to see. Standard responsible-AI and trust-and-safety metrics tend to measure user-facing outcomes during an intervention; they rarely audit whether the intervention altered the policy that generates future recommendations. Luo, Yao, and Zhang's framing is blunt about the stakes: user-facing interventions can retrain the underlying algorithm and trigger durable, system-wide shifts in content distribution, which is a different and much larger claim than "some users ignored the reminder."

This is where the paper's contribution stops being a curiosity about one sleep-reminder campaign and becomes a design constraint for anyone running a platform with a learning recommender underneath it. Any nudge, a wellbeing prompt, a content-diversity intervention, a moderation-adjacent friction point, is also a training event. Evaluating it only on the behavior it produces this week, rather than on the policy it leaves behind, is evaluating half the experiment.

What This Changes About Shipping the Next Nudge

None of this argues against building wellbeing features; TikTok's and YouTube's adoption numbers suggest users often want them, and Zimmermann's finding that people prefer monitoring over harder restrictions suggests users have real, if limited, appetite for this category of product. It argues against treating a nudge's launch metrics as the end of the evaluation. The question a governance team should be asking before shipping the next one is not only "did usage drop this week," but "does this intervention's data flow back into the model that generates our recommendations, and if so, for how long after the campaign ends are we watching what that model does next." Luo, Yao, and Zhang answer that question the hard way, with weeks of persistent, unwanted engagement growth that no one on the sleep-reminder team was likely watching for. The next platform running a similar campaign does not have that excuse.

Sources

  • Luo, Yao, and Zhang, "Unintended Consequences of Recommender System Interventions: Evidence from a Field Experiment," arXiv preprint, 2026 arxiv.org
  • "New ways we're supporting parents and helping teens build balanced digital habits," TikTok Newsroom newsroom.tiktok.com
  • "Take a break reminder - Android," YouTube Help, Google support.google.com
  • "YouTube tries to be your mom with a new bedtime reminder," PhoneArena phonearena.com
  • Paul Covington, Jay Adams, and Emre Sargin, "Deep Neural Networks for YouTube Recommendations," RecSys '16, ACM dl.acm.org
  • Jiri Hron, Karl Krauth, Michael I. Jordan, and Niki Kilbertus, "Exploration in Two-Stage Recommender Systems," arXiv arxiv.org
  • Laura Zimmermann, "'Your Screen-Time App Is Keeping Track': Consumers Are Happy to Monitor but Unlikely to Reduce Smartphone Usage," Journal of the Association for Consumer Research journals.uchicago.edu
← More on the blog