SlideShare ist ein Scribd-Unternehmen logo
1 von 37
Managing AI Products
Prasad Velamuri
Prasad Velamuri
• AI Product Fellow @ Insight Data Science
• Product Manager (+ Co-founder) @Voicy.ai
• Product Manager @Cisco
• Technology Strategy @Samsung
• Product Manager, SW Developer @Juniper
Agenda
• Intelligent Systems
• OODA
• AI/ ML/ DL
• AI Product Management
• Strategy
• Analyze, Decide, Build –––
• Influence across matrix
• Other considerations
• Driverless AI
• Monetizing AI
Observe
Orient
Decide
Act
Intelligent Systems
LEARN
Decision Making
Insight:
Speeding through the loop
is more important than
quality of the decisions
Sir John Boyd
Distinguished
fighter pilot,
developed military
theories in ‘60s
The field of AI
Economic Value Created by AI
99% of the EVC by
AI today is through
Supervised Learning
Input Output
Picture Is it you or not
Loan application Will you repay (%)
Ad User Will the user click?
Speech Recognition Text Transcript
Translation (English) French
Image/ Lidar Position
AI Product Management
Why is it different?
•Non-deterministic Product (F1 score)
•Atypical Product Testing
• Output changes with use
•Data science is not engineering
• AI models aren’t like databases
• Significant time spent on data prep
•Still very ‘Researchy’
Strategic AI Product Manager
• Corporate Strategy
• PM should drive the Emergent strategy
• Few companies adopting Deliberate strategy
• Data Strategy
• Centralized and secure
• Avoid inaccurate, incomplete, out-of-date
• Kickstart “Data network effects”
Data Network Effects
Data network effects occur when your
product, generally powered by machine
learning, becomes smarter as it gets more
data from your users.
http://mattturck.com/the-power-of-data-network-effects/
Network Effect
+
Data Network Effect
Strategic AI Product Manager
• Corporate Strategy
• PM should drive the Emergent strategy
• Few companies adopting Deliberate strategy
• Data Strategy
• Centralized and secure
• Avoid inaccurate, incomplete, out-of-date
• Kickstart “Data network effects”
• Data acquisition strategies
Data acquisition strategies
• Manual work at least till data network effect kicks in
• Crawling the web (e.g., text summarization/ simplification)
• Narrow the domain (e.g., vertical chatbots)
• Crowdsourcing/ Outsourcing (e.g., Crowdflower, Amazon Mechanical Turk)
• Gamification/ Incentivizing user-in-the loop
• Data capture SDKs in third party apps
• Build “Data trap” (create/sell something valuable to gather data- Tesla?)
• Publicly available datasets
https://www.kdnuggets.com/2016/06/10-data-acquisition-strategies-startups.html
Strategic AI Product Manager
• Corporate Strategy
• PM should drive the Emergent strategy
• Few companies adopting Deliberate strategy
• Data Strategy
• Unified data warehouse and secure
• Avoid inaccurate, incomplete, out-of-date
• Kickstart “Data network effects”
• Data acquisition strategies
• Get over “Cold start” problem
AI Product Management
• Analyze – What to build
• Decide – How to build
• Build – The building Process
Observe Product Trends in the AI Market
• Develop market insights and macro trends
• McKinsey Global Institute (MGI):
• Only 12% use cases progressed beyond experimentation stage
• Adoption limited outside technology sector
• Best-practice is to adopt agile test and learn approach
• Free research from MGI, Gartner, CB Insights
Follow trends in Applied AI research
• Your true competitive advantage
• Not from expertise in algorithms
• Ability to shorten time-to-market of products
• Have good handle on latest algorithm advances
• Andrej Karpathy’s arxiv-sanity summarizing latest research
• Follow influencers
Cut through hype- focus on practical use cases
• Have insights into practical use cases
• Identify problem
• Perception, Prediction, Personalization
Identify Problem
• Perception
• If a typical person can do a mental task with < 1 sec of thought, we can probably
automate it using AI now or in the near future (Andrew Ng, HBR, Nov 2016)
• Prediction
• For any concrete, repeated event that we observe, we can reasonably try to predict
the outcome of the next such event (Andrew Ng, NIPS 2016)
• Personalization
• Serving content desired by users in a personalized manner (Spotify/ Netflix)
Cut through hype- focus on practical use cases
• Have insights into practical use cases
• Identify problem
• Perception, Prediction, Personalization
• The PAC Framework to build use cases
• Automate, Classify, Predict
• Customers, Product, Operations
The PAC Framework*
Customers Product Operations
Predict • Which customer will buy
• Which user will churn
• Sales Forecast
• Infrastructure Usage
• Employee Attrition
Classify • Who might upgrade
• Micro segmentation
• Customer Input
• Bug Classification
• Manufacturing
Automate • Lead Generation
• Call Follow-Up
• Bug resolution workflows
• Product Training
• Operational Workflows
• Supply chain
* Rob May
Cut through hype- focus on practical use cases
• Have insights into practical use cases
• Identify problem
• Perception, Prediction, Personalization
• The PAC Framework to build use cases
• Automate, Classify, Predict
• Customers, Product, Operations
• AI hierarchy of opportunities
• Building on Maslow’s hierarchy of needs
AI hierarchy of opportunities*
Superpowers
for humans
Customer Service,
Conversation
Analytics
Retail self-checkout, supply
chain optimization, Pricing
predictions
Security, Predictive Analytics,
Autonomous Vehicles, eDiscovery
Agricultural monitoring, Disease prevention,
Medical Imaging, Smart Home, Geospacial
Analytics, Drug Discovery
* Ankit Jain
(Gradient Ventures)
Transcendence
Esteem and Education
Operational Efficiency
Safety Needs
Physiological Needs
Cut through hype- focus on practical use cases
• Have insights into practical use cases
• Identify problem
• Perception, Prediction, Personalization
• The PAC Framework to build use cases
• Automate, Classify, Predict
• Customers, Product, Operations
• AI hierarchy of opportunities
• Focus on use cases that improve EBIT
• RoI, data network effects, data set, drift, tools required
Customer and Data obsession
• Customer obsession
• Going beyond product features & benefits
• Understanding meaning for customer’s jobs, their purpose, motivations and
the conscious choices they make
• Data obsession
• Being a champion of digitization while quantifying problems customers care
• Build comprehensive datasets needed for quality AI models
• Fetching data that reflects user’s jobs, behaviors & interaction patterns.
Build usable products with simple AI model
• Don’t be over obsessed with complexity of AI models
• Accuracy improvements vs user experience improvements
• AI MVP pyramid (adapted from Jussi Pasanen’s MVP pyramid)
• Be familiar with tools and techniques
• Influence AI Engineers, Data Scientists and Data Engineers
• API ecosystem that help serve end users
• Data ingestion tools (Kafka)
• Data processing systems (Spark)
• NoSQL DBMS (Cassandra)
• Commercial alternatives on AWS & GCP (cost structures)
• Avoid reinventing the wheel for commoditized AI techniques
Breadth first approach (Data/ Pipeline/ Model)
• Some crucial applications involve high liability
• Law, medicine and safety
• Output requires clear explanation for compliance purposes
• Use the approaches to explaining predictions from deep learning
• Eliminate Bias*
• Articulate organizational values of fairness and equality
• Communicate this to all employees (data scientists)
• Benchmark training data
• Validate algorithms periodically
Consider Model Explainability
* SAP Design Center
• Use validated learning loops for quick iterations
• Conceive use cases and map to capabilities of ML, Deep Learning
• Classification (Binary/ Multiclass)
• Regression (prediction)
• Clustering
• Universal approximation of Deep Learning
• Tie to a small set of metrics that matter
• Challenges of end-to-end AI models optimizing multiple objectives
• Agile deep learning
Iteratively build use cases with mapped AI models
Agile Deep Learning
Have a sub-loop of “Explore, Experiment and Prioritize”
• Gracefully handle low performance scenarios
Ensure product fails gracefully
• Technical language of AI researchers and data scientists.
• Artificial Intelligence, deep learning, machine learning — whatever you’re doing if
you don’t understand it — learn it. Because otherwise you’re going to be a
dinosaur within 3 years! (Mark Cuban)
Understand the fundamentals
Monica Rogati
AI Product Management
• Analyze – What to build
• Decide – How to build
• Build – The building Process
Influencing across the matrix
• Data scientists and AI Engineers
• Influencing-Up
• SCIPAB model
• Key Assertions based on realized benefits from AI Products
• Establish credibility
• Build Trust
Other Considerations
• Driverless AI/ Auto ML
• Automate laborious tasks- Feature Engineering, Model tuning
• Ensembling, Automatic cross-validation, Detect time-series
• AI Monetizing 101
AI Monetization models*
• Subscription models
• Freemium through monetizing data network effects
• Outcome-based
• Pay for the outcome (benefit) provided by the product/service
• Asset-Sharing
• Maximize utilization of product across multiple customers
• Revenue-sharing
• Sell product at cost, earn a percentage of client’s product sales
• Data monetization
• Product serves as a vehicle to collect and monetize quality data
• Win-win-win models
* Heiko Schmidt
Summary
• The current phase of AI is very promising
• Several opportunities to
• make elegant products that create tremendous value,
• delight customers and significantly transform the business.
• AI Product Manager is a catalyst in this transformation
Resources
• This slide deck available at bit.ly/managingAIproducts
• Blog covering salient points in this deck:
• blog.insightdatascience.com/moving-towards-managing-ai-products-5268c5e9ecf2
• Follow me:
• Twitter @prasadvsd
• Linkedin.com/in/pvelamuri

