Skip to content

Academy teacher requires cloud API key — train local teacher adapter #374

@joelteply

Description

@joelteply

Problem

Academy teacher pipeline requires --model and --provider (cloud API like DeepSeek). This means:

  • Users need an API key to use academy at all
  • Violates the zero-API-keys principle
  • System isn't self-sufficient

Solution

  1. Short term: resolveTeacherLlmConfig should auto-detect best available provider (cloud if available, fail clearly if not)
  2. Medium term: Train a continuum:role=teacher LoRA adapter specialized in curriculum design, exam generation, and grading
  3. Long term: Bootstrap with cloud teacher → capture training data → train local teacher → publish as adapter → fully self-sustaining

The teacher adapter learns:

  • Curriculum design (progressive topics, difficulty scaling)
  • Exam generation (scenario-based questions, rubrics)
  • Grading (score + detailed feedback + weak area identification)
  • Remediation (targeted training data synthesis for weak areas)

Depends on

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions