Reimagining the Claims Experience at Tryg
Systemโ€‘first conversation design that keeps working when AI does not
I led the UX effort to transform digital claims for business customers at Tryg. The work covered design system governance, token architecture across markets and partner brands, a conversational First Notice of Loss experience, and an AI layer with explicit failure handling. The goal was simple to state and hard to execute. Reduce cognitive load for customers, increase internal maintainability, and ensure the flow remains usable even when AI is uncertain or offline.
Context and constraints
๐Ÿšฉ Multiple brands and markets with different legal and user needs
๐Ÿšฉ A shared tech base using Guidewire Jutro
๐Ÿšฉ Trygโ€™s own design system had to remain the source of truth
๐Ÿšฉ Complex water-damage claims with attachments and business logic
๐Ÿšฉ A requirement to introduce AI โ€” without making users dependent on it


The main risk was fragmentation. Every partner or market tweak can become a divergence unless the system is governed well. We addressed that first.
Strategy in one sentence
Build a conversation-led claims flow on top of a governed token architecture โ€” so that branding and behaviour can change without forking the experience, and AI can enhance the journey without ever being a single point of failure.
Token architecture that governs change
To prevent UI drift and styling chaos across brands, I aligned Jutro tokens with Trygโ€™s internal design system, Anchor โ€” and introduced a layered token model:
๐Ÿ”น Global tokens: core color roles, spacing, typography
๐Ÿ”น Semantic tokens: intent-based naming like action, alert, success
๐Ÿ”น Component tokens: tied to chips, banners, file uploads, etc.
๐Ÿ”น Partner themes: visual tweaks that donโ€™t break semantic structure
Key decisions
๐Ÿ”ธ Semantic layer stays stable โ€” partner themes change values, not meaning
๐Ÿ”ธ Layout rules stored as tokens โ€” not spread across components
๐Ÿ”ธ Exceptions allowed only with clear rationale (e.g., ADR notes)
๐Ÿ”ธ Token changes documented in plain language with business impact
Results
โœ”๏ธ One shared flow worked across multiple brands
โœ”๏ธ UI fixes applied once at token level, propagated globally
โœ”๏ธ Designers and devs used the same names and references โ€” no drift
A conversational claims model that reveals complexity gradually
We redesigned the FNOL flow for business water-damage claims around a guided conversation โ€” letting users describe their problem in plain language and shaping the structured flow around them.
๐Ÿ”น Natural-language prompts instead of stacked forms
๐Ÿ”น Chip-style responses for faster visual scanning
๐Ÿ”น In-flow file uploads with clear constraints
๐Ÿ”น A summary page showing chip-based responses for multi-select answers

Why it works
๐Ÿ”ธ Fewer context switches
๐Ÿ”ธ Better for mobile and low-attention situations
๐Ÿ”ธ Lowers pressure by letting the user focus one step at a time
Designing for AI โ€” and for when AI fails
We assumed AI would sometimes be wrong or uncertain. So we made sure users always stayed in control โ€” with fallback paths, gentle corrections, and a final review step.
Failure modes and how we handled them:
๐Ÿ”น Low AI confidence โ†’ Ask clarifying question, donโ€™t skip ahead
๐Ÿ”น Wrong suggestion โ†’ Show Confirm and Change together, in-place
๐Ÿ”น Unclear data extraction โ†’ Let user edit directly
๐Ÿ”น AI delay or outage โ†’ Switch to manual flow automatically
๐Ÿ”น Out-of-scope issue โ†’ Offer alternate route with clear explanation
๐Ÿ”น Final confirmation โ†’ Show full summary in human-readable language before submit
Principle:
The user never loses context. Thereโ€™s no mode shift when AI struggles โ€” only graceful fallback.
Fallback conversational flow preview -ย Clickable Figma prototype used when the AI service is disabled or unreachable.ย Note: Only elements unrelated to AI logic are visible due to release constraints.
Cross-functional collaboration and testing
I initiated workshops with teams across the company and ran structured usability testing with real business customers.โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹โ€‹
Who I worked with:
๐Ÿ”น Product owners and business specialists
๐Ÿ”น Developers and architects
๐Ÿ”น AI engineers and compliance/legal teams
๐Ÿ”น Designers across Nordic markets
What we tested:
๐Ÿ”ธ Tone and clarity of prompts
๐Ÿ”ธ Readability of chip-based summaries
๐Ÿ”ธ Trust in AI suggestions and comfort with overrides
๐Ÿ”ธ The usefulness of the review step

How testing changed the flow:
โœ”๏ธ Shortened prompts, removed jargon
โœ”๏ธ Improved chip layout and wrapping on mobile
โœ”๏ธ Added copy for fallback explanation
โœ”๏ธ Made AI confidence handling more transparent

Outcomes:
โœ”๏ธ Deployed the first conversational FNOL flow for business customers
โœ”๏ธ Established a governed token system across brands and markets
โœ”๏ธ Delivered an AI-enhanced flow that remains usable even when AI fails
โœ”๏ธ Created a scalable governance process using shared ADRs
โœ”๏ธ Validated through real-world testing and cross-team feedback
What Iโ€™d do next
๐Ÿ”น Introduce a semantic event log to track system decisions and user edits
๐Ÿ”น Extend token linting to CI pipelines to prevent contrast or layout violations
๐Ÿ”น Add smart recovery flows for users reporting multiple incidents
๐Ÿ”น Publish a conversation tone guide for other product teams
Reflection
This project taught us to design not just screens โ€” but systems.
โœ”๏ธ Tokens make UI scalable and predictable
โœ”๏ธ Conversation reduces user effort and adapts to complexity
โœ”๏ธ AI adds value โ€” but only when the user can ignore it and still succeed
The result is a claims experience thatโ€™s not just branded and user-friendly โ€” but resilient, testable, and built to last.
Back to Top