SlideShare a Scribd company logo
Artificial
Intelligence for
Project
Managers
Are You Ready?
Scott W. Ambler
Consulting Methodologist
Ambysoft Inc.
© Ambysoft Inc.
1
Scott Ambler
© Ambysoft Inc. 2
• scott@scottambler.com
• X: @scottwambler
• linkedin.com/in/sambler/
Consulting Methodologist
Ambysoft.com
Thought Leader
AgileData.org
Thought Leader
AgileModeling.com
Co-Creator
pmi.org/disciplined-Agile
Agenda
3
1.What is(n’t) AI?
2.AI terminology in a nutshell
3.Are you ready for AI?
4.The lifecycle of an AI/ML initiative
5.Overcoming the data quality challenge
6.Ethical considerations with AI
7.Business implications of AI
8.Success and failure factors for AI
initiatives
© Ambysoft Inc.
WhatIs(n’t)AI?
Artificial intelligence is software, not magic
© Ambysoft Inc. 4
Defining Artificial Intelligence
© Ambysoft Inc. 5
Artificial Intelligence (AI)
Computer systems able to perform tasks normally requiring human intelligence.
Machine Learning (ML)
Computer systems with the ability to learn without being explicitly programmed. Training of ML
models often involve significant data curation, sometimes including data labeling.
Deep Learning (DL)
Computer systems with ”brain-like” logically structured algorithms called artificial neural
networks (ANNs).
Categories of Artificial Intelligence
© Ambysoft Inc. 6
Artificial Narrow Intelligence (ANI)
• Specializes in one area and solves one problem.
Artificial General Intelligence (AGI)
• As smart, or smarter, than a human with a wide range of
abilities.
Artificial Super Intelligence (ASI)
• An intellect that is much smarter than the best human in
practically every field.
We are here è
We are afraid of this è
And really afraid of this è
(More)
AITerminology
It’s confusing at first, but you’ll get it
© Ambysoft Inc. 7
Additional AI Terms That I May Use Today
© Ambysoft Inc. 8
• Data labeling. The process of identifying raw data, such as images or text, and adding one or more
meaningful labels to it to provide context so that a machine learning (ML) model can learn from it.
• Foundational model. An AI model trained on broad data at scale that can then be adapted to a
wide range of downstream tasks. Can provide a basis from which to start your own model
development. Examples: BloombergGPT and BioGPT.
• Semi-supervised learning. A model training approach that uses both labeled and unlabeled data, a
hybrid technique between supervised and unsupervised learning. Typically only a small
percentage of the data is labeled, as labeling tends to be expensive. Also called weak supervised
learning.
• Supervised learning. A model training approach where the model is provided examples of inputs,
it predicts outputs, and the model is corrected accordingly.
• Unsupervised learning. A model is trained without known outputs. The model is given data and
the goal is to find interesting patterns in it. Since we don’t know what those patterns will be, there
is no obvious way to provide corrections.
AreYouReadyForAI?
Likely not
© Ambysoft Inc. 9
© Ambysoft Inc. 10
Does your leadership understand AI?
Does your organization have
a clear AI strategy?
Do you have AI expertise available,
including data scientists?
Do you have a realistic vision for
what you want to achieve with AI?
Do you understand your current level
of data technical debt?
Can you staff teams with dedicated, diverse,
and interdisciplinary people?
TheMachineLearning
Lifecycle
You need a disciplined hybrid strategy
© Ambysoft Inc. 11
Four Uncomfortable Observations and a Claim
© Ambysoft Inc. 12
This isn’t a project. Treating this as a series of projects MIGHT work, but it’s most likely just going to
inject needless cost, risk, and time into your initiative.
A “predictive” approach to an ML initiative has exactly zero chance of success.
A “pure agile” approach to an ML initiative has very little chance of success.
A “pure lean” approach has a better chance of success, but still isn’t ideal.
Claim: A disciplined hybrid strategy will provide your highest chance of success.
A Very High-Level View of the ML Lifecycle
© Ambysoft Inc. 13
Build the AI
(Training)
(Construction)
Operate the AI
(Make Inferences)
(Production)
Feedback
Adding Details to Construction
© Ambysoft Inc. 14
Construction
Make
Inferences
Production
Feedback
Prepare the
Data
Train the
Model
Validate the
Model
Choose a
Training
Strategy
Deploy the
Model
Construction is Iterative and Incremental
© Ambysoft Inc. 15
Construction
Make
Inferences
Production
Feedback
Deploy
the AI
Validate the
Model
Choose a
Training
Strategy
Prepare
Data
Evolve
Reqs.
Train
Model
A Machine Learning Lifecycle
© Ambysoft Inc. 16
Construction
Make
Inferences
Production
Feedback
Deploy
the AI
Validate the
Model
Envision
Explore
Usage
Explore
Data
Explore
Viability
Choose a
Training
Strategy
Prepare
Data
Evolve
Reqs.
Train
Model
Common Lifecycle Risks
© Ambysoft Inc. 17
Construction
Make
Inferences
Feedback
Deploy
the AI
Envision
• Misaligned
stakeholders
• Inadequate data
• Biased data
• Difficult to
create diverse,
cross-disciplined
team
• Non-viability
• Insufficient
exploration
• “Detached”
exploration
• Data technical debt proves worse than originally believed
• Creation of a biased model
• Creation of an inadequate model
• “Never-ending” edge cases è Unpredictable timeline
• Non-viability
• Biased usage
• Non-viability
• Unprepared
stakeholders
• Model drift
• Function creep
OvercomingtheData
Quality(DQ)Challenge
It is time to pay the data piper
© Ambysoft Inc. 18
Potential DQ Issues Faced by ML Teams
© Ambysoft Inc. 19
• Biased data
• Insufficient data
• Semantic differences across sources
• Missing data values
• Inconsistent data values
• Unclear/unknown sources of record
• Ownership limitations
• Privacy/security
• Data poisoning
• Data drift
• and many more…
Data Quality Techniques for ML Teams
© Ambysoft Inc. 20
Data
cleansing
Data
stewards
Data
architecture
Automated
regression testing
Data
labeling
Data
masking
AI data cleansing
(e.g. for MDM)
Database
modeling
Transformation
(as in ETL)
Reviews (design,
architecture)
and more….
Data guidance
(standards, guidelines, …)
Database
refactoring
Defect
logging
Executable business
rules (in the db)
Synthetic training
data
Manual regression
testing
EthicalConsiderations
withAI
AI magnifies and accelerates your existing biases
© Ambysoft Inc. 21
© Ambysoft Inc. 22
Ethical Consideration:
Safety
Have you considered the potential of harming people?
Have you considered physical harm, mental harm, financial harm, … ?
© Ambysoft Inc. 23
Ethical Consideration:
Human Dignity
Do you understand the overall process that the AI is part of?
Does your model take societal values into account?
Does you model take multi-cultural considerations into account?
© Ambysoft Inc. 24
Ethical Consideration:
Fairness
Have you actively considered bias in the development of your model?
Is your model appropriately gender/race/culture/age neutral?
How do you know?
© Ambysoft Inc. 25
Ethical Consideration:
Accountability
If the AI makes a decision, who will be held responsible for it?
Can you explain how a decision was made?
Do you know the provenance of the data used to train your model?
© Ambysoft Inc. 26
Ethical Consideration:
Trustworthiness
Can your model’s inferences/predictions be challenged?
Are they explainable?
Are they fair?
Business
ImplicationsofAI
AI will force you to rethink everything
© Ambysoft Inc. 27
© Ambysoft Inc. 28
Potential Risks of AI
• Rapid, dramatic, and public failure
• Reputational risk
• Unwarranted trust in AI-generated results
• Unrealistic expectations of AI capability
• Biased decision making
Potential Benefits of AI
• Augment the capabilities of your staff
• Provide new/improved offerings to your
customers
• Enhance existing business processes
• Replace existing business processes
• Increase the reach and scale of your
customer offerings
• Increased operational efficiency
• Increased consistency in decision making
• Improved governance
SuccessandFailure
FactorsofAIInitiatives
Are you ready?
© Ambysoft Inc. 29
Are You Ready for an AI Initiative?
© Ambysoft Inc. 30
Do you have realistic expectations?
Do you understand the ethical issues surrounding AI?
Are your leaders capable?
Is your data ready?
Can you build diverse, cross-disciplinary teams of dedicated staff?
Have you defined your way of working (WoW) for the initiative?
Would you like this presentation
for your chapter, user group, or organization?
Reach out to me at ScottAmbler.com
© Ambysoft Inc. 31
Thank You!
© Ambysoft Inc. 32
• scott@scottambler.com
• X: @scottwambler
• linkedin.com/in/sambler/
Consulting Methodologist
Ambysoft.com
Thought Leader
AgileData.org
Thought Leader
AgileModeling.com
Co-Creator
pmi.org/disciplined-Agile
Download these slides at Slideshare.net/ScottWAmbler/
Additional Slides
© Ambysoft Inc. 33
The Agile Data Mission
To share proven agile and lean strategies
for data initiatives.
Learn more at AgileData.org
© Ambysoft Inc. 34
The Agile Modeling Mission
To share proven and effective strategies for
modeling/mapping and documentation.
Learn more at AgileModeling.com
© Ambysoft Inc. 35

