The /tasks route creates a new StatsigUser object every time get_experiment is called, which can lead to inconsistent experiment assignment for a single user within the same request. The StatsigUser should be created once and reused for all Statsig calls within the same request context to ensure consistent evaluation results.