A design framework for educational AI systems structured around four agentic paradigms: reflection, planning, tool use, and multi-agent collaboration. Proposed by Kamalov et al. (2026) as a taxonomy for analyzing how AI agents operate in learning environments.
A design framework for educational AI systems structured around four agentic paradigms: reflection, planning, tool use, and multi-agent collaboration. Proposed by Kamalov et al. (2026) as a taxonomy for analyzing how AI agents operate in learning environments.
Four Paradigms
1. Reflection
Agents evaluate their own outputs against criteria before delivering feedback to learners. Reduces immediate error propagation but adds latency and requires internal evaluators.
2. Planning
Agents decompose educational goals into sub-goals and sequence pedagogical actions. Enables structured tutoring but risks rigidity when learner states diverge from expected trajectories.
3. Tool Use
Agents invoke external resources (calculators, code interpreters, knowledge bases) to ground responses in verified information. Critical for STEM domains where hallucination tolerance is low.
4. Multi-Agent Collaboration
Multiple specialized agents (e.g., question generator, validator, explainer) coordinate to produce holistic tutoring experiences. Improves consistency over stand-alone LLMs but introduces orchestration complexity and interpretability challenges.
Proof of Concept: MASS
Kamalov et al. implemented a multi-agent framework for automated essay scoring (MASS) as a demonstration. Preliminary results suggest improved consistency compared to single-model approaches, though the authors flag the need for deeper research into interpretability and trustworthiness.
Challenges
Interpretability: Multi-agent traces are harder to audit than single-model outputs.Trustworthiness: Learners and teachers need transparency into which agent contributed what.Orchestration overhead: Coordination cost scales non-linearly with agent count.Latency: Reflection and multi-agent negotiation introduce response delays.Connected Concepts
Adaptive LearningAI LiteracyFormative AssessmentHuman In The Loop AIPedagogical LLM TrainingPersistent AI Agents Academic ResearchAgentic AIAI EducationConnected Articles
Agentic AI Education Scoping Review โ Agentic AI in Education: A Scoping Review of Research Landscape, Capabilities, and the Frontier Agent ParadigmAgentic Education Coding โ Agentic Education with AI Coding AssistantsAI Changing Teaching Workflows โ How AI Is Changing Teaching WorkflowsAI Powered Materials Discovery AI Literacy โ Preparing Students for AI-Powered Materials Discovery: A Workflow-Aligned Framework for AI Literacy, Equity, and Scie...AI Tutor Authoring Promptdecipher โ PromptDecipher: Supporting AI Tutor Authoring Through Editable Simulated InteractionsAI Tutor Effectiveness Review โ AI Tutor Effectiveness ReviewAuthentic Assessment โ Authentic AssessmentCognitive Agent Compilation โ Cognitive Agent Compilation for Explicit Problem Solver ModelingCollaborative AI Tutoring โ Collaborative AI TutoringEduagentbench Agent Teaching Benchmark โ Are Agents Ready to Teach? A Multi-Stage Benchmark for Real-World Teaching WorkflowsHuman AI Co Mentorship โ Human-AI Co-Mentorship in Project-Based Learning: A Case Study in Financial ForecastingMulti Agent Instructional Design โ Multi-Agent Systems for Instructional DesignMultimodal Learning GenAI โ Multimodal Learning with Generative AIPrincipled AI Education โ Principled AI in EducationProgramming ITS โ Programming Intelligent Tutoring SystemsTeachbench LLM Teaching Evaluation โ TeachBench - Evaluating LLM Teaching AbilityTeacher Control AI Generation Math Visuals โ When Should Teachers Control AI Generation for Mathematics Visuals?Aaai2026 Prompting Literacy K12 โ Learning to Use AI for Learning: Teaching Responsible Use of AI Chatbot to K-12 Students Through an AI Literacy ModuleAcademiclaw Student Agent Benchmark โ AcademiClaw: When Students Set Challenges for AI AgentsAccess Not Enough AI Tutoring 2026 โ Access is Not Enough: Human Support Improves Engagement with AI TutoringAgency Gap AI Writing โ The agency gap in AI-supported writing: how reactive and proactive agent designs shape multimodal reasoningAgentic AI Pedagogical Best Practice 2026 โ Agentic AI and Pedagogical Best Practice: The Tension Between Automation and LearningAgentic Literacy Debt โ Agentic Literacy Debt: A Structural Problem the AI Literacy Field Has Not Yet NamedAgents That Teach Incidental Learning โ Agents That Teach: Designing Incidental Learning Back into AI-Assisted Software DevelopmentAI Adult Learning Guidelines Dis2026 โ Guidelines for Designing AI Technologies to Support Adult LearningCitation
Kamalov, F., Santandreu Calonge, D., Smail, L., Azizov, D., Thadani, D. R., Kwong, T., & Atif, A. (2026). Evolution of AI in Education: Agentic Workflows. arXiv:2504.20082.