2 min readMohammad Shaker
[Türkçe] Content Duo: How We Mix New Lessons, Reviews, and Challenges for Every Child
[Türkçe çeviri] Content Duo is Amal's adaptive lesson engine that generates personalized learning sessions by mixing new material, review items, and stretch challenge...
Learning Science
Hızlı cevap
[Türkçe çeviri] Content Duo is Amal's adaptive lesson engine that generates personalized learning sessions by mixing new material, review items, and stretch challenge...
# Content Duo: How We Mix New Lessons, Reviews, and Challenges for Every Child
[Turkish content]
## Content Duo: How We Mix New Lessons, Reviews, and Challenges for Every Child
Content Duo is Amal's adaptive lesson engine that generates personalized learning sessions by mixing three types of content: new material the child hasn't seen, review items due for spaced repetition, and stretch challenges slightly above the child's current level. The mix ratio adapts in real-time based on the child's persona (beginner/intermediate/advanced) and session performance.
### How Content Duo Works
**The Virtual Content Byte System**
Content Duo is a special generator, not a pre-created content byte:
```
User taps "Play" on Content Duo
↓
API endpoint: POST /user/{user_id}/content_bytes/play
↓
Backend ContentDuo generator:
1. Fetch user's persona (beginner/intermediate/advanced)
2. Fetch all concepts due for review (from HLR scheduling)
3. Fetch next-level new concepts (from curriculum progression)
4. Fetch challenge concepts (1-2 levels above current)
5. Mix into a personalized 15-20 minute session
↓
Return dynamic session to app (never stored in database)
↓
Child plays session
↓
Completion updates HLR memory states for all concepts in session
```
Content Duo isn't a fixed lesson — it's generated on demand.
### The Three Content Slots
**New Content Slot** (Introduce fresh concepts)
- 40-60% of session (persona-dependent)
- Content from next curriculum level the child hasn't completed
- Example: Child has mastered letters, new slot introduces "ب + ا
![[Türkçe] Half-Life Regression: The Algorithm Behind Amal's Adaptive Curriculum](/_next/image?url=%2Fimages%2Fblog%2Fhalf-life-regression-algorithm-adaptive-curriculum.jpg&w=3840&q=75)
![[Türkçe] How Spaced Repetition Science Powers Your Child's Arabic Memory](/_next/image?url=%2Fimages%2Fblog%2Fspaced-repetition-science-arabic-memory.jpg&w=3840&q=75)
![[Türkçe] Bloom's Taxonomy in Action: How Amal Takes Kids From Letters to Fluent Reading](/_next/image?url=%2Fimages%2Fblog%2Fblooms-taxonomy-action-arabic-reading.jpg&w=3840&q=75)