SlideShare a Scribd company logo
Sensitivity: Internal & Restricted
CombininghumanandArtificialIntelligenceforBusinessAgility
Sensitivity: Internal & Restricted
Wewillcover…
1. NeedtoalignAIbasedtechniquestoPMPractices
2. AI:Potentialgamechanger for AgileProject Management
1. AIenabledBusinessAgility:WHAT,WHYandHOW?
2. Next Steps
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
Hello!
Quick Introduction
D i r e c t o r ,
D i g i t a l P r o d u c t s & P l a t f o r m s
H C L T e c h n o l o g i e s L t d
• Who Am I ? Digital products consultant for global clients with
focus on artificial intelligence and machine learning, computer
vision & conversational commerce.
• What I do? 21 years of work experience defining strategic
direction, taking new products to market, creating innovative
solutions, and growing new businesses using enterprise digital
technologies.
• Loves to Learn, Un-Learn, Re-Learn: 9x Certified Azure Cloud
practitioner & Microsoft Trainer, holding global industry level
project management certifications like PMP, TOGAF and ITIL V3.
• Passionate about teaching and providing awareness on AI to
business and wider community.
Sensitivity: Internal & Restricted
Now, if we think over for a bit…
Today, AI is often misunderstood as any automation!!
Sensitivity: Internal & Restricted
Rate of technology adoption
and change is
accelerating
Technology has become an
existential need of an
organization
Tech Agility beyond coding is
essential for business &
operations to sustain and thrive
TheRealityof ProjectManagementPracticetoday
Dealing with
volatility,
uncertainty ,
complexity and
variability due to human aspect and
…. yet need to grow with velocity
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
…whichisbackedupbymarketstatistics (www.agilemumbai.com)
Sensitivity: Internal & Restricted
AreTechnicalAgility&Enablersenough… (www.agilemumbai.com)
Sensitivity: Internal & Restricted
ArtificialIntelligence:
PotentialGameChangerforAgileProjectManagement
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
1. Refine items in Product Backlog
2. Size Estimations
3. Sprint Planning
4. Sprint Backlog
5. Task Breakout
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
 Identifying backlog items
 Refining backlog items
 Sprint Planning
 Pro-actively monitoring sprint progress
and managing risks
Sensitivity: Internal & Restricted
**Source: AnalyticsIndiaMag.com
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
REPRESENTATION
LEARNING
ENGINE Analyze sources in natural text:
• Product visions, sprint goals, description of backlog items, and communication among team members (e.g., comments
on backlog items) ,
• Codebases contain documentations such as release notes and comments,
• Account the capability and dynamics of agile teams through their involvement in project artifacts
1. NLP component which performs automatic analysis on project textual artifacts and then generates vector
representations of those artifacts.
• Deep learning-based NLP techniques such as word2vec, paragraph2vec, Long Short-Term Memory (used in Google
Translate), or Convolutional Neural Networks (used in Facebook’s DeepText engine) can generate dense vector
representations that produce superior results on various NLP tasks
2. Code Modelingcomponent is responsible for learning vector representations which reflect the semantic and
syntactic structure of source code.
• Long Short-Term Memory (LSTM) to automatically learn vector representations for both backlog items and source code
.LSTM enables us to learn the semantics and syntactic structures, particularly the long-term dependencies, existing in
both natural text and source code.
3. Feature Extraction and Aggregation extracts all the vector representations of the artifacts related
to a developer and learn to aggregate them to form a vector representation of the developer.
• This representation will be enriched with features representing work and social dependencies between team
members, extracted from communication logs (e.g. comments or discussions on work items).
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
ANALYTICS
ENGINE (www.agilemumbai.com)
Sensitivity: Internal & Restricted
PLANNING
&
OPTIMIZATION
ENGINE (www.agilemumbai.com)
Sensitivity: Internal & Restricted
Demo
Deep learning-based models for software effort estimation using story points in agile environments
DATASET CONSIDERED:
Comprehensive dataset for story points-based estimation that contains 23,313 issues from 16 open-
source projects
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
APPROACH TAKEN:
Our overall research goal is to build a prediction system that takes as input the title and description of an issue
and produces a story-point estimate for the issue. Title and description are required information for any issue
tracking system
• ABSEE estimate deals with the process of identifying one or more historical projects similar
to the target project, and from them infer the estimate. In other words, but using the same
line of reasoning
• A requirement in this context can be a case of use, a user’s story, or any software
requirement, provided that the data is in text format, and aligned with the target effort.
• We combine the title and description of an issue report into a single text document where
the title is followed by the description.
• Our approach computes vector representations for these documents. These
representations are then used as features to predict the story points of each issue.
• It is important to note that these features are automatically learned from raw text, hence
removing us from manually engineering the features.
Long-Deep Recurrent Neural Network
(LD-RNN) that has been designed for the story point prediction system.
It is composed of four components arranged sequentially:
(i) word embedding,
(ii) document representation using Long Short-Term Memory (LSTM) ,
(iii) deep representation using BERT ( Bidirectional Encoded Representations from
transformers) model
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
Evaluation Results
The best results are highlighted in bold.
MAE - the lower the better, SA - the higher the better.
Sensitivity: Internal & Restricted
Quick Glimpse of Predictions Vs Actual StoryPoint
estimations
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
 Collect more textual requirement data to balance the dataset against existing labels, and thereby
