SlideShare uma empresa Scribd logo
1 de 38
Baixar para ler offline
©ThoughtWorks 2020 Commercial in Confidence
ML for
Product
Managers
©ThoughtWorks 2020 Commercial in Confidence
Machine Learning for
Product Managers
Matt Travers & Mat Kelcey
©ThoughtWorks 2020 Commercial in Confidence 3
What is
Machine
Learning?
Technical
Feasibility
Customer
Value
Commercial
Viability
What we’ll cover today
A look at ML through six product management lenses
©ThoughtWorks 2020 Commercial in Confidence
Usability Strategy Delivery
©ThoughtWorks 2020 Commercial in Confidence 4
What is
Machine
Learning?
Technical
Feasibility
Customer
Value
Commercial
Viability
What we’ll cover today
A look at ML through six product management lenses
©ThoughtWorks 2020 Commercial in Confidence
Usability Strategy Delivery
©ThoughtWorks 2020 Commercial in Confidence
artificial intelligence
data science
machine learning
What is machine learning?
.
.
5
©ThoughtWorks 2020 Commercial in Confidence 6
Breaking down the jargon
A house price example
distance material age
31 BRICK 12
2 WOOD 7
15 BRICK 13
sale price
$250,000
$670,000
????????
.
©ThoughtWorks 2020 Commercial in Confidence 7
Technical
Feasibility
Customer
Value
Commercial
Viability
What we’ll cover today
A look at ML through six product management lenses
©ThoughtWorks 2020 Commercial in Confidence
Usability Strategy Delivery
What is
Machine
Learning?
.
©ThoughtWorks 2020 Commercial in Confidence
Start small and add more data &
model complexity in increments.
8
How models &
data interact
Getting the balance right
MLMODELCAPACITY BESPOKE DATA ESTATE
Investment
.
©ThoughtWorks 2020 Commercial in Confidence 9
Two dimensions of data
Volume vs complexity.
distance material age
31 BRICK 12
2 WOOD 7
15 BRICK 13
sale price
$250,000
$670,000
$300,000
.
©ThoughtWorks 2020 Commercial in Confidence 10
Two dimensions of data
Volume vs complexity.
distance material age
31 BRICK 12
2 WOOD 7
15 BRICK 13
17 WOOD 12
sale price
$250,000
$670,000
$300,000
$250,000
.
©ThoughtWorks 2020 Commercial in Confidence 11
Two dimensions of data
Volume vs complexity.
distance material age yard
31 BRICK 12 SMALL
2 WOOD 7 LARGE
15 BRICK 13 MEDIUM
17 WOOD 12 SMALL
sale price
$250,000
$670,000
$300,000
$250,000
.
©ThoughtWorks 2020 Commercial in Confidence 12
Two dimensions of data
Volume vs complexity.
distance material age yard
31 BRICK 12 SMALL
2 WOOD 7 LARGE
15 BRICK 13 MEDIUM
17 WOOD 12 SMALL
days to sell
7
14
6
5
.
©ThoughtWorks 2020 Commercial in Confidence
Never just a single model...
.
13
©ThoughtWorks 2020 Commercial in Confidence
Model options
Commodity vs bespoke models.
Cloud services and existing models
provide a commodity set of capability,
but don't differentiate.
Bespoke models give the most
flexibility, but come at non-trivial
engineering cost.
.
14
©ThoughtWorks 2020 Commercial in Confidence 15
Customer
Value
Commercial
Viability
What we’ll cover today
A look at ML through six product management lenses
©ThoughtWorks 2020 Commercial in Confidence
Usability Strategy Delivery
What is
Machine
Learning?
Technical
Feasibility
©ThoughtWorks 2020 Commercial in Confidence 16
Mapping value
to investment
Getting the balance right
Customer value should increase to
justify the investment in both data and
models.
(Just like all products)
A clear measure of customer value
and a non-ML baseline is essential.
CUSTOMER VALUE 16MLMODELCAPACITY BESPOKE DATA ESTATE
Investment
©ThoughtWorks 2020 Commercial in Confidence 17
Mapping value
to investment
Getting the balance right
If additional investment leads to no
growth in user value, look for
opportunities on the other dimension.
MLMODELCAPACITY BESPOKE DATA ESTATECUSTOMER VALUE
Balanced
Zone
Over-engineered
model
Redundant
data
©ThoughtWorks 2020 Commercial in Confidence
The stalled value
trap
Enough already.
Customer value plateaus as better
models and more data provide no
perceivable improvement.
18CUSTOMER VALUE 18MLMODELCAPACITY BESPOKE DATA ESTATE
No growth
in value
©ThoughtWorks 2020 Commercial in Confidence
The hype trap
We just need some ML!
The opportunity for ML is
overestimated. Simple rules-based
systems already deliver high value and
a major ML investment is required to
match the customer value.
19CUSTOMER VALUE 19MLMODELCAPACITY BESPOKE DATA ESTATE
Marginal value
growth after
major
investment
©ThoughtWorks 2020 Commercial in Confidence
The moonshot
True faith.
Value relies on complex models and
high volume and complexity of data.
High risk, with no feedback on
progressing customer value.
20CUSTOMER VALUE 20MLMODELCAPACITY BESPOKE DATA ESTATE
©ThoughtWorks 2020 Commercial in Confidence
Complementary
Approaches
The most reliable path.
Most successful ML products combine
multiple models and datasets, often at
different stages of development,
which maximise customer value over
the life of the product.
21CUSTOMER VALUE 21MLMODELCAPACITY BESPOKE DATA ESTATE
©ThoughtWorks 2020 Commercial in Confidence 22
Commercial
Viability
What we’ll cover today
A look at ML through six product management lenses
©ThoughtWorks 2020 Commercial in Confidence
Usability Strategy Delivery
What is
Machine
Learning?
Technical
Feasibility
Customer
Value
©ThoughtWorks 2020 Commercial in Confidence
Platforms and
tooling
How to take advantage of the
burgeoning ecosystem.
● cloud APIs
● host your own model
● download and tune model
● train existing from own data
● novel model with own data
.
23
©ThoughtWorks 2020 Commercial in Confidence
Data Cost
Structure
How to manage costs
Expect high people costs in data
engineering when first accessing data.
Storage is cheap but grows as
complexity and volume increases
2424
BESPOKE DATA ESTATE
DATA ENGINEERS
DATA STORAGE
Money Icon by Matlo from the Noun Project
©ThoughtWorks 2020 Commercial in Confidence
ML Model cost
Structure
People and technology.
Compute costs can be significant but
typically have gradual growth.
Data Scientists are expensive and can
cause explosive increases during the
transition from generic models to
custom models.
2525MLMODELCAPACITY
DATA
SCIENTISTS
COMPUTE
COSTS
MLaaS
Generic
Custom
Money Icon by Matlo from the Noun Project
Free!
©ThoughtWorks 2020 Commercial in Confidence 26
Privacy & Ethics
Land Mine Icon by Ethan Clark from the Noun Project
Function
ML unlocks new opportunities for
powerful new products that are ethically
debatable. Self driving vehicle safety,
facial recognition in crime prevention.
Explainability
Many ML models lack explainability;
compounding biases and frustrating
those seeking redress. Fraud
prevention
Data Security
All ML requires lots of data; holding this
data is a privacy risk. Re-identification is a
risk when PI data points can be
reproduced from a model.
Bias
Models reflect their training data. Biased
datasets produce biased models. Facial
analysis model have perpetuated racism
and sexism in hiring and criminal justice.
.
©ThoughtWorks 2020 Commercial in Confidence 27
What is
Machine
Learning?
Technical
Feasibility
Customer
Value
Commercial
Viability
What we’ll cover today
A look at ML through six product management lenses
©ThoughtWorks 2020 Commercial in Confidence
Usability Strategy Delivery
©ThoughtWorks 2020 Commercial in Confidence 28
Robust to failure
Combine algorithms for flexibility and nuance.
➜ Zidane
➜ Humour
➜ Sport
➜ Football
➜ Football
➜ Zidane
©ThoughtWorks 2020 Commercial in Confidence 29
Augmenting vs
Automating
Start with a humble UI
29MLMODELCAPACITY BESPOKE DATA ESTATE
Confident
UI
Humble UI
AUGMENTING
AUTOMATING
©ThoughtWorks 2020 Commercial in Confidence 30
What is
Machine
Learning?
Technical
Feasibility
Customer
Value
Commercial
Viability
What we’ll cover today
A look at ML through six product management lenses
©ThoughtWorks 2020 Commercial in Confidence
Usability Strategy Delivery
©ThoughtWorks 2020 Commercial in Confidence
Custom combinations of
known
models
Novel model IP
Competitive
Advantage
Where are the moats?
Best opportunities for competitive
advantage are in:
● Data, rather than models
● Combinations
● Usage feedback loops creating a
flywheel effect.
31HIGHEST COMPETITIVE. AD. 31MLMODELCAPACITY BESPOKE DATA ESTATE
Generic
models
as a
service
Spreadsheet models
Existing
models on
exclusive
data
Usage
Data
feed-
back
loops
Existing
models on
replicable
data
©ThoughtWorks 2020 Commercial in Confidence 32
ML’s double flywheel
How usage can create unassailable competitive advantage.
EXPERIENCE
QUALITY
USAGE
$ UNIQUE DATA
(Volume & Complexity)
MODEL
INNOVATION
©ThoughtWorks 2020 Commercial in Confidence 33
Value creation vs efficiency
Where to look for opportunities.
Value Creation Efficiency
Definition Create customer new customer
value which can be monetised.
Reduce costs or mitigate risks
through efficiency
Examples Voice services, self driving
vehicles
Process prioritisation, fraud
detection.
Competitive
Advantage
Potential for flywheel. Incremental and replicable.
Timing Explore urgently Build gradually.
Likelihood of success Risky, moonshot More proven.
©ThoughtWorks 2020 Commercial in Confidence 34
Tech-led or customer-led?
What if your CEO just wants some AI.
● Generally we advise customer-led to ensure we are solving real problems
● But ML is a big enough step from known tech that there is the risk of Product
teams not knowing what they don’t know.
● ML bootcamps, which are tech-led, for all teams to understand the potential of the
tech and re-assess existing Opportunities with new ML-based solutions.
©ThoughtWorks 2020 Commercial in Confidence 35
What is
Machine
Learning?
Technical
Feasibility
Customer
Value
Commercial
Viability
What we’ll cover today
A look at ML through six product management lenses
©ThoughtWorks 2020 Commercial in Confidence
Usability Strategy Delivery
.
©ThoughtWorks 2020 Commercial in Confidence
ML Maturity
Where are the skills?
There's usually a mix of skills and
impacts within an organisation.
Cross team
Company
wide
Single team
Descriptive Predictive Prescriptive
Many teams
doing simple
things
Deep
expertise
in few
teams
Capture
expertise
in tooling
.
36
©ThoughtWorks 2020 Commercial in Confidence
Low risk with low impact?
High risk with high impact?
A mix?
Moonshots or
incremental?
Research portfolio
Portfolio Evolution
.
37
©ThoughtWorks 2020 Commercial in Confidence
feedback?
https://l.ead.me/bbRXBr
Thank you!
Matt Travers
matt.travers@thoughtworks.com
Mat Kelcey
mkelcey@thoughtworks.com