Weitere ähnliche Inhalte

Ähnlich wie Managing AI Products

ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...DATAVERSITY
 
Product Management for AI
Product Management for AIProduct Management for AI
Product Management for AIPeter Skomoroch
 
predictive analysis and usage in procurement ppt 2017
predictive analysis and usage in procurement  ppt 2017predictive analysis and usage in procurement  ppt 2017
predictive analysis and usage in procurement ppt 2017Prashant Bhatmule
 
Reducing Technology Risks Through Prototyping
Reducing Technology Risks Through Prototyping Reducing Technology Risks Through Prototyping
Reducing Technology Risks Through Prototyping Valdas Maksimavičius
 
Productionising Machine Learning Models
Productionising Machine Learning ModelsProductionising Machine Learning Models
Productionising Machine Learning ModelsTash Bickley
 
InfoVision_PM101_RPadaki
InfoVision_PM101_RPadakiInfoVision_PM101_RPadaki
InfoVision_PM101_RPadakiRavi Padaki
 
Valdas Maksimavičius - Reducing Technology Risks through Prototyping
Valdas Maksimavičius - Reducing Technology Risks through PrototypingValdas Maksimavičius - Reducing Technology Risks through Prototyping
Valdas Maksimavičius - Reducing Technology Risks through PrototypingAgile Lietuva
 
Top Business Intelligence Trends for 2016 by Panorama Software
Top Business Intelligence Trends for 2016 by Panorama SoftwareTop Business Intelligence Trends for 2016 by Panorama Software
Top Business Intelligence Trends for 2016 by Panorama SoftwarePanorama Software
 
Big Data: InterConnect 2016 Session on Getting Started with Big Data Analytics
Big Data:  InterConnect 2016 Session on Getting Started with Big Data AnalyticsBig Data:  InterConnect 2016 Session on Getting Started with Big Data Analytics
Big Data: InterConnect 2016 Session on Getting Started with Big Data AnalyticsCynthia Saracco
 
How to Build an AI/ML Product and Sell it by SalesChoice CPO
How to Build an AI/ML Product and Sell it by SalesChoice CPOHow to Build an AI/ML Product and Sell it by SalesChoice CPO
How to Build an AI/ML Product and Sell it by SalesChoice CPOProduct School
 
Getting Started with Product Analytics - A 101 Implementation Guide for Begin...
Getting Started with Product Analytics - A 101 Implementation Guide for Begin...Getting Started with Product Analytics - A 101 Implementation Guide for Begin...
Getting Started with Product Analytics - A 101 Implementation Guide for Begin...Vishrut Shukla
 
Content Analytics Studio – The visualization, machine learning and applicatio...
Content Analytics Studio – The visualization, machine learning and applicatio...Content Analytics Studio – The visualization, machine learning and applicatio...
Content Analytics Studio – The visualization, machine learning and applicatio...Lucidworks
 
Dashlane Mission Teams
Dashlane Mission TeamsDashlane Mission Teams
Dashlane Mission TeamsDashlane
 
Intro to Artificial Intelligence w/ Target's Director of PM
 Intro to Artificial Intelligence w/ Target's Director of PM Intro to Artificial Intelligence w/ Target's Director of PM
Intro to Artificial Intelligence w/ Target's Director of PMProduct School
 
ICP for Data- Enterprise platform for AI, ML and Data Science
ICP for Data- Enterprise platform for AI, ML and Data ScienceICP for Data- Enterprise platform for AI, ML and Data Science
ICP for Data- Enterprise platform for AI, ML and Data ScienceKaran Sachdeva
 
An AI Maturity Roadmap for Becoming a Data-Driven Organization
An AI Maturity Roadmap for Becoming a Data-Driven OrganizationAn AI Maturity Roadmap for Becoming a Data-Driven Organization
An AI Maturity Roadmap for Becoming a Data-Driven OrganizationDavid Solomon
 
Architectural Considerations for Startups
Architectural Considerations for StartupsArchitectural Considerations for Startups
Architectural Considerations for StartupsNiall Roche
 
Using Data Science to Build an End-to-End Recommendation System
Using Data Science to Build an End-to-End Recommendation SystemUsing Data Science to Build an End-to-End Recommendation System
Using Data Science to Build an End-to-End Recommendation SystemVMware Tanzu
 
OC Big Data Monthly Meetup #6 - Session 1 - IBM
OC Big Data Monthly Meetup #6 - Session 1 - IBMOC Big Data Monthly Meetup #6 - Session 1 - IBM
OC Big Data Monthly Meetup #6 - Session 1 - IBMBig Data Joe™ Rossi
 

Ähnlich wie Managing AI Products (20)

ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
ADV Slides: What the Aspiring or New Data Scientist Needs to Know About the E...
 
Product Management for AI
Product Management for AIProduct Management for AI
Product Management for AI
 
predictive analysis and usage in procurement ppt 2017
predictive analysis and usage in procurement  ppt 2017predictive analysis and usage in procurement  ppt 2017
predictive analysis and usage in procurement ppt 2017
 
Reducing Technology Risks Through Prototyping
Reducing Technology Risks Through Prototyping Reducing Technology Risks Through Prototyping
Reducing Technology Risks Through Prototyping
 
Productionising Machine Learning Models
Productionising Machine Learning ModelsProductionising Machine Learning Models
Productionising Machine Learning Models
 
InfoVision_PM101_RPadaki
InfoVision_PM101_RPadakiInfoVision_PM101_RPadaki
InfoVision_PM101_RPadaki
 
Valdas Maksimavičius - Reducing Technology Risks through Prototyping
Valdas Maksimavičius - Reducing Technology Risks through PrototypingValdas Maksimavičius - Reducing Technology Risks through Prototyping
Valdas Maksimavičius - Reducing Technology Risks through Prototyping
 
Top Business Intelligence Trends for 2016 by Panorama Software
Top Business Intelligence Trends for 2016 by Panorama SoftwareTop Business Intelligence Trends for 2016 by Panorama Software
Top Business Intelligence Trends for 2016 by Panorama Software
 
AI in the Enterprise at Scale
AI in the Enterprise at ScaleAI in the Enterprise at Scale
AI in the Enterprise at Scale
 
Big Data: InterConnect 2016 Session on Getting Started with Big Data Analytics
Big Data:  InterConnect 2016 Session on Getting Started with Big Data AnalyticsBig Data:  InterConnect 2016 Session on Getting Started with Big Data Analytics
Big Data: InterConnect 2016 Session on Getting Started with Big Data Analytics
 
How to Build an AI/ML Product and Sell it by SalesChoice CPO
How to Build an AI/ML Product and Sell it by SalesChoice CPOHow to Build an AI/ML Product and Sell it by SalesChoice CPO
How to Build an AI/ML Product and Sell it by SalesChoice CPO
 
Getting Started with Product Analytics - A 101 Implementation Guide for Begin...
Getting Started with Product Analytics - A 101 Implementation Guide for Begin...Getting Started with Product Analytics - A 101 Implementation Guide for Begin...
Getting Started with Product Analytics - A 101 Implementation Guide for Begin...
 
Content Analytics Studio – The visualization, machine learning and applicatio...
Content Analytics Studio – The visualization, machine learning and applicatio...Content Analytics Studio – The visualization, machine learning and applicatio...
Content Analytics Studio – The visualization, machine learning and applicatio...
 
Dashlane Mission Teams
Dashlane Mission TeamsDashlane Mission Teams
Dashlane Mission Teams
 
Intro to Artificial Intelligence w/ Target's Director of PM
 Intro to Artificial Intelligence w/ Target's Director of PM Intro to Artificial Intelligence w/ Target's Director of PM
Intro to Artificial Intelligence w/ Target's Director of PM
 
ICP for Data- Enterprise platform for AI, ML and Data Science
ICP for Data- Enterprise platform for AI, ML and Data ScienceICP for Data- Enterprise platform for AI, ML and Data Science
ICP for Data- Enterprise platform for AI, ML and Data Science
 
An AI Maturity Roadmap for Becoming a Data-Driven Organization
An AI Maturity Roadmap for Becoming a Data-Driven OrganizationAn AI Maturity Roadmap for Becoming a Data-Driven Organization
An AI Maturity Roadmap for Becoming a Data-Driven Organization
 
Architectural Considerations for Startups
Architectural Considerations for StartupsArchitectural Considerations for Startups
Architectural Considerations for Startups
 
Using Data Science to Build an End-to-End Recommendation System
Using Data Science to Build an End-to-End Recommendation SystemUsing Data Science to Build an End-to-End Recommendation System
Using Data Science to Build an End-to-End Recommendation System
 
OC Big Data Monthly Meetup #6 - Session 1 - IBM
OC Big Data Monthly Meetup #6 - Session 1 - IBMOC Big Data Monthly Meetup #6 - Session 1 - IBM
OC Big Data Monthly Meetup #6 - Session 1 - IBM
 

Kürzlich hochgeladen

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
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.pptxRustici Software
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
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 SavingEdi Saputra
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
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 FMESafe Software
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 

Kürzlich hochgeladen (20)

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

