(1 - α)^n = 0.5
0.8^n = 0.5
n = log(0.5) / log(0.8)
n = 3.1 steps
At 20 tokens/second, the half-life is 155 milliseconds.
This means: if a token doesn't receive attention for 155ms, its score drops by 50%.
Tokens that are consistently important maintain high scores; tokens that were briefly accessed but then ignored see their scores decay quickly.