Adaptive personalisation
Synonyms: Dynamic personalization, contextual UX, adaptive UX, behavioral targeting, smart personalization
Definition
Use cases
- The filter bubble complaint: A news app keeps narrowing feeds until users only see one viewpoint. On Reddit and elsewhere, people describe feeling manipulated and delete the app.
- The cold-start flop: A new user gets junk recommendations on day one because the system has no data yet, so they bounce before it can learn anything.
- The "why did it change?" panic: The homepage reshuffles overnight with no explanation, and loyal users think the app broke.
How it's used in practice
- Define which signals you'll act on (clicks, dwell time, location) and write down which ones are off-limits for privacy.
- Design a sensible default state for users the system knows nothing about yet.
- Add a visible "why am I seeing this?" affordance and an easy way to reset or correct the personalization.
- Ship changes gradually and measure them, so a bad model doesn't tank the whole experience at once.
Challenges & limitations
- The creepiness cliff: Too much accuracy feels like surveillance. People get uneasy when a product knows more than they told it.
- Cold start: With no history, the system guesses badly, and first impressions are where you lose people.
- Hard to debug: When output is personalized per user, "it looks fine on my machine" stops meaning anything, and QA gets messy.
Free resources
- Optimizely — Personalization — vendor glossary and tactics for web personalization.
- Algolia — Personalization Docs — clear vendor-neutral primer on implementing it in search.

