paper-with-me

Papers

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

2025-12-21 · Jones David, Shreya Ghosh arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.18669

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IntelliCode Compose: Code Generation Using Transformer

2020-05-16 · Alexey Svyatkovskiy, Shao Kun Deng, Shengyu Fu, Neel Sundaresan

In software development through integrated development environments (IDEs), code completion is one of the most widely used features. Nevertheless, majority of integrated development environments only support completion o…

Code CompletionCode GenerationDecoder

Voting Protocols as Coordination Mechanisms for Role-Constrained Multi-Agent Tutoring Systems

2026-06-06 · Eric S. Qiu, Joyce Gill arxiv

Agentic tutoring systems introduce a coordination challenge: multiple agents may propose different but reasonable interventions, yet only one response can be delivered to the learner. In this paper, we study how voting p…

TeachArena: Are Language Agents Ready for Realistic Teaching Work?

2026-05-14 · Zixin Chen, Peng Liu, Rui Sheng, Haobo Li 외 arxiv

Language agents are increasingly deployed in professional workflows, yet tutoring remains a high-stakes capability that existing evaluations only partially capture. Effective tutor agents require more than producing corr…

Latency and Cost of Multi-Agent Intelligent Tutoring at Scale

2026-04-27 · Iizalaarab Elhaimeur, Nikos Chrisochoides arxiv

Multi-agent LLM tutoring systems improve response quality through agent specialization, but each student query triggers several concurrent API calls whose latencies compound through a parallel-phase maximum effect that s…

AI-Powered Math Tutoring: Platform for Personalized and Adaptive Education

2025-07-14 · Jarosław A. Chudziak, Adam Kostka arxiv

The growing ubiquity of artificial intelligence (AI), in particular large language models (LLMs), has profoundly altered the way in which learners gain knowledge and interact with learning material, with many claiming th…