I wish notebooklm was purpose built for academia
NotebookLM is genuinely a great tool. I use it. But the podcast feature is fundamentally broken right now, and looking at the sub, I'm not the only one frustrated. Inconsistent generation, hangs, and even when it does run cleanly the output often doesn't hold up.
My primary use case for it was the same as a lot of people here: consume academic literature without losing a Saturday to it.
So I ended up putting together two things to scratch my own itch. Zero strings attached.
PaperCast. Weekly rotating podcasts across 7 disciplines. Papers are picked based on gravity and momentum (engagement signals plus recent traction), so it surfaces what's actually moving in each field rather than just what's recent. Each episode is a 15-min conversational walkthrough of a single paper, based on the actual paper content rather than a paraphrase. First episode is available without signup.
Debrief. RAG for academic papers. I loved what NotebookLM did conceptually but kept running into the hallucination problem, especially on dense technical claims. Debrief is built for that specific use case. Semantic search across a corpus, answers come with clickable references back to the source paper, and the system doesn't try to stuff whole documents into context (which is where a lot of the hallucination happens in general-purpose RAG).
Both live at SOTA Institute (link in profile). Nothing monetarily gated, no upsell.
What I actually want from this post is feedback on the shape:
- For folks who've felt the NotebookLM podcast feature breaking: what specifically is failing for you? Is it the generation, the audio quality, the output not matching the source, or something else?
- For the RAG side: where does NotebookLM (or whatever you're using) actually break for academic work?
- What's missing that would make a tool like this genuinely useful for the way you read papers?
We've all used NotebookLM and we all see the value. But a general-purpose tool isn't always the right shape for a specific use cases.