GPT-5 Achieves High Accuracy on Scrum Certification Questions
Key takeaways
- GPT-5 achieves high accuracy (over 85%) on Scrum certification questions.
- Citation-based prompting yields the best results and lowest error rates.
- Models perform better on explicit topics and single-choice questions.
- Errors often stem from misinterpretation, scope issues, or outdated information.
Who benefits
Summary
This study evaluates GPT-5's factual accuracy on 993 PSM-aligned Scrum certification questions using zero-shot, chain-of-thought, and with-source citation prompting. All methods achieved over 85% accuracy, with citation-based prompting performing best, though errors clustered in interpretive areas and multi-select questions.
Why it matters
This research provides concrete evidence of GPT-5's capabilities and limitations in understanding and applying the Scrum framework, which is vital for professionals using LLMs for Agile training, coaching, or certification preparation. It highlights the importance of prompt engineering for accuracy.
How to implement this in your domain
- 1Utilize GPT-5 with citation-based prompting for generating Scrum-related training materials or answering factual questions.
- 2Cross-reference LLM-generated answers with the official Scrum Guide, especially for interpretive or multi-select questions.
- 3Develop custom prompts that explicitly instruct the LLM to adhere to the latest Scrum Guide (2020) to mitigate version drift.
- 4Integrate LLMs as a supplementary tool for learning, emphasizing human review for critical or nuanced Scrum concepts.
Original post by Mirko Perkusich, Danyllo Albuquerque, Jo\~ao Paiva, Robson Vilar, Emanuel Dantas, Ademar Fran\c{c}a de Sousa Neto, Rohit Gheyi, Kyller Gorg\^onio, Angelo Perkusich
"arXiv:2607.00049v1 Announce Type: cross Abstract: Large Language Models (LLMs) are increasingly used in Agile Software Development for documentation, coaching, and training. As practitioners adopt these tools to prepare for certifications such as Professional Scrum Master (PSM),…"
View on XOriginally posted by Mirko Perkusich, Danyllo Albuquerque, Jo\~ao Paiva, Robson Vilar, Emanuel Dantas, Ademar Fran\c{c}a de Sousa Neto, Rohit Gheyi, Kyller Gorg\^onio, Angelo Perkusich on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Research
AI in Drug Discovery: Current State and Future Outlook
This article from Nature reviews the current applications of artificial intelligence in drug discovery, assessing its progress and outlining future directions for the field. It covers the foundational concepts, existing challenges, and potential advancements.
AI Excels in Math Through Recall, Not True Thought
AI's recent successes in mathematics stem from its ability to rapidly recall and apply vast patterns from training data, rather than demonstrating genuine human-like mathematical reasoning or "thinking." This distinction highlights the current nature of AI's problem-solving approach.
Designing Custom Reward Functions for Multi-Turn RL in Amazon Nova Forge
This post details how to create composite multi-turn reward functions for Amazon Nova Forge, including safe execution of model-generated code and instrumentation to prevent reward function failures. It emphasizes the critical role of reward functions in guiding model learning in multi-turn reinforcement learning.