increase the number of contexts; or apply data augmentation techniques to improve results.
 Update BERT_base vocabulary, including specific vocabulary, and then fine-tune.
 Perform fine tuning, such as with model BERT_large, and compare the results.
 Study and apply effective data augmentation techniques in order to balance the number of samples
in each existing effort class, and thus obtain possible improvements in the results.
 Study and apply different combinations of the layers in the BERT model, in order to evaluate the
performance of the model regarding fine-tuning
Conclusion & several possibilities to fine tune
research further
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
Evaluate it using our existing
dataset of few open-source
projects.
IntroduceAI based tools in your
project management portfolio
Collaboratewith our existing industry
partners to perform an evaluation on
commercial software agile projects
Believethat AI will assist, not substitute,
human teams. Individuals, interactions,
and collaboration are still the key
elements of project success
KeyTakeaways
T O O L S I N M A R K E T
• Project Insight
• Trello
• Teamwork
• BaseCamp
• Wrike
• Asana
• ClickUp
• Proofhub
1
2
3
4
(www.agilemumbai.com)
Sensitivity: Internal & Restricted
THANK YOU
Rohit Handa
Director, HCL Technologies Ltd.
+91-9810182936
https://www.linkedin.com/in/handarohit2002/

More Related Content

Similar to Agile Mumbai 2022 - Rohit Handa | Combining Human and Artificial Intelligence for Business Agility

Revolutionizing Industry 4.0: GPT-Enabled Real-Time Support
Revolutionizing Industry 4.0: GPT-Enabled Real-Time SupportRevolutionizing Industry 4.0: GPT-Enabled Real-Time Support
Revolutionizing Industry 4.0: GPT-Enabled Real-Time Support
IRJET Journal
 
Designing a Generative AI QnA solution with Proprietary Enterprise Business K...
Designing a Generative AI QnA solution with Proprietary Enterprise Business K...Designing a Generative AI QnA solution with Proprietary Enterprise Business K...
Designing a Generative AI QnA solution with Proprietary Enterprise Business K...
IRJET Journal
 
AdityaSharma_Analyst.doc
AdityaSharma_Analyst.docAdityaSharma_Analyst.doc
AdityaSharma_Analyst.docAditya Sharma
 
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
AgileNetwork
 
