How I Use AI in Studies

Table of Contents

Unlike most Tech youtubers i do not think AI is useless. It is far from being useless. I think these techtubers are so confined to their own little worlds that they lack the imagination of what can be done in other areas of life. Specially for a low skilled person like me it has been useful so far for me. From the last year I have been using ai in different parts of my life. I want to talk about how I have integrated AI in my studies in this blog post.

Anki Flashcards

AI has changed the workflow for my studies. The very first time I used ai for anything useful was to make anki flashcards quicker. I still use ai to make flashcards. I remember when for the first time I found out about Anki, I wanted to use it. But Anki is not very beginner friendly, you have to make your own cards (sure cards can be downloaded but that is not the point). It may not take long to type for a veteran anki user from their source materials, but for someone who is newbie and does not want to do tedious work (me), AI has helped a lot. I usually upload a mcq book or one liner informations as a pdf or text, then ask the AI agent to make flashcards for me. I ask it to generate a csv file with pipe seperator without any quotation marks. It makes the file for me to copy and import into anki. If I have a very big file like a book pdf, then I extract the text first, then do it in multiple batches. Sure it takes little bit time but come on its much better than typing by hand. Now I can see you typing fast in the comments saying, you do not need ai for that you can do it by a script. Technically yes, but books do not have a single format so any script you make will probably break for the next book. Also it will take time to write the script and test it, and at that point you should just type by hand.

NotebookLM

One second use case where I use AI for studies is NotebookLM, it is pretty good even at this point of writing this blog post and it will only get better. My use case for notebooklm is specifically to make quizzes for current afafirs. I upload a pdf document containing current affairs (monthly or yearly) and then ask it to generate quizzes. At first I memorize the material from the pdf (no AI) then I go to the notebooklm website to generate quizzes. Based on my experiences I found that it can generate questions much more throughly when the source material is small, and thankfully there is option to deselect source materials to generate quizzes. If you want to do it, first delect all, then select only the pdf(source) you want to generate the quizzes from and click on quiz. I am only doing this for current affairs because i do not know ( or have not found) good sources for crrent affairs mock. I want to follow only a few sources and not like irrelevent things, so it is better if I generate the mock myself.

Notes From YouTube Video

Now for maths, when I watch a youtube one shot video of a particular topic, the teacher usually does not provide the pdf for the material they are teaching. So I take screenshots. But revisioning materials from old screenshots is boring and I am very much prone to losing my screenshots. The solution is to generate pdf containing all the screenshot and upload it to any of the ai chatbots. Then I ask them to make a latex code from the pdf. For example if there is questions and options I ask it to extract the questions with options and make it look like two columned book. I then go to overleaf (online latex editor), compile the pdf and download it. Now I have a properly formatted note to refer when I am revisioning. I can discard those screenshots. If I am feeling little bit brave I would ask it to solve the questions for me and make a answer key section, with proper hints and solutions and it can do it too. I do not trust ai to be perfect and not make any mistakes, but it is good enough. And if it makes a mistake i can take a pen and scribble over it. It is AI generated and it can make mistakes (especially for generating solutions) , I keep that at the back of my mind.

Building an Book Companion App

This one is bit complex and probably not recommended for people who are not tech savy (in that case you can ask a friend). It also requires little extra time and patience, (because AI never gets it right on the first time does it?). I have built a web app that I use as a companion when practicing mcqs from books. Earlier I would use pen and paper to write down the question number and chosen option. But now I open the website, tell it the first question number, the number of questions I want to practice and it opens an interface. The interface is just the qustion number and the options. Clicking on one option moves automatically to the next question number. Am i saving too much time from this? No really, but what it allows me to do is check stats for over the days or weeks, time tracking and much more. I have added some options like, confident, unsure, and guessing before choosing an answer such that i can optimize my strategy as when to take risk and when not to. It even shows the correct percentage in the stats page. I have made all of this app using AI. So I do not directly use AI for this, rather indirectly used it. You can access this app at https://mcq.blackpiratex.com.

Conclusion

It is okay to be skeptical of new technology but when its good and actually improves your current workflow you should not be afraid to use it. After all the whole world is a competition, and if you do not stay ahead you are going to fall behind. If you found any of this useful, go ahead and implement that in your own studies. If you need help or have new ideas to use AI you can share it with me in the comment (or email me). Thank you for reading.