AIDec 21, 2025

IntelliCode: A Multi-Agent LLM Tutoring System with Centralized Learner Modeling

arXiv:2512.18669v1h-index: 1
Originality Incremental advance
AI Analysis

This addresses the need for transparent and reliable long-term pedagogical support in AI tutoring systems, though it appears incremental as it builds on existing multi-agent and learner modeling concepts.

The authors tackled the problem of LLM-based tutors lacking persistent learner knowledge by introducing IntelliCode, a multi-agent system with centralized learner modeling, which resulted in stable state updates, improved task success with graduated hints, and diverse curriculum coverage in validation with simulated learners.

LLM-based tutors are typically single-turn assistants that lack persistent representations of learner knowledge, making it difficult to provide principled, transparent, and long-term pedagogical support. We introduce IntelliCode, a multi-agent LLM tutoring system built around a centralized, versioned learner state that integrates mastery estimates, misconceptions, review schedules, and engagement signals. A StateGraph Orchestrator coordinates six specialized agents: skill assessment, learner profiling, graduated hinting, curriculum selection, spaced repetition, and engagement monitoring, each operating as a pure transformation over the shared state under a single-writer policy. This architecture enables auditable mastery updates, proficiency-aware hints, dependency-aware curriculum adaptation, and safety-aligned prompting. The demo showcases an end-to-end tutoring workflow: a learner attempts a DSA problem, receives a conceptual hint when stuck, submits a corrected solution, and immediately sees mastery updates and a personalized review interval. We report validation results with simulated learners, showing stable state updates, improved task success with graduated hints, and diverse curriculum coverage. IntelliCode demonstrates how persistent learner modeling, orchestrated multi-agent reasoning, and principled instructional design can be combined to produce transparent and reliable LLM-driven tutoring.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes