Ask HN: How are you using AI to learn?

6 pointsposted 14 hours ago
by mfalcon

Item id: 49138466

12 Comments

while_true_

13 hours ago

AI, when used in an organized and structured way, is excellent for learning a language. For example:

1. Ask AI for the 10 most commonly used verbs in ordinary daily speech in language X.

2. Prompt AI: generate 4 short sentences for each of the 10 verbs at the A1 (beginner) level. Provide the sentences in .csv format compatible with the Anki flash card program.

3. Import .csv into Anki. Study your 40 cards.

As you advance you can do much more like having conversations with AI avatars, transcribing videos, translating text, generating audio clips, and so on.

Dr Taylor Jones, a PhD linguist, goes into greater detail here: https://youtu.be/xQXiSGDXknA?

codingdave

13 hours ago

I absolutely don't learn content from AI. LLMs still are at the point where they sound plausible to non-experts, but are just wrong about things you know well. So if you feel you are learning successfully with an LLM teacher, guess which side of that line you are on?

That being said, they absolutely can spin out a topic list and help you find gaps in your knowledge in order to create a self-study plan. As a over-engineered librarian, they are terrific.

acron0

13 hours ago

I had Claude research and synthesize as much as it could from published curriculums and then design its own undergrad Philosophy degree. Then I asked it to split it into lessons, and I am consuming these lessons, delivered dialogically, at the rate of about 1 a week at the moment. It's fun, it's engaging, and I really feel like I am learning and making progress. Could all be an illusion.

mfalcon

12 hours ago

Do you trust everything you read or how do you verify that the LLM is not hallucinating and giving you erroneus content?

jamesdwilson

6 hours ago

I told my system prompt to randomly inject contextually appropriate words and idioms of languages i want to learn into its responses.

7nolikov

14 hours ago

AI is effective when combined with traditional approaches. I usually ask users to provide existing trusted educational resources with user reviews, create a roadmap for learning skills, and then provide examples for specific cases. Even when I am taking a course on learning portal, I often ask AI about alternatives

mfalcon

12 hours ago

Are you building something in this space? Or are you giving the resources directly to a llm chat interface along with some prompt?

7nolikov

11 hours ago

No, I am requesting resources for my learning. E.g., I want to learn a new skill - compare several alternatives by pricing and effectiveness. If I already have some candidates, I can request llm to search for reviews

sieve

13 hours ago

I often produce have LLMs extract the text from a book scan and then translate it into English or some other language I know. Then I load it into my interlinear reader for side-by-side reading. Convenient when you are starting out with a language

idontwantthis

14 hours ago

I’ve had claude code create a practice project for me to learn SQL. I had it create 12 projects of graded difficulty with automated tests. It was super helpful. I had to revise the lessons as I was completing them, but overall it worked fantastically.

mfalcon

12 hours ago

SQL seems to be a great fit because of how easy is to verify the output.

brudgers

13 hours ago

Googling.

Watching Youtube.

Same as before.