SlideShare une entreprise Scribd logo
1  sur  29
Télécharger pour lire hors ligne
AI in the Real World
Challenges, and Risks and how to handle them?
Srinath Perera, Ph.D.
VP Research WSO2, Apache Member,
Advisor, Entracer
( srinath@wso2.com)
@srinath_perera
2
• Some tasks (e.g., make a coffee)
we can explain, precisely. We can
write a code to do them.
• Other tasks, e.g., drive a car, we
can do, but can’t explain how. We
can’t teach our children how to
drive by writing it down. Such
“intelligent tasks,” we have to
give them examples and feedback
and train them. 
• AI can learn from examples to do such
“intelligent tasks.”
• Andrew Ng’s rule - “AI can do anything
human can do in 10 sec or less.”
What is AI?
3
• Compared to humans, Computer doing these
tasks (With AI) are
• Faster (1K-1M times) - e.g. 1s vs 11 days (
so can do more detailed analysis)
• Cheaper to replicate
• Reliable
• Learn from every mistake
So What?
If you just listen, AI is pretty
simple
Laplace's Demon
• “if someone (the demon) knows the precise location and
momentum of every atom in the universe, their past and
future values for any given time are entailed; they can be
calculated from the laws of classical mechanics.” [1]
• This mess up many things, including free will.
• Understanding this leads to advances in physics
( including thermodynamics) and later to Chaos theory.
• But we are often acting as if AI is a Laplace’s demon
1. https://en.wikipedia.org/wiki/Laplace%27s_demon
5
How AI Process Works?
6
Fineprint: AI Works only If
7
• If there is a pattern to be found
• If our algorithms can find them
• If future is like the past ( mostly)
• behaviors does not significantly change
• Not a Wicked Problem ( where behaviors change
based on participants response). e.g. stocks
• If data is representative
• Not biased
• We have enough data
Your model is
wrong, and you
will never know
whether it is
right.
8
Three ways of looking at this
Behold the
magic of AI,
how dare
you
question?
Yet all models are wrong, but some are useful and most need to be verified empirically
The first step in
solving a problem is to
recognize that it does
exist. --Zig Ziglar
9
Weather as an Example
• We have tried to solve weather for long
time
• It is very hard problem
• However, simulations has become pretty
good
• We check for butterfly effect by checking
many initial conditions
• If all converge we are good. Further the
prediction time, more likely we get Chaos
10
We need to embrace the complexity and Handle them
• Building Models are hard
• Deployment is Complex
• User integration is hard
• AI has it’s own risks, and they
are much more critical than
Human mistakes
11
What can we do? Trust but verify!
• Audit your models
• Incorporate feedback
• Measure accuracies against
estimates ( e.g., use Bayesian
updates)
• Test the business impact of
your models using randomized
controlled trials [ref] and
introduce gradually.
12
I am going to go through a depressing list of why AI is hard
But don’t panic, I will
tell how to handle
them ( well at least
some of them).
13
Challenge: Lack of Skilled Professionals
• The data scientists, programmers, and
architects are in short supply and
expensive.
• It is hard for medium and smaller
organizations to attract, hire, and keep
enough skilled people.
• Bias and Interpretability makes this hard
• Limited Solutions ( Wizards, Mapping
AI to DB (e.g., BaysDB) or spreadsheets,
Automatic Statisticians)
14
• Need different thinking and
Skillset
• Deeper knowledge in math and
statistics
• Empathy to see how solutions
are used
Data Scarcity and Quality
• Lack of Large Enough Data Sets.
• With 10,000 data points per day,
it takes 3 years to collect 1
million data points
• Labeled data sets are hard to find
• Solutions (limited)
• Transfer learning
• Semi & Unsupervised learning
15
Deployments are Complex
• Setting up continuous pipeline of data to models is far
from simple[ ref]
• Implementing trust and verify need complicated
handling
• Tracking what data is used for a given version of the
model
• Python models vs. other language runtimes
• Most models barely do 50 TPS, so likely you will have
to autoscale also
16
AI delivered via Cloud APIs
• Concentrate expertise and Data
• Enable companies offering the
API to focus on a problem or
domain
• Remove complexity of
deploying and managing
models
• Let client organizations start
small and expand
17
Among examples are
disease diagnosis,
marketing insights,
spatiotemporal models,
and fleet management,
and device management.
can address many concerns
AI as Cloud APIs (Contd.)
• Only possible when If data formats are
well known (e.g., banking or healthcare
data) and key performance indicators
(KPIs) are well defined. Then reusable
models can be built for those use cases. 
• Incentives for vendors to do this as it let
them collect data
• Tension between privacy and competitive
advantage
• Personalisations is needed
18
User Experience: Precision vs. Recall
Consider population with 0.05%
having a disease. Assume we
have a model diagnose the
disease with 99% accuracy.
19
Actual
(+)
Actual
(-)
Predicted

(+)
5 9995
Predicted

(-)
495 989505
• Precision ( give model the said yes, how likely it is to
be correct) is 0.05%, which does not work
• Precision vs. recall (what percentage of cases are
detected) is valued differently.
• If prediction stops a customer transaction, precision
is valued
• Bank doing on the side fraud detection said analyst
are cheap, they need 100% recall
• If a new model has low precision, users will give up
User Experience: Handling False Positives
• Although 99% accuracy sounds impressive it is not
• In Sri Lanka, if model is applied nationally, that means 200K will be
assessed wrongly
• Can they appeal? How would they know?
• Are we going to fix when we know?
• This is OK when errors are apparent and can be fixed (e.g. wrong
recommendation)
• If used again and again, errors adds up. Example, if we use AI model with
99% accuracy to estimate 50 properties, 40% of users will have at least one
property wrong
20
User Experience: Incorporating User Input
• If prediction can be verified by other means (e.g.,
after time passed), user feedback is not critical
• If not, user feedback should be collected (e.g., via
just clicking a link in the mail) and incorporating it
into the Models pipeline.
• Models can be deployed gradually using canary
testing ( show the model a small percentage of users)
and business outcomes verified.
21
Risks: Bias
• AI can learn and repeat the inherent bias in the data
caused by human behavior (e.g., Book “Weapons of
Math Destruction” by Cathy O’Neil.)
• Removing bias is hard - For example, an address in a
certain neighborhood might act as a proxy for the race;
the name might act as a proxy for gender, or name of
the degree might act as a proxy for age.
22
• AI, once figured out, is cheap to repeat, we will do lot of them 
• AI put the decision in the background and we do not see them ( even
when they are not working) unless we watch the KPIs carefully 
• Human errors and bias are diverse and there is strength in that diversity.
E.g. if one interviewer does not like you someone else might. AI likely to
lead to few win all situations on which case, if AI is biased, you are
screwed. 
• Biased AI based gatekeeper keeps some people out and we do not see
them at all
23
AI weaknesses can be worse than humans Weakness
24
Example: AI Model to Screen Students to University Interviews
• If model decided certain demographic is not suitable, we will no longer
have training data on demographic, thus self biasing our models ( and
freezing it in time)
• Human errors and bias are diverse. If interviewer Sarath might not like you
but Nimal might. If AI is the screener, you are in trouble.
• We have lost independent failures, which provide stability.
• We might decide to expand this to high schools as well ( as additional cost
is small) expanding potential impact.
What can we do? ( in this case)
Accept 1% of the CVs
rejected by AI for
interviews, monitor that
against the model error
rate, check that against
bias
25
• Audit AI decisions so we
can study them, debug
them, and fix them
• Be creative on testing AI
models
• Expose them gradually, do
randomized trails
• Actively monitor KPIs
26
What can we do?
Conclusion: embrace the complexity and Manage
• Building Models are hard
• Deployment is Complex
• User integration is hard
• AI has it’s own risks, and they
are much more critical than
Human mistakes
27
Create Cloud APIs
and Start with
Cloud APIs
Monitor and
Manage Models
Invest Deeply Into
Understand the
Use Cases
Always remember, although useful, it is a beast,
and we must be vigilent
• Yes!!
• Everyday, many dies due to lack of
quality medical advice
• AI model can serve everyone much
cheaper, and likely more accurately
and it will learn from every mistake
• So we kill by omission as well
• We need to take risks, but
understand and manage them.
28
Should we do AI for risky cases at all? e.g Medicine
Questions?

Contenu connexe

Tendances

Intro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data ScientistsIntro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data ScientistsSri Ambati
 
Integrating AI - Business Applications
Integrating AI - Business ApplicationsIntegrating AI - Business Applications
Integrating AI - Business ApplicationsHal Kalechofsky
 
Artificial Intelligence Overview PowerPoint Presentation Slides
Artificial Intelligence Overview PowerPoint Presentation Slides Artificial Intelligence Overview PowerPoint Presentation Slides
Artificial Intelligence Overview PowerPoint Presentation Slides SlideTeam
 
GTU GeekDay 2019 Limitations of Artificial Intelligence
GTU GeekDay 2019 Limitations of Artificial IntelligenceGTU GeekDay 2019 Limitations of Artificial Intelligence
GTU GeekDay 2019 Limitations of Artificial IntelligenceKürşat İNCE
 
Aptage future of ai webinar slides
Aptage future of ai webinar slidesAptage future of ai webinar slides
Aptage future of ai webinar slidesAptage
 
Artificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of IntelligenceArtificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of IntelligenceAbhishek Upadhyay
 
Expert System - Artificial intelligence
Expert System - Artificial intelligenceExpert System - Artificial intelligence
Expert System - Artificial intelligenceDr. Abdul Ahad Abro
 
Data Mining and Knowledge Discovery in Business Databases
Data Mining and Knowledge Discovery in Business DatabasesData Mining and Knowledge Discovery in Business Databases
Data Mining and Knowledge Discovery in Business Databasesbutest
 
A quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - TechaheadA quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - TechaheadJatin Sapra
 
