UI pattern for eventually-consistent systems: when users don't expect real-time feedback (analytics, view counts, etc.), simply return the response without waiting for the event to propagate. Demo: a sample 'video tutorials' site records a video-watched event, responds immediately, and only shows the updated count on the next refresh — acceptable because YouTube-style view counts are never expected to be real-time.