Mais conteúdo relacionado

Mais procurados

Technology Radar Webinar UK - Vol. 22
Technology Radar Webinar UK - Vol. 22Technology Radar Webinar UK - Vol. 22
Technology Radar Webinar UK - Vol. 22Thoughtworks
 
What is software product management
What is software  product managementWhat is software  product management
What is software product managementRahulNarsinghani
 
Designers, Developers & Dogs
Designers, Developers & DogsDesigners, Developers & Dogs
Designers, Developers & DogsThoughtworks
 
SDS2021 workshop The design of Smart Services
SDS2021 workshop The design of Smart ServicesSDS2021 workshop The design of Smart Services
SDS2021 workshop The design of Smart ServicesShaun West
 
Successfully integrating new digital to your existing portfolio of products a...
Successfully integrating new digital to your existing portfolio of products a...Successfully integrating new digital to your existing portfolio of products a...
Successfully integrating new digital to your existing portfolio of products a...Shaun West
 
DARE2HACK: Crowdsourcing ideas through hackathons
DARE2HACK: Crowdsourcing ideas through hackathonsDARE2HACK: Crowdsourcing ideas through hackathons
DARE2HACK: Crowdsourcing ideas through hackathonsShaun West
 
SI Alliance Marketing - Insurance Analytics Solution Webinar
SI Alliance Marketing - Insurance Analytics Solution WebinarSI Alliance Marketing - Insurance Analytics Solution Webinar
SI Alliance Marketing - Insurance Analytics Solution WebinarDavid Castro
 
New world software sitefinity presentation
New world software sitefinity presentationNew world software sitefinity presentation
New world software sitefinity presentationchandrasekhar buddha
 
Tool/Task-Fit for Open Innovation Methods
Tool/Task-Fit for Open Innovation MethodsTool/Task-Fit for Open Innovation Methods
Tool/Task-Fit for Open Innovation MethodsMichael Heiss
 
Passion For Innovation
Passion For InnovationPassion For Innovation
Passion For InnovationMarc Humphries
 
The Solar Future DE - Matt Cheney "A new large-scale solar initiative"
The Solar Future DE - Matt Cheney "A new large-scale solar initiative"The Solar Future DE - Matt Cheney "A new large-scale solar initiative"
The Solar Future DE - Matt Cheney "A new large-scale solar initiative"Paul van der Linden
 
Atlas Copco Smart Connected Assembly Industry 4.0
Atlas Copco Smart Connected Assembly Industry 4.0Atlas Copco Smart Connected Assembly Industry 4.0
Atlas Copco Smart Connected Assembly Industry 4.0JESUS LOPEZ MUÑOZ
 
Accenture: ACIC Rome & Commvault
Accenture: ACIC Rome & Commvault Accenture: ACIC Rome & Commvault
Accenture: ACIC Rome & Commvault Accenture Italia
 
Accenture tech vision 2018 slideshare trend2_extended_reality_aw_a_mc
Accenture tech vision 2018 slideshare trend2_extended_reality_aw_a_mcAccenture tech vision 2018 slideshare trend2_extended_reality_aw_a_mc
Accenture tech vision 2018 slideshare trend2_extended_reality_aw_a_mcPaperjam_redaction
 
TechnoWeb Split Test in the context of validated learning
TechnoWeb Split Test in the context of validated learningTechnoWeb Split Test in the context of validated learning
TechnoWeb Split Test in the context of validated learningMichael Heiss
 