Agile Network India | Applying Creative Thinking as a SAFe Architects | Matha...
Agile Network India | Applying Creative Thinking as a SAFe Architects | Matha...Agile Network India | Applying Creative Thinking as a SAFe Architects | Matha...
Agile Network India | Applying Creative Thinking as a SAFe Architects | Matha...
AgileNetwork
 
Pallav Gupta resume
Pallav Gupta resumePallav Gupta resume
Pallav Gupta resume
Pallav Gupta
 
Cis 555 Week 4 Assignment 2 Automated Teller Machine (Atm)...
Cis 555 Week 4 Assignment 2 Automated Teller Machine (Atm)...Cis 555 Week 4 Assignment 2 Automated Teller Machine (Atm)...
Cis 555 Week 4 Assignment 2 Automated Teller Machine (Atm)...
Karen Thompson
 
Applying AI to software engineering problems: Do not forget the human!
Applying AI to software engineering problems: Do not forget the human!Applying AI to software engineering problems: Do not forget the human!
Applying AI to software engineering problems: Do not forget the human!
University of Córdoba
 
Software design.edited (1)
Software design.edited (1)Software design.edited (1)
Software design.edited (1)
FarjanaAhmed3
 
Introduction to software engineering
Introduction to software engineeringIntroduction to software engineering
Introduction to software engineering
Hitesh Mohapatra
 
Ia Toolkit
Ia ToolkitIa Toolkit
Ia Toolkit
Bogo Vatovec
 
Introduction to Behavior Driven Development
Introduction to Behavior Driven Development Introduction to Behavior Driven Development
Introduction to Behavior Driven Development
Robin O'Brien
 
Harish software engineer (rpa) 4+ yrs exp
Harish software engineer (rpa) 4+ yrs expHarish software engineer (rpa) 4+ yrs exp
Harish software engineer (rpa) 4+ yrs exp
Harish M
 
Internal assessment marking system
Internal assessment marking systemInternal assessment marking system
Internal assessment marking system
Shreshth Saxena
 

Similar to Agile Mumbai 2022 - Rohit Handa | Combining Human and Artificial Intelligence for Business Agility (20)

Sayan Chakraborty
Sayan ChakrabortySayan Chakraborty
Sayan Chakraborty
 
Vivek_MK
Vivek_MKVivek_MK
Vivek_MK
 
Revolutionizing Industry 4.0: GPT-Enabled Real-Time Support
Revolutionizing Industry 4.0: GPT-Enabled Real-Time SupportRevolutionizing Industry 4.0: GPT-Enabled Real-Time Support
Revolutionizing Industry 4.0: GPT-Enabled Real-Time Support
 
CV_DebarpanMukherjee
CV_DebarpanMukherjeeCV_DebarpanMukherjee
CV_DebarpanMukherjee
 
Chhatarsha Singh
Chhatarsha SinghChhatarsha Singh
Chhatarsha Singh
 
Designing a Generative AI QnA solution with Proprietary Enterprise Business K...
Designing a Generative AI QnA solution with Proprietary Enterprise Business K...Designing a Generative AI QnA solution with Proprietary Enterprise Business K...
Designing a Generative AI QnA solution with Proprietary Enterprise Business K...
 
AdityaSharma_Analyst.doc
AdityaSharma_Analyst.docAdityaSharma_Analyst.doc
AdityaSharma_Analyst.doc
 
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
ANIn Hyderabad Nov2023|Generative AI for software engineering - Lakshman Peet...
 
Agile Network India | Applying Creative Thinking as a SAFe Architects | Matha...
Agile Network India | Applying Creative Thinking as a SAFe Architects | Matha...Agile Network India | Applying Creative Thinking as a SAFe Architects | Matha...
Agile Network India | Applying Creative Thinking as a SAFe Architects | Matha...
 
Pallav Gupta resume
Pallav Gupta resumePallav Gupta resume
Pallav Gupta resume
 
Resume
ResumeResume
Resume
 
