OpenMAIC 1.0: Tsinghua Open-Sources the AI Classroom
OpenMAIC hit v1.0.0 on August 27 and is now pulling 900+ stars a day, sitting at 22k. It's from THU-MAIC at Tsinghua, and the idea is simple to say and hard to build: give it a topic or a document, and it generates a full interactive course — slides, quizzes, simulations, project work — then runs the class with AI teachers and AI classmates.
The AI classmates are the part I'd pay attention to. Every AI tutor product gives you a teacher; almost none give you peers. But a lot of what makes a classroom work is hearing someone else ask the question you were embarrassed to ask, or watching a peer get corrected. OpenMAIC treats the classroom as a multi-agent scene, not a 1-on-1 chat, which is one of the few places where multi-agent design earns its complexity instead of performing it.
The 1.0 release added an agent workbench for chat-driven course building, durable sessions, and reusable skills — so course-building knowledge accumulates instead of evaporating. Stack is Next.js plus LangGraph, MIT licensed, and there's a peer-reviewed paper in the Journal of Computer Science and Technology behind it. Education software with an actual paper trail and an actual license you can build on.
Repo: https://github.com/THU-MAIC/OpenMAIC
← Back to all articles
The AI classmates are the part I'd pay attention to. Every AI tutor product gives you a teacher; almost none give you peers. But a lot of what makes a classroom work is hearing someone else ask the question you were embarrassed to ask, or watching a peer get corrected. OpenMAIC treats the classroom as a multi-agent scene, not a 1-on-1 chat, which is one of the few places where multi-agent design earns its complexity instead of performing it.
The 1.0 release added an agent workbench for chat-driven course building, durable sessions, and reusable skills — so course-building knowledge accumulates instead of evaporating. Stack is Next.js plus LangGraph, MIT licensed, and there's a peer-reviewed paper in the Journal of Computer Science and Technology behind it. Education software with an actual paper trail and an actual license you can build on.
Repo: https://github.com/THU-MAIC/OpenMAIC
Comments