AI Enabled Automated Student Q&A Tool: Prof Notes AI
Amanullah Asim,Juaquin Ramirez-Medina,A. Amirfazli
TLDR
This work explores whether an AI-driven tool, with content based on professors’ notes and course outlines, can improve students' learning outcomes by providing immediate and relevant answers.
Abstract
Engineering students often face delays in getting their questions answered, whether technical or syllabus-related, as professors are occupied with extensive academic and administrative tasks. This leads to gaps in understanding and a lack of immediate support. Students prefer answers to their questions to be linked to their professor’s notes rather than navigating through excess information, which hinders self-directed learning and the effective use of visual aids. Core engineering and science courses, or any other course that can be deterministic in nature, are well-suited for automated-learning tools that deliver precise answers, unlike open-ended design courses which may have multiple possible answers. This work explores whether an AI-driven tool, with content based on professors’ notes and course outlines, can improve students' learning outcomes by providing immediate and relevant answers. The system, Prof-Notes AI, is a full-stack application that categorizes student queries as either technical or syllabus-related and fetches relevant content, including equations, illustrations, and videos. The frontend, developed using React and JavaScript, provides a user-friendly interface, while the Python-based backend integrates AI frameworks such as GPT models, Llama, and Pinecone vector databases to retrieve contextually relevant information. The system leverages Google App Engine and Firebase for real-time data flow, and a caching system is used to optimize performance and reduce AI computational costs. Security measures, including authentication and data encryption, ensure user data protection. User testing demonstrated that linking answers directly to professor notes significantly improved response relevance compared to generic resources. While many students found Prof-Notes AI a reliable study tool, feedback highlighted challenges in handling complex queries and barriers to adoption due to reliance on alternative resources. However, students appreciated the seamless experience across devices, including mobile phones and laptops. Future updates will focus on enhancing active learning, allowing students to engage in interactive discussions with the AI model. A targeted marketing strategy is essential to raise awareness and integrate the tool into students’ learning routines, positioning Prof-Notes AI as a fundamental resource for self-directed learning in engineering education.
