I've been working on a Spanish language learning tool that helps users learn with comprehensible input. It uses LLMs to generate targeted stories for the users and while the user is extensively reading they select any words they don't understand. Those words then get added to a space repetition deck and are used in future stories when it's time to review the words again.
The project has been really fun to work on because of the fun systems I've had to think about. I had to figure out the optimal way to store the user's knowledge of the words. For example you don't need to store the singular and plural of a word in Spanish or even every verb tense, you should probably store the lemma and track those modifiers instead. It's also been a fun challenge to tell the LLM the user's Spanish knowledge without specifically sending every lemma/word the user knows.
I have seen some similar projects out there but a lot of don't seem to focus on creating the perfect story for the user and instead have them choose a CEFR level (A1,B2 etc). Which I think defeats the whole point of using the LLM. With computers we have been able to track a user's knowledge granulary but now we can do the exact same thing but for creating.
I'm really excited to see how far I can take this project. I wanna continue to polish it, but also there is so many details I can continue to add the make the ideal language learning reading app. I just launched the beta last Tuesday, so if you are learning Spanish, I would love if you tried it out and gave feedback.
Very cool! I made something similar a while ago for learning Mandarin Chinese. Unfortunately more basic than your Spanish version: https://dailychinesestories.com.
I miss working on language learning tools. My attempts were all in the ~2024 era of LLMs.