Managing AI Products

  • 2. Prasad Velamuri • AI Product Fellow @ Insight Data Science • Product Manager (+ Co-founder) @Voicy.ai • Product Manager @Cisco • Technology Strategy @Samsung • Product Manager, SW Developer @Juniper
  • 3. Agenda • Intelligent Systems • OODA • AI/ ML/ DL • AI Product Management • Strategy • Analyze, Decide, Build ––– • Influence across matrix • Other considerations • Driverless AI • Monetizing AI
  • 5. Decision Making Insight: Speeding through the loop is more important than quality of the decisions Sir John Boyd Distinguished fighter pilot, developed military theories in ‘60s
  • 7. Economic Value Created by AI 99% of the EVC by AI today is through Supervised Learning Input Output Picture Is it you or not Loan application Will you repay (%) Ad User Will the user click? Speech Recognition Text Transcript Translation (English) French Image/ Lidar Position
  • 8. AI Product Management Why is it different? •Non-deterministic Product (F1 score) •Atypical Product Testing • Output changes with use •Data science is not engineering • AI models aren’t like databases • Significant time spent on data prep •Still very ‘Researchy’
  • 9. Strategic AI Product Manager • Corporate Strategy • PM should drive the Emergent strategy • Few companies adopting Deliberate strategy • Data Strategy • Centralized and secure • Avoid inaccurate, incomplete, out-of-date • Kickstart “Data network effects”
  • 10. Data Network Effects Data network effects occur when your product, generally powered by machine learning, becomes smarter as it gets more data from your users. http://mattturck.com/the-power-of-data-network-effects/ Network Effect + Data Network Effect
  • 11. Strategic AI Product Manager • Corporate Strategy • PM should drive the Emergent strategy • Few companies adopting Deliberate strategy • Data Strategy • Centralized and secure • Avoid inaccurate, incomplete, out-of-date • Kickstart “Data network effects” • Data acquisition strategies
  • 12. Data acquisition strategies • Manual work at least till data network effect kicks in • Crawling the web (e.g., text summarization/ simplification) • Narrow the domain (e.g., vertical chatbots) • Crowdsourcing/ Outsourcing (e.g., Crowdflower, Amazon Mechanical Turk) • Gamification/ Incentivizing user-in-the loop • Data capture SDKs in third party apps • Build “Data trap” (create/sell something valuable to gather data- Tesla?) • Publicly available datasets https://www.kdnuggets.com/2016/06/10-data-acquisition-strategies-startups.html
  • 13. Strategic AI Product Manager • Corporate Strategy • PM should drive the Emergent strategy • Few companies adopting Deliberate strategy • Data Strategy • Unified data warehouse and secure • Avoid inaccurate, incomplete, out-of-date • Kickstart “Data network effects” • Data acquisition strategies • Get over “Cold start” problem
  • 14. AI Product Management • Analyze – What to build • Decide – How to build • Build – The building Process
  • 15. Observe Product Trends in the AI Market • Develop market insights and macro trends • McKinsey Global Institute (MGI): • Only 12% use cases progressed beyond experimentation stage • Adoption limited outside technology sector • Best-practice is to adopt agile test and learn approach • Free research from MGI, Gartner, CB Insights
  • 16. Follow trends in Applied AI research • Your true competitive advantage • Not from expertise in algorithms • Ability to shorten time-to-market of products • Have good handle on latest algorithm advances • Andrej Karpathy’s arxiv-sanity summarizing latest research • Follow influencers
  • 17. Cut through hype- focus on practical use cases • Have insights into practical use cases • Identify problem • Perception, Prediction, Personalization
  • 18. Identify Problem • Perception • If a typical person can do a mental task with < 1 sec of thought, we can probably automate it using AI now or in the near future (Andrew Ng, HBR, Nov 2016) • Prediction • For any concrete, repeated event that we observe, we can reasonably try to predict the outcome of the next such event (Andrew Ng, NIPS 2016) • Personalization • Serving content desired by users in a personalized manner (Spotify/ Netflix)
  • 19. Cut through hype- focus on practical use cases • Have insights into practical use cases • Identify problem • Perception, Prediction, Personalization • The PAC Framework to build use cases • Automate, Classify, Predict • Customers, Product, Operations
  • 20. The PAC Framework* Customers Product Operations Predict • Which customer will buy • Which user will churn • Sales Forecast • Infrastructure Usage • Employee Attrition Classify • Who might upgrade • Micro segmentation • Customer Input • Bug Classification • Manufacturing Automate • Lead Generation • Call Follow-Up • Bug resolution workflows • Product Training • Operational Workflows • Supply chain * Rob May
  • 21. Cut through hype- focus on practical use cases • Have insights into practical use cases • Identify problem • Perception, Prediction, Personalization • The PAC Framework to build use cases • Automate, Classify, Predict • Customers, Product, Operations • AI hierarchy of opportunities • Building on Maslow’s hierarchy of needs
  • 22. AI hierarchy of opportunities* Superpowers for humans Customer Service, Conversation Analytics Retail self-checkout, supply chain optimization, Pricing predictions Security, Predictive Analytics, Autonomous Vehicles, eDiscovery Agricultural monitoring, Disease prevention, Medical Imaging, Smart Home, Geospacial Analytics, Drug Discovery * Ankit Jain (Gradient Ventures) Transcendence Esteem and Education Operational Efficiency Safety Needs Physiological Needs
  • 23. Cut through hype- focus on practical use cases • Have insights into practical use cases • Identify problem • Perception, Prediction, Personalization • The PAC Framework to build use cases • Automate, Classify, Predict • Customers, Product, Operations • AI hierarchy of opportunities • Focus on use cases that improve EBIT • RoI, data network effects, data set, drift, tools required
  • 24. Customer and Data obsession • Customer obsession • Going beyond product features & benefits • Understanding meaning for customer’s jobs, their purpose, motivations and the conscious choices they make • Data obsession • Being a champion of digitization while quantifying problems customers care • Build comprehensive datasets needed for quality AI models • Fetching data that reflects user’s jobs, behaviors & interaction patterns.
  • 25. Build usable products with simple AI model • Don’t be over obsessed with complexity of AI models • Accuracy improvements vs user experience improvements • AI MVP pyramid (adapted from Jussi Pasanen’s MVP pyramid)
  • 26. • Be familiar with tools and techniques • Influence AI Engineers, Data Scientists and Data Engineers • API ecosystem that help serve end users • Data ingestion tools (Kafka) • Data processing systems (Spark) • NoSQL DBMS (Cassandra) • Commercial alternatives on AWS & GCP (cost structures) • Avoid reinventing the wheel for commoditized AI techniques Breadth first approach (Data/ Pipeline/ Model)
  • 27. • Some crucial applications involve high liability • Law, medicine and safety • Output requires clear explanation for compliance purposes • Use the approaches to explaining predictions from deep learning • Eliminate Bias* • Articulate organizational values of fairness and equality • Communicate this to all employees (data scientists) • Benchmark training data • Validate algorithms periodically Consider Model Explainability * SAP Design Center
  • 28. • Use validated learning loops for quick iterations • Conceive use cases and map to capabilities of ML, Deep Learning • Classification (Binary/ Multiclass) • Regression (prediction) • Clustering • Universal approximation of Deep Learning • Tie to a small set of metrics that matter • Challenges of end-to-end AI models optimizing multiple objectives • Agile deep learning Iteratively build use cases with mapped AI models
  • 29. Agile Deep Learning Have a sub-loop of “Explore, Experiment and Prioritize”
  • 30. • Gracefully handle low performance scenarios Ensure product fails gracefully
  • 31. • Technical language of AI researchers and data scientists. • Artificial Intelligence, deep learning, machine learning — whatever you’re doing if you don’t understand it — learn it. Because otherwise you’re going to be a dinosaur within 3 years! (Mark Cuban) Understand the fundamentals Monica Rogati
  • 32. AI Product Management • Analyze – What to build • Decide – How to build • Build – The building Process
  • 33. Influencing across the matrix • Data scientists and AI Engineers • Influencing-Up • SCIPAB model • Key Assertions based on realized benefits from AI Products • Establish credibility • Build Trust
  • 34. Other Considerations • Driverless AI/ Auto ML • Automate laborious tasks- Feature Engineering, Model tuning • Ensembling, Automatic cross-validation, Detect time-series • AI Monetizing 101
  • 35. AI Monetization models* • Subscription models • Freemium through monetizing data network effects • Outcome-based • Pay for the outcome (benefit) provided by the product/service • Asset-Sharing • Maximize utilization of product across multiple customers • Revenue-sharing • Sell product at cost, earn a percentage of client’s product sales • Data monetization • Product serves as a vehicle to collect and monetize quality data • Win-win-win models * Heiko Schmidt
  • 36. Summary • The current phase of AI is very promising • Several opportunities to • make elegant products that create tremendous value, • delight customers and significantly transform the business. • AI Product Manager is a catalyst in this transformation
  • 37. Resources • This slide deck available at bit.ly/managingAIproducts • Blog covering salient points in this deck: • blog.insightdatascience.com/moving-towards-managing-ai-products-5268c5e9ecf2 • Follow me: • Twitter @prasadvsd • Linkedin.com/in/pvelamuri

Hinweis der Redaktion

  1. https://www.slideshare.net/eilken1/cactuscon-2017-ooda-loop-in-life-cyber-threat-intelligence
  2. By Bob?
  3. https://medium.com/iotforall/the-difference-between-artificial-intelligence-machine-learning-and-deep-learning-3aa67bff5991
  4. http://mattturck.com/the-power-of-data-network-effects/
  5. https://www.kdnuggets.com/2016/06/10-data-acquisition-strategies-startups.html
  6. https://medium.com/sap-design/human-impact-of-biased-ai-in-business-and-how-to-go-beyond-332d51e32e3a