More Related Content

What's hot

Generative AI Risks & Concerns
Generative AI Risks & ConcernsGenerative AI Risks & Concerns
Generative AI Risks & Concerns
Ajitesh Kumar
 
AI: Built to Scale
AI: Built to ScaleAI: Built to Scale
AI: Built to Scale
accenture
 
Digital Business Transformation | Strategy + Execution
Digital Business Transformation | Strategy + ExecutionDigital Business Transformation | Strategy + Execution
Digital Business Transformation | Strategy + Execution
feature[23]
 
AI 2023.pdf
AI 2023.pdfAI 2023.pdf
AI 2023.pdf
DavidCieslak4
 
Artificial Intelligence (AI) in Project Management
Artificial Intelligence (AI) in Project ManagementArtificial Intelligence (AI) in Project Management
Artificial Intelligence (AI) in Project Management
Abdelrahman Elsheikh PMOC,PMP,CBAP,RMP,ACP,SP,MCITP,ITIL
 
Creating an Enterprise AI Strategy
Creating an Enterprise AI StrategyCreating an Enterprise AI Strategy
Creating an Enterprise AI Strategy
AtScale
 
Digital Transformation Templates.ppt
Digital Transformation Templates.pptDigital Transformation Templates.ppt
Digital Transformation Templates.ppt
Olusegun Mosugu
 
