AI Teachers Collaborate to Build Verifiable Curriculum for Coding Students

Miseong Shawn Kim· July 10, 2026 View original

Summary

Researchers developed a "compete-then-collaborate" framework where frontier AI teachers are ranked by an execution-based judge, then jointly build a verifiable curriculum for a coding student. This approach, using reinforcement learning with verifiable rewards (RLVR), significantly improves the student beyond simple imitation.

Current multi-teacher knowledge distillation methods often merge outputs without truly assessing which frontier model provides the best teaching, sometimes relying on biased LLM judges. A new "compete-then-collaborate" framework addresses this by first ranking four frontier AI teachers (Claude, Codex-GPT, Grok, Gemini) using an unbiased, execution-based judge that employs unit tests and stdin-stdout checks. After ranking, these teachers then collaborate to construct a verifiable curriculum specifically for a coding student model (Qwen2.5-Coder). The study yielded three key findings. Firstly, while all teachers achieved near-perfect scores on standard problems after self-correction, harder competition problems revealed performance differences, with Gemini outperforming others. However, the student's robust results were independent of this initial teacher ranking. Secondly, simple imitation learning (SFT) on verified solutions did not improve, and sometimes even degraded, an already competent student model. Crucially, the third finding demonstrated that using the same collaborative curriculum within a reinforcement learning with verifiable rewards (RLVR) environment significantly improved the student's performance on competition problems, achieving a 49% relative gain. This indicates that the true value of AI teacher collaboration lies not in merely pooling answers for imitation, but in jointly creating a verifiable environment where the student actively learns by doing. The researchers also released a reproducible on-prem pipeline for this work.

Why it matters

This research offers a novel and effective strategy for improving smaller AI models, particularly in coding, by moving beyond simple imitation to a more sophisticated, verifiable, and collaborative teaching approach.

How to implement this in your domain

  1. 1Adopt a "compete-then-collaborate" strategy for multi-teacher knowledge distillation in your AI training pipelines.
  2. 2Implement execution-based judges (e.g., unit tests) to objectively rank teacher models and verify student outputs.
  3. 3Explore reinforcement learning with verifiable rewards (RLVR) as an alternative to supervised fine-tuning for student model improvement.
  4. 4Develop collaborative curriculum generation methods where multiple AI teachers contribute to a structured learning environment.

Who benefits

Software DevelopmentAI DevelopmentEdTechRoboticsAutonomous Systems

Key takeaways

  • AI teachers can be ranked objectively using execution-based judges.
  • Simple imitation learning (SFT) may not improve competent coding students.
  • Collaborative, verifiable curricula with RLVR significantly boost student performance.
  • Learning by doing in a verifiable environment is key for student improvement.

Original post by Miseong Shawn Kim

"arXiv:2607.08255v1 Announce Type: new Abstract: Large language models increasingly serve as teachers generating training data for smaller students. Prior multi-teacher knowledge distillation methods merge outputs without determining which frontier model teaches best, often relyin…"

View on X

Originally posted by Miseong Shawn Kim on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses