Reimagining the Claims Experience at Tryg
Systemโfirst conversation design that keeps working when AI does not
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
๐ฉ 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
๐น 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
๐ธ 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
โ๏ธ 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
๐น 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
๐ธ 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
๐น 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.
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
๐น 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
๐ธ 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
โ๏ธ 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
โ๏ธ 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
๐น 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
โ๏ธ 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.