UTILITY OF AI
UTILITY OF AIUTILITY OF AI
UTILITY OF AI
Andre Muscat
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scale
Maxim Salnikov
 
AI Transformation
AI TransformationAI Transformation
AI Transformation
Liming Zhu
 
Building an AI organisation
Building an AI organisationBuilding an AI organisation
Building an AI organisation
Vikash Mishra
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptx
Colleen Farrelly
 
Change! Digital Transformation
Change! Digital Transformation Change! Digital Transformation
Change! Digital Transformation
Vincent lee
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptxFuture of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
Greg Makowski
 
A Gentle Introduction to AI, ML and DL
A Gentle Introduction to AI, ML and DLA Gentle Introduction to AI, ML and DL
A Gentle Introduction to AI, ML and DL
Rangaprasad Sampath
 
ChatGPT OpenAI Primer for Business
ChatGPT OpenAI Primer for BusinessChatGPT OpenAI Primer for Business
ChatGPT OpenAI Primer for Business
Dion Hinchcliffe
 
Conversational AI and Chatbot Integrations
Conversational AI and Chatbot IntegrationsConversational AI and Chatbot Integrations
Conversational AI and Chatbot Integrations
Cristina Vidu
 
Blueprint ChatGPT Lunch & Learn
Blueprint ChatGPT Lunch & LearnBlueprint ChatGPT Lunch & Learn
Blueprint ChatGPT Lunch & Learn
gnakan
 
Revolutionizing your Business with AI (AUC VLabs).pdf
Revolutionizing your Business with AI (AUC VLabs).pdfRevolutionizing your Business with AI (AUC VLabs).pdf
Revolutionizing your Business with AI (AUC VLabs).pdf
Omar Maher
 
Workshop digital transformation strategy digital road-map training
Workshop digital transformation strategy digital road-map trainingWorkshop digital transformation strategy digital road-map training
Workshop digital transformation strategy digital road-map training
Miodrag Kostic, CMC
 

What's hot (20)

Generative AI Risks & Concerns
Generative AI Risks & ConcernsGenerative AI Risks & Concerns
Generative AI Risks & Concerns
 
AI: Built to Scale
AI: Built to ScaleAI: Built to Scale
AI: Built to Scale
 
Digital Business Transformation | Strategy + Execution
Digital Business Transformation | Strategy + ExecutionDigital Business Transformation | Strategy + Execution
Digital Business Transformation | Strategy + Execution
 
AI 2023.pdf
AI 2023.pdfAI 2023.pdf
AI 2023.pdf
 
Artificial Intelligence (AI) in Project Management
Artificial Intelligence (AI) in Project ManagementArtificial Intelligence (AI) in Project Management
Artificial Intelligence (AI) in Project Management
 
Creating an Enterprise AI Strategy
Creating an Enterprise AI StrategyCreating an Enterprise AI Strategy
Creating an Enterprise AI Strategy
 
Digital Transformation Templates.ppt
Digital Transformation Templates.pptDigital Transformation Templates.ppt
Digital Transformation Templates.ppt
 
UTILITY OF AI
UTILITY OF AIUTILITY OF AI
UTILITY OF AI
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scale
 
AI Transformation
AI TransformationAI Transformation
AI Transformation
 
Building an AI organisation
Building an AI organisationBuilding an AI organisation
Building an AI organisation
 
Generative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptxGenerative AI, WiDS 2023.pptx
Generative AI, WiDS 2023.pptx
 
Change! Digital Transformation
Change! Digital Transformation Change! Digital Transformation
Change! Digital Transformation
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptxFuture of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
 
A Gentle Introduction to AI, ML and DL
A Gentle Introduction to AI, ML and DLA Gentle Introduction to AI, ML and DL
A Gentle Introduction to AI, ML and DL
 
ChatGPT OpenAI Primer for Business
ChatGPT OpenAI Primer for BusinessChatGPT OpenAI Primer for Business
ChatGPT OpenAI Primer for Business
 
Conversational AI and Chatbot Integrations
Conversational AI and Chatbot IntegrationsConversational AI and Chatbot Integrations
Conversational AI and Chatbot Integrations
 
Blueprint ChatGPT Lunch & Learn
Blueprint ChatGPT Lunch & LearnBlueprint ChatGPT Lunch & Learn
Blueprint ChatGPT Lunch & Learn
 
Revolutionizing your Business with AI (AUC VLabs).pdf
Revolutionizing your Business with AI (AUC VLabs).pdfRevolutionizing your Business with AI (AUC VLabs).pdf
Revolutionizing your Business with AI (AUC VLabs).pdf
 
Workshop digital transformation strategy digital road-map training
Workshop digital transformation strategy digital road-map trainingWorkshop digital transformation strategy digital road-map training
Workshop digital transformation strategy digital road-map training
 

Similar to Artificial Intelligence for Project Managers: Are You Ready?

