I'm trying to create an AI tutor that can teach me content from a textbook and ask me questions, keeping track of my misconceptions and using different research-based learning principles (e.g. active recall, spaced repetition, interleaving, different orders of learning).
I have a few main struggles
- I can't get it go through each point in the textbook properly. It also ends up hallucinating information from the textbook?
- I want it to identify key conceptual points as my courses are open book, so less emphasis on random information recall
- I want it to keep track of everything I've gotten wrong before and retest them using spaced repetition. I can't get it to systematically keep track of everything so things always go missing
I feel like NotebookLM does a better job at making sure al the points in the textbook are covered and giving references and not hallucinating etc but I don't think its suitable to act as a "tutor".