Personalization
JustAI personalization goes beyond inserting a first name into a subject line. The system determines which entire variant — tone, theme, framing, length — resonates best with each user based on their attributes and behavior.
How It Works
Section titled “How It Works”When a request comes in for a variant, the decisioning engine evaluates:
- User attributes — Who is this person? What’s their locale, plan type, lifecycle stage?
- Historical performance — How have similar users responded to each variant in the past?
- Variant characteristics — What themes and tones does each variant use?
Based on this, the system selects the variant most likely to drive the desired outcome for this specific user.
Contextual Bandits
Section titled “Contextual Bandits”Under the hood, personalization uses a contextual bandit (specifically, Disjoint Linear Thompson Sampling). Here’s the difference from the standard bandit:
- A standard bandit learns which variant is best on average across all users.
- A contextual bandit learns which variant is best for users with specific features.
For example, the system might learn that:
- Users in the
en-USlocale respond better to Variant A (direct, action-oriented). - Users in the
ja-JPlocale respond better to Variant C (softer, relationship-focused). - Users on the
enterpriseplan respond better to Variant B (ROI-focused messaging).
These patterns are discovered automatically — you don’t need to manually create segments or rules.
What Gets Personalized
Section titled “What Gets Personalized”This isn’t just dynamic field insertion. The contextual bandit selects among complete variant alternatives, which can differ in:
- Tone — Formal vs casual, urgent vs relaxed
- Theme — Scarcity, social proof, aspiration, practicality
- Framing — Benefit-led vs problem-led
- Length — Concise vs detailed
- CTA approach — Direct vs soft ask
Each variant is a fully authored piece of content. The system decides which one to serve, not how to splice pieces together.
Segment Reporting
Section titled “Segment Reporting”While the bandit operates at the individual level, reporting aggregates results by segment so you can understand what’s happening:
- See which variants win for which user segments
- Identify segments where personalization is driving outsized lift
- Validate that the system’s learned preferences align with your intuition about your audience
When Personalization Activates
Section titled “When Personalization Activates”Personalization requires:
- User attributes configured and flowing in with each request. Without attributes, the system falls back to the standard (non-contextual) bandit.
- Sufficient traffic to learn patterns. The contextual bandit needs more data than the standard bandit because it’s learning conditional preferences, not just global ones.
- Multiple meaningfully different variants to choose from. If all your variants are minor wording tweaks, there’s less room for personalization to add value.