←back to thread

673 points domenicd | 2 comments | | HN request time: 0.611s | source
Show context
TechDebtDevin ◴[] No.44022205[source]
Pro Tip , if you're using LLMs to learn, create an MCP tool for them to insert Anki cards on topics you're discussing in a csv on google drive, then sync that with you anki decks on your phone.

This was a game changer for me and working with LLMS, while I still think they make you dumb, and we essentially use them to offload critical thinking (almost only find myself using them when tired lazy, and just cant), if you must use them use them as a study tool.

replies(3): >>44022266 #>>44022365 #>>44023266 #
MostlyStable ◴[] No.44022365[source]
I created a python script that checks my anki deck for the cards that I'm scheduled to review the next day and asks an LLM to generate new sentences for the cards, so that every time I see them, I see them in a new context.

I did this because I realized I was hitting an issue where I theoretically "knew" a word (would get it always correct on the card), but wouldn't always recognize it in a novel context.

I'm hoping that having the context be variable when I'm learning it will help fix this issue.

replies(3): >>44022438 #>>44023061 #>>44023327 #
1. Llamamoe ◴[] No.44023061[source]
That sounds like a really useful project!! Have you considered publishing it?
replies(1): >>44024669 #
2. MostlyStable ◴[] No.44024669[source]
I don't think what I wrote would be very generally useful, other than the basic idea of it. I wrote it with some pretty narrow assumptions about card layout etc that work for my exact deck, and it's not designed to be flexible. It wouldn't be hard to adjust it I don't think, but also it's such a simple script, that once you have gotten to the point of changing it, you aren't much beyond writing it from scratch either.