SlideShare uma empresa Scribd logo
1 de 27
Baixar para ler offline
From Transformation to Innovation
Lean Teams, Continuous Delivery and Artificial Intelligence with MongoDB at Travelers Insurance
© 2019 The Travelers Indemnity Company. All rights reserved. 1
Introduction
Michael Braasch
2nd Vice President
Travelers Business Insurance
@mbraasch
Jeff Needham
Lead Architect
Travelers Business Insurance
@jeffneedham707
2
Doug Calegari
Lead Architect
Travelers Business Insurance
© 2019 The Travelers Indemnity Company. All rights reserved.
Agenda
© 2019 The Travelers Indemnity Company. All rights reserved. 3
• Transformation to Innovation – Minimal Viable Innovation at our core.
• Our Story
• mongoDB as the enabler of innovation
• Use Cases
– Legacy Modernization
– AI/ML
– Business problem solved
– How mongoDB was integral to them
Innovation
© 2019 The Travelers Indemnity Company. All rights reserved. 4
Leverage new technology.
Anticipate how customers, agents and brokers will
access and interact with our products and services.
Redesign the way we manufacture and sell our products
and services to improve our productivity and efficiency.
IT at the Front Lines of Innovation
© 2019 The Travelers Indemnity Company. All rights reserved. 5
Our Technology choices are the differentiators…
IT is at the front lines of innovation and transformation.
Chance favors the prepared!
Disruptions – Maximize Everything
© 2019 The Travelers Indemnity Company. All rights reserved. 6
Build Minimal Viable Innovation Into Your Culture
Imitate characteristics of successful disruptors.
oReinvent and Self-disrupt. Never settle.
oNot all disruptions take hold.
oSmall wins build momentum.
The Runway to Innovate is Almost Always Short.
oGive your people the tools and environment to innovate.
oThere may be naysayers – thank them!
oSeek out and reduce the things that slow you down.
Our Story: 2012 – Where We Started
© 2019 The Travelers Indemnity Company. All rights reserved. 7
Problem:
• Policies issued in over a
dozen different RQI’s (Rate-
Quote-Issue systems).
• Data not shared between
RQIs.
• Over a dozen user
experiences required to view
entire book of business for an
account.
Our Story: 2013 to 2015 – Business Insurance Workstation
© 2019 The Travelers Indemnity Company. All rights reserved. 8
Solution:
• Build a new web-based
application.
• Use ETL to federate the
data from the legacy apps
into a single, operational
datastore.
• Provide a single user
experience to view (read-
only view of) accounts,
policies and submissions.
BI Workstation Application
LEGACY DATA SOURCES
Web and Application Server
Operational Data Store
RDBMS
Account Executive
Account Manager
ETL
Our Story: From Monolith to Microservices (2015-2017)
© 2019 The Travelers Indemnity Company. All rights reserved. 9
Solution:
• Functionality split into
Domains (Bounded-
Contexts).
• Bounded contexts have
exclusivity to their databases.
• Reduce dependencies.
• Reduce complexity.
• Move towards small.
• Continuous Delivery.
• Still in RDBMS
Our Story: From Relational to MongoDB
© 2019 The Travelers Indemnity Company. All rights reserved. 10
• We started small.
• It was disruptive.
• Significant reduction in complexity and cost.
• Transformation in the first year alone was un-paralleled.
• THE database of choice for hundreds of Microservices and applications –
across Travelers.
Release 1 Database Objects Release 2 Database Objects Release 3 Database Objects
Our Story: Lean Teams and Continuous Delivery
© 2019 The Travelers Indemnity Company. All rights reserved. 11
Increase Flow
Reduce Lead Time
Faster Feedback Loops
Reduce Risk & Disruptions for Ops
Simplify & Optimize
Lean Product
Management
Achieving the effectiveness of Lean Product Management requires,
alignment from both “Business” & “Technology” value streams
BUSINESS
Domain Driven
Development
ARCHITECTURE
Modularity
(Micro Frontends,
Microservices, and
Event/API based apps)
Ownership &
Accountability
DEVELOPMENT TESTING
Automation
Self Service
CD Pipeline
Enablement with
Blue Green and
Canary Deployments
DEVOPS PRODOPS
Monitoring
&
Alerting
Our Story: Lean Teams
12© 2019 The Travelers Indemnity Company. All rights reserved.
Scrummaster
Product Owner
Business Analyst
Developers
Quality Analysts
Typical Agile Team Travelers Lean Team
0 1 2 5
294
500
2012 2013 2014 2015-2018 2018 2019
(estimated)
PRODUCTION DEPLOYMENTS
© 2019 The Travelers Indemnity Company. All rights reserved. 13
Our Story: Continuous Delivery
Use Cases: A Year of Accelerated Innovations
2017 – 2018 à Disruption to Transformation:
o Significantly reduce time from business ask to production delivery.
o We realized this goal with the adoption of mongoDB.
2018 – 2019 à Transformation to Innovation:
mongoDB enabling innovations not otherwise possible
o Legacy Modernization
o AI / ML
o Business problem solved
o How mongoDB was integral to each
14© 2019 The Travelers Indemnity Company. All rights reserved.
15
Legacy Modernization: Content Management
Problem:
Legacy Content Management Solution
• Everything is expensive
– Ownership
– Maintenance
– Change
• Fixed schema
– SQL-based metadata tables.
– 100 new doc types, each w 10 unique search
fields = 1000 new SQL fields.
– 100 new database objects.
– Complexity rolls up hill – data to services to
business logic layers.
LEGACY CONTENT MANAGEMENT SOLUTION
PRESENTATION LAYER
BUSINESS LOGIC LAYER
SERVICES LAYER
DATA LAYER
RDBMS
FILE
SYSTEM
© 2019 The Travelers Indemnity Company. All rights reserved.
Legacy Modernization: Business Insurance Documents
16
Solution:
BI Documents
• Polymorphism!
• mongoDB FTW!
• Radically simplified storage of metadata.
• Significant reduction in complexity at all layers.
• 10:1 reduction in cost of ownership.
The disruption took hold:
• Started with 1 product line.
• Solution deployed to all of BI in the first year.
• Expanding to other Travelers Lines.
MongoDB
api
Search
Metadata
Network File
Storage
Document
Upload
BI Documents Solution
MongoDB
api
Search
Metadata
Network File
Storage
Document
Upload
© 2019 The Travelers Indemnity Company. All rights reserved.
Cognitive Search Engine
17
Problem:
Knowledge Management
• Time is critical when bringing in new
business
• Cognitive load on underwriters is high
– Manual process for getting information
– Too many systems
– Spend more time training others how to
find info than making decisions
– Info is in various forms structured and
unstructured
• Tacit Knowledge: How were similar
accounts handled?
Legacy Knowledge Repositories
Agents SME’S
Underwriter
?
Managers
© 2019 The Travelers Indemnity Company. All rights reserved.
Cognitive Search Engine
18
Solution:
Cognitive Search Engine
• Index content across multiple sources.
• Predict the source(s) that the user wants
to search based on search term.
• Render the paragraph or sentence that
best matches the question.
Search Interface
Multi-
Classification
Algorithm
Semantic
Similarity
Algorithm
Lucene Indices
Legacy Knowledge Repositories
What data
source(s) best
match my query?
Which document has
the most relevant
information that
answers my query?
Outcomes:
• Underwriters are unanimously impressed
with the system.
• Reduces the amount of systems the
need to interact with to find information.
• Significantly reduces time to find
information.
© 2019 The Travelers Indemnity Company. All rights reserved.
mongoDB and Data Science – What is Data Science?
19
60%
© 2019 The Travelers Indemnity Company. All rights reserved.
© 2019 The Travelers Indemnity Company. All rights reserved. 20
mongoDB and Data Science – Data Pipeline
Document Text and
Metadata Staging
(mongoDB)
Model
Training
Preprocessing
Services
Document Retrieval and
Conversion Services
Repository Crawler Services
Feature
Engineering
Training Sets and
Word Embeddings
(mongoDB)
Legacy Knowledge Repositories
Production Search
Data
(mongoDB)
• Data Preprocessing Pipeline (Feature Engineering, Model Training and Word Embedding Persistence)
• Production Data Ingestion Pipeline
Lucene Indices
• Backend Repository Pipeline
Service Center Automation
Problem:
Service Center Efficiency
• Agents who work with the Travelers send over 1M emails per year.
• These emails are manually categorized by endorsements, cancelations, quotes, etc.
• The process to open the email, understand its intent, triage, route and create a work
task is expensive.
TM
Triage
Route &
Assign
Agent AE/AM CS&S
Hours
Identify Endorsement Type
Identify Business Unit
Manually Keys in Data
(approximately 18 fields needed
for routing in TM
© 2019 The Travelers Indemnity Company. All rights reserved.
22
Service Center Automation
Solution:
Service Center Automation driven by Artificial Intelligence
• Leverage existing microservices architecture.
• Classification Algorithms to categorize email type and intent.
• Entity Extraction Algorithm to identify key parameters to create a Work Management Task.
Process Email
Content
(extract, OCR)
Classify
Content
Extract Key
Entities
Create WM
Tasks
ACORD PDF IMG
Classify Content
API/Service
Classify Content
using AI Model
Business
API/Services
Data enrichment from
business services
BI WM
API/Service
Create Work Items incl
Route/Assign
Seconds
© 2019 The Travelers Indemnity Company. All rights reserved.
mongoDB and Data Science – Transactional AI
23
Model Performance Log
(mongoDB)
Model Performance
Evaluation and
Training
Data Scientist
Ops
Recon Service
Risk: Data Drift
• Reconciliation Pipeline
• Alerts when drift is detected
• Retrain Models
Process Email
Content
(extract, OCR)
Classify
Content
Extract Key
Entities
Create WM
Tasks
ACORD PDF IMG
Classify Content
API/Service
Classify Content
using AI Model
Business
API/Services
Data enrichment from
business services
BI WM
API/Service
Create Work Items incl
Route/Assign
Work
Management
System
© 2019 The Travelers Indemnity Company. All rights reserved.
mongoDB and Data Science – R&D Algorithm Evaluation
Email Classification (Class and Subclass)
– TextCNN (Chosen Model)
– ELMO
– OpenNMT
Entity Extraction
– TextCNN
– OpenNMT
– ELMO
– Flair
– BERT (Chosen Model)
24
mongoDB
Emails via
Document Service
Email OCR Service
Training Set
Generators
Data Science DashboardData Labeling
Interface
• Raw Data
• Cleaned, Labeled Data
• Training Sets
• Model Performance Metrics
© 2019 The Travelers Indemnity Company. All rights reserved.
MongoDB and Data Science – Key Synergies
25
• Build sophisticated data pipelines
• Mongo and Python
• Manage complex NLP data structures
• State of the art word embedding management
© 2019 The Travelers Indemnity Company. All rights reserved.
Questions and Wrap-up
26© 2019 The Travelers Indemnity Company. All rights reserved.
• Our story is a typical story.
• Embrace a culture of experimentation in order to innovate.
• Explore new technologies – mongoDB has been an excellent enabler.
27© 2019 The Travelers Indemnity Company. All rights reserved.

Mais conteúdo relacionado

Mais procurados

CWIN17 san francisco-william belding-innovation through insights 2017-12-07
CWIN17 san francisco-william belding-innovation through insights 2017-12-07CWIN17 san francisco-william belding-innovation through insights 2017-12-07
CWIN17 san francisco-william belding-innovation through insights 2017-12-07
Capgemini
 

Mais procurados (20)

Best Practices in Implementing Social and Mobile CX for Utilities
Best Practices in Implementing Social and Mobile CX for UtilitiesBest Practices in Implementing Social and Mobile CX for Utilities
Best Practices in Implementing Social and Mobile CX for Utilities
 
Webinar- API Strategy - Are we doing it right?
Webinar- API Strategy - Are we doing it right?Webinar- API Strategy - Are we doing it right?
Webinar- API Strategy - Are we doing it right?
 
Mining intelligent insights with ease: AI/ML for Financial Services
Mining intelligent insights with ease: AI/ML for Financial ServicesMining intelligent insights with ease: AI/ML for Financial Services
Mining intelligent insights with ease: AI/ML for Financial Services
 
Kellton Tech Corporate Profile
Kellton Tech Corporate ProfileKellton Tech Corporate Profile
Kellton Tech Corporate Profile
 
UNLIMITED by Capgemini: Foundation of Digital Business
UNLIMITED by Capgemini: Foundation of Digital BusinessUNLIMITED by Capgemini: Foundation of Digital Business
UNLIMITED by Capgemini: Foundation of Digital Business
 
Software-Defined Storage Accelerates Storage Cost Reduction and Service-Level...
Software-Defined Storage Accelerates Storage Cost Reduction and Service-Level...Software-Defined Storage Accelerates Storage Cost Reduction and Service-Level...
Software-Defined Storage Accelerates Storage Cost Reduction and Service-Level...
 
Taxonomy Book Camp SharePoint IA 11-17-10
Taxonomy Book Camp SharePoint IA 11-17-10Taxonomy Book Camp SharePoint IA 11-17-10
Taxonomy Book Camp SharePoint IA 11-17-10
 
The power of cloud
The power of cloudThe power of cloud
The power of cloud
 
oracle-total-cloud-2346917
oracle-total-cloud-2346917oracle-total-cloud-2346917
oracle-total-cloud-2346917
 
Gcr featured in Bisinfotech Magazine, August 2018
Gcr featured in Bisinfotech Magazine, August 2018Gcr featured in Bisinfotech Magazine, August 2018
Gcr featured in Bisinfotech Magazine, August 2018
 
Reducing Image Hide & Seek with AI for In-House Agencies
Reducing Image Hide & Seek with AI for In-House AgenciesReducing Image Hide & Seek with AI for In-House Agencies
Reducing Image Hide & Seek with AI for In-House Agencies
 
T-Byte Hybrid cloud infrastructure
T-Byte Hybrid cloud infrastructureT-Byte Hybrid cloud infrastructure
T-Byte Hybrid cloud infrastructure
 
Redington Value Journal - December 2016
Redington Value Journal - December 2016Redington Value Journal - December 2016
Redington Value Journal - December 2016
 
Introduction to Knowledge Graphs and Semantic AI
Introduction to Knowledge Graphs and Semantic AIIntroduction to Knowledge Graphs and Semantic AI
Introduction to Knowledge Graphs and Semantic AI
 
Artificial Intelligence & Customer Experience
Artificial Intelligence & Customer ExperienceArtificial Intelligence & Customer Experience
Artificial Intelligence & Customer Experience
 
Data Center of the Future: Designing a modernized, high performance computing...
Data Center of the Future: Designing a modernized, high performance computing...Data Center of the Future: Designing a modernized, high performance computing...
Data Center of the Future: Designing a modernized, high performance computing...
 
AWS Summit Singapore - Building DXC's Digital Insurance as a Service (DIaaS) ...
AWS Summit Singapore - Building DXC's Digital Insurance as a Service (DIaaS) ...AWS Summit Singapore - Building DXC's Digital Insurance as a Service (DIaaS) ...
AWS Summit Singapore - Building DXC's Digital Insurance as a Service (DIaaS) ...
 
Application Integration Architecture of Excellence - Answering to the Challenges
Application Integration Architecture of Excellence - Answering to the ChallengesApplication Integration Architecture of Excellence - Answering to the Challenges
Application Integration Architecture of Excellence - Answering to the Challenges
 
CWIN17 san francisco-william belding-innovation through insights 2017-12-07
CWIN17 san francisco-william belding-innovation through insights 2017-12-07CWIN17 san francisco-william belding-innovation through insights 2017-12-07
CWIN17 san francisco-william belding-innovation through insights 2017-12-07
 
Surviving the mobile invasion - They're spreading fast and they're vulnerable
Surviving the mobile invasion - They're spreading fast and they're vulnerableSurviving the mobile invasion - They're spreading fast and they're vulnerable
Surviving the mobile invasion - They're spreading fast and they're vulnerable
 

Semelhante a MongoDB World 2019: From Transformation to Innovation: Lean-teams, Continuous Delivery, and Artificial Intelligence with MongoDB at Travelers Insurance

UK Integration WebSphere User Group - MultiSpeed IT
UK Integration WebSphere User Group - MultiSpeed ITUK Integration WebSphere User Group - MultiSpeed IT
UK Integration WebSphere User Group - MultiSpeed IT
AndyHumphreys
 
Iag api management architect presentation
Iag   api management architect presentationIag   api management architect presentation
Iag api management architect presentation
sflynn073
 

Semelhante a MongoDB World 2019: From Transformation to Innovation: Lean-teams, Continuous Delivery, and Artificial Intelligence with MongoDB at Travelers Insurance (20)

MongoDB World 2018: From Disruption to Transformation: Document Databases, Do...
MongoDB World 2018: From Disruption to Transformation: Document Databases, Do...MongoDB World 2018: From Disruption to Transformation: Document Databases, Do...
MongoDB World 2018: From Disruption to Transformation: Document Databases, Do...
 
IBM Solutions Connect 2013 - Enterprise Content Management
IBM Solutions Connect 2013 - Enterprise Content ManagementIBM Solutions Connect 2013 - Enterprise Content Management
IBM Solutions Connect 2013 - Enterprise Content Management
 
Cloud without Compromise
Cloud without CompromiseCloud without Compromise
Cloud without Compromise
 
DevOps Thinking for the Line of Business
DevOps Thinking for the Line of BusinessDevOps Thinking for the Line of Business
DevOps Thinking for the Line of Business
 
apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...
apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...
apidays LIVE Jakarta - Overcoming the 3 largest obstacles to digital transfor...
 
IBM Z for the Digital Enterprise 2018 - Automate Delivery Pipeline
IBM Z for the Digital Enterprise 2018 - Automate Delivery PipelineIBM Z for the Digital Enterprise 2018 - Automate Delivery Pipeline
IBM Z for the Digital Enterprise 2018 - Automate Delivery Pipeline
 
BIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in FinanceBIG Data & Hadoop Applications in Finance
BIG Data & Hadoop Applications in Finance
 
IBM InterConnect 2013 Cloud General Session: Robert LeBlanc
IBM InterConnect 2013 Cloud General Session: Robert LeBlancIBM InterConnect 2013 Cloud General Session: Robert LeBlanc
IBM InterConnect 2013 Cloud General Session: Robert LeBlanc
 
Presentation cloud as a growth engine for a smarter enterprise
Presentation   cloud as a growth engine for a smarter enterprisePresentation   cloud as a growth engine for a smarter enterprise
Presentation cloud as a growth engine for a smarter enterprise
 
How to Drive Maximum Business Value from IT Investments with the Flow Framework
How to Drive Maximum Business Value from IT Investments with the Flow FrameworkHow to Drive Maximum Business Value from IT Investments with the Flow Framework
How to Drive Maximum Business Value from IT Investments with the Flow Framework
 
Your Future With Content Manager OnDemand
Your Future With Content Manager OnDemandYour Future With Content Manager OnDemand
Your Future With Content Manager OnDemand
 
apidays LIVE Australia 2021 - Overcoming the 3 Largest Obstacles to Digital T...
apidays LIVE Australia 2021 - Overcoming the 3 Largest Obstacles to Digital T...apidays LIVE Australia 2021 - Overcoming the 3 Largest Obstacles to Digital T...
apidays LIVE Australia 2021 - Overcoming the 3 Largest Obstacles to Digital T...
 
Accelerating Cognitive Business with Hybrid Cloud
Accelerating Cognitive Business with Hybrid CloudAccelerating Cognitive Business with Hybrid Cloud
Accelerating Cognitive Business with Hybrid Cloud
 
UK Integration WebSphere User Group - MultiSpeed IT
UK Integration WebSphere User Group - MultiSpeed ITUK Integration WebSphere User Group - MultiSpeed IT
UK Integration WebSphere User Group - MultiSpeed IT
 
Iag api management architect presentation
Iag   api management architect presentationIag   api management architect presentation
Iag api management architect presentation
 
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
apidays LIVE Hong Kong - The Future of Legacy - How to leverage legacy and on...
 
ServiceNow ecosystem - True Blue Partners - Review of key investment and mer...
ServiceNow ecosystem  - True Blue Partners - Review of key investment and mer...ServiceNow ecosystem  - True Blue Partners - Review of key investment and mer...
ServiceNow ecosystem - True Blue Partners - Review of key investment and mer...
 
Cynoteck - Salesforce Presentation - Consulting Services
Cynoteck  -  Salesforce Presentation - Consulting ServicesCynoteck  -  Salesforce Presentation - Consulting Services
Cynoteck - Salesforce Presentation - Consulting Services
 
Cloud Computing 4 Accounting Firms
Cloud Computing 4 Accounting FirmsCloud Computing 4 Accounting Firms
Cloud Computing 4 Accounting Firms
 
Digital Foundations to Transform Customer Experiences Through Process Optimiz...
Digital Foundations to Transform Customer Experiences Through Process Optimiz...Digital Foundations to Transform Customer Experiences Through Process Optimiz...
Digital Foundations to Transform Customer Experiences Through Process Optimiz...
 

Mais de MongoDB

Mais de MongoDB (20)

MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB AtlasMongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
 
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
 
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
 
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDBMongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
 
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
 
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series DataMongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
 
MongoDB SoCal 2020: MongoDB Atlas Jump Start
 MongoDB SoCal 2020: MongoDB Atlas Jump Start MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB SoCal 2020: MongoDB Atlas Jump Start
 
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
 
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
 
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
 
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
 
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your MindsetMongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
 
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB .local San Francisco 2020: MongoDB Atlas JumpstartMongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
 
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
 
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
 
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
 
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep DiveMongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
 
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & GolangMongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
 
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
 
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
 

Último

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Último (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 

MongoDB World 2019: From Transformation to Innovation: Lean-teams, Continuous Delivery, and Artificial Intelligence with MongoDB at Travelers Insurance

  • 1. From Transformation to Innovation Lean Teams, Continuous Delivery and Artificial Intelligence with MongoDB at Travelers Insurance © 2019 The Travelers Indemnity Company. All rights reserved. 1
  • 2. Introduction Michael Braasch 2nd Vice President Travelers Business Insurance @mbraasch Jeff Needham Lead Architect Travelers Business Insurance @jeffneedham707 2 Doug Calegari Lead Architect Travelers Business Insurance © 2019 The Travelers Indemnity Company. All rights reserved.
  • 3. Agenda © 2019 The Travelers Indemnity Company. All rights reserved. 3 • Transformation to Innovation – Minimal Viable Innovation at our core. • Our Story • mongoDB as the enabler of innovation • Use Cases – Legacy Modernization – AI/ML – Business problem solved – How mongoDB was integral to them
  • 4. Innovation © 2019 The Travelers Indemnity Company. All rights reserved. 4 Leverage new technology. Anticipate how customers, agents and brokers will access and interact with our products and services. Redesign the way we manufacture and sell our products and services to improve our productivity and efficiency.
  • 5. IT at the Front Lines of Innovation © 2019 The Travelers Indemnity Company. All rights reserved. 5 Our Technology choices are the differentiators… IT is at the front lines of innovation and transformation. Chance favors the prepared!
  • 6. Disruptions – Maximize Everything © 2019 The Travelers Indemnity Company. All rights reserved. 6 Build Minimal Viable Innovation Into Your Culture Imitate characteristics of successful disruptors. oReinvent and Self-disrupt. Never settle. oNot all disruptions take hold. oSmall wins build momentum. The Runway to Innovate is Almost Always Short. oGive your people the tools and environment to innovate. oThere may be naysayers – thank them! oSeek out and reduce the things that slow you down.
  • 7. Our Story: 2012 – Where We Started © 2019 The Travelers Indemnity Company. All rights reserved. 7 Problem: • Policies issued in over a dozen different RQI’s (Rate- Quote-Issue systems). • Data not shared between RQIs. • Over a dozen user experiences required to view entire book of business for an account.
  • 8. Our Story: 2013 to 2015 – Business Insurance Workstation © 2019 The Travelers Indemnity Company. All rights reserved. 8 Solution: • Build a new web-based application. • Use ETL to federate the data from the legacy apps into a single, operational datastore. • Provide a single user experience to view (read- only view of) accounts, policies and submissions. BI Workstation Application LEGACY DATA SOURCES Web and Application Server Operational Data Store RDBMS Account Executive Account Manager ETL
  • 9. Our Story: From Monolith to Microservices (2015-2017) © 2019 The Travelers Indemnity Company. All rights reserved. 9 Solution: • Functionality split into Domains (Bounded- Contexts). • Bounded contexts have exclusivity to their databases. • Reduce dependencies. • Reduce complexity. • Move towards small. • Continuous Delivery. • Still in RDBMS
  • 10. Our Story: From Relational to MongoDB © 2019 The Travelers Indemnity Company. All rights reserved. 10 • We started small. • It was disruptive. • Significant reduction in complexity and cost. • Transformation in the first year alone was un-paralleled. • THE database of choice for hundreds of Microservices and applications – across Travelers. Release 1 Database Objects Release 2 Database Objects Release 3 Database Objects
  • 11. Our Story: Lean Teams and Continuous Delivery © 2019 The Travelers Indemnity Company. All rights reserved. 11 Increase Flow Reduce Lead Time Faster Feedback Loops Reduce Risk & Disruptions for Ops Simplify & Optimize Lean Product Management Achieving the effectiveness of Lean Product Management requires, alignment from both “Business” & “Technology” value streams BUSINESS Domain Driven Development ARCHITECTURE Modularity (Micro Frontends, Microservices, and Event/API based apps) Ownership & Accountability DEVELOPMENT TESTING Automation Self Service CD Pipeline Enablement with Blue Green and Canary Deployments DEVOPS PRODOPS Monitoring & Alerting
  • 12. Our Story: Lean Teams 12© 2019 The Travelers Indemnity Company. All rights reserved. Scrummaster Product Owner Business Analyst Developers Quality Analysts Typical Agile Team Travelers Lean Team
  • 13. 0 1 2 5 294 500 2012 2013 2014 2015-2018 2018 2019 (estimated) PRODUCTION DEPLOYMENTS © 2019 The Travelers Indemnity Company. All rights reserved. 13 Our Story: Continuous Delivery
  • 14. Use Cases: A Year of Accelerated Innovations 2017 – 2018 à Disruption to Transformation: o Significantly reduce time from business ask to production delivery. o We realized this goal with the adoption of mongoDB. 2018 – 2019 à Transformation to Innovation: mongoDB enabling innovations not otherwise possible o Legacy Modernization o AI / ML o Business problem solved o How mongoDB was integral to each 14© 2019 The Travelers Indemnity Company. All rights reserved.
  • 15. 15 Legacy Modernization: Content Management Problem: Legacy Content Management Solution • Everything is expensive – Ownership – Maintenance – Change • Fixed schema – SQL-based metadata tables. – 100 new doc types, each w 10 unique search fields = 1000 new SQL fields. – 100 new database objects. – Complexity rolls up hill – data to services to business logic layers. LEGACY CONTENT MANAGEMENT SOLUTION PRESENTATION LAYER BUSINESS LOGIC LAYER SERVICES LAYER DATA LAYER RDBMS FILE SYSTEM © 2019 The Travelers Indemnity Company. All rights reserved.
  • 16. Legacy Modernization: Business Insurance Documents 16 Solution: BI Documents • Polymorphism! • mongoDB FTW! • Radically simplified storage of metadata. • Significant reduction in complexity at all layers. • 10:1 reduction in cost of ownership. The disruption took hold: • Started with 1 product line. • Solution deployed to all of BI in the first year. • Expanding to other Travelers Lines. MongoDB api Search Metadata Network File Storage Document Upload BI Documents Solution MongoDB api Search Metadata Network File Storage Document Upload © 2019 The Travelers Indemnity Company. All rights reserved.
  • 17. Cognitive Search Engine 17 Problem: Knowledge Management • Time is critical when bringing in new business • Cognitive load on underwriters is high – Manual process for getting information – Too many systems – Spend more time training others how to find info than making decisions – Info is in various forms structured and unstructured • Tacit Knowledge: How were similar accounts handled? Legacy Knowledge Repositories Agents SME’S Underwriter ? Managers © 2019 The Travelers Indemnity Company. All rights reserved.
  • 18. Cognitive Search Engine 18 Solution: Cognitive Search Engine • Index content across multiple sources. • Predict the source(s) that the user wants to search based on search term. • Render the paragraph or sentence that best matches the question. Search Interface Multi- Classification Algorithm Semantic Similarity Algorithm Lucene Indices Legacy Knowledge Repositories What data source(s) best match my query? Which document has the most relevant information that answers my query? Outcomes: • Underwriters are unanimously impressed with the system. • Reduces the amount of systems the need to interact with to find information. • Significantly reduces time to find information. © 2019 The Travelers Indemnity Company. All rights reserved.
  • 19. mongoDB and Data Science – What is Data Science? 19 60% © 2019 The Travelers Indemnity Company. All rights reserved.
  • 20. © 2019 The Travelers Indemnity Company. All rights reserved. 20 mongoDB and Data Science – Data Pipeline Document Text and Metadata Staging (mongoDB) Model Training Preprocessing Services Document Retrieval and Conversion Services Repository Crawler Services Feature Engineering Training Sets and Word Embeddings (mongoDB) Legacy Knowledge Repositories Production Search Data (mongoDB) • Data Preprocessing Pipeline (Feature Engineering, Model Training and Word Embedding Persistence) • Production Data Ingestion Pipeline Lucene Indices • Backend Repository Pipeline
  • 21. Service Center Automation Problem: Service Center Efficiency • Agents who work with the Travelers send over 1M emails per year. • These emails are manually categorized by endorsements, cancelations, quotes, etc. • The process to open the email, understand its intent, triage, route and create a work task is expensive. TM Triage Route & Assign Agent AE/AM CS&S Hours Identify Endorsement Type Identify Business Unit Manually Keys in Data (approximately 18 fields needed for routing in TM © 2019 The Travelers Indemnity Company. All rights reserved.
  • 22. 22 Service Center Automation Solution: Service Center Automation driven by Artificial Intelligence • Leverage existing microservices architecture. • Classification Algorithms to categorize email type and intent. • Entity Extraction Algorithm to identify key parameters to create a Work Management Task. Process Email Content (extract, OCR) Classify Content Extract Key Entities Create WM Tasks ACORD PDF IMG Classify Content API/Service Classify Content using AI Model Business API/Services Data enrichment from business services BI WM API/Service Create Work Items incl Route/Assign Seconds © 2019 The Travelers Indemnity Company. All rights reserved.
  • 23. mongoDB and Data Science – Transactional AI 23 Model Performance Log (mongoDB) Model Performance Evaluation and Training Data Scientist Ops Recon Service Risk: Data Drift • Reconciliation Pipeline • Alerts when drift is detected • Retrain Models Process Email Content (extract, OCR) Classify Content Extract Key Entities Create WM Tasks ACORD PDF IMG Classify Content API/Service Classify Content using AI Model Business API/Services Data enrichment from business services BI WM API/Service Create Work Items incl Route/Assign Work Management System © 2019 The Travelers Indemnity Company. All rights reserved.
  • 24. mongoDB and Data Science – R&D Algorithm Evaluation Email Classification (Class and Subclass) – TextCNN (Chosen Model) – ELMO – OpenNMT Entity Extraction – TextCNN – OpenNMT – ELMO – Flair – BERT (Chosen Model) 24 mongoDB Emails via Document Service Email OCR Service Training Set Generators Data Science DashboardData Labeling Interface • Raw Data • Cleaned, Labeled Data • Training Sets • Model Performance Metrics © 2019 The Travelers Indemnity Company. All rights reserved.
  • 25. MongoDB and Data Science – Key Synergies 25 • Build sophisticated data pipelines • Mongo and Python • Manage complex NLP data structures • State of the art word embedding management © 2019 The Travelers Indemnity Company. All rights reserved.
  • 26. Questions and Wrap-up 26© 2019 The Travelers Indemnity Company. All rights reserved. • Our story is a typical story. • Embrace a culture of experimentation in order to innovate. • Explore new technologies – mongoDB has been an excellent enabler.
  • 27. 27© 2019 The Travelers Indemnity Company. All rights reserved.