Back to Blog
Education6 min read

Free AI Algebra Course: 7 Whiteboard Video Lessons (No Signup, No Paywall)

Watch a complete Algebra course produced entirely by AI — 7 short hand-drawn whiteboard videos covering linear equations through function transformations, with written notes on every lesson. Free.

ByHritvik Gupta
May 13, 2026

Most "AI-generated courses" are walls of GPT text dressed up as lessons. We built a different kind: seven hand-drawn whiteboard videos, each 60–90 seconds, each paired with structured notes, every frame produced by AI but reviewed and re-rendered until it actually teaches the concept. The full Algebra course is live at thinkingline.com/course/mathematics — no signup, no email gate, no ads.

Key facts. The Thinking Line Algebra course contains 7 lessons across 2 sections, generated by an in-house pipeline that handles scripting, scene imagery, narration, and our proprietary stroke-based doodle renderer (v10) for the drawing animation. Each lesson runs 60–90 seconds of video at 4 scenes per video. Total generation time per lesson averaged 2 minutes 47 seconds end-to-end during the seed run on May 12, 2026. Videos stream from globally distributed object storage. The companion notes (~400 words per lesson) are generated from the same script the narration uses, so the video and the notes never disagree.

What lessons does the course cover?

The Algebra chapter has two sections and seven lessons, in this order:

Linear and Quadratic Equations

  1. Solving linear equations — inverse operations, worked through a single example.
  2. Graphing lines and slope-intercept form — moving from y = mx + b to the actual graph.
  3. The quadratic formula — derivation hint, then plug-and-chug on a real quadratic.
  4. Factoring quadratic expressions — the AC method, fully worked.

Polynomials and Functions

  1. Polynomial operations — addition, subtraction, multiplication.
  2. Exponents and logarithms — the rules, then the relationship between them.
  3. Function transformations — vertical vs horizontal shifts on y = x².

Each lesson opens in the same player: a 16:9 video on top, written notes below, a sidebar with the rest of the course, and prev/next buttons to walk through in order.

How is this different from Khan Academy?

Honest answer: shorter, denser, and not a substitute for a full curriculum yet. Khan Academy is still the right tool for a beginner working through Algebra from zero. Thinking Line's format fits the 90-second "remind me what factoring is" use case — the moment a student needs a concept refreshed without committing to a 12-minute lecture.

DimensionKhan AcademyThinking Line Mathematics
CostFreeFree
Lesson length8–15 minutes60–90 seconds
FormatScreen-recorded narrationHand-drawn whiteboard reveal
Practice problemsYes, extensiveNot yet
Written companion notesSomeYes, every lesson
Account requiredOptionalNone
CoverageK–college, comprehensiveGrowing — Algebra live, more soon

How is this different from YouTube math channels?

YouTube has higher peak quality. A 3Blue1Brown explanation is generally the single best video on its topic that exists anywhere. But YouTube has two structural problems for learning:

  1. Discovery is unstructured. Finding the right 12 videos to cover Algebra in the right order is itself a research project.
  2. No companion notes. You take your own.

Thinking Line pairs every lesson with notes generated from the same script. You can study by reading, watching, or both — and you don't choose at the start.

How was the course actually generated?

The pipeline is structured, not "hallucinate a video." Each lesson runs through five distinct stages:

  1. Script. Topic prompt in, structured manifest out — 4 beats (scenes), each with an image prompt, a position layout, and one or more narration lines.
  2. Scene images. 4 hand-drawn whiteboard PNGs at 16:9, with a negative prompt rejecting boxes/frames/flowchart shapes.
  3. Narration. One MP3 per scene with a single consistent voice across the lesson.
  4. Doodle render (v10). A custom stroke-based renderer traces the contours of each scene image and animates a virtual pen along them, paced to the narration audio. Read the v10 engine post for the technical breakdown.
  5. Notes. The same manifest gets converted into HTML notes (h1/h2/p/ul/strong only) so the written content tracks the video.

The Algebra seed ran on May 12, 2026. Six of the seven lessons rendered cleanly on the first pass. One (Polynomial operations) hit a database idle-timeout during render and required a retry — a piece of plumbing we've since hardened so it can't recur.

Is the content accurate?

Every lesson is reviewed before going live, and one in seven lessons gets a regeneration on at least one scene during review. The structured pipeline means we can identify the exact scene that produced an error and regenerate just that piece — we don't have to re-render the whole video.

If you spot a factual error, mail the team or open a GitHub issue. The fix is usually live within a day.

Why whiteboard format for math, specifically?

Three reasons:

  1. One thing on screen at a time. Cognitive load is the limiting factor in a math lesson. A whiteboard reveal forces sequential attention, matching how the brain encodes procedures.
  2. The visual is the explanation. A cinematic AI video of "graphing lines" produces pretty motion. A whiteboard video draws the actual line on the actual axes — the visual carries the same information the narration does.
  3. Every stage is editable. Bad narration on one scene? Regenerate that script. Bad image on another? Regenerate just that PNG. The whole video stays intact.

How should you actually use the course?

Three patterns we've seen work:

  • Refresher loop. Watch one or two lessons per topic before a problem set. Each is short enough to fit between problems.
  • Pre-lecture priming. Watch the relevant lesson the night before class. The 60-second density means you walk in with the vocabulary already loaded.
  • Reading-only. Skip the video, read the notes. The notes are designed to stand alone.

Open the Algebra course →

What courses are coming next?

The catalog already lists Physics, Chemistry, Biology, and Computer Science with the full chapter-and-lesson structure defined. Each course publishes one chapter at a time as we finish review. See the live status at /courses-catalog.

Frequently asked questions

Is the course really free? Yes. No signup, no email gate, no ads. Open /course/mathematics and watch.

Are the lessons reviewed for accuracy? Every lesson is human-reviewed before publication. Errors that surface after launch get fixed within 24 hours.

How long is each lesson? 60–90 seconds of video, plus a 400-word written notes companion.

Do I need a Thinking Line account? No. The public course is fully open. You only need an account if you want to generate your own videos with our tools.

Can I download the videos? The MP4 files are served from public object storage with no DRM, but we ask that you link to the lessons instead of rehosting so we can keep the content current.

Are there practice problems? Not yet. Current focus is finishing breadth across the STEM catalog before adding interactive practice.

Is this a replacement for Khan Academy? No. It's complementary — better suited to short refresher loops than to a from-zero curriculum.

How is this different from asking ChatGPT to explain Algebra? ChatGPT gives you text. Thinking Line gives you a hand-drawn, narrated, visually structured explanation that builds the idea one stroke at a time. Different medium, different use case.

Who builds this? Thinking Line is built by a small founding team. I'm Hritvik Gupta, co-founder, and I personally reviewed every lesson in the Algebra course before it went live.

Try it now

Start with "Solving linear equations" →

Or read the technical post on how the videos are rendered: How to Create AI Whiteboard Animation Videos in 2026.