Artificial Intelligence - Building Teams & Products
Artificial Intelligence - Building Teams & ProductsArtificial Intelligence - Building Teams & Products
Artificial Intelligence - Building Teams & Products
Aarthi Srinivasan
 
Agile Mumbai 2022 - Ashwinee Singh | Agile in AI or AI in Agile?
Agile Mumbai 2022 - Ashwinee Singh | Agile in AI or AI in Agile?Agile Mumbai 2022 - Ashwinee Singh | Agile in AI or AI in Agile?
Agile Mumbai 2022 - Ashwinee Singh | Agile in AI or AI in Agile?
AgileNetwork
 
Demystifying ML/AI
Demystifying ML/AIDemystifying ML/AI
Demystifying ML/AI
Matthew Reynolds
 
Artificial Intelligence for Product Managers by former Yahoo! PM
Artificial Intelligence for Product Managers by former Yahoo! PMArtificial Intelligence for Product Managers by former Yahoo! PM
Artificial Intelligence for Product Managers by former Yahoo! PM
Product School
 
Gamification: Motivational Hacking for SharePoint
Gamification: Motivational Hacking for SharePointGamification: Motivational Hacking for SharePoint
Gamification: Motivational Hacking for SharePoint
Christian Buckley
 
[DSC Europe 22] AI Ethics and AI Quality By Design - Muthu Ramachandran
[DSC Europe 22] AI Ethics and AI Quality By Design - Muthu Ramachandran[DSC Europe 22] AI Ethics and AI Quality By Design - Muthu Ramachandran
[DSC Europe 22] AI Ethics and AI Quality By Design - Muthu Ramachandran
DataScienceConferenc1
 
A practical journey to mature your data & AI capabilities
A practical journey to mature your data & AI capabilitiesA practical journey to mature your data & AI capabilities
A practical journey to mature your data & AI capabilities
Steven Nooijen
 
Automation, Analytics, and Artificial Intelligence - Panel
Automation, Analytics, and Artificial Intelligence - PanelAutomation, Analytics, and Artificial Intelligence - Panel
Automation, Analytics, and Artificial Intelligence - Panel
AnandSRao1962
 
The Future of Enterprise AI Depends on Continuous Quality with Mike Gualtieri
The Future of Enterprise AI Depends on Continuous Quality with Mike GualtieriThe Future of Enterprise AI Depends on Continuous Quality with Mike Gualtieri
The Future of Enterprise AI Depends on Continuous Quality with Mike Gualtieri
Eggplant
 
The Power of < Artificial Intelligence >
The Power of < Artificial Intelligence >The Power of < Artificial Intelligence >
The Power of < Artificial Intelligence >
Merelda
 
GrowFL: Improve Employee and Customer Experience in a Hybrid Work Environment
GrowFL: Improve Employee and Customer Experience in a Hybrid Work EnvironmentGrowFL: Improve Employee and Customer Experience in a Hybrid Work Environment
GrowFL: Improve Employee and Customer Experience in a Hybrid Work Environment
Adam Levithan
 
How the Analytics Translator can make your organisation more AI driven
How the Analytics Translator can make your organisation more AI drivenHow the Analytics Translator can make your organisation more AI driven
How the Analytics Translator can make your organisation more AI driven
Steven Nooijen
 
AI Maturity Levels and the Analytics Translator
AI Maturity Levels and the Analytics TranslatorAI Maturity Levels and the Analytics Translator
AI Maturity Levels and the Analytics Translator
GoDataDriven
 
AI Orange Belt - Session 3
AI Orange Belt - Session 3AI Orange Belt - Session 3
AI Orange Belt - Session 3
AI Black Belt
 
AI Vision Statement of a CEO
AI Vision Statement of a CEOAI Vision Statement of a CEO
AI Vision Statement of a CEO
AnuradhaTadimety1
 
Responsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons LearnedResponsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons Learned
Krishnaram Kenthapadi
 
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
 
Intro to Learning Tech and Learning Organisations
Intro to Learning Tech and Learning OrganisationsIntro to Learning Tech and Learning Organisations
Intro to Learning Tech and Learning Organisations
Luis Fernando Gonzalez Sanchez
 
Impact Makers - Enterprise Agility - How to BE Agile
Impact Makers - Enterprise Agility - How to BE AgileImpact Makers - Enterprise Agility - How to BE Agile
Impact Makers - Enterprise Agility - How to BE Agile
Impact Makers
 
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Jon Mead
 

Similar to Artificial Intelligence for Project Managers: Are You Ready? (20)

Artificial Intelligence - Building Teams & Products
Artificial Intelligence - Building Teams & ProductsArtificial Intelligence - Building Teams & Products
Artificial Intelligence - Building Teams & Products
 
Agile Mumbai 2022 - Ashwinee Singh | Agile in AI or AI in Agile?
Agile Mumbai 2022 - Ashwinee Singh | Agile in AI or AI in Agile?Agile Mumbai 2022 - Ashwinee Singh | Agile in AI or AI in Agile?
Agile Mumbai 2022 - Ashwinee Singh | Agile in AI or AI in Agile?
 
Demystifying ML/AI
Demystifying ML/AIDemystifying ML/AI
Demystifying ML/AI
 
