|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 187 - Issue 71 |
| Published: January 2026 |
| Authors: Arun K.H., Rakshith Gowda M., Thushar Raj S.G., Vishal M. Bharadwaj, Vishnu M.T. |
10.5120/ijca2026926136
|
Arun K.H., Rakshith Gowda M., Thushar Raj S.G., Vishal M. Bharadwaj, Vishnu M.T. . EZ Coder: A Hybrid AI-Powered Mentorship Framework for Integrated Developer Education. International Journal of Computer Applications. 187, 71 (January 2026), 42-50. DOI=10.5120/ijca2026926136
@article{ 10.5120/ijca2026926136,
author = { Arun K.H.,Rakshith Gowda M.,Thushar Raj S.G.,Vishal M. Bharadwaj,Vishnu M.T. },
title = { EZ Coder: A Hybrid AI-Powered Mentorship Framework for Integrated Developer Education },
journal = { International Journal of Computer Applications },
year = { 2026 },
volume = { 187 },
number = { 71 },
pages = { 42-50 },
doi = { 10.5120/ijca2026926136 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2026
%A Arun K.H.
%A Rakshith Gowda M.
%A Thushar Raj S.G.
%A Vishal M. Bharadwaj
%A Vishnu M.T.
%T EZ Coder: A Hybrid AI-Powered Mentorship Framework for Integrated Developer Education%T
%J International Journal of Computer Applications
%V 187
%N 71
%P 42-50
%R 10.5120/ijca2026926136
%I Foundation of Computer Science (FCS), NY, USA
IDEs (Integrated Development Environments) have become efficient systems which support team work and debugging in coding. However, present IDEs do not help in understanding the core concepts over time and majorly focus on particular tasks. As a result of this, programmers, specifically the ones who are at a beginner or an intermediate level tend to have a messy learning experience, limited grasp over core concepts of programming and get distracted very often. This paper introduces EZ Coder, a hybrid AI-powered mentorship framework designed as a VS Code extension. EZ Coder changes the IDE into an interactive learning environment. Unlike the typical AI assistants that help as passive tools, EZ Coder works as an active mentor by adding three major features into the IDE directly. These features include a personalised roadmap generator which works as an adaptive learning engine, an in-editor code visualizer to increase the understanding of the programs and an AI chatbot which gives context-aware feedback based on Abstract Syntax Tree (AST) analysis of code structure. An AI inference system is being used by the framework. Cloud-based large language models are combined with fast local models for real-time feedback generation and teaching insights. An ongoing, evidencebased learning cycle tracks the programmer’s behavior and updates skill levels using Bayesian reasoning. This cycle prioritizes relevant learning actions without disturbing the workflow. Evaluation of a prototype with programming tasks show that EZ Coder provides extremely accurate and relevant feedback, reduces task completion time and offers much more meaningful guidance than general AI assistants and standard linters.