Embedding the Knowledge–Learning–Instruction (KLI) framework into multi-agent systems to act as sophisticated instructional designers for K-12 educators.
The Prompting Gap in K-12 Education
Wang et al. (2025) address a critical problem: 60% of K-12 teachers now use AI for teaching tasks, but most lack the expertise to prompt effectively for high-quality instructional materials.
The Problem
Commercial LLMs (ChatGPT, Gemini) lack embedded pedagogical theorySimple prompts produce shallow, misaligned, or inconsistent materials ("a mile high and an inch deep")Advanced prompt engineering requires time/expertise most teachers don't haveThe Solution
Shift pedagogical expertise from user's prompt to LLM's internal architecture by embedding learning sciences principles directly into multi-agent systems.
Three Systems Compared
| System | Architecture | KLI Integration | Teacher Preference |
|---|
| SAS (Single-Agent) | Baseline: simple "Generate learning activity" prompt | None (naive) | Lowest: "needs lots of editing" |
| MAS-Roles | 5-agent sequential pipeline (KC → Learning → Instruction → Design → Feedback) | Embedded in agent roles | Middle: "generic, impersonal" |
| MAS-CMD | 3-agent collaborative with conquer-merge discussion (Behaviorist, Constructivist, Aesthetic personas) | Collaborative discussion | Highest: "fantastic, creative, classroom-ready" |
Key Findings
Quantitative Results (QM K-12 Rubric)
Small differences: Statistical significance only on criterion 5.2 (p = .014)Low expert agreement: Fleiss' κ ≈ 0 (poor to slight agreement across all criteria)Trend: MAS-CMD > SAS > MAS-Roles (but not always statistically significant)Qualitative Results (20 Practicing Teachers)
MAS-CMD praised for:
Creativity: "Fantastic ideas," "so creative"Real-world context: Urban planning theme made geometry "meaningful"Completeness: Included worksheets, exit tickets, teacher dialogueCommon critique: Pacing issues ("a lot to unpack," needs to be "broken up into some days")
Efficiency Trade-off
| System | Time (s) | Tokens (k) | Requests |
|---|
| SAS | 25 ± 16 | ~3.4 | 1 |
| MAS-Roles | ~75 | ~24 | 5 |
| MAS-CMD | 272 ± 168 | ~71.6 | 13 |
Finding: Highest quality requires ~11× more tokens and ~10× more time than baseline.
Knowledge–Learning–Instruction (KLI) Framework
The KLI framework (Koedinger et al., 2012) aligns three elements:
1. Knowledge Components (KCs): Facts, concepts, principles, procedures
2. Learning Processes: Memory/fluency, induction/refinement, understanding/sense-making
3. Instructional Principles: Spacing, testing, worked examples, prompted self-explanation
Embedding KLI into MAS:
MAS-Roles: Sequential pipeline where each agent embodies one KLI componentMAS-CMD: Collaborative discussion among agents with different pedagogical personasConnection to Existing Work
Both emphasize: augment, don't displace learning sciences with AIKLI framework operationalizes "educational goals → learning models → technology"Complementary: Principled AI sets the framework; this paper implements it via MASMulti-agent collaboration: MAS-CMD's conquer-merge discussion exemplifies agentic planning + reflectionTeacher as beneficiary: Unlike agentic tutoring (where students interact with agents), here agents serve teachers as instructional design assistantsScalability: MAS offers "scalable path for creating high-quality educational content"Complementary paradigms: TeachBench evaluates teaching ability; this paper designs instructional materialsBoth use agents: TeachBench (teacher-student agents); this paper (instructional designer agents)Both find: Raw solving ≠ pedagogical quality; structured frameworks neededImplications for AI in Education
For Tool Developers
Embed pedagogy: Don't rely on teachers to "prompt in" pedagogical qualityMulti-agent > single-agent: Collaborative discussion produces more creative, contextual outputsTrade-off awareness: Highest quality requires computational cost; offer tierd optionsFor K-12 Educators
Beyond chatbots: Specialized MAS tools can provide "print-ready" materialsTeacher remains central: AI as "instructional partner," not replacementTime savings: Weekly AI users save ~5.9 hours/week; quality tools amplify thisFor Researchers
Evaluation challenge: Low expert agreement (κ ≈ 0) suggests need for better rubricsQuality ≠ rubric scores: Teachers' qualitative preferences didn't always match statistical significanceKLI as design principle: Learning sciences frameworks can be operationalized in AI architecturesConnected Concepts
Human In The Loop AIFormative AssessmentHelp SeekingMetacognitionAgentic AIReducing AI MisuseEthicsAffective TutoringConnected Articles
Principled AI EducationAgentic Workflows EducationTeachbench LLM Teaching EvaluationCitation
Wang, J., Xiao, R., Hou, X., & Stamper, J. (2025). Enabling Multi-Agent Systems as Learning Designers: Applying Learning Sciences to AI Instructional Design. arXiv:2508.16659.