Artificial Intelligence for Product Managers by former Yahoo! PM
Artificial Intelligence for Product Managers by former Yahoo! PMArtificial Intelligence for Product Managers by former Yahoo! PM
Artificial Intelligence for Product Managers by former Yahoo! PM
 
Gamification: Motivational Hacking for SharePoint
Gamification: Motivational Hacking for SharePointGamification: Motivational Hacking for SharePoint
Gamification: Motivational Hacking for SharePoint
 
[DSC Europe 22] AI Ethics and AI Quality By Design - Muthu Ramachandran
[DSC Europe 22] AI Ethics and AI Quality By Design - Muthu Ramachandran[DSC Europe 22] AI Ethics and AI Quality By Design - Muthu Ramachandran
[DSC Europe 22] AI Ethics and AI Quality By Design - Muthu Ramachandran
 
A practical journey to mature your data & AI capabilities
A practical journey to mature your data & AI capabilitiesA practical journey to mature your data & AI capabilities
A practical journey to mature your data & AI capabilities
 
Automation, Analytics, and Artificial Intelligence - Panel
Automation, Analytics, and Artificial Intelligence - PanelAutomation, Analytics, and Artificial Intelligence - Panel
Automation, Analytics, and Artificial Intelligence - Panel
 
The Future of Enterprise AI Depends on Continuous Quality with Mike Gualtieri
The Future of Enterprise AI Depends on Continuous Quality with Mike GualtieriThe Future of Enterprise AI Depends on Continuous Quality with Mike Gualtieri
The Future of Enterprise AI Depends on Continuous Quality with Mike Gualtieri
 
The Power of < Artificial Intelligence >
The Power of < Artificial Intelligence >The Power of < Artificial Intelligence >
The Power of < Artificial Intelligence >
 
GrowFL: Improve Employee and Customer Experience in a Hybrid Work Environment
GrowFL: Improve Employee and Customer Experience in a Hybrid Work EnvironmentGrowFL: Improve Employee and Customer Experience in a Hybrid Work Environment
GrowFL: Improve Employee and Customer Experience in a Hybrid Work Environment
 
How the Analytics Translator can make your organisation more AI driven
How the Analytics Translator can make your organisation more AI drivenHow the Analytics Translator can make your organisation more AI driven
How the Analytics Translator can make your organisation more AI driven
 
AI Maturity Levels and the Analytics Translator
AI Maturity Levels and the Analytics TranslatorAI Maturity Levels and the Analytics Translator
AI Maturity Levels and the Analytics Translator
 
AI Orange Belt - Session 3
AI Orange Belt - Session 3AI Orange Belt - Session 3
AI Orange Belt - Session 3
 
AI Vision Statement of a CEO
AI Vision Statement of a CEOAI Vision Statement of a CEO
AI Vision Statement of a CEO
 
Responsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons LearnedResponsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons Learned
 
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...
 
Intro to Learning Tech and Learning Organisations
Intro to Learning Tech and Learning OrganisationsIntro to Learning Tech and Learning Organisations
Intro to Learning Tech and Learning Organisations
 
Impact Makers - Enterprise Agility - How to BE Agile
Impact Makers - Enterprise Agility - How to BE AgileImpact Makers - Enterprise Agility - How to BE Agile
Impact Makers - Enterprise Agility - How to BE Agile
 
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
 

More from Scott W. Ambler

Data DevOps: An Overview
Data DevOps: An OverviewData DevOps: An Overview
Data DevOps: An Overview
Scott W. Ambler
 
Applying Disciplined Agile: Become a Learning Organization
Applying Disciplined Agile: Become a Learning OrganizationApplying Disciplined Agile: Become a Learning Organization
Applying Disciplined Agile: Become a Learning Organization
Scott W. Ambler
 
EDGY: A Disciplined Look
EDGY: A Disciplined LookEDGY: A Disciplined Look
EDGY: A Disciplined Look
Scott W. Ambler
 
Agile Data Warehousing (DW)/Business Intelligence (BI): Addressing the Hard P...
Agile Data Warehousing (DW)/Business Intelligence (BI): Addressing the Hard P...Agile Data Warehousing (DW)/Business Intelligence (BI): Addressing the Hard P...
Agile Data Warehousing (DW)/Business Intelligence (BI): Addressing the Hard P...
Scott W. Ambler
 
Technical Debt: A Management Problem That Requires a Management Solution
Technical Debt: A Management Problem That Requires a Management SolutionTechnical Debt: A Management Problem That Requires a Management Solution
Technical Debt: A Management Problem That Requires a Management Solution
Scott W. Ambler
 
Working Smarter: Learn, Optimize, Accelerate
Working Smarter: Learn, Optimize, AccelerateWorking Smarter: Learn, Optimize, Accelerate
Working Smarter: Learn, Optimize, Accelerate
Scott W. Ambler
 
No frameworks: How we can take agile back
No frameworks: How we can take agile backNo frameworks: How we can take agile back
No frameworks: How we can take agile back
Scott W. Ambler
 
Agile transformations: The good, the bad, and the ugly
Agile transformations: The good, the bad, and the uglyAgile transformations: The good, the bad, and the ugly
Agile transformations: The good, the bad, and the ugly
Scott W. Ambler
 
