Understanding Learning Capacity: A Deep Dive into User Simulation Results

Published: January 2026 | Voca Bee Team

At Voca Bee, we run simulations to understand how different daily review capacities affect vocabulary acquisition over time. Each simulation tracks word bank growth, daily review activity, and completion rates.

We simulated three learner profiles over 50 days:

Main highlight (unchanged): the word bank slowly grows based on the user’s learning capacity.

Two important dynamics visible in all charts:


Slow Learner (Capacity: 12)

Slow Learner Simulation Results (Capacity: 12)

Wordbank Composition

Key Observations: Analysis:

Even at 12 reviews/day, the system keeps the active learning queue (non-graduated cards) small and stable while the graduated pool grows. This is the mechanism behind “slow, sustainable” growth: new cards are introduced only as the user demonstrates capacity to absorb them.

Daily Review Activity

Key Observations: Analysis:

The system does not prioritize “non-graduated” cards by design. It prioritizes urgency: in code, reviewed words are ordered by lowest retrievability first (most at risk of being forgotten). Never-reviewed words are pushed to the bottom and are only introduced when no reviewed words are due.

Card Status and Completion Rates

Key Observations: Takeaway for Slow Learners:

Normal Learner (Capacity: 20)

Normal Learner Simulation Results (Capacity: 20)

Wordbank Composition

Key Observations: Analysis:

Capacity 20 hits a solid “cruise speed”: the non-graduated pool stays stable while the graduated pool grows steadily. As more cards mature, the system naturally reduces new introductions to reserve capacity for the graduated reviews that start coming due.

Daily Review Activity

Key Observations:

Card Status and Completion Rates

Key Observations: Takeaway for Normal Learners:

Fast Learner (Capacity: 55)

Fast Learner Simulation Results (Capacity: 55)

Wordbank Composition

Key Observations: Analysis:

The main difference at capacity 55 is speed: the system can expand the word bank faster because the user can handle more daily reviews. Importantly, the system still throttles new introductions to keep space for matured reviews as they grow—so the workload stays sustainable even as the matured pool becomes large.

Daily Review Activity

Key Observations:

Card Status and Completion Rates

Key Observations: Takeaway for Fast Learners:

Comparative Analysis: What the Simulations Reveal

Vocabulary Growth Rates

Learner TypeStarting CardsEnding CardsGrowth FactorCards Added/Day
Slow (12)~20116~5.8x~1.9/day
Normal (20)~20202~10.1x~3.6/day
Fast (55)~20566~28.3x~10.9/day

Key Insight: Capacity directly correlates with vocabulary growth, but the system still enforces sustainable pacing by throttling new cards as matured reviews grow.

Non-Graduated Card Management

All three profiles maintain manageable non-graduated card pools:

Completion Rate Patterns

Across all capacities:

System Adaptability (What the code actually does)


Implications for Learners

Finding Your Optimal Capacity

Your optimal capacity depends on:

  1. Available time: what you can do consistently
  2. Cognitive load: how much new material you can encode
  3. Consistency: whether you miss days (and need buffer)
  4. Goals: steady conversational progress vs faster expansion

Recommendations by Profile

If you're a Slow Learner (10–15 reviews/day): If you're a Normal Learner (18–22 reviews/day): If you're a Fast Learner (50–55+ reviews/day):

How Voca Bee Uses These Insights

These simulation results directly inform Voca Bee’s adaptive learning system:

  1. Review prioritization: lowest retrievability first for reviewed words
  2. Adaptive word bank expansion: adjust new card introduction based on user velocity
  3. Matured-card balancing: reduce daily new cards as matured reviews grow
  4. Target stability: keep targets stable once the system finds a sustainable equilibrium

Conclusion

Key Takeaways: Ready to discover your optimal learning capacity?

Try Voca Bee at vocabee.noelcodes.com and let the system adapt to your pace.

← Back to Home