🧠 AI Ed Wiki

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 theory
  • Simple prompts produce shallow, misaligned, or inconsistent materials ("a mile high and an inch deep")
  • Advanced prompt engineering requires time/expertise most teachers don't have
  • The 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

    SystemArchitectureKLI IntegrationTeacher Preference
    SAS (Single-Agent)Baseline: simple "Generate learning activity" promptNone (naive)Lowest: "needs lots of editing"
    MAS-Roles5-agent sequential pipeline (KC → Learning → Instruction → Design → Feedback)Embedded in agent rolesMiddle: "generic, impersonal"
    MAS-CMD3-agent collaborative with conquer-merge discussion (Behaviorist, Constructivist, Aesthetic personas)Collaborative discussionHighest: "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 dialogue
  • Common critique: Pacing issues ("a lot to unpack," needs to be "broken up into some days")

    Efficiency Trade-off

    SystemTime (s)Tokens (k)Requests
    SAS25 ± 16~3.41
    MAS-Roles~75~245
    MAS-CMD272 ± 168~71.613

    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 component
  • MAS-CMD: Collaborative discussion among agents with different pedagogical personas
  • Connection to Existing Work

    vs. Principled AI Education

  • Both emphasize: augment, don't displace learning sciences with AI
  • KLI framework operationalizes "educational goals → learning models → technology"
  • Complementary: Principled AI sets the framework; this paper implements it via MAS
  • vs. Agentic Workflows

  • Multi-agent collaboration: MAS-CMD's conquer-merge discussion exemplifies agentic planning + reflection
  • Teacher as beneficiary: Unlike agentic tutoring (where students interact with agents), here agents serve teachers as instructional design assistants
  • Scalability: MAS offers "scalable path for creating high-quality educational content"
  • vs. TeachBench

  • Complementary paradigms: TeachBench evaluates teaching ability; this paper designs instructional materials
  • Both use agents: TeachBench (teacher-student agents); this paper (instructional designer agents)
  • Both find: Raw solving ≠ pedagogical quality; structured frameworks needed
  • Implications for AI in Education

    For Tool Developers

  • Embed pedagogy: Don't rely on teachers to "prompt in" pedagogical quality
  • Multi-agent > single-agent: Collaborative discussion produces more creative, contextual outputs
  • Trade-off awareness: Highest quality requires computational cost; offer tierd options
  • For K-12 Educators

  • Beyond chatbots: Specialized MAS tools can provide "print-ready" materials
  • Teacher remains central: AI as "instructional partner," not replacement
  • Time savings: Weekly AI users save ~5.9 hours/week; quality tools amplify this
  • For Researchers

  • Evaluation challenge: Low expert agreement (κ ≈ 0) suggests need for better rubrics
  • Quality ≠ rubric scores: Teachers' qualitative preferences didn't always match statistical significance
  • KLI as design principle: Learning sciences frameworks can be operationalized in AI architectures
  • Connected Concepts

  • Human In The Loop AI
  • Formative Assessment
  • Help Seeking
  • Metacognition
  • Agentic AI
  • Reducing AI Misuse
  • Ethics
  • Affective Tutoring
  • Connected Articles

  • Principled AI Education
  • Agentic Workflows Education
  • Teachbench LLM Teaching Evaluation
  • Citation

    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.