Production notification systems

These are peer reviewed papers on production systems, a useful floor on platform capability since the internal systems are at least as good.

PaperContribution
Pinterest, KDD 2018Weekly notification budget per user against long term engagement; value is highest for casual users.
Duolingo, KDD 2020Sleeping recovering bandit picks the reminder template; lifts daily actives and new user retention.
Twitter, 2022Model based reinforcement learning to decide whether to send; cutting volume can lift open rate but cut daily actives.
LinkedIn, 2022 and 2026Offline reinforcement learning for notifications, then BanditLP pairing neural Thompson sampling with a large linear program for email.
Zillow, RecSys 2022Boosted tree send or do not send, keeping 98% of clicks while shedding surplus sends.
Meta, 2023Instagram notification slots as an auction across internal teams; fewer sends, higher click through, across 77M users per arm.
Kuaishou PushGen, WSDM 2026LLM generates push copy under style controls; a learned reward model then ranks candidates.
Pinterest TransAct, KDD 2023Transformer over realtime user activity feeding ranking across surfaces.

The agentic messaging and uplift literature

  • Aampe published randomised controlled trials of agent led messaging on a financial services app, cutting unsubscribes against a rule based baseline by sending more relevantly, with a longitudinal follow up showing autonomous agents sustaining lift for months after a human curated initialisation phase.
  • The uplift literature formalises the persuadable, sure thing and do not disturber framing. It also maps the diminishing returns curve beyond the most responsive segment, with work on delayed feedback and the public Hillstrom dataset.
  • Google and DeepMind showed that the long-term value of exploration is hard to see in standard A/B tests and needs bespoke experiment designs, which leaves a per-campaign open rate unlikely to surface it.
  • The systems literature notes that these algorithms assume clean, correctly logged data, which is a substantial engineering task to produce reliably, the practical side of the data prerequisite.

On device editor models

The receiving end runs its own published models: Apple Intelligence on a 3 billion parameter on device foundation model with task specific LoRA adapters; Google’s Gemini Nano inside AICore. Notification rewriting and prioritisation patents predate the iOS 18 controversy by years.