fix(blog): correct misleading claim about BKT feeding problem generation

BKT estimates power the Skills Dashboard display only. Problem generation
uses separate fluency states (effortless/fluent/rusty/practicing) from
PlayerSkillMastery records, not BKT P(known) estimates.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-12-14 13:56:38 -06:00
parent 9c313d5303
commit 184cba0ec8
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ const newPKnown = oldPKnown * (1 - evidenceWeight) + bktUpdate * evidenceWeight
## Automaticity-Aware Problem Generation
The BKT estimates feed back into problem generation. We budget problem complexity based on the student's current pattern automaticity.
Separately from BKT (which powers the Skills Dashboard), we budget problem complexity based on the student's fluency state for each pattern.
### Complexity Costing