Choose Your Way of Working (WoW)!
Choose Your Way of Working (WoW)!Choose Your Way of Working (WoW)!
Choose Your Way of Working (WoW)!
Scott W. Ambler
 
Choose Your WoW! DevOps in the Enterprise
Choose Your WoW!  DevOps in the EnterpriseChoose Your WoW!  DevOps in the Enterprise
Choose Your WoW! DevOps in the Enterprise
Scott W. Ambler
 
Disciplined Agile Data Management
Disciplined Agile Data ManagementDisciplined Agile Data Management
Disciplined Agile Data Management
Scott W. Ambler
 
Agile Modeling: A Disciplined Approach to Modelling and Documentation
Agile Modeling: A Disciplined Approach to Modelling and DocumentationAgile Modeling: A Disciplined Approach to Modelling and Documentation
Agile Modeling: A Disciplined Approach to Modelling and Documentation
Scott W. Ambler
 
Measuring Agile: A Disciplined Approach To Metrics
Measuring Agile: A Disciplined Approach To MetricsMeasuring Agile: A Disciplined Approach To Metrics
Measuring Agile: A Disciplined Approach To Metrics
Scott W. Ambler
 
Agile enterprise architecture
Agile enterprise architectureAgile enterprise architecture
Agile enterprise architecture
Scott W. Ambler
 
(In Agile) Where Do All The Managers Go?
(In Agile) Where Do All The Managers Go?(In Agile) Where Do All The Managers Go?
(In Agile) Where Do All The Managers Go?
Scott W. Ambler
 
Disciplined agile business analysis
Disciplined agile business analysisDisciplined agile business analysis
Disciplined agile business analysis
Scott W. Ambler
 
Crushed by technical debt
Crushed by technical debtCrushed by technical debt
Crushed by technical debt
Scott W. Ambler
 
Disciplined Agile Outsourcing: Making it work for both the customer and the s...
Disciplined Agile Outsourcing: Making it work for both the customer and the s...Disciplined Agile Outsourcing: Making it work for both the customer and the s...
Disciplined Agile Outsourcing: Making it work for both the customer and the s...
Scott W. Ambler
 
Disciplined Agile Business Analysis
Disciplined Agile Business AnalysisDisciplined Agile Business Analysis
Disciplined Agile Business Analysis
Scott W. Ambler
 
Continuous Architecture and Emergent Design: Disciplined Agile Strategies
Continuous Architecture and Emergent Design: Disciplined Agile StrategiesContinuous Architecture and Emergent Design: Disciplined Agile Strategies
Continuous Architecture and Emergent Design: Disciplined Agile Strategies
Scott W. Ambler
 

More from Scott W. Ambler (20)

Data DevOps: An Overview
Data DevOps: An OverviewData DevOps: An Overview
Data DevOps: An Overview
 
Applying Disciplined Agile: Become a Learning Organization
Applying Disciplined Agile: Become a Learning OrganizationApplying Disciplined Agile: Become a Learning Organization
Applying Disciplined Agile: Become a Learning Organization
 
EDGY: A Disciplined Look
EDGY: A Disciplined LookEDGY: A Disciplined Look
EDGY: A Disciplined Look
 
Agile Data Warehousing (DW)/Business Intelligence (BI): Addressing the Hard P...
Agile Data Warehousing (DW)/Business Intelligence (BI): Addressing the Hard P...Agile Data Warehousing (DW)/Business Intelligence (BI): Addressing the Hard P...
Agile Data Warehousing (DW)/Business Intelligence (BI): Addressing the Hard P...
 
Technical Debt: A Management Problem That Requires a Management Solution
Technical Debt: A Management Problem That Requires a Management SolutionTechnical Debt: A Management Problem That Requires a Management Solution
Technical Debt: A Management Problem That Requires a Management Solution
 
Working Smarter: Learn, Optimize, Accelerate
Working Smarter: Learn, Optimize, AccelerateWorking Smarter: Learn, Optimize, Accelerate
Working Smarter: Learn, Optimize, Accelerate
 
No frameworks: How we can take agile back
No frameworks: How we can take agile backNo frameworks: How we can take agile back
No frameworks: How we can take agile back
 
Agile transformations: The good, the bad, and the ugly
Agile transformations: The good, the bad, and the uglyAgile transformations: The good, the bad, and the ugly
Agile transformations: The good, the bad, and the ugly
 
Choose Your Way of Working (WoW)!
Choose Your Way of Working (WoW)!Choose Your Way of Working (WoW)!
Choose Your Way of Working (WoW)!
 
Choose Your WoW! DevOps in the Enterprise
Choose Your WoW!  DevOps in the EnterpriseChoose Your WoW!  DevOps in the Enterprise
Choose Your WoW! DevOps in the Enterprise
 
Disciplined Agile Data Management
Disciplined Agile Data ManagementDisciplined Agile Data Management
Disciplined Agile Data Management
 
Agile Modeling: A Disciplined Approach to Modelling and Documentation
Agile Modeling: A Disciplined Approach to Modelling and DocumentationAgile Modeling: A Disciplined Approach to Modelling and Documentation
Agile Modeling: A Disciplined Approach to Modelling and Documentation
 