Learning from Machine Intelligence: The Next Wave of Digital Transformation
Learning from Machine Intelligence: The Next Wave of Digital TransformationLearning from Machine Intelligence: The Next Wave of Digital Transformation
Learning from Machine Intelligence: The Next Wave of Digital TransformationOrange Silicon Valley
 
Deep Neural Networks for Machine Learning
Deep Neural Networks for Machine LearningDeep Neural Networks for Machine Learning
Deep Neural Networks for Machine LearningJustin Beirold
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its ApplicationsDr Ganesh Iyer
 
Applied Artificial Intelligence Unit 1 Semester 3 MSc IT Part 2 Mumbai Univer...
Applied Artificial Intelligence Unit 1 Semester 3 MSc IT Part 2 Mumbai Univer...Applied Artificial Intelligence Unit 1 Semester 3 MSc IT Part 2 Mumbai Univer...
Applied Artificial Intelligence Unit 1 Semester 3 MSc IT Part 2 Mumbai Univer...Madhav Mishra
 
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017Carol Smith
 
Rules in Artificial Intelligence
Rules in Artificial IntelligenceRules in Artificial Intelligence
Rules in Artificial IntelligencePierre Feillet
 
ARTIFICIAL INTELLIGENCE: The Future of Business.
 ARTIFICIAL INTELLIGENCE: The Future of Business.  ARTIFICIAL INTELLIGENCE: The Future of Business.
ARTIFICIAL INTELLIGENCE: The Future of Business. Diego Saenz
 
Machine Learning Risk Management
Machine Learning Risk ManagementMachine Learning Risk Management
Machine Learning Risk ManagementAndrew Clark
 
Machine Learning -- The Artificial Intelligence Revolution
Machine Learning -- The Artificial Intelligence RevolutionMachine Learning -- The Artificial Intelligence Revolution
Machine Learning -- The Artificial Intelligence RevolutionExtentia Information Technology
 
Machine Learning: What Assurance Professionals Need to Know
Machine Learning: What Assurance Professionals Need to Know Machine Learning: What Assurance Professionals Need to Know
Machine Learning: What Assurance Professionals Need to Know Andrew Clark
 

Tendances (20)

Intro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data ScientistsIntro to Data Science for Non-Data Scientists
Intro to Data Science for Non-Data Scientists
 
Integrating AI - Business Applications
Integrating AI - Business ApplicationsIntegrating AI - Business Applications
Integrating AI - Business Applications
 
Artificial Intelligence Overview PowerPoint Presentation Slides
Artificial Intelligence Overview PowerPoint Presentation Slides Artificial Intelligence Overview PowerPoint Presentation Slides
Artificial Intelligence Overview PowerPoint Presentation Slides
 
GTU GeekDay 2019 Limitations of Artificial Intelligence
GTU GeekDay 2019 Limitations of Artificial IntelligenceGTU GeekDay 2019 Limitations of Artificial Intelligence
GTU GeekDay 2019 Limitations of Artificial Intelligence
 
Aptage future of ai webinar slides
Aptage future of ai webinar slidesAptage future of ai webinar slides
Aptage future of ai webinar slides
 
Artificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of IntelligenceArtificial intelligence: Simulation of Intelligence
Artificial intelligence: Simulation of Intelligence
 
Expert System - Artificial intelligence
Expert System - Artificial intelligenceExpert System - Artificial intelligence
Expert System - Artificial intelligence
 
Data Mining and Knowledge Discovery in Business Databases
Data Mining and Knowledge Discovery in Business DatabasesData Mining and Knowledge Discovery in Business Databases
Data Mining and Knowledge Discovery in Business Databases
 
A quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - TechaheadA quick guide to artificial intelligence working - Techahead
A quick guide to artificial intelligence working - Techahead
 
Learning from Machine Intelligence: The Next Wave of Digital Transformation
Learning from Machine Intelligence: The Next Wave of Digital TransformationLearning from Machine Intelligence: The Next Wave of Digital Transformation
Learning from Machine Intelligence: The Next Wave of Digital Transformation
 
Deep Neural Networks for Machine Learning
Deep Neural Networks for Machine LearningDeep Neural Networks for Machine Learning
Deep Neural Networks for Machine Learning
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its Applications
 
Machine Learning and Artificial Intelligence
Machine Learning and Artificial IntelligenceMachine Learning and Artificial Intelligence
Machine Learning and Artificial Intelligence
 
Applied Artificial Intelligence Unit 1 Semester 3 MSc IT Part 2 Mumbai Univer...
Applied Artificial Intelligence Unit 1 Semester 3 MSc IT Part 2 Mumbai Univer...Applied Artificial Intelligence Unit 1 Semester 3 MSc IT Part 2 Mumbai Univer...
Applied Artificial Intelligence Unit 1 Semester 3 MSc IT Part 2 Mumbai Univer...
 
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
 
Rules in Artificial Intelligence
Rules in Artificial IntelligenceRules in Artificial Intelligence
Rules in Artificial Intelligence
 
