Optimistic mutation
Both columns talk to the same simulated server. One waits for it; the other applies the intent immediately and reconciles afterwards.
Naive
Blocks for 500ms per click.
Velocity
Applies now; the same 500ms confirmation follows.
Only for reversible, predictable actions. Payments, deletions and permission changes are never optimistic — a rollback that restores a privilege the user never had is worse than a wait.