Cis 555 Week 4 Assignment 2 Automated Teller Machine (Atm)...
Cis 555 Week 4 Assignment 2 Automated Teller Machine (Atm)...Cis 555 Week 4 Assignment 2 Automated Teller Machine (Atm)...
Cis 555 Week 4 Assignment 2 Automated Teller Machine (Atm)...
 
Applying AI to software engineering problems: Do not forget the human!
Applying AI to software engineering problems: Do not forget the human!Applying AI to software engineering problems: Do not forget the human!
Applying AI to software engineering problems: Do not forget the human!
 
Software design.edited (1)
Software design.edited (1)Software design.edited (1)
Software design.edited (1)
 
Introduction to software engineering
Introduction to software engineeringIntroduction to software engineering
Introduction to software engineering
 
Chintn Khandhar-Resume
Chintn Khandhar-ResumeChintn Khandhar-Resume
Chintn Khandhar-Resume
 
Ia Toolkit
Ia ToolkitIa Toolkit
Ia Toolkit
 
Introduction to Behavior Driven Development
Introduction to Behavior Driven Development Introduction to Behavior Driven Development
Introduction to Behavior Driven Development
 
Harish software engineer (rpa) 4+ yrs exp
Harish software engineer (rpa) 4+ yrs expHarish software engineer (rpa) 4+ yrs exp
Harish software engineer (rpa) 4+ yrs exp
 
Internal assessment marking system
Internal assessment marking systemInternal assessment marking system
Internal assessment marking system
 

More from AgileNetwork

ANIn Ahmedabad June 2024 | Metrics in Agile Business by Angana Sharma
ANIn Ahmedabad June 2024 | Metrics in Agile Business by Angana SharmaANIn Ahmedabad June 2024 | Metrics in Agile Business by Angana Sharma
ANIn Ahmedabad June 2024 | Metrics in Agile Business by Angana Sharma
AgileNetwork
 
ANIn Ahmedabad June 2024 | Business outcomes directly proportional to mindset...
ANIn Ahmedabad June 2024 | Business outcomes directly proportional to mindset...ANIn Ahmedabad June 2024 | Business outcomes directly proportional to mindset...
ANIn Ahmedabad June 2024 | Business outcomes directly proportional to mindset...
AgileNetwork
 
ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...
ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...
ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...
AgileNetwork
 
ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...
ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...
ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...
AgileNetwork
 
ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...
ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...
ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...
AgileNetwork
 
ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...
ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...
ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...
AgileNetwork
 
ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...
ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...
ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...
AgileNetwork
 
ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...
ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...
ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...
AgileNetwork
 
ANIn Chennai May 2023 | Technical Agility by Arunmozhi Varman
ANIn Chennai May 2023 | Technical Agility by Arunmozhi VarmanANIn Chennai May 2023 | Technical Agility by Arunmozhi Varman
ANIn Chennai May 2023 | Technical Agility by Arunmozhi Varman
AgileNetwork
 
ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...
ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...
ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...
AgileNetwork
 
ANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit Tandon
ANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit TandonANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit Tandon
ANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit Tandon
AgileNetwork
 
ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...
ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...
ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...
AgileNetwork
 
ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...
ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...
ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...
AgileNetwork
 
ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...
ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...
ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...
AgileNetwork
 
ANIn Mumbai May 2024 | Measuring Business Agility by Prashant Neharkar
ANIn Mumbai May 2024 | Measuring Business Agility by Prashant NeharkarANIn Mumbai May 2024 | Measuring Business Agility by Prashant Neharkar
ANIn Mumbai May 2024 | Measuring Business Agility by Prashant Neharkar
AgileNetwork
 
ANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik Patel
ANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik PatelANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik Patel
ANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik Patel
AgileNetwork
 
ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...
ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...
ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...
AgileNetwork
 
ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...
ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...
ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...
AgileNetwork
 
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
AgileNetwork
 
ANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by Kunal
ANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by KunalANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by Kunal
ANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by Kunal
AgileNetwork
 

More from AgileNetwork (20)

ANIn Ahmedabad June 2024 | Metrics in Agile Business by Angana Sharma
ANIn Ahmedabad June 2024 | Metrics in Agile Business by Angana SharmaANIn Ahmedabad June 2024 | Metrics in Agile Business by Angana Sharma
ANIn Ahmedabad June 2024 | Metrics in Agile Business by Angana Sharma
 
ANIn Ahmedabad June 2024 | Business outcomes directly proportional to mindset...
ANIn Ahmedabad June 2024 | Business outcomes directly proportional to mindset...ANIn Ahmedabad June 2024 | Business outcomes directly proportional to mindset...
ANIn Ahmedabad June 2024 | Business outcomes directly proportional to mindset...
 
ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...
ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...
ANIn Coimbatore May 2024 | Being Agile - Fortifying the GenZ Workforce by Sar...
 
ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...
ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...
ANIn Coimbatore May 2024 | Skills for the Evolving IT landscape by Meena Subr...
 
ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...
ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...
ANIn Delhi Feb 2022 | Design the Future with Technology Disruption by N Kisho...
 
ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...
ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...
ANIn Ahmedabad Jan 2023 | Discovery is not a phase in being Agile its, "The A...
 
ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...
ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...
ANIn Ahmedabad April 2023 | Importance of agile and how it can be Implemented...
 
ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...
ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...
ANIn Chennai May 2023 | Navigating the Rapids: Embracing Agility to Conquer E...
 
ANIn Chennai May 2023 | Technical Agility by Arunmozhi Varman
ANIn Chennai May 2023 | Technical Agility by Arunmozhi VarmanANIn Chennai May 2023 | Technical Agility by Arunmozhi Varman
ANIn Chennai May 2023 | Technical Agility by Arunmozhi Varman
 
ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...
ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...
ANIn Bengaluru May 2023 | The Role of AI in Business Agility by Rajkumar Vara...
 
ANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit Tandon
ANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit TandonANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit Tandon
ANIn Bengaluru May 2023 | AI led Enterprise Transformation by Arpit Tandon
 
ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...
ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...
ANIn Navi Mumbai Jan 2023 | Agile project development -"A Journey" by Indulek...
 
ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...
ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...
ANIn Pune May 2024 | Best practices in testing of AI based SaMD by Anupama An...
 
ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...
ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...
ANIn Ahmedabad May 2024 | Sailing the Agile seas Leveraging Business Prioriti...
 
ANIn Mumbai May 2024 | Measuring Business Agility by Prashant Neharkar
ANIn Mumbai May 2024 | Measuring Business Agility by Prashant NeharkarANIn Mumbai May 2024 | Measuring Business Agility by Prashant Neharkar
ANIn Mumbai May 2024 | Measuring Business Agility by Prashant Neharkar
 
ANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik Patel
ANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik PatelANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik Patel
ANIn Ahmedabad May 2024 | Reusability Using Agile by Pratik Patel
 
ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...
ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...
ANIn Chennai April 2024 |Agile Engineering: Modernizing Legacy Systems by Ana...
 
ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...
ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...
ANIn Chennai April 2024 |Beyond Big Bang: Technical Agility in Vintage Produc...
 
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
ANIn Gurugram April 2024 |Agile Adaptation: Driving Progress in Generative AI...
 
ANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by Kunal
ANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by KunalANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by Kunal
ANIn Noida Oct 2023 |AI Usage in Agile Transformation Journey by Kunal
 

Recently uploaded

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
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
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
 
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
 
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
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
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
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
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
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
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
 
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
 
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
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 

Recently uploaded (20)

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
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
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
 
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
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
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
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
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
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
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...
 
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
 
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
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 

