Modern analytical systems are typically optimized for total runtime, but not for fast first results, even though early answers are often essential in exploratory analysis and emerging agent-driven workflows. Hence we introduce SmartRabbit. The core idea behind SmartRabbit is to run two coordinated query plans at the same time: an interactive plan that produces early, prefix-correct answers, and a latency-optimized blocking plan that completes the full query efficiently. SmartRabbit is implemented on top of Apache AsterixDB and evaluated on a multi-node cluster environment.