Live data from Hacker News

Show HN: Academa – Long-form STEM lecture videos generated by LLMs

academa.ai

31–33 of 33 posts

Re: Show HN: Academa – Long-form STEM lecture videos generated by LLMs

#31

Why do I need to use this? Why can't I just use the LLMs directly to generate lectures if I want?

That's right, just give me the prompt, not the LLM output, and I will prompt my own model! I would rather read the millions of tokens that went into the prompt than watch a video, and I am sure all other students would too.

Just assign years worth of reading homework every week, and I am sure all the students will fulfill their assignments of reading every token that went into each video, no matter how many, rather than watch an LLM generated video.

Students simply need to learn how to read text as fast as an LLM can, and have an enormous token budget to use the LLMs directly themselves.

And while you're at it, increase their tuition by the amount those tokens cost, so each student can pay for feeding the same tokens into their own LLM instead of the school doing it once and paying out of their own pocket immediately. Because the idea of schools producing reusable courseware is unprecedented! That way they can fold the token cost into their student loans.

Sarcasm off. Here is what I actually mean, and I think it makes a better case for this than the authors made for themselves.

The prompt is not "give me a lecture on relativity." That is only the part you type. The rest is the lecture description language, the visual grammar, the worked examples, the pedagogical constraints, and the review loop: a program, not a request. Latent training gives you the physics for free. It does not give you the presentation. Asking why you need this when you have an LLM is like asking why you need a compiler and a library when you already have a CPU.

Authoring cost is paid once and amortized over every viewer. That is what a textbook is. "Just prompt it yourself" is the scriptorium: every student copies their own book, pays their own tokens, and collects their own transcription errors. A school paying once and shipping one reviewed artifact to everybody is not a limitation, it is the entire point of courseware.

Their strongest argument is the one they undersold: the source is the artifact. Every recorded lecture on the internet is a render, frozen and unpatchable, and its mistakes are permanent. If the lecture is source code, a mistake becomes a patch, a translation becomes a recompile, and improvements accumulate instead of being lost every time someone re-records from scratch. And because they render deterministically from source with graphics and TTS instead of generating video with a diffusion model, a fix is a fix and not a re-roll. That is the real correctness argument, and it never got made.

Graphics settled this exact split forty years ago. PostScript is the authoring language: loops, conditionals, a full interpreter. PDF is PostScript with the programming removed, an inert render of flat drawing calls with all the loops unrolled, and Distiller produces one from the other by running the program and recording what it draws. Language in the middle, inert artifact at the edge. A lecture wants the same shape, and "lectures as code" is that observation applied to teaching.

Other arguments available to them: a lecture with a git history is a new kind of object, because you can bisect an explanation and read the changelog of a proof. Errata stop being a sheet nobody reads and become a rebuild. Localization, transcripts, and accessibility fall out of the source instead of being bolted onto a render. One source can emit different levels, and different notation conventions for physicists and mathematicians.

The answer to davisp lives in the same place: sign the source. Feynman is trusted because his lectures are texts we can check, argue with, and cite. Publish the language, publish the sources, publish the diffs, let critics file issues against a named maintainer, and "everyone who watches after the fix gets the corrected lecture" becomes a checkable claim instead of a promise. That's the one thing they're not doing. regnull asked for the language and was told it is the company. Right now they keep the LaTeX and the PostScript and ship only the PDF -- and they're PhD students! arXiv wants their .tex, not just their PDF, because in their own field shipping only the render was never good enough.

Re: Show HN: Academa – Long-form STEM lecture videos generated by LLMs

#32

Earlier quoted context omitted.

You just said in another comment that you use Claude Opus 5 to generate the video in a single shot. What about it won't work?

We ask Claude Opus 5 to write a specific kind of source code that only our proprietary software understands and can render into a lecture video with computer graphics and TTS. Without our system, there isn’t really an equivalent target language you can ask the LLM to write. Manim exists, but you won’t get videos like these by simply asking an LLM to generate Manim code.

[deleted]

Re: Show HN: Academa – Long-form STEM lecture videos generated by LLMs

#33
post #21
post #20

Earlier quoted context omitted.

> To me, the main advantage of the lecture format is the possibility to have me or others grill the lecturer for questions, benefiting the whole group. I've rarely, if ever, seen this. And if I had, I think most of the class would have just been annoyed, which you probably didn't notice.

I have a hard time believing you've genuinely never had a lecturer take questions. I also genuinely have a hard time believing that last sentence is not, at best, a not-so-subtle attempt at putting my social awareness into question, or at worst, just being insulting for the sake of it.

> I have a hard time believing you've genuinely never had a lecturer take questions.

It was very very rare in my experience, from grade school all the way to harvard, and unless you went to some crazy exclusive school with something like a 10:1 teacher student ratio it was pretty normal. It was also very rare for just practical reasons, like the lecturer needed the full time without interruptions because of class schedules.

Post reply on HN