Sitemap
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Pages
Posts
Scaffolding the Scaffold: Co-Evolving Human-Centered Boundaries for GenAI in Education
Published:
Most GenAI policies in education are binary: allowed or banned, applied the same way to every student. We argue this ignores the developmental nature of learning, and propose adaptive boundaries: GenAI access that co-evolves with a student’s demonstrated competency, negotiated among students, teachers, and the GenAI system itself.
Engineering Trustworthy Automation: Design Principles for AutoML Tools for Novices
Published:
How we developed and evaluated an AutoML system that helps novices build their own machine learning models, and distilled four design principles to improve trust, understanding, and usability based on a 24-participant user study.
The Effect of VR and Haptic Feedback Devices on Online Consumer Decision-Making
Published:
How we investigated the impact of VR and haptic feedback technologies on online shopping experiences and consumer decision-making processes in e-commerce environments.
Improving AI Text Classification: A Cascaded Approach for Educational Grading
Published:
How we developed a cascaded transformer architecture coupled with a Mixture-of-Agents system to improve automated grading accuracy by over 50% for incorrect answers while maintaining transparency for teaching staff.
INSIGHT: Bridging the Student-Teacher Gap in Times of Large Language Models
Published:
How we designed INSIGHT, a modular proof-of-concept that combines AI tools to assist teaching staff and students with exercises while using keyword analysis to build dynamic FAQs and provide insights for personalized face-to-face support.
Developing an AI-Based Prototype to Support Students and Teachers with Exercises
Published:
How I explored the applications of Large Language Models in education and built a prototype that demonstrates AI tools for supporting both teachers and students while maintaining meaningful interaction.
portfolio
publications
Ontwikkeling van een AI-gebaseerd prototype dat studenten en docenten ondersteunt met oefeningen
Published in UHasselt, 2024
Dutch master's thesis about the use of AI in education.
Recommended citation: Thys, Jarne (2024) Ontwikkeling van een AI-gebaseerd prototype dat studenten en docenten ondersteunt met oefeningen.
Download Paper
INSIGHT: Bridging the Student-Teacher Gap in Times of Large Language Models
Published in D-SAIL Workshop - Transformative Curriculum Design: Digitalisation, Sustainability, and AI Literacy for 21st Century Learning, 2025
The rise of AI, especially Large Language Models, presents challenges and opportunities to integrate such technology into the classroom. AI has the potential to revolutionize education by helping teaching staff with various tasks, such as personalizing their teaching methods, but it also raises concerns, for example, about the degradation of student-teacher interactions and user privacy. This paper introduces INSIGHT, a proof of concept to combine various AI tools to assist teaching staff and students in the process of solving exercises. INSIGHT has a modular design that allows it to be integrated into various higher education courses. We analyze students' questions to an LLM by extracting keywords, which we use to dynamically build an FAQ from students' questions and provide new insights for the teaching staff to use for more personalized face-to-face support. Future work could build upon INSIGHT by using the collected data to provide adaptive learning and adjust content based on student progress and learning styles to offer a more interactive and inclusive learning experience.
Recommended citation: J. Thys, S. Vanbrabant, D. Vanacken, G. Rovelo Ruiz, INSIGHT: Bridging the student-teacher gap in times of large language models, in: Proceedings of the D-SAIL Workshop - Transformative Curriculum Design: Digitalisation, Sustainability, and AI Literacy for 21st Century Learning, CEUR-WS, Palermo, Italy, 2025, pp. 50-59.
Download Paper
Improving AI Text Classification: A Cascaded Approach
Published in 3rd Workshop on Engineering Interactive Systems Embedding AI Technologies, 2025
LLMs have rapidly evolved into versatile ''foundation models'', repurposed - despite persistent gaps in reliability - for a variety of tasks, such as legal document summarization, medical question answering, and text classification. In this paper, we propose an approach to engineer better text classification solutions for educational grading. We address this challenge with a solution that couples (i) a transformer cascade for rubric-level prediction with (ii) a transparent, traffic-light feedback interface powered by a Mixture-of-Agents LLM system. We compared our approach to a standard LLM and a single transformer architecture using the ASAG dataset. Results show that our approach increases recall for incorrect answers by more than 50% and precision on fully correct answers by 20% compared to a single transformer. Finally, we describe a prototype implementing our approach in an end-to-end, minimally intrusive solution for semi-automatic grading, which allows the teaching staff to review and revise the feedback generated by a Mixture-of-Agents LLM system based on the grade classification.
Recommended citation: Thys, Jarne; Vanacken, Davy & Rovelo Ruiz, Gustavo (2025) Improving AI Text Classification: A Cascaded Approach. In: 3rd Workshop on Engineering Interactive Systems Embedding AI Technologies, Trier, Germany, 2025, June 24.
Download Paper
The Effect of VR and Haptic Feedback Devices on Online Consumer Decision-Making
Published in Book of abstracts - 31st Recent Advances in Retailing & Consumer Science Conference, 2025
Recommended citation: DOUCE, Lieve; THYS, Jarne; VAN DE SANDEN, Stephanie; WILLEMS, Kim; VANACKEN, Davy & ROVELO RUIZ, Gustavo (2025) The Effect of VR and Haptic Feedback Devices on Online Consumer Decision-Making. In: Book of abstracts - 31st Recent Advances in Retailing & Consumer Science Conference.
Download Paper
Engineering Trustworthy Automation: Design Principles and Evaluation for AutoML Tools for Novices
Published in Engineering Interactive Computer Systems - EICS 2025 - International Workshops and Doctoral Consortium, 2025
AutoML systems targeting novices often prioritize algorithmic automation over usability, leaving gaps in users' understanding, trust, and end-to-end workflow support. To address these issues, we propose an abstract pipeline that covers data intake, guided configuration, training, evaluation, and inference. To examine the abstract pipeline, we report a user study where we assess trust, understandability, and UX of a prototype implementation. In a 24-participant study, all participants successfully built their own models, UEQ ratings were positive, yet experienced users reported higher trust and understanding than novices. Based on this study, we propose four design principles to improve the design of AutoML systems targeting novices: (P1) support first-model success to enhance user self-efficacy, (P2) provide explanations to help users form correct mental models and develop appropriate levels of reliance, (P3) provide abstractions and context-aware assistance to keep users in their zone of proximal development, and (P4) ensure predictability and safeguards to strengthen users' sense of control.
Recommended citation: Thys, J., Vanacken, D., Rovelo Ruiz, G. (2026). Engineering Trustworthy Automation: Design Principles and Evaluation for AutoML Tools for Novices. In: Fayollas, C., et al. Engineering Interactive Computer Systems. EICS 2025 International Workshops. EICS 2025. Lecture Notes in Computer Science, vol 16511. Springer, Cham. https://doi.org/10.1007/978-3-032-26051-2_9
Download Paper
Scaffolding the Scaffold: Co-Evolving Human-Centered Boundaries for GenAI in Education
Published in Frontiers in Artificial Intelligence and Applications: HHAI 2026, 2026
Current educational approaches often treat GenAI access as binary, permit or prohibit, failing to accommodate learning’s developmental nature. This one-size-fits-all approach risks either depriving students of valuable learning opportunities or enabling over-reliance that undermines skill development. While recent work explores instructor-configurable GenAI, no approach treats governance as an adaptive per-student scaffold based on demonstrated competency. We propose co-evolving boundaries: GenAI constraints that evolve dynamically with student competency. Grounded in pedagogical theories (Zone of Proximal Development, scaffolding, mastery learning) and technical capabilities (learning analytics, configurable GenAI), adaptive boundaries would evolve through three developmental stages negotiated among students, teachers, and GenAI systems: restrictive scaffolding for novices, selective access with over-reliance monitoring for intermediates, and open collaboration for advanced students. We present four research questions addressing boundary negotiation, competency detection, transparency, and evaluation. This transforms GenAI from a policy concern into a human-centered pedagogical instrument, enabling co-evolution of AI constraints and student competency while balancing personalization with equity, transparency with usability, and autonomy with guidance.
Recommended citation: Thys, J., Dirkx, Y., Vanacken, D., & Rovelo Ruiz, G. (2026). Scaffolding the Scaffold: Co-Evolving Human-Centered Boundaries for GenAI in Education. In HHAI 2026 (pp. 186-196). IOS Press.
Download Paper
talks
Poster presentation: “The Effect of Sensory Technologies on Consumer Behavior through Haptic Imagery in a Digital Context”
Published:
Poster presentation on the effect of VR and haptic feedback on consumer decision-making in online retail environments.
Poster presentation: “INSIGHT: Bridging the Student-Teacher Gap in Times of Large Language Models”
Published:
Poster presentation of the INSIGHT system at the 19th EATEL Summer School on Technology Enhanced Learning 2025.
Paper presentation: “Improving AI Text Classification: A Cascaded Approach”
Published:
LLMs have rapidly evolved into versatile “foundation models”, repurposed - despite persistent gaps in reliability - for a variety of tasks, such as legal document summarization, medical question answering, and text classification. In this paper, we propose an approach to engineer better text classification solutions for educational grading. We address this challenge with a solution that couples (i) a transformer cascade for rubric-level prediction with (ii) a transparent, traffic-light feedback interface powered by a Mixture-of-Agents LLM system. We compared our approach to a standard LLM and a single transformer architecture using the ASAG dataset. Results show that our approach increases recall for incorrect answers by more than 50% and precision on fully correct answers by 20% compared to a single transformer. Finally, we describe a prototype implementing our approach in an end-to-end, minimally intrusive solution for semi-automatic grading, which allows the teaching staff to review and revise the feedback generated by a Mixture-of-Agents LLM system based on the grade classification.
Paper presentation: “INSIGHT: Bridging the Student-Teacher Gap in Times of Large Language Models”
Published:
The rise of AI, especially Large Language Models, presents challenges and opportunities to integrate such technology into the classroom. AI has the potential to revolutionize education by helping teaching staff with various tasks, such as personalizing their teaching methods, but it also raises concerns, for example, about the degradation of student-teacher interactions and user privacy. This paper introduces INSIGHT, a proof of concept to combine various AI tools to assist teaching staff and students in the process of solving exercises. INSIGHT has a modular design that allows it to be integrated into various higher education courses. We analyze students’ questions to an LLM by extracting keywords, which we use to dynamically build an FAQ from students’ questions and provide new insights for the teaching staff to use for more personalized face-to-face support. Future work could build upon INSIGHT by using the collected data to provide adaptive learning and adjust content based on student progress and learning styles to offer a more interactive and inclusive learning experience.
Poster presentation: “INSIGHT: Bridging the Student-Teacher Gap in Times of Large Language Models”
Published:
Poster presentation of the INSIGHT system at the UHasselt Research Day 2026. Awarded the poster prize.
teaching
Theses 2023 - 2024
Guidance of students' theses, Hasselt University, 2024
Courses 2024 - 2025
Assisting in course teaching, Hasselt University, 2025
Theses 2024 - 2025
Guidance of students' theses, Hasselt University, 2025
Courses 2025 - 2026
Assisting in course teaching, Hasselt University, 2026
Theses 2025 - 2026
Guidance of students' theses, Hasselt University, 2026