ARTIFICIAL INTELLIGENCE: The Future of Business.
 ARTIFICIAL INTELLIGENCE: The Future of Business.  ARTIFICIAL INTELLIGENCE: The Future of Business.
ARTIFICIAL INTELLIGENCE: The Future of Business.
 
Machine Learning Risk Management
Machine Learning Risk ManagementMachine Learning Risk Management
Machine Learning Risk Management
 
Machine Learning -- The Artificial Intelligence Revolution
Machine Learning -- The Artificial Intelligence RevolutionMachine Learning -- The Artificial Intelligence Revolution
Machine Learning -- The Artificial Intelligence Revolution
 
Machine Learning: What Assurance Professionals Need to Know
Machine Learning: What Assurance Professionals Need to Know Machine Learning: What Assurance Professionals Need to Know
Machine Learning: What Assurance Professionals Need to Know
 

Similaire à AI in the Real World: Challenges, and Risks and how to handle them?

Monitoring Models in Production
Monitoring Models in ProductionMonitoring Models in Production
Monitoring Models in ProductionJannes Klaas
 
Fact vs. Fiction: How Innovations in AI Will Intersect with Recruitment in th...
Fact vs. Fiction: How Innovations in AI Will Intersect with Recruitment in th...Fact vs. Fiction: How Innovations in AI Will Intersect with Recruitment in th...
Fact vs. Fiction: How Innovations in AI Will Intersect with Recruitment in th...CareerBuilder
 
Choosing a Machine Learning technique to solve your need
Choosing a Machine Learning technique to solve your needChoosing a Machine Learning technique to solve your need
Choosing a Machine Learning technique to solve your needGibDevs
 
Managing Data Science by David Martínez Rego
Managing Data Science by David Martínez RegoManaging Data Science by David Martínez Rego
Managing Data Science by David Martínez RegoBig Data Spain
 
Hima_Lakkaraju_XAI_ShortCourse.pptx
Hima_Lakkaraju_XAI_ShortCourse.pptxHima_Lakkaraju_XAI_ShortCourse.pptx
Hima_Lakkaraju_XAI_ShortCourse.pptxPhanThDuy
 
Unit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxUnit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxChitrachitrap
 
Ai demystified for HR and TA leaders
Ai demystified for HR and TA leadersAi demystified for HR and TA leaders
Ai demystified for HR and TA leadersAntonia Macrides
 
Module 4: Model Selection and Evaluation
Module 4: Model Selection and EvaluationModule 4: Model Selection and Evaluation
Module 4: Model Selection and EvaluationSara Hooker
 
Future of data science as a profession
Future of data science as a professionFuture of data science as a profession
Future of data science as a professionJose Quesada
 
Module_1_Slide_01.pdf
Module_1_Slide_01.pdfModule_1_Slide_01.pdf
Module_1_Slide_01.pdfFazleeKan
 
AI Models For Fun and Profit by Walmart Director of Artificial Intelligence
AI Models For Fun and Profit by Walmart Director of Artificial IntelligenceAI Models For Fun and Profit by Walmart Director of Artificial Intelligence
AI Models For Fun and Profit by Walmart Director of Artificial IntelligenceProduct School
 
Tech essentials for Product managers
Tech essentials for Product managersTech essentials for Product managers
Tech essentials for Product managersNitin T Bhat
 
Machine Learning: Opening the Pandora's Box - Dhiana Deva @ QCon São Paulo 2019
Machine Learning: Opening the Pandora's Box - Dhiana Deva @ QCon São Paulo 2019Machine Learning: Opening the Pandora's Box - Dhiana Deva @ QCon São Paulo 2019
Machine Learning: Opening the Pandora's Box - Dhiana Deva @ QCon São Paulo 2019Dhiana Deva
 
Hacking Predictive Modeling - RoadSec 2018
Hacking Predictive Modeling - RoadSec 2018Hacking Predictive Modeling - RoadSec 2018
Hacking Predictive Modeling - RoadSec 2018HJ van Veen
 
Enterprise Machine Learning Governance
Enterprise Machine Learning Governance Enterprise Machine Learning Governance
Enterprise Machine Learning Governance Terence Siganakis
 
When the AIs failures send us back to our own societal biases
When the AIs failures send us back to our own societal biasesWhen the AIs failures send us back to our own societal biases
When the AIs failures send us back to our own societal biasesClément DUFFAU
 
Data Science for Business Managers - An intro to ROI for predictive analytics
Data Science for Business Managers - An intro to ROI for predictive analyticsData Science for Business Managers - An intro to ROI for predictive analytics
Data Science for Business Managers - An intro to ROI for predictive analyticsAkin Osman Kazakci
 
The Future of AI (September 2019)
The Future of AI (September 2019)The Future of AI (September 2019)
The Future of AI (September 2019)Julien SIMON
 

Similaire à AI in the Real World: Challenges, and Risks and how to handle them? (20)

Monitoring Models in Production
Monitoring Models in ProductionMonitoring Models in Production
Monitoring Models in Production
 
