Math-to-Manim Math-To-Manim, a new open-source agent pipeline, converts short natural-language prompts into structured lesson plans and generated Manim code for mathematical animations. The system uses a chain of specialized agents to reverse-reason from a target concept to prerequisites, then produces inspectable artifacts including knowledge graphs, storyboards, and rendered videos. The project aims to make visual math explanations reproducible and auditable for teachers, tutors, and learners. Motion showcase /HarleyCoops/Math-To-Manim/blob/main/docs/showcase/README.md · Architecture /HarleyCoops/Math-To-Manim/blob/main/docs/ARCHITECTURE.md · Prime RL /HarleyCoops/Math-To-Manim/blob/main/docs/PRIME INTELLECT RL.md · Roadmap /HarleyCoops/Math-To-Manim/blob/main/docs/ROADMAP.md · Agent guide /HarleyCoops/Math-To-Manim/blob/main/AGENTS.md Math-To-Manim turns short prompts into reverse-reasoned lesson plans, typed pipeline artifacts, generated Manim code, and reusable visual explanations. Browse the local GIF gallery → Code-grounded workflow: every run stays inspectable from prompt to artifacts to render. Math to Manim is for the moment when a learner asks, “Can you show me why?” A teacher, tutor, parent, or guardian can type a question and get back a visual explanation plan: the concept, the missing prerequisites, the order of ideas, the screen beats, the generated Manim code, and optionally the rendered video. The input can be short, but the product is the explanation: what the learner needs to understand, what should appear first, where the aha moment lives, and which visual metaphor makes the idea feel inevitable. Math-To-Manim proves that calculus, topology, chaos, spacetime, stochastic finance, and ML concepts can become useful mathematical motion when agents plan the explanation before they write code. This repo turns that idea into a durable agent pipeline: - a prerequisite-story pipeline inspired by the original reverse knowledge tree; - typed Pydantic artifacts between every stage; - OpenAI Agents SDK-compatible adapters for planning and generation; - optional Codex CLI-backed codegen for subscription-authenticated iteration; - a reproducible runs/