←back to thread

673 points domenicd | 9 comments | | HN request time: 0.996s | source | bottom
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 #
AlchemistCamp ◴[] No.44022438[source]
> ”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.”

Some of the problem is due to the specificity of the training effect. I.e., if you mostly practice something through flash cards then you’re going to be training your ability to work with that on flash cards.

With language, there’s an additional challenge—many if not most words have different meanings in different contexts.

replies(1): >>44022551 #
1. MostlyStable ◴[] No.44022551[source]
Yeah, I'm trying to spend a lot more of my language learning time just reading/listening to content in my target language, but it's actually pretty difficult to find enough content that is in the right difficulty band where it has some words/grammar etc. that I am still learning but not so much that I just can't understand it at all.
replies(3): >>44022646 #>>44022797 #>>44024975 #
2. mrbombastic ◴[] No.44022646[source]
Check out if there are comprehensible input sites for your target language if you haven’t already, for example fo spanish there is: https://www.dreamingspanish.com/ which puts out videos labeled with various difficulties of speaking and listening
replies(1): >>44022791 #
3. TechDebtDevin ◴[] No.44022791[source]
How well does this work?
replies(2): >>44023783 #>>44024623 #
4. sasjaws ◴[] No.44022797[source]
I'm building a reader app that tries to solve this exact problem by providing a range of gradually simplified versions of each article to match your proficiency. So you can stay in the sweet spot, or work your way up version by version.

If your target language happens to be Chinese then you can give it a try at https://reader.longyan.io/landing

No login required, love your feedback.

replies(1): >>44024538 #
5. mrbombastic ◴[] No.44023783{3}[source]
Pretty well in my experience if you are trying to build listening comprehension and pronunciation. But it is just one tool in tool belt would recommend just as augmenting other language learning tools.
6. AlchemistCamp ◴[] No.44024538[source]
Sure. This kind of project seems to be pretty common. I'd strongly suggest using traditional characters as a base because it's very easy to map multiple characters into simplified forms but much harder to disambiguate simplified forms into the traditional versions.

Related comment on another app: https://news.ycombinator.com/item?id=43769831

replies(1): >>44025205 #
7. AlchemistCamp ◴[] No.44024623{3}[source]
Very well, but it's very slow compared to what you can do if you mix it up with some higher effort activities.
8. AlchemistCamp ◴[] No.44024975[source]
That's a great idea. I was an early Anki contributor and ended up wasting a lot of time with SRS. Basically every language blogger I knew in 2008 was obsessed with it.

If I were to go back and learn Japanese again, (which I may do since I haven't spoken it in 20 years), I'd use Anki for the following:

- drilling the sounds, single syllables, 2-3 syllables, and identifying pitch accents in sentences

- relearning hiragana and katakana

After that initial phase, I'd probably make the core of my practice listening to podcasts for foreign learners while reading the transcripts at home and then re-listening to those same podcasts later while outside for practice. It's way easier and more helpful to recall words in a context you already understand.

I'd also use Anki for learning kanji if I hadn't spent years reading traditional Chinese. Since I have that background and Japanese character simplifications were so modest, I think I'd just read some audio books while listening to the audio and see if I could figure out all the kanji from context. TV series are also great once you can access them because they tend to use similar vocabulary and revisit similar throughout a season arc.

9. sasjaws ◴[] No.44025205{3}[source]
Thanks for having a look, I actually started out from traditional characters, but once I realized >90% of the students only do simplified I switched.

I also tend to believe to just convert between them is not the best approach. Better to find different content for both. If student wants to learn traditional script, they usualy want content from Taiwan and not from China, and the other way round.