Fact vs. Fiction: How Innovations in AI Will Intersect with Recruitment in th...
Fact vs. Fiction: How Innovations in AI Will Intersect with Recruitment in th...Fact vs. Fiction: How Innovations in AI Will Intersect with Recruitment in th...
Fact vs. Fiction: How Innovations in AI Will Intersect with Recruitment in th...
 
Choosing a Machine Learning technique to solve your need
Choosing a Machine Learning technique to solve your needChoosing a Machine Learning technique to solve your need
Choosing a Machine Learning technique to solve your need
 
Ml masterclass
Ml masterclassMl masterclass
Ml masterclass
 
Managing Data Science by David Martínez Rego
Managing Data Science by David Martínez RegoManaging Data Science by David Martínez Rego
Managing Data Science by David Martínez Rego
 
Hima_Lakkaraju_XAI_ShortCourse.pptx
Hima_Lakkaraju_XAI_ShortCourse.pptxHima_Lakkaraju_XAI_ShortCourse.pptx
Hima_Lakkaraju_XAI_ShortCourse.pptx
 
Unit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptxUnit 1-ML (1) (1).pptx
Unit 1-ML (1) (1).pptx
 
Ai demystified for HR and TA leaders
Ai demystified for HR and TA leadersAi demystified for HR and TA leaders
Ai demystified for HR and TA leaders
 
Module 4: Model Selection and Evaluation
Module 4: Model Selection and EvaluationModule 4: Model Selection and Evaluation
Module 4: Model Selection and Evaluation
 
Future of data science as a profession
Future of data science as a professionFuture of data science as a profession
Future of data science as a profession
 
Module_1_Slide_01.pdf
Module_1_Slide_01.pdfModule_1_Slide_01.pdf
Module_1_Slide_01.pdf
 
AI Models For Fun and Profit by Walmart Director of Artificial Intelligence
AI Models For Fun and Profit by Walmart Director of Artificial IntelligenceAI Models For Fun and Profit by Walmart Director of Artificial Intelligence
AI Models For Fun and Profit by Walmart Director of Artificial Intelligence
 
Tech essentials for Product managers
Tech essentials for Product managersTech essentials for Product managers
Tech essentials for Product managers
 
Machine Learning: Opening the Pandora's Box - Dhiana Deva @ QCon São Paulo 2019
Machine Learning: Opening the Pandora's Box - Dhiana Deva @ QCon São Paulo 2019Machine Learning: Opening the Pandora's Box - Dhiana Deva @ QCon São Paulo 2019
Machine Learning: Opening the Pandora's Box - Dhiana Deva @ QCon São Paulo 2019
 
Hacking Predictive Modeling - RoadSec 2018
Hacking Predictive Modeling - RoadSec 2018Hacking Predictive Modeling - RoadSec 2018
Hacking Predictive Modeling - RoadSec 2018
 
Enterprise Machine Learning Governance
Enterprise Machine Learning Governance Enterprise Machine Learning Governance
Enterprise Machine Learning Governance
 
When the AIs failures send us back to our own societal biases
When the AIs failures send us back to our own societal biasesWhen the AIs failures send us back to our own societal biases
When the AIs failures send us back to our own societal biases
 
Data Science for Business Managers - An intro to ROI for predictive analytics
Data Science for Business Managers - An intro to ROI for predictive analyticsData Science for Business Managers - An intro to ROI for predictive analytics
Data Science for Business Managers - An intro to ROI for predictive analytics
 
The Future of AI (September 2019)
The Future of AI (September 2019)The Future of AI (September 2019)
The Future of AI (September 2019)
 
Ritcha R
Ritcha RRitcha R
Ritcha R
 

Plus de Srinath Perera

Book: Software Architecture and Decision-Making
Book: Software Architecture and Decision-MakingBook: Software Architecture and Decision-Making
Book: Software Architecture and Decision-MakingSrinath Perera
 
Data science Applications in the Enterprise
Data science Applications in the EnterpriseData science Applications in the Enterprise
Data science Applications in the EnterpriseSrinath Perera
 
An Introduction to APIs
An Introduction to APIs An Introduction to APIs
An Introduction to APIs Srinath Perera
 
An Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance ProfessionalsAn Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance ProfessionalsSrinath Perera
 
How would AI shape Future Integrations?
How would AI shape Future Integrations?How would AI shape Future Integrations?
How would AI shape Future Integrations?Srinath Perera
 
The Role of Blockchain in Future Integrations
The Role of Blockchain in Future IntegrationsThe Role of Blockchain in Future Integrations
The Role of Blockchain in Future IntegrationsSrinath Perera
 
Blockchain: Where are we? Where are we going?
Blockchain: Where are we? Where are we going? Blockchain: Where are we? Where are we going?
Blockchain: Where are we? Where are we going? Srinath Perera
 
Few thoughts about Future of Blockchain
Few thoughts about Future of BlockchainFew thoughts about Future of Blockchain
Few thoughts about Future of BlockchainSrinath Perera
 
A Visual Canvas for Judging New Technologies
A Visual Canvas for Judging New TechnologiesA Visual Canvas for Judging New Technologies
A Visual Canvas for Judging New TechnologiesSrinath Perera
 
Privacy in Bigdata Era
Privacy in Bigdata  EraPrivacy in Bigdata  Era
Privacy in Bigdata EraSrinath Perera
 
Blockchain, Impact, Challenges, and Risks
Blockchain, Impact, Challenges, and RisksBlockchain, Impact, Challenges, and Risks
Blockchain, Impact, Challenges, and RisksSrinath Perera
 
Today's Technology and Emerging Technology Landscape
Today's Technology and Emerging Technology LandscapeToday's Technology and Emerging Technology Landscape
Today's Technology and Emerging Technology LandscapeSrinath Perera
 
An Emerging Technologies Timeline
An Emerging Technologies TimelineAn Emerging Technologies Timeline
An Emerging Technologies TimelineSrinath Perera
 
The Rise of Streaming SQL and Evolution of Streaming Applications
The Rise of Streaming SQL and Evolution of Streaming ApplicationsThe Rise of Streaming SQL and Evolution of Streaming Applications
The Rise of Streaming SQL and Evolution of Streaming ApplicationsSrinath Perera
 
Analytics and AI: The Good, the Bad and the Ugly
Analytics and AI: The Good, the Bad and the UglyAnalytics and AI: The Good, the Bad and the Ugly
Analytics and AI: The Good, the Bad and the UglySrinath Perera
 
Transforming a Business Through Analytics
Transforming a Business Through AnalyticsTransforming a Business Through Analytics
Transforming a Business Through AnalyticsSrinath Perera
 
SoC Keynote:The State of the Art in Integration Technology
SoC Keynote:The State of the Art in Integration TechnologySoC Keynote:The State of the Art in Integration Technology
SoC Keynote:The State of the Art in Integration TechnologySrinath Perera
 
Role of Analytics in Digital Business
Role of Analytics in Digital BusinessRole of Analytics in Digital Business
Role of Analytics in Digital BusinessSrinath Perera
 
What Open Data and Open Source can do for Sri Lanka?
What Open Data and Open Source can do for Sri Lanka?What Open Data and Open Source can do for Sri Lanka?
What Open Data and Open Source can do for Sri Lanka?Srinath Perera
 

Plus de Srinath Perera (20)

Book: Software Architecture and Decision-Making
Book: Software Architecture and Decision-MakingBook: Software Architecture and Decision-Making
Book: Software Architecture and Decision-Making
 
Data science Applications in the Enterprise
Data science Applications in the EnterpriseData science Applications in the Enterprise
Data science Applications in the Enterprise
 
An Introduction to APIs
An Introduction to APIs An Introduction to APIs
An Introduction to APIs
 
An Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance ProfessionalsAn Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance Professionals
 
How would AI shape Future Integrations?
How would AI shape Future Integrations?How would AI shape Future Integrations?
How would AI shape Future Integrations?
 
The Role of Blockchain in Future Integrations
The Role of Blockchain in Future IntegrationsThe Role of Blockchain in Future Integrations
The Role of Blockchain in Future Integrations
 
Future of Serverless
Future of ServerlessFuture of Serverless
Future of Serverless
 
Blockchain: Where are we? Where are we going?
Blockchain: Where are we? Where are we going? Blockchain: Where are we? Where are we going?
Blockchain: Where are we? Where are we going?
 
Few thoughts about Future of Blockchain
Few thoughts about Future of BlockchainFew thoughts about Future of Blockchain
Few thoughts about Future of Blockchain
 
A Visual Canvas for Judging New Technologies
A Visual Canvas for Judging New TechnologiesA Visual Canvas for Judging New Technologies
A Visual Canvas for Judging New Technologies
 
Privacy in Bigdata Era
Privacy in Bigdata  EraPrivacy in Bigdata  Era
Privacy in Bigdata Era
 
Blockchain, Impact, Challenges, and Risks
Blockchain, Impact, Challenges, and RisksBlockchain, Impact, Challenges, and Risks
Blockchain, Impact, Challenges, and Risks
 
Today's Technology and Emerging Technology Landscape
Today's Technology and Emerging Technology LandscapeToday's Technology and Emerging Technology Landscape
Today's Technology and Emerging Technology Landscape
 
An Emerging Technologies Timeline
An Emerging Technologies TimelineAn Emerging Technologies Timeline
An Emerging Technologies Timeline
 
The Rise of Streaming SQL and Evolution of Streaming Applications
The Rise of Streaming SQL and Evolution of Streaming ApplicationsThe Rise of Streaming SQL and Evolution of Streaming Applications
The Rise of Streaming SQL and Evolution of Streaming Applications
 
Analytics and AI: The Good, the Bad and the Ugly
Analytics and AI: The Good, the Bad and the UglyAnalytics and AI: The Good, the Bad and the Ugly
Analytics and AI: The Good, the Bad and the Ugly
 
Transforming a Business Through Analytics
Transforming a Business Through AnalyticsTransforming a Business Through Analytics
Transforming a Business Through Analytics
 
SoC Keynote:The State of the Art in Integration Technology
SoC Keynote:The State of the Art in Integration TechnologySoC Keynote:The State of the Art in Integration Technology
SoC Keynote:The State of the Art in Integration Technology
 
Role of Analytics in Digital Business
Role of Analytics in Digital BusinessRole of Analytics in Digital Business
Role of Analytics in Digital Business
 
What Open Data and Open Source can do for Sri Lanka?
What Open Data and Open Source can do for Sri Lanka?What Open Data and Open Source can do for Sri Lanka?
What Open Data and Open Source can do for Sri Lanka?
 

Dernier

Thiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhhThiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhhYasamin16
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Boston Institute of Analytics
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfchwongval
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGIThomas Poetter
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfBoston Institute of Analytics
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024Susanna-Assunta Sansone
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.natarajan8993
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxUnduhUnggah1
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Seán Kennedy
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxMike Bennett
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryJeremy Anderson
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
Business Analytics using Microsoft Excel
Business Analytics using Microsoft ExcelBusiness Analytics using Microsoft Excel
Business Analytics using Microsoft Excelysmaelreyes
 

Dernier (20)

Thiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhhThiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhh
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
 
Multiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdfMultiple time frame trading analysis -brianshannon.pdf
Multiple time frame trading analysis -brianshannon.pdf
 
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGILLMs, LMMs, their Improvement Suggestions and the Path towards AGI
LLMs, LMMs, their Improvement Suggestions and the Path towards AGI
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docx
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptx
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data Story
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
Business Analytics using Microsoft Excel
Business Analytics using Microsoft ExcelBusiness Analytics using Microsoft Excel
Business Analytics using Microsoft Excel
 

AI in the Real World: Challenges, and Risks and how to handle them?

  • 1. AI in the Real World Challenges, and Risks and how to handle them? Srinath Perera, Ph.D. VP Research WSO2, Apache Member, Advisor, Entracer ( srinath@wso2.com) @srinath_perera
  • 2. 2 • Some tasks (e.g., make a coffee) we can explain, precisely. We can write a code to do them. • Other tasks, e.g., drive a car, we can do, but can’t explain how. We can’t teach our children how to drive by writing it down. Such “intelligent tasks,” we have to give them examples and feedback and train them.  • AI can learn from examples to do such “intelligent tasks.” • Andrew Ng’s rule - “AI can do anything human can do in 10 sec or less.” What is AI?
  • 3. 3 • Compared to humans, Computer doing these tasks (With AI) are • Faster (1K-1M times) - e.g. 1s vs 11 days ( so can do more detailed analysis) • Cheaper to replicate • Reliable • Learn from every mistake So What?
  • 4. If you just listen, AI is pretty simple
  • 5. Laplace's Demon • “if someone (the demon) knows the precise location and momentum of every atom in the universe, their past and future values for any given time are entailed; they can be calculated from the laws of classical mechanics.” [1] • This mess up many things, including free will. • Understanding this leads to advances in physics ( including thermodynamics) and later to Chaos theory. • But we are often acting as if AI is a Laplace’s demon 1. https://en.wikipedia.org/wiki/Laplace%27s_demon 5
  • 6. How AI Process Works? 6
  • 7. Fineprint: AI Works only If 7 • If there is a pattern to be found • If our algorithms can find them • If future is like the past ( mostly) • behaviors does not significantly change • Not a Wicked Problem ( where behaviors change based on participants response). e.g. stocks • If data is representative • Not biased • We have enough data
  • 8. Your model is wrong, and you will never know whether it is right. 8 Three ways of looking at this Behold the magic of AI, how dare you question? Yet all models are wrong, but some are useful and most need to be verified empirically
  • 9. The first step in solving a problem is to recognize that it does exist. --Zig Ziglar 9
  • 10. Weather as an Example • We have tried to solve weather for long time • It is very hard problem • However, simulations has become pretty good • We check for butterfly effect by checking many initial conditions • If all converge we are good. Further the prediction time, more likely we get Chaos 10
  • 11. We need to embrace the complexity and Handle them • Building Models are hard • Deployment is Complex • User integration is hard • AI has it’s own risks, and they are much more critical than Human mistakes 11
  • 12. What can we do? Trust but verify! • Audit your models • Incorporate feedback • Measure accuracies against estimates ( e.g., use Bayesian updates) • Test the business impact of your models using randomized controlled trials [ref] and introduce gradually. 12
  • 13. I am going to go through a depressing list of why AI is hard But don’t panic, I will tell how to handle them ( well at least some of them). 13
  • 14. Challenge: Lack of Skilled Professionals • The data scientists, programmers, and architects are in short supply and expensive. • It is hard for medium and smaller organizations to attract, hire, and keep enough skilled people. • Bias and Interpretability makes this hard • Limited Solutions ( Wizards, Mapping AI to DB (e.g., BaysDB) or spreadsheets, Automatic Statisticians) 14 • Need different thinking and Skillset • Deeper knowledge in math and statistics • Empathy to see how solutions are used
  • 15. Data Scarcity and Quality • Lack of Large Enough Data Sets. • With 10,000 data points per day, it takes 3 years to collect 1 million data points • Labeled data sets are hard to find • Solutions (limited) • Transfer learning • Semi & Unsupervised learning 15
  • 16. Deployments are Complex • Setting up continuous pipeline of data to models is far from simple[ ref] • Implementing trust and verify need complicated handling • Tracking what data is used for a given version of the model • Python models vs. other language runtimes • Most models barely do 50 TPS, so likely you will have to autoscale also 16
  • 17. AI delivered via Cloud APIs • Concentrate expertise and Data • Enable companies offering the API to focus on a problem or domain • Remove complexity of deploying and managing models • Let client organizations start small and expand 17 Among examples are disease diagnosis, marketing insights, spatiotemporal models, and fleet management, and device management. can address many concerns
  • 18. AI as Cloud APIs (Contd.) • Only possible when If data formats are well known (e.g., banking or healthcare data) and key performance indicators (KPIs) are well defined. Then reusable models can be built for those use cases.  • Incentives for vendors to do this as it let them collect data • Tension between privacy and competitive advantage • Personalisations is needed 18
  • 19. User Experience: Precision vs. Recall Consider population with 0.05% having a disease. Assume we have a model diagnose the disease with 99% accuracy. 19 Actual (+) Actual (-) Predicted (+) 5 9995 Predicted (-) 495 989505 • Precision ( give model the said yes, how likely it is to be correct) is 0.05%, which does not work • Precision vs. recall (what percentage of cases are detected) is valued differently. • If prediction stops a customer transaction, precision is valued • Bank doing on the side fraud detection said analyst are cheap, they need 100% recall • If a new model has low precision, users will give up
  • 20. User Experience: Handling False Positives • Although 99% accuracy sounds impressive it is not • In Sri Lanka, if model is applied nationally, that means 200K will be assessed wrongly • Can they appeal? How would they know? • Are we going to fix when we know? • This is OK when errors are apparent and can be fixed (e.g. wrong recommendation) • If used again and again, errors adds up. Example, if we use AI model with 99% accuracy to estimate 50 properties, 40% of users will have at least one property wrong 20
  • 21. User Experience: Incorporating User Input • If prediction can be verified by other means (e.g., after time passed), user feedback is not critical • If not, user feedback should be collected (e.g., via just clicking a link in the mail) and incorporating it into the Models pipeline. • Models can be deployed gradually using canary testing ( show the model a small percentage of users) and business outcomes verified. 21
  • 22. Risks: Bias • AI can learn and repeat the inherent bias in the data caused by human behavior (e.g., Book “Weapons of Math Destruction” by Cathy O’Neil.) • Removing bias is hard - For example, an address in a certain neighborhood might act as a proxy for the race; the name might act as a proxy for gender, or name of the degree might act as a proxy for age. 22
  • 23. • AI, once figured out, is cheap to repeat, we will do lot of them  • AI put the decision in the background and we do not see them ( even when they are not working) unless we watch the KPIs carefully  • Human errors and bias are diverse and there is strength in that diversity. E.g. if one interviewer does not like you someone else might. AI likely to lead to few win all situations on which case, if AI is biased, you are screwed.  • Biased AI based gatekeeper keeps some people out and we do not see them at all 23 AI weaknesses can be worse than humans Weakness
  • 24. 24 Example: AI Model to Screen Students to University Interviews • If model decided certain demographic is not suitable, we will no longer have training data on demographic, thus self biasing our models ( and freezing it in time) • Human errors and bias are diverse. If interviewer Sarath might not like you but Nimal might. If AI is the screener, you are in trouble. • We have lost independent failures, which provide stability. • We might decide to expand this to high schools as well ( as additional cost is small) expanding potential impact.
  • 25. What can we do? ( in this case) Accept 1% of the CVs rejected by AI for interviews, monitor that against the model error rate, check that against bias 25
  • 26. • Audit AI decisions so we can study them, debug them, and fix them • Be creative on testing AI models • Expose them gradually, do randomized trails • Actively monitor KPIs 26 What can we do?
  • 27. Conclusion: embrace the complexity and Manage • Building Models are hard • Deployment is Complex • User integration is hard • AI has it’s own risks, and they are much more critical than Human mistakes 27 Create Cloud APIs and Start with Cloud APIs Monitor and Manage Models Invest Deeply Into Understand the Use Cases Always remember, although useful, it is a beast, and we must be vigilent
  • 28. • Yes!! • Everyday, many dies due to lack of quality medical advice • AI model can serve everyone much cheaper, and likely more accurately and it will learn from every mistake • So we kill by omission as well • We need to take risks, but understand and manage them. 28 Should we do AI for risky cases at all? e.g Medicine