Right — a race condition is two threads racing for the same state, so I’d reach for a mutex or an atomic… honestly, though, I’d first ask if we even need shared mutable state here.
- Response timing
- Natural
- Delivery pattern
- Consistent
- AI-answer similarity
- Low concern

