87.4% of Online Courses Never Get Finished. Here's Why (And What I Built to Fix It)

Published: (February 14, 2026 at 04:39 PM EST)
6 min read
Source: Dev.to

Source: Dev.to

My Struggle with Unfinished Online Courses

  • Current status: 8 unfinished courses on my laptop
  • Highest completion rate: 23 %

Research: Median online‑course completion is only 12.6 % (Jordan, 2015).
→ 87.4 % of learners never finish what they start.

The Numbers Are Devastating

MetricValueSource
Median MOOC completion (2015‑2025)12.6 % (range 0.7 %‑52.1 %)
Users who never start a course50 % of enrolleesTeachfloor, 2024
Users who never perform any activity39 %Jansen et al., 2020
Global MOOC enrollment220 M people
Global e‑learning market (2025)$350 B
Self‑paced course completion10‑15 %Harvard Business Review, 2023

Translation: Billions are spent on education that never reaches the finish line.


The Pattern Everyone Experiences

  1. Buy a course on Udemy / Coursera.
  2. First 10‑15 videos cover basics I already know.
    • Example: Learning React when I already know JavaScript → “What is a variable?”
  3. Skip ahead to intermediate content.
  4. Get lost because I missed a framework‑specific concept in video 12.
  5. Go back and watch basics again → boredom.
  6. Course stalls at ~23 % completion.
  7. Feel guilty → blame “lack of discipline.”
  8. Buy the next course → repeat.

Research Confirms This Pattern

  • Longer courses → lower completion (Jordan, 2015)
  • First 1‑2 weeks are critical – after week 2, the gap between active students and completers widens dramatically.
  • Course length directly correlates with failure rate.

The AI Solution That Wasn’t

I tried to use ChatGPT to personalize my learning.

Prompt:
"Explain React Hooks assuming I know:
- JavaScript fundamentals
- Basic React (components, props, state)
- NOT class components
Focus on functional components only.
Give practical examples.
Generate 10 intermediate practice problems."

What I Got

OutcomePercentage
Hallucinated / incorrect info50 %
Needed heavy editing30 %
Actually useful20 %
Practice exercises: too easy7
Practice exercises: impossibly hard2
Practice exercises: at my level1

By the time I assembled decent material, I was exhausted before I even started learning.


Why AI Hallucinations Are a Serious Problem in Education

ContextHallucination Rate / Issue
Student‑submitted citations (U. Mississippi, 2024)47 % had wrong titles, dates, or authors
AI legal‑research tools (Stanford/Yale, 2024)17‑33 % hallucinations
NeurIPS 2025 papers (GPTZero, 2025)Dozens contained AI‑generated fake citations that passed peer review

Root causes

  • LLMs are trained to be obsequious – they agree even when the user is mistaken (Stanford HAI, 2024).
  • “Accuracy costs money. Being helpful drives adoption.” – Tim Sanders, HBS (Axios, 2025).

Consequences

  • Learners absorb incorrect information.
  • Time is wasted fact‑checking.
  • Trust in AI tools erodes.

I Was Spending More Time Prompt‑Engineering Than Learning

The real issue: generic courses are one‑size‑fits‑all.
AI can help, but only if it personalizes automatically and remembers context.


What I Built – LearnOptima

Core Features

FeatureWhat It Does
Custom roadmapsSkips basics you already know, targets your specific goals.
Learning‑style profilingAdapts to visual, hands‑on, or theory‑first preferences.
Time‑budget awarenessPlans for 20 min/day up to 2 h/day.
Program lengths30‑day (quick skill acquisition) or 100‑day (deep mastery).
Adaptive daily lessonsAdjust difficulty based on performance.
Spaced‑repetitionBuilt‑in automatically using memory‑science principles.
Progress trackingNo manual setup required.
Multi‑model AI orchestrationNot just a single ChatGPT prompt.

Technical Approach – Preventing Hallucinations

ProblemSolution
HallucinationsQuality checks, source verification, multi‑model consensus (RAG).
Difficulty calibrationReal‑time performance tracking adjusts difficulty.
Loss of contextSystem retains yesterday’s, last week’s, and last month’s learning.
No spaced repetitionIntegrated automatically based on forgetting curves.

Research: Retrieval‑Augmented Generation (RAG) improves factual accuracy and user trust (Li et al., 2024). Verification layers catch hallucinated content before it reaches the learner. Multi‑model consensus reduces individual model bias.


Current Status

  • MVP: Live at learnoptima.online
  • Testers: Programming, languages, business skills, creative fields (e.g., guitar theory).
  • Early results:
    • Average completion rate: 73 % (vs. industry 10‑15 %).
    • First time in 2 years I completed a learning program.

Pricing

TierPriceBenefits
Free$01 roadmap/month, 30‑day programs
Mastery$30 / month5 roadmaps/month, 100‑day programs, AI tutor, analytics, certificates

Paid tier launching next week.


The Common Question

“How is this different from ChatGPT?”

ChatGPTLearnOptima
Answers on‑demand when promptedRemembers what you learned yesterday
No built‑in spaced‑repetitionSchedules spaced‑repetition automatically
No curriculum planningGenerates coherent 30‑‑100‑day curricula
No adaptive teaching styleAdapts to your preferred learning style
No performance trackingTracks performance and adjusts difficulty
No factual‑accuracy verificationVerifies content before showing it

Bottom line: LearnOptima is a learning system, not a chatbot.


What the Research Shows

  • Coaching & community support → > 70 % completion (vs. 10‑15 % self‑paced).
  • Lesson length: 3‑7 min segments are optimal.
  • Auto‑grading → higher completion than peer assessment.
  • Adaptive difficulty → keeps learners in the “zone of proximal development.”

All data and citations are retained from the original content; only formatting has been improved for readability.

Matches Learner’s Actual Level

The Problem with One‑Size‑Fits‑All Courses

  • 50 % never start because the intro is too basic or too advanced.
  • Of those who start, 87.4 % quit before finishing.
  • Only 22 % complete even among students who intend to finish (Reich, 2014).

The solution isn’t more discipline. It’s better systems.


The Lesson

Building the tool I desperately needed turned out to solve a problem many people have.

  • With 220 million MOOC users worldwide and 87.4 % abandoning courses, there’s a massive gap between intent and completion.
  • The issue isn’t that people are undisciplined; it’s that courses assume everyone learns the same way, at the same pace, from the same starting point.

If you’ve got unfinished courses haunting your downloads folder, I’d love feedback on what’s missing.


Research Sources

  • Jordan, K. (2015). Massive Open Online Course Completion Rates Revisited. IRRODL, 16(3).
  • Teachfloor (2024). 100+ Mind‑Blowing eLearning Statistics for 2025.
  • Harvard Business Review (2023). Online Learning Statistics.
  • University of Mississippi (2024). AI Hallucinations in Student Citations.
  • Stanford/Yale (2024). AI Legal Research Tool Hallucination Rates.
  • GPTZero (2025). NeurIPS Citation Analysis.
  • Li, J. et al. (2024). Enhancing LLM Factual Accuracy with RAG.
  • Axios (2025). Why AI Hallucinations Still Plague ChatGPT, Claude, Gemini.

Try It Out

Live LearnOptima – 4‑day free trial if you want to test it with real learning goals.

0 views
Back to Blog

Related posts

Read more »

The Vonage Dev Discussion

Dev Discussion We want it to be a space where we can take a break and talk about the human side of software development. First Topic: Music 🎶 Speaking of musi...

MLflow: primeiros passos em MLOps

Introdução Alcançar uma métrica excelente em um modelo de Machine Learning não é uma tarefa fácil. Imagine não conseguir reproduzir os resultados porque não le...