Back to reviews
DeepTutor

DeepTutor

Persistent AI tutors that remember your subject — built for deep learning, not flashcards

DeepTutor is an open-source, agent-native personalized learning platform from HKU's Data Intelligence Lab. Unlike chatbot-style tutors, it introduces "TutorBots" — persistent autonomous agents assigned to a specific subject or course, each with their own workspace, memory, and context. You don't start over every session; the TutorBot knows where you left off and what you're struggling with. The platform ships five unified learning modes — Chat, Deep Solve, Quiz Generation, Deep Research, and Math Animator — all sharing context through the TutorBot memory layer. Deep Solve breaks problems into sub-tasks, runs web searches and code execution, and builds up explanations step by step. Math Animator renders LaTeX expressions as Manim animations. Under the hood it supports 28+ LLM providers (Anthropic, OpenAI, Ollama, local models), full RAG on uploaded documents, and a CLI plus Docker support for self-hosting. Version 1.0.0 shipped in April 2026 after hitting 10,000 stars in 39 days earlier in the year. It's one of the few open-source AI education projects that treats the learner as a long-term relationship rather than a one-off query. This is the architecture that matters for AI in education — not tutors that forget you.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

The TutorBot persistence layer is the killer feature — it's essentially a memory-augmented agent loop specialized for education. The 28-LLM-provider support means you can run it entirely locally with Ollama for a privacy-first setup. I'd use this for learning new codebases or technical domains.

The Skeptic

The Skeptic

Reality Check

Skip

The math animation feature sounds cool but Manim renders are slow and brittle. Self-hosting 28-provider LLM routing is a real ops burden for individual users. And TutorBot 'memory' is only as good as the underlying context window — call it persistence, but it's still limited context management dressed up with a better name.

The Futurist

The Futurist

Big Picture

Ship

This is the correct framing for AI education: long-lived, domain-specific agents that know your learning trajectory, not question-answer machines. When personalized TutorBots exist for every academic subject and professional skill, tutoring stops being a scarce resource gated by geography and income. DeepTutor is building toward that.

The Creator

The Creator

Content & Design

Ship

The Manim math animation integration is genuinely magical for visual learners. Seeing a calculus proof rendered as a step-by-step animation rather than a wall of LaTeX is a completely different learning experience. This is the kind of multimodal richness that makes AI tutoring genuinely better than reading a textbook.

Community Sentiment

Overall14,415 mentions
85% positive12% neutral3% negative
GitHub14095 mentions
85%12%3%

TutorBot persistence and Manim animations

Hacker News120 mentions
72%20%8%

Open-source alternative to expensive tutoring apps

Reddit200 mentions
78%15%7%

Self-hosting with local Ollama models

DeepTutor — Ship or Skip