Before/After: How Nimbus rebuilt search to cut task time in half
Tech · 4 min read
Old Nimbus search was a classic vocal point: a single omnibox that tried to do everything—files, messages, people, commands—returning long lists and forcing users to open multiple results. Behavioral data showed power users relied on keyboard shortcuts while casual users missed context and filters. The team hypothesized that separating discovery (broad search) from action (command palette) would reduce cognitive load.
The rebuilt UI introduced a lightweight command palette bound to a keyboard shortcut and accessible via the omnibox contextual menu. The palette prioritized recent commands, suggested smart filters, and allowed inline actions (e.g., “assign to @leo” without opening the task). The broad search remained but was visually downgraded for exploratory queries and included richer type-ahead suggestions to prevent dead ends.
Post-launch telemetry revealed a 52% reduction in time-to-complete common tasks (open file, assign task, jump to channel) and a 34% drop in “open-result-then-back” events. User interviews explained why: the palette made intent explicit and minimized result noise. The redesign favored a split of discovery vs. action flows, showing how targeted interaction patterns can outperform catch-all search boxes in productivity products.