Chapter 14. Generative Artificial Intelligence (GenAI) and Project Management
14.7 Exercises
Exercise 1: GenAI in Agile Project Management
A fictional startup, TechVerse, is developing a mobile app for remote team collaboration. The app includes task management, video conferencing, and file-sharing features. TechVerse’s project manager has incorporated Generative AI (GenAI) tools to enhance the agile project management process.
The project team uses a Large Language Model (LLM) like ChatGPT for the following tasks:
- Generating user stories for each feature.
- Estimating story points based on complexity, effort, and dependencies.
- Creating burndown charts to monitor sprint progress.
- Summarizing daily stand-ups to share updates with stakeholders.
However, during the first sprint, the project team identified challenges with:
- Bias in AI-generated story points due to insufficient context in the prompts.
- Hallucinations in the summaries that led to inaccurate information being shared with stakeholders.
- Limited understanding among team members on how to refine prompts for better outputs.
Questions
- List two ways TechVerse benefited from using GenAI tools in their agile project management process.
- What challenges did TechVerse face when using GenAI tools, and how could these challenges be mitigated?
- Propose a better prompt to refine the accuracy of story points generated by the LLM.
- What strategies could the project manager implement to avoid hallucinations in AI-generated summaries?