LLM-Assisted Flashcard Generator
Series status: Complete
First post in 2026, last post in 2026
In this series, I write up a little program I wrote for myself, which detects vocabulary words I underline in a book and turns them into flashcards. I view this through the lens of a first foray into development that heavily relies on LLMs.
-
Generating Flashcards from PDF Underlines
1937 words, about 10 minutes to read.
TL;DR: I, with the help of ChatGPT, wrote a program that helps me extract vocabulary words from PDFs. Scroll just a bit further down to see what it looks like.
-
Personal Software with the Help of LLMs
1803 words, about 9 minutes to read.
In the previous post in this series, I wrote about a little utility I created for detecting underlined words in a book and creating vocabulary study material for them. Like I …