I studied 31 high-FTA players across ~31,000 games looking for a common trigger behind terrible playoff performances. I didn't find one universal mechanism. I found something more specific.
This started with the 2023 Sixers-Celtics series. Harden put together iconic performances in Games 1 and 4, then completely shit the bed in Games 6 and 7. I needed to understand how that happens, whether it's a pattern or just basketball. Turns out it's a pattern, just not the one I expected.
Frozen: the question that started all of this
Players who lose free throws from the regular season to the postseason are more likely to have terrible games. The relationship is strong (r = -0.528, p = 0.002). When the whistle dries up, scoring floors drop. FGA and FTA collapse together (r = +0.428, p = 0.016). Foul-dependent scoring fails as a single action when rim access is denied.
I built a five-axis foul taxonomy, ran LLM video grading across four prompt modes, tested trigger taxonomies, shot-chart models, and architecture models. Most of it failed honestly:
Jimmy Butler is the clearest exception. He loses free throws and doesn't floor. The FTA-floor relationship is real but not universal.
The FTA-shift finding points to foul type as the missing variable. Rim-finishing contact vs. perimeter foul-drawing. The LLM grader I built got to 71% binary accuracy on the timing axis, but the Giannis counterexample killed timing as a discriminator. I graded 300 shooting foul clips by hand trying to build a video classifier for landing fouls. The models can't get past a coin flip yet. When they do, that's the next paper.
Full write-up in the does-harden-choke repo.