What I learned building a language-learning app
lesswrong.com·11h
Flag this post

Published on November 10, 2025 9:04 PM GMT


I’m building an app to teach myself French, and I wanted to share what I learned in the process of creating it!

We are slowly entering an era of digital personalized learning, which will be much more efficient and much more fun than traditional classroom-based learning.

Creating a digital “learning system” is at least as hard as tutoring someone. Everything that you need to know to be a good tutor, you need to implement in code in your digital learning system. How to tell when the learner is stuck, what they need to review, and so on, all needs to be specified in advance rather than relying on your intuition. But digital systems has the advantage that it can scale to a potentially unlimited number of people, whereas you…

Similar Posts

Loading similar posts...