-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
- Short term:
resolveTeacherLlmConfigshould auto-detect best available provider (cloud if available, fail clearly if not) - Medium term: Train a
continuum:role=teacherLoRA adapter specialized in curriculum design, exam generation, and grading - 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
- Academy pipeline working end-to-end (Academy training pipeline: real models, real benchmarks, real results #372)
- Adapter publish to HuggingFace (Academy training pipeline: real models, real benchmarks, real results #372)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels