Adaptive Learning Platform with Real Psychometric Modeling

saas real project •• multiple requests

Most adaptive learning tools use basic spaced repetition, which only optimizes review timing. Item Response Theory (IRT) models actual learner ability and question difficulty on continuous scales, enabling genuinely personalized difficulty progression. A builder on HN shipped Talimio with IRT-based adaptive practice and got praised for doing what EdTech companies skip. 71% of universities will deploy adaptive platforms by 2026 but the consumer/self-learner space is underserved.

builder note

The IRT math is well-documented in academic literature and open-source R/Python packages. The hard part isn't the algorithm, it's the content. Use LLMs to generate practice items (like Talimio does), then calibrate difficulty parameters as users interact. Start with one high-demand subject (programming, math, or language) where you can validate the adaptive model before going multi-subject. The open-source angle differentiates from every locked-down EdTech product.

landscape (4 existing solutions)

Adaptive learning bifurcates into enterprise products with real psychometrics (Carnegie Learning, locked to institutions) and consumer apps with basic spaced repetition (Anki, no ability modeling). Duolingo proves IRT works at consumer scale but keeps it locked to languages. The gap is an open, general-purpose adaptive learning platform using IRT that any self-learner or independent educator can use across any subject.

Anki Gold standard for spaced repetition but uses SM-2 algorithm, not IRT. Treats all cards as equal difficulty. No ability modeling. The UX is famously hostile to non-power-users.
Duolingo Uses a form of IRT internally (Birdbrain system) but locked to language learning. Not a general-purpose adaptive platform. Gamification model not suitable for all subjects.
Carnegie Learning MATHia Uses IRT and is deployed in 2,400 US schools with 600K students. But enterprise-only, math-only, and not available to individual self-learners or independent educators.
Talimio First mover in consumer IRT-based adaptive learning with LLM-generated courses. Open source on GitHub. But single developer, very early stage, limited subject coverage.

sources (2)

hn https://news.ycombinator.com/item?id=47230384 "most adaptive learning tools just do basic spaced repetition" 2026-03-08
other https://cloudassess.com/blog/best-adaptive-learning-platform... "71% of higher education institutions will deploy adaptive learning" 2026-03-01
educationadaptive-learningAIpsychometricsopen-source