A graduate student’s journey to make large language models remember every paper.
If you ask me what I’m researching these days, I might say, “Why do roosters lay eggs?” — an absurd question, I know. But it’s the perfect test case for something that has frustrated me for months: the inability of AI assistants to synthesize multiple academic papers without forgetting the earlier ones.
As a grad student, I often need to write literature reviews that combine insights from half a dozen papers. I’d upload one PDF to ChatGPT, get a nice summary. Then I’d upload a second PDF and ask, “Combine this with the previous paper.” The model would dutifully talk about the second paper, but the first one would fade into a vague memory. By the third upload, it was all but forgotten. Even with the latest long-context models, details slipped through the cracks. My reviews were always incomplete, missing key references.
I tried everything: concatenating PDFs, using hierarchical summaries, even manually feeding snippets. Nothing worked perfectly.
Then I discovered Knowhere.
Knowhere isn’t another chatbot. It’s a document parser built for AI agents. You upload your PDFs (or Word, Excel, images), and it transforms them into clean, structured knowledge chunks — preserving the original hierarchy, tables, and citations. These chunks become a permanent knowledge base. Then you talk to OpenClaw (an AI agent that integrates with Knowhere), and it answers your questions by retrieving from all your parsed documents. Every answer comes with citations, so you can trace it back to the source.
I had to test it. First of all, I asked OpenClaw to search for the latest papers related to roosters laying eggs and sex reversal, and here are the results:

I grabbed five real academic papers (all vaguely related to avian biology, but I asked a deliberately odd question to push the system). I uploaded them to Knowhere — it took seconds. Then I opened OpenClaw and typed:
_“Please write a short background review on the question: ‘Why do roosters lay eggs?’ Synthesize all the uploaded papers.”_
A few seconds later, OpenClaw returned a beautifully structured mini‑review. It started with an introduction to the (mythical) phenomenon, then presented key findings from each paper, noted where they agreed or disagreed, and ended with a conclusion. Every statement had a citation in brackets, and I could click to see the exact chunk in the original PDF.



I checked carefully. All five papers were represented. No omissions. No hallucinations. The AI had remembered everything.
Why does Knowhere work when others fail? Because it decouples document ingestion from question answering. Instead of cramming everything into a single prompt, it builds a searchable index first. Retrieval is precise, so the model always has the right context.
This isn’t just for weird biology questions. It’s for anyone who works with multiple documents:
- Researchers synthesizing literature
- Engineers navigating technical specs
- Consultants reviewing contracts and reports
- Teams building knowledge bases
Knowhere is out now, and there’s a free tier. If you’ve ever cursed your AI for forgetting that crucial paper, give it a try.
I’d love to hear your own stories of AI amnesia — and how you’ve solved them.
Originally published on Medium.