Agile Mumbai 2022 - Rohit Handa | Combining Human and Artificial Intelligence for Business Agility

  • 1. Sensitivity: Internal & Restricted CombininghumanandArtificialIntelligenceforBusinessAgility
  • 2. Sensitivity: Internal & Restricted Wewillcover… 1. NeedtoalignAIbasedtechniquestoPMPractices 2. AI:Potentialgamechanger for AgileProject Management 1. AIenabledBusinessAgility:WHAT,WHYandHOW? 2. Next Steps (www.agilemumbai.com)
  • 3. Sensitivity: Internal & Restricted Hello! Quick Introduction D i r e c t o r , D i g i t a l P r o d u c t s & P l a t f o r m s H C L T e c h n o l o g i e s L t d • Who Am I ? Digital products consultant for global clients with focus on artificial intelligence and machine learning, computer vision & conversational commerce. • What I do? 21 years of work experience defining strategic direction, taking new products to market, creating innovative solutions, and growing new businesses using enterprise digital technologies. • Loves to Learn, Un-Learn, Re-Learn: 9x Certified Azure Cloud practitioner & Microsoft Trainer, holding global industry level project management certifications like PMP, TOGAF and ITIL V3. • Passionate about teaching and providing awareness on AI to business and wider community.
  • 4. Sensitivity: Internal & Restricted Now, if we think over for a bit… Today, AI is often misunderstood as any automation!!
  • 5. Sensitivity: Internal & Restricted Rate of technology adoption and change is accelerating Technology has become an existential need of an organization Tech Agility beyond coding is essential for business & operations to sustain and thrive TheRealityof ProjectManagementPracticetoday Dealing with volatility, uncertainty , complexity and variability due to human aspect and …. yet need to grow with velocity (www.agilemumbai.com)
  • 6. Sensitivity: Internal & Restricted …whichisbackedupbymarketstatistics (www.agilemumbai.com)
  • 7. Sensitivity: Internal & Restricted AreTechnicalAgility&Enablersenough… (www.agilemumbai.com)
  • 8. Sensitivity: Internal & Restricted ArtificialIntelligence: PotentialGameChangerforAgileProjectManagement (www.agilemumbai.com)
  • 9. Sensitivity: Internal & Restricted 1. Refine items in Product Backlog 2. Size Estimations 3. Sprint Planning 4. Sprint Backlog 5. Task Breakout (www.agilemumbai.com)
  • 10. Sensitivity: Internal & Restricted  Identifying backlog items  Refining backlog items  Sprint Planning  Pro-actively monitoring sprint progress and managing risks
  • 11. Sensitivity: Internal & Restricted **Source: AnalyticsIndiaMag.com (www.agilemumbai.com)
  • 12. Sensitivity: Internal & Restricted REPRESENTATION LEARNING ENGINE Analyze sources in natural text: • Product visions, sprint goals, description of backlog items, and communication among team members (e.g., comments on backlog items) , • Codebases contain documentations such as release notes and comments, • Account the capability and dynamics of agile teams through their involvement in project artifacts 1. NLP component which performs automatic analysis on project textual artifacts and then generates vector representations of those artifacts. • Deep learning-based NLP techniques such as word2vec, paragraph2vec, Long Short-Term Memory (used in Google Translate), or Convolutional Neural Networks (used in Facebook’s DeepText engine) can generate dense vector representations that produce superior results on various NLP tasks 2. Code Modelingcomponent is responsible for learning vector representations which reflect the semantic and syntactic structure of source code. • Long Short-Term Memory (LSTM) to automatically learn vector representations for both backlog items and source code .LSTM enables us to learn the semantics and syntactic structures, particularly the long-term dependencies, existing in both natural text and source code. 3. Feature Extraction and Aggregation extracts all the vector representations of the artifacts related to a developer and learn to aggregate them to form a vector representation of the developer. • This representation will be enriched with features representing work and social dependencies between team members, extracted from communication logs (e.g. comments or discussions on work items). (www.agilemumbai.com)
  • 13. Sensitivity: Internal & Restricted ANALYTICS ENGINE (www.agilemumbai.com)
  • 14. Sensitivity: Internal & Restricted PLANNING & OPTIMIZATION ENGINE (www.agilemumbai.com)
  • 15. Sensitivity: Internal & Restricted Demo Deep learning-based models for software effort estimation using story points in agile environments DATASET CONSIDERED: Comprehensive dataset for story points-based estimation that contains 23,313 issues from 16 open- source projects (www.agilemumbai.com)
  • 16. Sensitivity: Internal & Restricted APPROACH TAKEN: Our overall research goal is to build a prediction system that takes as input the title and description of an issue and produces a story-point estimate for the issue. Title and description are required information for any issue tracking system • ABSEE estimate deals with the process of identifying one or more historical projects similar to the target project, and from them infer the estimate. In other words, but using the same line of reasoning • A requirement in this context can be a case of use, a user’s story, or any software requirement, provided that the data is in text format, and aligned with the target effort. • We combine the title and description of an issue report into a single text document where the title is followed by the description. • Our approach computes vector representations for these documents. These representations are then used as features to predict the story points of each issue. • It is important to note that these features are automatically learned from raw text, hence removing us from manually engineering the features. Long-Deep Recurrent Neural Network (LD-RNN) that has been designed for the story point prediction system. It is composed of four components arranged sequentially: (i) word embedding, (ii) document representation using Long Short-Term Memory (LSTM) , (iii) deep representation using BERT ( Bidirectional Encoded Representations from transformers) model (www.agilemumbai.com)
  • 17. Sensitivity: Internal & Restricted Evaluation Results The best results are highlighted in bold. MAE - the lower the better, SA - the higher the better.
  • 18. Sensitivity: Internal & Restricted Quick Glimpse of Predictions Vs Actual StoryPoint estimations (www.agilemumbai.com)
  • 19. Sensitivity: Internal & Restricted  Collect more textual requirement data to balance the dataset against existing labels, and thereby increase the number of contexts; or apply data augmentation techniques to improve results.  Update BERT_base vocabulary, including specific vocabulary, and then fine-tune.  Perform fine tuning, such as with model BERT_large, and compare the results.  Study and apply effective data augmentation techniques in order to balance the number of samples in each existing effort class, and thus obtain possible improvements in the results.  Study and apply different combinations of the layers in the BERT model, in order to evaluate the performance of the model regarding fine-tuning Conclusion & several possibilities to fine tune research further (www.agilemumbai.com)
  • 20. Sensitivity: Internal & Restricted Evaluate it using our existing dataset of few open-source projects. IntroduceAI based tools in your project management portfolio Collaboratewith our existing industry partners to perform an evaluation on commercial software agile projects Believethat AI will assist, not substitute, human teams. Individuals, interactions, and collaboration are still the key elements of project success KeyTakeaways T O O L S I N M A R K E T • Project Insight • Trello • Teamwork • BaseCamp • Wrike • Asana • ClickUp • Proofhub 1 2 3 4 (www.agilemumbai.com)
  • 21. Sensitivity: Internal & Restricted THANK YOU Rohit Handa Director, HCL Technologies Ltd. +91-9810182936 https://www.linkedin.com/in/handarohit2002/

Editor's Notes

  1. Backlog sources include: requirement specification, new feature requests from customers, bugs reported by end users, previous bug fixes, discussions among agile teams (e.g. technical debts, design changes or action items from retrospective meetings), end users’ reviews of the product, and even experiences from previous projects Refinement includes : (1) decomposing an epic into a number of user stories; (2) splitting user stories into small stories; and (3) breaking a user story into a number of specific project tasks. Sprint planning is highly challenging since many important factors must be considered, including items contributing toward the sprint goal, their priority and business value to customers, the dependencies among items, appropriate allocations to bug fixing and other technical work (e.g. resolving technical debts) and the availability of team members and the team’s capacity. Current practices in risk management mostly rely on high-level guidance and subjective judgements.