AntiPattern
Shared State and Model Reuse
ad-hoc-shared-model-import-io-blocking
Request handlers and background tasks misbehave when shared Python models are imported or loaded ad hoc (circular imports) or when I/O blocks the event loop, leading to startup failures and stale/incorrect data rendering across CLI and REST paths.