Measuring Agile: A Disciplined Approach To Metrics
Measuring Agile: A Disciplined Approach To MetricsMeasuring Agile: A Disciplined Approach To Metrics
Measuring Agile: A Disciplined Approach To Metrics
 
Agile enterprise architecture
Agile enterprise architectureAgile enterprise architecture
Agile enterprise architecture
 
(In Agile) Where Do All The Managers Go?
(In Agile) Where Do All The Managers Go?(In Agile) Where Do All The Managers Go?
(In Agile) Where Do All The Managers Go?
 
Disciplined agile business analysis
Disciplined agile business analysisDisciplined agile business analysis
Disciplined agile business analysis
 
Crushed by technical debt
Crushed by technical debtCrushed by technical debt
Crushed by technical debt
 
Disciplined Agile Outsourcing: Making it work for both the customer and the s...
Disciplined Agile Outsourcing: Making it work for both the customer and the s...Disciplined Agile Outsourcing: Making it work for both the customer and the s...
Disciplined Agile Outsourcing: Making it work for both the customer and the s...
 
Disciplined Agile Business Analysis
Disciplined Agile Business AnalysisDisciplined Agile Business Analysis
Disciplined Agile Business Analysis
 
Continuous Architecture and Emergent Design: Disciplined Agile Strategies
Continuous Architecture and Emergent Design: Disciplined Agile StrategiesContinuous Architecture and Emergent Design: Disciplined Agile Strategies
Continuous Architecture and Emergent Design: Disciplined Agile Strategies
 

Recently uploaded

FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 

Artificial Intelligence for Project Managers: Are You Ready?

  • 1. Artificial Intelligence for Project Managers Are You Ready? Scott W. Ambler Consulting Methodologist Ambysoft Inc. © Ambysoft Inc. 1
  • 2. Scott Ambler © Ambysoft Inc. 2 • scott@scottambler.com • X: @scottwambler • linkedin.com/in/sambler/ Consulting Methodologist Ambysoft.com Thought Leader AgileData.org Thought Leader AgileModeling.com Co-Creator pmi.org/disciplined-Agile
  • 3. Agenda 3 1.What is(n’t) AI? 2.AI terminology in a nutshell 3.Are you ready for AI? 4.The lifecycle of an AI/ML initiative 5.Overcoming the data quality challenge 6.Ethical considerations with AI 7.Business implications of AI 8.Success and failure factors for AI initiatives © Ambysoft Inc.
  • 4. WhatIs(n’t)AI? Artificial intelligence is software, not magic © Ambysoft Inc. 4
  • 5. Defining Artificial Intelligence © Ambysoft Inc. 5 Artificial Intelligence (AI) Computer systems able to perform tasks normally requiring human intelligence. Machine Learning (ML) Computer systems with the ability to learn without being explicitly programmed. Training of ML models often involve significant data curation, sometimes including data labeling. Deep Learning (DL) Computer systems with ”brain-like” logically structured algorithms called artificial neural networks (ANNs).
  • 6. Categories of Artificial Intelligence © Ambysoft Inc. 6 Artificial Narrow Intelligence (ANI) • Specializes in one area and solves one problem. Artificial General Intelligence (AGI) • As smart, or smarter, than a human with a wide range of abilities. Artificial Super Intelligence (ASI) • An intellect that is much smarter than the best human in practically every field. We are here è We are afraid of this è And really afraid of this è
  • 7. (More) AITerminology It’s confusing at first, but you’ll get it © Ambysoft Inc. 7
  • 8. Additional AI Terms That I May Use Today © Ambysoft Inc. 8 • Data labeling. The process of identifying raw data, such as images or text, and adding one or more meaningful labels to it to provide context so that a machine learning (ML) model can learn from it. • Foundational model. An AI model trained on broad data at scale that can then be adapted to a wide range of downstream tasks. Can provide a basis from which to start your own model development. Examples: BloombergGPT and BioGPT. • Semi-supervised learning. A model training approach that uses both labeled and unlabeled data, a hybrid technique between supervised and unsupervised learning. Typically only a small percentage of the data is labeled, as labeling tends to be expensive. Also called weak supervised learning. • Supervised learning. A model training approach where the model is provided examples of inputs, it predicts outputs, and the model is corrected accordingly. • Unsupervised learning. A model is trained without known outputs. The model is given data and the goal is to find interesting patterns in it. Since we don’t know what those patterns will be, there is no obvious way to provide corrections.
  • 10. © Ambysoft Inc. 10 Does your leadership understand AI? Does your organization have a clear AI strategy? Do you have AI expertise available, including data scientists? Do you have a realistic vision for what you want to achieve with AI? Do you understand your current level of data technical debt? Can you staff teams with dedicated, diverse, and interdisciplinary people?
  • 11. TheMachineLearning Lifecycle You need a disciplined hybrid strategy © Ambysoft Inc. 11
  • 12. Four Uncomfortable Observations and a Claim © Ambysoft Inc. 12 This isn’t a project. Treating this as a series of projects MIGHT work, but it’s most likely just going to inject needless cost, risk, and time into your initiative. A “predictive” approach to an ML initiative has exactly zero chance of success. A “pure agile” approach to an ML initiative has very little chance of success. A “pure lean” approach has a better chance of success, but still isn’t ideal. Claim: A disciplined hybrid strategy will provide your highest chance of success.
  • 13. A Very High-Level View of the ML Lifecycle © Ambysoft Inc. 13 Build the AI (Training) (Construction) Operate the AI (Make Inferences) (Production) Feedback
  • 14. Adding Details to Construction © Ambysoft Inc. 14 Construction Make Inferences Production Feedback Prepare the Data Train the Model Validate the Model Choose a Training Strategy Deploy the Model
  • 15. Construction is Iterative and Incremental © Ambysoft Inc. 15 Construction Make Inferences Production Feedback Deploy the AI Validate the Model Choose a Training Strategy Prepare Data Evolve Reqs. Train Model
  • 16. A Machine Learning Lifecycle © Ambysoft Inc. 16 Construction Make Inferences Production Feedback Deploy the AI Validate the Model Envision Explore Usage Explore Data Explore Viability Choose a Training Strategy Prepare Data Evolve Reqs. Train Model
  • 17. Common Lifecycle Risks © Ambysoft Inc. 17 Construction Make Inferences Feedback Deploy the AI Envision • Misaligned stakeholders • Inadequate data • Biased data • Difficult to create diverse, cross-disciplined team • Non-viability • Insufficient exploration • “Detached” exploration • Data technical debt proves worse than originally believed • Creation of a biased model • Creation of an inadequate model • “Never-ending” edge cases è Unpredictable timeline • Non-viability • Biased usage • Non-viability • Unprepared stakeholders • Model drift • Function creep
  • 18. OvercomingtheData Quality(DQ)Challenge It is time to pay the data piper © Ambysoft Inc. 18
  • 19. Potential DQ Issues Faced by ML Teams © Ambysoft Inc. 19 • Biased data • Insufficient data • Semantic differences across sources • Missing data values • Inconsistent data values • Unclear/unknown sources of record • Ownership limitations • Privacy/security • Data poisoning • Data drift • and many more…
  • 20. Data Quality Techniques for ML Teams © Ambysoft Inc. 20 Data cleansing Data stewards Data architecture Automated regression testing Data labeling Data masking AI data cleansing (e.g. for MDM) Database modeling Transformation (as in ETL) Reviews (design, architecture) and more…. Data guidance (standards, guidelines, …) Database refactoring Defect logging Executable business rules (in the db) Synthetic training data Manual regression testing
  • 21. EthicalConsiderations withAI AI magnifies and accelerates your existing biases © Ambysoft Inc. 21
  • 22. © Ambysoft Inc. 22 Ethical Consideration: Safety Have you considered the potential of harming people? Have you considered physical harm, mental harm, financial harm, … ?
  • 23. © Ambysoft Inc. 23 Ethical Consideration: Human Dignity Do you understand the overall process that the AI is part of? Does your model take societal values into account? Does you model take multi-cultural considerations into account?
  • 24. © Ambysoft Inc. 24 Ethical Consideration: Fairness Have you actively considered bias in the development of your model? Is your model appropriately gender/race/culture/age neutral? How do you know?
  • 25. © Ambysoft Inc. 25 Ethical Consideration: Accountability If the AI makes a decision, who will be held responsible for it? Can you explain how a decision was made? Do you know the provenance of the data used to train your model?
  • 26. © Ambysoft Inc. 26 Ethical Consideration: Trustworthiness Can your model’s inferences/predictions be challenged? Are they explainable? Are they fair?
  • 27. Business ImplicationsofAI AI will force you to rethink everything © Ambysoft Inc. 27
  • 28. © Ambysoft Inc. 28 Potential Risks of AI • Rapid, dramatic, and public failure • Reputational risk • Unwarranted trust in AI-generated results • Unrealistic expectations of AI capability • Biased decision making Potential Benefits of AI • Augment the capabilities of your staff • Provide new/improved offerings to your customers • Enhance existing business processes • Replace existing business processes • Increase the reach and scale of your customer offerings • Increased operational efficiency • Increased consistency in decision making • Improved governance
  • 30. Are You Ready for an AI Initiative? © Ambysoft Inc. 30 Do you have realistic expectations? Do you understand the ethical issues surrounding AI? Are your leaders capable? Is your data ready? Can you build diverse, cross-disciplinary teams of dedicated staff? Have you defined your way of working (WoW) for the initiative?
  • 31. Would you like this presentation for your chapter, user group, or organization? Reach out to me at ScottAmbler.com © Ambysoft Inc. 31
  • 32. Thank You! © Ambysoft Inc. 32 • scott@scottambler.com • X: @scottwambler • linkedin.com/in/sambler/ Consulting Methodologist Ambysoft.com Thought Leader AgileData.org Thought Leader AgileModeling.com Co-Creator pmi.org/disciplined-Agile Download these slides at Slideshare.net/ScottWAmbler/
  • 34. The Agile Data Mission To share proven agile and lean strategies for data initiatives. Learn more at AgileData.org © Ambysoft Inc. 34
  • 35. The Agile Modeling Mission To share proven and effective strategies for modeling/mapping and documentation. Learn more at AgileModeling.com © Ambysoft Inc. 35