Israel IT trends and positioning in infrastructure and development (delivery...
Israel IT  trends and positioning in infrastructure and development (delivery...Israel IT  trends and positioning in infrastructure and development (delivery...
Israel IT trends and positioning in infrastructure and development (delivery...Dr. Jimmy Schwarzkopf
 

Mais procurados (20)

Technology Radar Webinar UK - Vol. 22
Technology Radar Webinar UK - Vol. 22Technology Radar Webinar UK - Vol. 22
Technology Radar Webinar UK - Vol. 22
 
What is software product management
What is software  product managementWhat is software  product management
What is software product management
 
Designers, Developers & Dogs
Designers, Developers & DogsDesigners, Developers & Dogs
Designers, Developers & Dogs
 
SDS2021 workshop The design of Smart Services
SDS2021 workshop The design of Smart ServicesSDS2021 workshop The design of Smart Services
SDS2021 workshop The design of Smart Services
 
Manufacturing Forum 2016
Manufacturing Forum 2016Manufacturing Forum 2016
Manufacturing Forum 2016
 
To Accelerate IT Innovation, Think like a Rocket Scientist
To Accelerate IT Innovation, Think like a Rocket ScientistTo Accelerate IT Innovation, Think like a Rocket Scientist
To Accelerate IT Innovation, Think like a Rocket Scientist
 
Successfully integrating new digital to your existing portfolio of products a...
Successfully integrating new digital to your existing portfolio of products a...Successfully integrating new digital to your existing portfolio of products a...
Successfully integrating new digital to your existing portfolio of products a...
 
DARE2HACK: Crowdsourcing ideas through hackathons
DARE2HACK: Crowdsourcing ideas through hackathonsDARE2HACK: Crowdsourcing ideas through hackathons
DARE2HACK: Crowdsourcing ideas through hackathons
 
SI Alliance Marketing - Insurance Analytics Solution Webinar
SI Alliance Marketing - Insurance Analytics Solution WebinarSI Alliance Marketing - Insurance Analytics Solution Webinar
SI Alliance Marketing - Insurance Analytics Solution Webinar
 
New world software sitefinity presentation
New world software sitefinity presentationNew world software sitefinity presentation
New world software sitefinity presentation
 
Tool/Task-Fit for Open Innovation Methods
Tool/Task-Fit for Open Innovation MethodsTool/Task-Fit for Open Innovation Methods
Tool/Task-Fit for Open Innovation Methods
 
Pwc digital-iq-report final
Pwc digital-iq-report finalPwc digital-iq-report final
Pwc digital-iq-report final
 
Passion For Innovation
Passion For InnovationPassion For Innovation
Passion For Innovation
 
Microsoft Dynamics Customer Stories
Microsoft Dynamics Customer StoriesMicrosoft Dynamics Customer Stories
Microsoft Dynamics Customer Stories
 
The Solar Future DE - Matt Cheney "A new large-scale solar initiative"
The Solar Future DE - Matt Cheney "A new large-scale solar initiative"The Solar Future DE - Matt Cheney "A new large-scale solar initiative"
The Solar Future DE - Matt Cheney "A new large-scale solar initiative"
 
Atlas Copco Smart Connected Assembly Industry 4.0
Atlas Copco Smart Connected Assembly Industry 4.0Atlas Copco Smart Connected Assembly Industry 4.0
Atlas Copco Smart Connected Assembly Industry 4.0
 
Accenture: ACIC Rome & Commvault
Accenture: ACIC Rome & Commvault Accenture: ACIC Rome & Commvault
Accenture: ACIC Rome & Commvault
 
Accenture tech vision 2018 slideshare trend2_extended_reality_aw_a_mc
Accenture tech vision 2018 slideshare trend2_extended_reality_aw_a_mcAccenture tech vision 2018 slideshare trend2_extended_reality_aw_a_mc
Accenture tech vision 2018 slideshare trend2_extended_reality_aw_a_mc
 
TechnoWeb Split Test in the context of validated learning
TechnoWeb Split Test in the context of validated learningTechnoWeb Split Test in the context of validated learning
TechnoWeb Split Test in the context of validated learning
 
Israel IT trends and positioning in infrastructure and development (delivery...
Israel IT  trends and positioning in infrastructure and development (delivery...Israel IT  trends and positioning in infrastructure and development (delivery...
Israel IT trends and positioning in infrastructure and development (delivery...
 

Semelhante a Machine Learning for Product Managers

CD4ML - ThoughtWorks MeetUp Munich Christoph Windheuser May 8th 2019
CD4ML - ThoughtWorks MeetUp Munich Christoph Windheuser May 8th 2019CD4ML - ThoughtWorks MeetUp Munich Christoph Windheuser May 8th 2019
CD4ML - ThoughtWorks MeetUp Munich Christoph Windheuser May 8th 2019Christoph Windheuser
 
Lead AI incubations as a Product manager
Lead AI incubations as a Product manager Lead AI incubations as a Product manager
Lead AI incubations as a Product manager Debapriya Basu
 
Galit Fein IT governance for slideshare 2016
Galit Fein IT governance for slideshare 2016Galit Fein IT governance for slideshare 2016
Galit Fein IT governance for slideshare 2016Galit Fein
 
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 AISemantic Web Company
 
Creating peak consumer experiences in the consumer goods industry
Creating peak consumer experiences in the consumer goods industryCreating peak consumer experiences in the consumer goods industry
Creating peak consumer experiences in the consumer goods industryaccenture
 
Understanding Content: Machine Learning & the Modern Insurer
Understanding Content:Machine Learning & the Modern InsurerUnderstanding Content:Machine Learning & the Modern Insurer
Understanding Content: Machine Learning & the Modern InsurerNuxeo
 
20th Athens Big Data Meetup - 3rd Talk - Message from our sponsor: Velti
20th Athens Big Data Meetup - 3rd Talk - Message from our sponsor: Velti20th Athens Big Data Meetup - 3rd Talk - Message from our sponsor: Velti
20th Athens Big Data Meetup - 3rd Talk - Message from our sponsor: VeltiAthens Big Data
 
2015 innovation day_connected business models - inventing smart earnings mode...
2015 innovation day_connected business models - inventing smart earnings mode...2015 innovation day_connected business models - inventing smart earnings mode...
2015 innovation day_connected business models - inventing smart earnings mode...Verhaert Masters in Innovation
 
Microsoft Whitepaper: Cloud Computing Guide for Construction
Microsoft Whitepaper: Cloud Computing Guide for ConstructionMicrosoft Whitepaper: Cloud Computing Guide for Construction
Microsoft Whitepaper: Cloud Computing Guide for ConstructionDWP Information Architects Inc.
 
Ibm symp14 referent_christian klezl_cloud
Ibm symp14 referent_christian klezl_cloudIbm symp14 referent_christian klezl_cloud
Ibm symp14 referent_christian klezl_cloudIBM Switzerland
 
5 vuforia studio intro sales presentation
5 vuforia studio intro sales presentation5 vuforia studio intro sales presentation
5 vuforia studio intro sales presentationSenthilkumar R
 
CMOfinalpresentation.ppt
CMOfinalpresentation.pptCMOfinalpresentation.ppt
CMOfinalpresentation.pptMr Garg
 
Data-Centric Business Transformation Using Knowledge Graphs
Data-Centric Business Transformation Using Knowledge GraphsData-Centric Business Transformation Using Knowledge Graphs
Data-Centric Business Transformation Using Knowledge GraphsAlan Morrison
 
Digital transformation - Competitive Advantage or Achilles Heel?
Digital transformation - Competitive Advantage or Achilles Heel?Digital transformation - Competitive Advantage or Achilles Heel?
Digital transformation - Competitive Advantage or Achilles Heel?Rahul Mohan
 
Sql Azure Partner Opportunities 07 29 2008
Sql Azure Partner Opportunities 07 29 2008Sql Azure Partner Opportunities 07 29 2008
Sql Azure Partner Opportunities 07 29 2008clapal
 
Erp technology-value-matrix-2020-erp-comparison
Erp technology-value-matrix-2020-erp-comparisonErp technology-value-matrix-2020-erp-comparison
Erp technology-value-matrix-2020-erp-comparisonKiran Bhavaraju
 
Benefits of Knowledge Graphs and AI For Enterprise PLM Platforms
Benefits of Knowledge Graphs and AI For Enterprise PLM PlatformsBenefits of Knowledge Graphs and AI For Enterprise PLM Platforms
Benefits of Knowledge Graphs and AI For Enterprise PLM PlatformsOleg Shilovitsky
 
Accelerating Innovation with IBM Cloud
Accelerating Innovation with IBM CloudAccelerating Innovation with IBM Cloud
Accelerating Innovation with IBM CloudLaurenWendler
 

Semelhante a Machine Learning for Product Managers (20)

CD4ML - ThoughtWorks MeetUp Munich Christoph Windheuser May 8th 2019
CD4ML - ThoughtWorks MeetUp Munich Christoph Windheuser May 8th 2019CD4ML - ThoughtWorks MeetUp Munich Christoph Windheuser May 8th 2019
CD4ML - ThoughtWorks MeetUp Munich Christoph Windheuser May 8th 2019
 
Lead AI incubations as a Product manager
Lead AI incubations as a Product manager Lead AI incubations as a Product manager
Lead AI incubations as a Product manager
 
Data Competitive
Data CompetitiveData Competitive
Data Competitive
 
Galit Fein IT governance for slideshare 2016
Galit Fein IT governance for slideshare 2016Galit Fein IT governance for slideshare 2016
Galit Fein IT governance for slideshare 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
 
Creating peak consumer experiences in the consumer goods industry
Creating peak consumer experiences in the consumer goods industryCreating peak consumer experiences in the consumer goods industry
Creating peak consumer experiences in the consumer goods industry
 
Understanding Content: Machine Learning & the Modern Insurer
Understanding Content:Machine Learning & the Modern InsurerUnderstanding Content:Machine Learning & the Modern Insurer
Understanding Content: Machine Learning & the Modern Insurer
 
TheProve.pptx
TheProve.pptxTheProve.pptx
TheProve.pptx
 
20th Athens Big Data Meetup - 3rd Talk - Message from our sponsor: Velti
20th Athens Big Data Meetup - 3rd Talk - Message from our sponsor: Velti20th Athens Big Data Meetup - 3rd Talk - Message from our sponsor: Velti
20th Athens Big Data Meetup - 3rd Talk - Message from our sponsor: Velti
 
2015 innovation day_connected business models - inventing smart earnings mode...
2015 innovation day_connected business models - inventing smart earnings mode...2015 innovation day_connected business models - inventing smart earnings mode...
2015 innovation day_connected business models - inventing smart earnings mode...
 
Microsoft Whitepaper: Cloud Computing Guide for Construction
Microsoft Whitepaper: Cloud Computing Guide for ConstructionMicrosoft Whitepaper: Cloud Computing Guide for Construction
Microsoft Whitepaper: Cloud Computing Guide for Construction
 
Ibm symp14 referent_christian klezl_cloud
Ibm symp14 referent_christian klezl_cloudIbm symp14 referent_christian klezl_cloud
Ibm symp14 referent_christian klezl_cloud
 
5 vuforia studio intro sales presentation
5 vuforia studio intro sales presentation5 vuforia studio intro sales presentation
5 vuforia studio intro sales presentation
 
CMOfinalpresentation.ppt
CMOfinalpresentation.pptCMOfinalpresentation.ppt
CMOfinalpresentation.ppt
 
Data-Centric Business Transformation Using Knowledge Graphs
Data-Centric Business Transformation Using Knowledge GraphsData-Centric Business Transformation Using Knowledge Graphs
Data-Centric Business Transformation Using Knowledge Graphs
 
Digital transformation - Competitive Advantage or Achilles Heel?
Digital transformation - Competitive Advantage or Achilles Heel?Digital transformation - Competitive Advantage or Achilles Heel?
Digital transformation - Competitive Advantage or Achilles Heel?
 
Sql Azure Partner Opportunities 07 29 2008
Sql Azure Partner Opportunities 07 29 2008Sql Azure Partner Opportunities 07 29 2008
Sql Azure Partner Opportunities 07 29 2008
 
Erp technology-value-matrix-2020-erp-comparison
Erp technology-value-matrix-2020-erp-comparisonErp technology-value-matrix-2020-erp-comparison
Erp technology-value-matrix-2020-erp-comparison
 
Benefits of Knowledge Graphs and AI For Enterprise PLM Platforms
Benefits of Knowledge Graphs and AI For Enterprise PLM PlatformsBenefits of Knowledge Graphs and AI For Enterprise PLM Platforms
Benefits of Knowledge Graphs and AI For Enterprise PLM Platforms
 
Accelerating Innovation with IBM Cloud
Accelerating Innovation with IBM CloudAccelerating Innovation with IBM Cloud
Accelerating Innovation with IBM Cloud
 

Mais de Thoughtworks

Design System as a Product
Design System as a ProductDesign System as a Product
Design System as a ProductThoughtworks
 
Cloud-first for fast innovation
Cloud-first for fast innovationCloud-first for fast innovation
Cloud-first for fast innovationThoughtworks
 
More impact with flexible teams
More impact with flexible teamsMore impact with flexible teams
More impact with flexible teamsThoughtworks
 
Culture of Innovation
Culture of InnovationCulture of Innovation
Culture of InnovationThoughtworks
 
Developer Experience
Developer ExperienceDeveloper Experience
Developer ExperienceThoughtworks
 
Hardware is hard(er)
Hardware is hard(er)Hardware is hard(er)
Hardware is hard(er)Thoughtworks
 
Amazon's Culture of Innovation
Amazon's Culture of InnovationAmazon's Culture of Innovation
Amazon's Culture of InnovationThoughtworks
 
Don't cross the Rubicon
Don't cross the RubiconDon't cross the Rubicon
Don't cross the RubiconThoughtworks
 
Your test coverage is a lie!
Your test coverage is a lie!Your test coverage is a lie!
Your test coverage is a lie!Thoughtworks
 
Docker container security
Docker container securityDocker container security
Docker container securityThoughtworks
 
A Tribute to Turing
A Tribute to TuringA Tribute to Turing
A Tribute to TuringThoughtworks
 
Rsa maths worked out
Rsa maths worked outRsa maths worked out
Rsa maths worked outThoughtworks
 
Do No Harm: Do Technologists Need a Code of Ethics?
Do No Harm: Do Technologists Need a Code of Ethics?Do No Harm: Do Technologists Need a Code of Ethics?
Do No Harm: Do Technologists Need a Code of Ethics?Thoughtworks
 
Making best-in-class security ubiquitous - Why security is no longer just an ...
Making best-in-class security ubiquitous - Why security is no longer just an ...Making best-in-class security ubiquitous - Why security is no longer just an ...
Making best-in-class security ubiquitous - Why security is no longer just an ...Thoughtworks
 
Security by default - Building continuous cyber-resilience.
Security by default - Building continuous cyber-resilience.Security by default - Building continuous cyber-resilience.
Security by default - Building continuous cyber-resilience.Thoughtworks
 
How to tell secrets
How to tell secretsHow to tell secrets
How to tell secretsThoughtworks
 
Alice has a Blue Car: Beginning the Conversation Around Ethically Aware Decis...
Alice has a Blue Car: Beginning the Conversation Around Ethically Aware Decis...Alice has a Blue Car: Beginning the Conversation Around Ethically Aware Decis...
Alice has a Blue Car: Beginning the Conversation Around Ethically Aware Decis...Thoughtworks
 
Holistic approach to cloud adoption
Holistic approach to cloud adoptionHolistic approach to cloud adoption
Holistic approach to cloud adoptionThoughtworks
 

Mais de Thoughtworks (20)

Design System as a Product
Design System as a ProductDesign System as a Product
Design System as a Product
 
Cloud-first for fast innovation
Cloud-first for fast innovationCloud-first for fast innovation
Cloud-first for fast innovation
 
More impact with flexible teams
More impact with flexible teamsMore impact with flexible teams
More impact with flexible teams
 
Culture of Innovation
Culture of InnovationCulture of Innovation
Culture of Innovation
 
Dual-Track Agile
Dual-Track AgileDual-Track Agile
Dual-Track Agile
 
Developer Experience
Developer ExperienceDeveloper Experience
Developer Experience
 
Hardware is hard(er)
Hardware is hard(er)Hardware is hard(er)
Hardware is hard(er)
 
Amazon's Culture of Innovation
Amazon's Culture of InnovationAmazon's Culture of Innovation
Amazon's Culture of Innovation
 
Don't cross the Rubicon
Don't cross the RubiconDon't cross the Rubicon
Don't cross the Rubicon
 
Error handling
Error handlingError handling
Error handling
 
Your test coverage is a lie!
Your test coverage is a lie!Your test coverage is a lie!
Your test coverage is a lie!
 
Docker container security
Docker container securityDocker container security
Docker container security
 
A Tribute to Turing
A Tribute to TuringA Tribute to Turing
A Tribute to Turing
 
Rsa maths worked out
Rsa maths worked outRsa maths worked out
Rsa maths worked out
 
Do No Harm: Do Technologists Need a Code of Ethics?
Do No Harm: Do Technologists Need a Code of Ethics?Do No Harm: Do Technologists Need a Code of Ethics?
Do No Harm: Do Technologists Need a Code of Ethics?
 
Making best-in-class security ubiquitous - Why security is no longer just an ...
Making best-in-class security ubiquitous - Why security is no longer just an ...Making best-in-class security ubiquitous - Why security is no longer just an ...
Making best-in-class security ubiquitous - Why security is no longer just an ...
 
Security by default - Building continuous cyber-resilience.
Security by default - Building continuous cyber-resilience.Security by default - Building continuous cyber-resilience.
Security by default - Building continuous cyber-resilience.
 
How to tell secrets
How to tell secretsHow to tell secrets
How to tell secrets
 
Alice has a Blue Car: Beginning the Conversation Around Ethically Aware Decis...
Alice has a Blue Car: Beginning the Conversation Around Ethically Aware Decis...Alice has a Blue Car: Beginning the Conversation Around Ethically Aware Decis...
Alice has a Blue Car: Beginning the Conversation Around Ethically Aware Decis...
 
Holistic approach to cloud adoption
Holistic approach to cloud adoptionHolistic approach to cloud adoption
Holistic approach to cloud adoption
 

Último

Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 

Machine Learning for Product Managers

  • 1. ©ThoughtWorks 2020 Commercial in Confidence ML for Product Managers
  • 2. ©ThoughtWorks 2020 Commercial in Confidence Machine Learning for Product Managers Matt Travers & Mat Kelcey
  • 3. ©ThoughtWorks 2020 Commercial in Confidence 3 What is Machine Learning? Technical Feasibility Customer Value Commercial Viability What we’ll cover today A look at ML through six product management lenses ©ThoughtWorks 2020 Commercial in Confidence Usability Strategy Delivery
  • 4. ©ThoughtWorks 2020 Commercial in Confidence 4 What is Machine Learning? Technical Feasibility Customer Value Commercial Viability What we’ll cover today A look at ML through six product management lenses ©ThoughtWorks 2020 Commercial in Confidence Usability Strategy Delivery
  • 5. ©ThoughtWorks 2020 Commercial in Confidence artificial intelligence data science machine learning What is machine learning? . . 5
  • 6. ©ThoughtWorks 2020 Commercial in Confidence 6 Breaking down the jargon A house price example distance material age 31 BRICK 12 2 WOOD 7 15 BRICK 13 sale price $250,000 $670,000 ???????? .
  • 7. ©ThoughtWorks 2020 Commercial in Confidence 7 Technical Feasibility Customer Value Commercial Viability What we’ll cover today A look at ML through six product management lenses ©ThoughtWorks 2020 Commercial in Confidence Usability Strategy Delivery What is Machine Learning? .
  • 8. ©ThoughtWorks 2020 Commercial in Confidence Start small and add more data & model complexity in increments. 8 How models & data interact Getting the balance right MLMODELCAPACITY BESPOKE DATA ESTATE Investment .
  • 9. ©ThoughtWorks 2020 Commercial in Confidence 9 Two dimensions of data Volume vs complexity. distance material age 31 BRICK 12 2 WOOD 7 15 BRICK 13 sale price $250,000 $670,000 $300,000 .
  • 10. ©ThoughtWorks 2020 Commercial in Confidence 10 Two dimensions of data Volume vs complexity. distance material age 31 BRICK 12 2 WOOD 7 15 BRICK 13 17 WOOD 12 sale price $250,000 $670,000 $300,000 $250,000 .
  • 11. ©ThoughtWorks 2020 Commercial in Confidence 11 Two dimensions of data Volume vs complexity. distance material age yard 31 BRICK 12 SMALL 2 WOOD 7 LARGE 15 BRICK 13 MEDIUM 17 WOOD 12 SMALL sale price $250,000 $670,000 $300,000 $250,000 .
  • 12. ©ThoughtWorks 2020 Commercial in Confidence 12 Two dimensions of data Volume vs complexity. distance material age yard 31 BRICK 12 SMALL 2 WOOD 7 LARGE 15 BRICK 13 MEDIUM 17 WOOD 12 SMALL days to sell 7 14 6 5 .
  • 13. ©ThoughtWorks 2020 Commercial in Confidence Never just a single model... . 13
  • 14. ©ThoughtWorks 2020 Commercial in Confidence Model options Commodity vs bespoke models. Cloud services and existing models provide a commodity set of capability, but don't differentiate. Bespoke models give the most flexibility, but come at non-trivial engineering cost. . 14
  • 15. ©ThoughtWorks 2020 Commercial in Confidence 15 Customer Value Commercial Viability What we’ll cover today A look at ML through six product management lenses ©ThoughtWorks 2020 Commercial in Confidence Usability Strategy Delivery What is Machine Learning? Technical Feasibility
  • 16. ©ThoughtWorks 2020 Commercial in Confidence 16 Mapping value to investment Getting the balance right Customer value should increase to justify the investment in both data and models. (Just like all products) A clear measure of customer value and a non-ML baseline is essential. CUSTOMER VALUE 16MLMODELCAPACITY BESPOKE DATA ESTATE Investment
  • 17. ©ThoughtWorks 2020 Commercial in Confidence 17 Mapping value to investment Getting the balance right If additional investment leads to no growth in user value, look for opportunities on the other dimension. MLMODELCAPACITY BESPOKE DATA ESTATECUSTOMER VALUE Balanced Zone Over-engineered model Redundant data
  • 18. ©ThoughtWorks 2020 Commercial in Confidence The stalled value trap Enough already. Customer value plateaus as better models and more data provide no perceivable improvement. 18CUSTOMER VALUE 18MLMODELCAPACITY BESPOKE DATA ESTATE No growth in value
  • 19. ©ThoughtWorks 2020 Commercial in Confidence The hype trap We just need some ML! The opportunity for ML is overestimated. Simple rules-based systems already deliver high value and a major ML investment is required to match the customer value. 19CUSTOMER VALUE 19MLMODELCAPACITY BESPOKE DATA ESTATE Marginal value growth after major investment
  • 20. ©ThoughtWorks 2020 Commercial in Confidence The moonshot True faith. Value relies on complex models and high volume and complexity of data. High risk, with no feedback on progressing customer value. 20CUSTOMER VALUE 20MLMODELCAPACITY BESPOKE DATA ESTATE
  • 21. ©ThoughtWorks 2020 Commercial in Confidence Complementary Approaches The most reliable path. Most successful ML products combine multiple models and datasets, often at different stages of development, which maximise customer value over the life of the product. 21CUSTOMER VALUE 21MLMODELCAPACITY BESPOKE DATA ESTATE
  • 22. ©ThoughtWorks 2020 Commercial in Confidence 22 Commercial Viability What we’ll cover today A look at ML through six product management lenses ©ThoughtWorks 2020 Commercial in Confidence Usability Strategy Delivery What is Machine Learning? Technical Feasibility Customer Value
  • 23. ©ThoughtWorks 2020 Commercial in Confidence Platforms and tooling How to take advantage of the burgeoning ecosystem. ● cloud APIs ● host your own model ● download and tune model ● train existing from own data ● novel model with own data . 23
  • 24. ©ThoughtWorks 2020 Commercial in Confidence Data Cost Structure How to manage costs Expect high people costs in data engineering when first accessing data. Storage is cheap but grows as complexity and volume increases 2424 BESPOKE DATA ESTATE DATA ENGINEERS DATA STORAGE Money Icon by Matlo from the Noun Project
  • 25. ©ThoughtWorks 2020 Commercial in Confidence ML Model cost Structure People and technology. Compute costs can be significant but typically have gradual growth. Data Scientists are expensive and can cause explosive increases during the transition from generic models to custom models. 2525MLMODELCAPACITY DATA SCIENTISTS COMPUTE COSTS MLaaS Generic Custom Money Icon by Matlo from the Noun Project Free!
  • 26. ©ThoughtWorks 2020 Commercial in Confidence 26 Privacy & Ethics Land Mine Icon by Ethan Clark from the Noun Project Function ML unlocks new opportunities for powerful new products that are ethically debatable. Self driving vehicle safety, facial recognition in crime prevention. Explainability Many ML models lack explainability; compounding biases and frustrating those seeking redress. Fraud prevention Data Security All ML requires lots of data; holding this data is a privacy risk. Re-identification is a risk when PI data points can be reproduced from a model. Bias Models reflect their training data. Biased datasets produce biased models. Facial analysis model have perpetuated racism and sexism in hiring and criminal justice. .
  • 27. ©ThoughtWorks 2020 Commercial in Confidence 27 What is Machine Learning? Technical Feasibility Customer Value Commercial Viability What we’ll cover today A look at ML through six product management lenses ©ThoughtWorks 2020 Commercial in Confidence Usability Strategy Delivery
  • 28. ©ThoughtWorks 2020 Commercial in Confidence 28 Robust to failure Combine algorithms for flexibility and nuance. ➜ Zidane ➜ Humour ➜ Sport ➜ Football ➜ Football ➜ Zidane
  • 29. ©ThoughtWorks 2020 Commercial in Confidence 29 Augmenting vs Automating Start with a humble UI 29MLMODELCAPACITY BESPOKE DATA ESTATE Confident UI Humble UI AUGMENTING AUTOMATING
  • 30. ©ThoughtWorks 2020 Commercial in Confidence 30 What is Machine Learning? Technical Feasibility Customer Value Commercial Viability What we’ll cover today A look at ML through six product management lenses ©ThoughtWorks 2020 Commercial in Confidence Usability Strategy Delivery
  • 31. ©ThoughtWorks 2020 Commercial in Confidence Custom combinations of known models Novel model IP Competitive Advantage Where are the moats? Best opportunities for competitive advantage are in: ● Data, rather than models ● Combinations ● Usage feedback loops creating a flywheel effect. 31HIGHEST COMPETITIVE. AD. 31MLMODELCAPACITY BESPOKE DATA ESTATE Generic models as a service Spreadsheet models Existing models on exclusive data Usage Data feed- back loops Existing models on replicable data
  • 32. ©ThoughtWorks 2020 Commercial in Confidence 32 ML’s double flywheel How usage can create unassailable competitive advantage. EXPERIENCE QUALITY USAGE $ UNIQUE DATA (Volume & Complexity) MODEL INNOVATION
  • 33. ©ThoughtWorks 2020 Commercial in Confidence 33 Value creation vs efficiency Where to look for opportunities. Value Creation Efficiency Definition Create customer new customer value which can be monetised. Reduce costs or mitigate risks through efficiency Examples Voice services, self driving vehicles Process prioritisation, fraud detection. Competitive Advantage Potential for flywheel. Incremental and replicable. Timing Explore urgently Build gradually. Likelihood of success Risky, moonshot More proven.
  • 34. ©ThoughtWorks 2020 Commercial in Confidence 34 Tech-led or customer-led? What if your CEO just wants some AI. ● Generally we advise customer-led to ensure we are solving real problems ● But ML is a big enough step from known tech that there is the risk of Product teams not knowing what they don’t know. ● ML bootcamps, which are tech-led, for all teams to understand the potential of the tech and re-assess existing Opportunities with new ML-based solutions.
  • 35. ©ThoughtWorks 2020 Commercial in Confidence 35 What is Machine Learning? Technical Feasibility Customer Value Commercial Viability What we’ll cover today A look at ML through six product management lenses ©ThoughtWorks 2020 Commercial in Confidence Usability Strategy Delivery .
  • 36. ©ThoughtWorks 2020 Commercial in Confidence ML Maturity Where are the skills? There's usually a mix of skills and impacts within an organisation. Cross team Company wide Single team Descriptive Predictive Prescriptive Many teams doing simple things Deep expertise in few teams Capture expertise in tooling . 36
  • 37. ©ThoughtWorks 2020 Commercial in Confidence Low risk with low impact? High risk with high impact? A mix? Moonshots or incremental? Research portfolio Portfolio Evolution . 37
  • 38. ©ThoughtWorks 2020 Commercial in Confidence feedback? https://l.ead.me/bbRXBr Thank you! Matt Travers matt.travers@thoughtworks.com Mat Kelcey mkelcey@thoughtworks.com