Chapter 3: Introduction to Capstone Project
Learning Outcomes
By the end of this chapter, students will be able to:
- Decompose any problem using the 5W1H method
- Apply Design thinking methodology
- Create empathy maps
- Align problems to Sustainable Development Goals (SDGs)
- Apply all learnings in solving real-world problems
- Express their solution to a problem in non-technical words
Theory
What is a Capstone Project?
A capstone project is a comprehensive assignment that serves as a culminating experience for students, requiring them to apply knowledge and skills acquired throughout the course to solve a real-world problem. In the context of AI, a capstone project allows students to demonstrate their understanding of AI concepts, tools, and techniques by developing a practical solution.
Design Thinking Methodology
Design thinking is a user-centered, iterative process that focuses on understanding user needs, defining problems, ideating solutions, prototyping, and testing. The five stages are:
1. Empathize
- Understand the user’s needs and perspectives
- Conduct interviews and observations
- Gather qualitative data about user experiences
- Build genuine empathy for users’ problems
2. Define
- Clearly articulate the problem statement
- Synthesize observations from the empathy phase
- Create a clear and actionable problem definition
- Focus on user needs, not solutions
3. Ideate
- Generate creative ideas and potential solutions
- Brainstorm without judgment
- Encourage wild ideas
- Build on others’ ideas
- Use techniques like mind mapping and sketching
4. Prototype
- Build a tangible representation of the solution
- Create low-fidelity models to test concepts
- Focus on learning, not perfection
- Make prototypes quickly and cheaply
5. Test
- Evaluate the prototype with users
- Gather feedback
- Iterate based on findings
- Refine the solution
The 5W1H Method for Problem Decomposition
The 5W1H method is a framework for understanding and decomposing problems:
| Question | Purpose | Example |
|---|---|---|
| Who | Identify stakeholders and users | Who is affected by this problem? |
| What | Define the problem clearly | What exactly is the problem? |
| When | Understand timing and frequency | When does this problem occur? |
| Where | Identify location and context | Where does this problem happen? |
| Why | Understand root causes | Why does this problem exist? |
| How | Explore mechanisms and solutions | How can we solve this problem? |
Empathy Maps
Empathy maps are visual tools that help students understand user experiences by capturing what users:
┌─────────────────────────────────────────────────┐
│ EMPATHY MAP │
├────────────────────┬────────────────────────────┤
│ SAYS │ THINKS │
│ What does the user │ What might the user be │
│ say about their │ thinking about the │
│ experience? │ situation? │
├────────────────────┼────────────────────────────┤
│ DOES │ FEELS │
│ What actions does │ What emotions does the │
│ the user take? │ user experience? │
└────────────────────┴────────────────────────────┘
Key Components:
- Says: Direct quotes and statements from users
- Thinks: What might be going through their mind
- Does: Observable actions and behaviors
- Feels: Emotional state and reactions
Sustainable Development Goals (SDGs)
The United Nations has defined 17 Sustainable Development Goals to address global challenges. In AI projects, students should align their solutions with relevant SDGs to ensure societal benefit.
| SDG | Goal | AI Application Examples |
|---|---|---|
| SDG 1 | No Poverty | Financial inclusion AI |
| SDG 2 | Zero Hunger | Crop yield prediction |
| SDG 3 | Good Health | Disease diagnosis AI |
| SDG 4 | Quality Education | Personalized learning |
| SDG 5 | Gender Equality | Bias detection in hiring |
| SDG 6 | Clean Water | Water quality monitoring |
| SDG 7 | Affordable Energy | Smart grid optimization |
| SDG 8 | Decent Work | Job matching platforms |
| SDG 9 | Industry Innovation | Predictive maintenance |
| SDG 10 | Reduced Inequalities | Accessibility AI |
| SDG 11 | Sustainable Cities | Traffic optimization |
| SDG 12 | Responsible Consumption | Waste reduction AI |
| SDG 13 | Climate Action | Climate modeling |
| SDG 14 | Life Below Water | Ocean monitoring |
| SDG 15 | Life on Land | Wildlife conservation |
| SDG 16 | Peace & Justice | Fake news detection |
| SDG 17 | Partnerships | Collaborative platforms |
Capstone Project Process
- Form a Team: Collaborate with peers to develop diverse perspectives
- Define the Problem: Use the 5W1H method to clearly define the problem
- Research and Empathize: Conduct user research to understand needs and pain points
- Ideate Solutions: Brainstorm multiple potential solutions
- Select and Design: Choose the most viable solution and design the implementation
- Develop Prototype: Create a working model or simulation
- Test and Iterate: Evaluate the prototype and make improvements
- Document and Present: Prepare comprehensive documentation and present findings
Practical Activities
Activity 1: Problem Decomposition using 5W1H
Decompose the following problems using the 5W1H method:
Problem: “Improve access to quality education in rural areas”
| Question | Analysis |
|---|---|
| Who | Students in rural areas, teachers, parents, government |
| What | Limited access to quality educational resources and teachers |
| When | Ongoing issue, especially during school hours and exam periods |
| Where | Rural and remote areas with poor infrastructure |
| Why | Lack of qualified teachers, poor internet connectivity, limited resources |
| How | AI-powered learning apps, virtual classrooms, offline content delivery |
Activity 2: Empathy Map Creation
Create an empathy map for a user persona in the context of AI-based healthcare solutions.
User Persona: Rural Healthcare Worker
┌─────────────────────────────────────────────────────────────┐
│ EMPATHY MAP │
│ Rural Healthcare Worker │
├─────────────────────────────┬───────────────────────────────┤
│ SAYS │ THINKS │
│ "I need quick access to │ "Am I making the right │
│ medical information" │ diagnosis?" │
│ "The nearest hospital is │ "How can I help more patients │
│ too far" │ with limited resources?" │
│ "I wish I had expert │ "What if I miss something │
│ guidance available" │ critical?" │
├─────────────────────────────┼───────────────────────────────┤
│ DOES │ FEELS │
│ Consults multiple sources │ Anxious about patient outcomes│
│ Makes decisions alone │ Overwhelmed by workload │
│ Travels long distances │ Hopeful about new technology │
│ Works with limited tools │ Frustrated by lack of support │
└─────────────────────────────┴───────────────────────────────┘
Activity 3: Project Abstract Creation
Create a project abstract using the Design Thinking Framework:
Sample Project Abstract
Project Title: AI-Powered Crop Disease Detection System
SDG Alignment: SDG 2 (Zero Hunger)
Problem Statement: Farmers in developing regions lose significant crop yields due to late detection of plant diseases.
Target Users: Small-scale farmers with smartphone access
Proposed Solution: A mobile application that uses computer vision to identify crop diseases from photographs, providing instant recommendations for treatment.
Key Features:
- Image-based disease detection
- Offline functionality
- Multi-language support
- Treatment recommendations
Activity 4: Design Thinking Workshop
Participate in a design thinking workshop to solve a real-world problem:
Workshop Steps:
- Warm-up (10 minutes): Team introductions and icebreaker activities
- Empathize (20 minutes): Interview partners about their experiences with the problem
- Define (15 minutes): Create a clear problem statement
- Ideate (20 minutes): Brainstorm solutions using sticky notes
- Prototype (25 minutes): Create a simple prototype
- Test (15 minutes): Present prototype and gather feedback
- Reflect (10 minutes): Discuss learnings and next steps
Competency-Based Questions
Example Questions
- Explain the 5W1H method for problem decomposition. (2 marks)
- Describe the role of empathy maps in user-centered design. (3 marks)
- List the five stages of the design thinking process. (4 marks)
- How can AI solutions be aligned with Sustainable Development Goals? (5 marks)
- Discuss the importance of team collaboration in capstone projects. (6 marks)
Answers to Example Questions
-
Answer: 5W1H is a problem decomposition framework:
- Who: Identifies stakeholders affected
- What: Defines the problem clearly
- When: Determines timing and frequency
- Where: Specifies location and context
- Why: Explores root causes
- How: Plans solution approaches
-
Answer: Empathy maps help designers understand users by capturing four dimensions: what users Say (direct quotes), Think (internal thoughts), Do (actions and behaviors), and Feel (emotions). This helps create user-centered solutions by building genuine understanding of user needs and pain points.
-
Answer: The five stages of design thinking are:
- Empathize: Understand users’ needs through research
- Define: Create a clear problem statement
- Ideate: Brainstorm multiple solutions
- Prototype: Build testable representations
- Test: Evaluate with users and iterate
-
Answer: AI solutions can align with SDGs by:
- Identifying relevant SDGs for the problem domain
- Ensuring the solution addresses specific SDG targets
- Measuring impact against SDG indicators
- Examples: AI for crop prediction (SDG 2), disease diagnosis (SDG 3), personalized learning (SDG 4), climate modeling (SDG 13)
-
Answer: Team collaboration is important because:
- Diverse Perspectives: Different skills and viewpoints improve solutions
- Division of Labor: Efficient task distribution
- Peer Learning: Team members learn from each other
- Real-world Preparation: Mirrors professional AI development
- Creativity: Brainstorming generates better ideas
- Support: Mutual help overcoming challenges
Official Sample Paper Questions
- What is the purpose of a capstone project in AI education? (2 marks)
- Explain the design thinking process with its five stages. (3 marks)
- Create an empathy map for a user interested in AI-based financial services. (4 marks)
- How can AI solutions contribute to achieving SDG 13 (Climate Action)? (5 marks)
- Outline the steps involved in developing a capstone project proposal. (6 marks)
Answers to Official Sample Paper Questions
-
Answer: A capstone project allows students to apply their AI knowledge to solve real-world problems, demonstrating practical skills in problem-solving, design thinking, implementation, and presentation while connecting learning to societal needs.
-
Answer: Design thinking is a user-centered approach:
- Empathize: Research and understand user needs
- Define: Articulate the problem statement
- Ideate: Generate creative solutions
- Prototype: Create quick, testable models
- Test: Gather feedback and refine
-
Answer:
Says Thinks “I want secure transactions” “Is my money safe with AI?” “I need quick financial advice” “Can AI understand my needs?” Does Feels Checks account frequently Anxious about security Compares multiple services Hopeful about convenience -
Answer: AI can contribute to SDG 13 (Climate Action) through:
- Climate Modeling: Predicting weather patterns and climate change impacts
- Energy Optimization: Smart grids reducing energy waste
- Carbon Monitoring: Tracking emissions using satellite imagery
- Disaster Prediction: Early warning systems for extreme weather
- Sustainable Agriculture: Optimizing farming to reduce environmental impact
-
Answer: Steps for capstone project proposal:
- Form a team with diverse skills
- Select a problem aligned with SDGs
- Apply 5W1H to define the problem
- Conduct user research and create empathy maps
- Ideate multiple solutions
- Select feasible solution and define scope
- Plan timeline and resources
- Document proposal with objectives, methodology, and expected outcomes
Practice Questions
Multiple Choice Questions
-
Which of the following is NOT one of the five stages of design thinking? a) Empathize b) Define c) Ideate d) Implement
-
The 5W1H method stands for: a) Who, What, When, Where, Why, How b) Five Ways to Improve Human Cognition c) Five Windows for Innovation Hubs d) None of the above
-
Which SDG focuses on climate action? a) SDG 13 b) SDG 14 c) SDG 15 d) SDG 7
-
An empathy map captures which of the following? a) Says, Thinks, Does, Feels b) Past, Present, Future c) Strengths, Weaknesses, Opportunities, Threats d) Input, Process, Output
-
The primary purpose of prototyping in design thinking is to: a) Create a final product b) Test ideas quickly and cheaply c) Impress stakeholders d) Generate revenue
Short Answer Questions
- Define the 5W1H method and explain its importance in problem decomposition.
- What is an empathy map and how does it help in understanding user needs?
- How can AI solutions be aligned with Sustainable Development Goals?
- What are the key components of a capstone project proposal?
Long Answer Questions
- Discuss the complete design thinking process and its application in AI capstone projects.
- Explain how empathy maps and user research contribute to effective AI solution design.
- Describe the steps involved in aligning an AI project with Sustainable Development Goals.
- Outline a detailed plan for developing a capstone project from problem definition to final presentation.
Summary
Key Points
- Capstone projects allow students to apply AI knowledge to real-world problems
- Design thinking methodology consists of five stages: Empathize, Define, Ideate, Prototype, Test
- The 5W1H method helps decompose problems systematically
- Empathy maps help in understanding user perspectives and needs
- AI solutions should be aligned with Sustainable Development Goals for societal benefit
- Team collaboration and communication are essential for successful capstone projects
Important Terminologies
- Capstone Project: A comprehensive project that demonstrates learning and skills
- Design Thinking: A user-centered approach to problem-solving
- Empathy Map: A visual tool for understanding user experiences
- SDGs: 17 global goals set by the United Nations for sustainable development
- 5W1H: A problem decomposition framework (Who, What, When, Where, Why, How)
- Prototype: A preliminary model used to test concepts
- Iteration: The process of refining solutions based on feedback
Solutions to Practice Questions
Multiple Choice Answers
- d) Implement
- a) Who, What, When, Where, Why, How
- a) SDG 13
- a) Says, Thinks, Does, Feels
- b) Test ideas quickly and cheaply
Short Answer Model Answers
- The 5W1H method is a problem decomposition technique that asks Who, What, When, Where, Why, and How to fully understand a problem. It helps break down complex problems into manageable components.
- An empathy map visualizes what users say, think, feel, and do, helping designers understand user needs and pain points effectively.
- AI solutions can be aligned with SDGs by identifying relevant global challenges (like healthcare, education, or climate) and ensuring the project contributes to solving those challenges.
- Key components include problem definition, user research, proposed solution, technical approach, timeline, and expected outcomes.
Long Answer Model Answers
- The design thinking process involves empathizing with users to understand their needs, defining the problem clearly, ideating multiple solutions, prototyping the best ideas, and testing with users. In AI capstone projects, this ensures solutions are user-centered and address real needs.
- Empathy maps and user research provide insights into user experiences, helping developers create AI systems that truly address user pain points and preferences rather than making assumptions.
- Aligning AI projects with SDGs involves identifying relevant global goals, researching how AI can contribute, designing solutions that address specific targets, and measuring impact against SDG indicators.
- Steps include: team formation, problem identification through research, defining scope using 5W1H, empathizing with users, ideating solutions, prototyping, testing, iterating, documenting, and presenting.
IBM Skills Build Integration
Complete the IBM Skills Build - What is Design thinking? course to:
- Learn the fundamentals of design thinking methodology
- Understand how to apply design thinking to AI projects
- Practice creating empathy maps and prototypes
- Earn a certification in design thinking
References
- CBSE Artificial Intelligence Curriculum for Class XI (2025-2026)
- IBM Skills Build - What is Design thinking?
- United Nations Sustainable Development Goals
- Stanford d.school Design Thinking Resources
- IDEO Design Thinking Resources