Google research points to a post-query future for search intent
The Impending Revolution in Search Understanding For decades, the foundation of digital search has been the query. A user types keywords or phrases into a search bar, and the system responds with relevant results. This transactional model, while incredibly powerful, is now facing a profound transformation driven by advancements in artificial intelligence. Google, the undisputed leader in search, is actively steering toward a future where it understands a user’s underlying goal—or intent—long before a single query is typed. Recent research unveiled by Google points to the viability of a “post-query” search environment. This shift relies on inferring user intent directly from behavior—the taps, scrolls, clicks, and screen changes that define interaction within apps and websites. The groundbreaking aspect of this research is not merely the ability to extract intent, but the mechanism: successfully deploying small, efficient AI models directly on user devices, thereby matching the performance of much larger, more costly, and cloud-dependent systems like Gemini 1.5 Pro. This development carries massive implications for search engine optimization (SEO) and digital strategy. If successful, optimization will shift from focusing solely on typed keywords to maximizing the clarity and efficiency of the overall user journey. The Evolution of Search Intent In the world of SEO, search intent has traditionally been categorized into three or four types: informational (seeking knowledge), navigational (trying to reach a specific site), transactional (looking to buy or complete an action), and commercial investigation (researching before a purchase). These classifications are derived directly from the content of the search query itself. The post-query future proposed by Google represents a radical departure. Intent is no longer reactive—a response to a typed string—but proactive, inferred through context. The user’s interaction data becomes the primary signal. Why User Behavior Is the New Keyword To move beyond the search box, the AI system must observe patterns in user interaction. When a user opens an app, scrolls down a product page, taps a sizing guide, and then navigates to a shopping cart icon, these discrete actions collectively reveal a high-level goal, such as “purchase running shoes.” This form of intent extraction requires sophisticated Multimodal Large Language Models (MLLMs) capable of processing not just text, but also visual screen information (the “multimodal” aspect) and temporal sequences (the “over time” aspect). Historically, achieving this level of complex reasoning required enormous computational resources, typically housed in centralized cloud servers. The Latency, Cost, and Privacy Problem of Cloud AI While powerful large language models (LLMs) like those in the Gemini family can certainly infer intent from comprehensive user behavior data, running these models centrally presents three critical roadblocks: Latency and Speed: Cloud-based systems introduce network delay. For real-time intent extraction necessary for agentic AI (systems that anticipate needs instantly), this latency is unacceptable. Computational Cost: Large models consume immense energy and computing power. Running trillions of parameters continuously for every user interaction across billions of devices is financially prohibitive. Privacy Concerns: User behavior data—taps, clicks, scrolling patterns, and app usage history—is highly sensitive. Sending this continuous stream of detailed activity to a central server raises significant privacy and security risks, which could deter user adoption. The goal, therefore, became clear: how to deliver “big results” using “small models” that could operate entirely on the device, minimizing data transfer and maximizing user control. Decomposition: The Strategic AI Breakthrough The solution, detailed in the research paper titled, “Small Models, Big Results: Achieving Superior Intent Extraction through Decomposition,” presented at EMNLP 2025, lies in simplifying the complex task of intent understanding through decomposition. Instead of asking one small model to synthesize a vast, messy stream of historical data and deliver a final goal, Google researchers broke the process into two smaller, sequential steps that even comparatively small MLLMs can execute with high accuracy. This simple architectural shift allows small, resource-efficient models to perform nearly as well as the massive, general-purpose models running in the cloud. Step 1: Localized Interaction Summarization The first stage of the decomposition focuses on capturing “micro-intents” from immediate user actions. This step is executed by a small AI model running directly on the device. For every screen interaction—a tap, a scroll event, or a screen change—the model generates three specific pieces of information: Screen Content: A representation of what was visually present on the screen at that moment. User Action: The precise input performed by the user (e.g., tapped the button labeled “Add to Cart”). Tentative Guess: A preliminary, localized guess about the user’s intent for *that specific action*. By keeping the focus narrow and immediate, this model avoids the heavy burden of trying to remember and reason over the entire session history. Step 2: Factual Intent Aggregation The second stage employs another small, specialized model to synthesize the overall session goal. Crucially, this model does not re-reason over the raw user data. Instead, it reviews the factual summaries generated in Step 1. The second model performs a filtering and aggregation task: It reviews only the established facts (screen content and user actions) from the sequence of micro-summaries. It purposefully ignores the “tentative guesses” or speculative reasoning generated in Step 1. It produces one concise, objective statement summarizing the user’s overall goal for the entire session. This two-step process bypasses a common failure mode inherent in small LLMs: when forced to process long, high-noise data histories end-to-end, they often suffer from “catastrophic forgetting” or inaccurate reasoning. By ensuring the inputs to the final aggregator are clean, objective facts, the system significantly improves accuracy and reliability. Validating Performance with Bi-Fact Scoring To rigorously measure the success of this decomposed approach, Google researchers needed a metric more precise than subjective evaluation. Traditional methods often just ask if an inferred intent summary “looks similar” to the correct answer, which fails to pinpoint exactly *why* a model succeeded or failed. The solution was the Bi-Fact scoring methodology. Bi-Fact focuses on measuring which facts about the user session are included in the generated intent summary versus which facts are missing, and most importantly, which facts were invented (hallucinated) by the AI.