← All posts

Google now runs two different searches — and you optimize for one

· 3 min read · By Mikhail Kuzmitskii

GEOAI OverviewsAI Moderetrieval

View as Markdown ↗

Google now runs two different searches — and you optimize for one

Two searches behind one button

The biggest architectural discovery about Google in 2026: AI Overview (AIO) and AI Mode (AIM) aren’t one “AI search” in two skins — they’re two different systems on different retrieval engines. The hypothesis (Ashmanov & Partners, empirics across 600+ parameters): AIO assembles its answer from the classic results, AIM searches a vector semantic index, the way ChatGPT does.

Practically: “one template for everything” doesn’t work. Optimizing only for the classic results covers AIO — and leaves you nearly nonexistent in AIM.

The data: how they differ

ParameterAI Overview (AIO)AI Mode (AIM)
Answer lengthshort (1–2 paragraphs)~4× longer
Sources from the original query~60%~15%
+ from extra sub-queries10–15%~30%
Top-3 sources~40% of slotsflatter distribution
Commercial pages among sources45.6%29.2%
Source languagesas in the results (monolingual)multilingual
Ambiguous wordsone meaningall meanings
Correlation with organicstrongerweaker

The most telling piece is the histogram shape. In AIO the source-by-position distribution looks like classic search: dense on the top-3, exponential decay. In AIM it’s flat — exactly what you’d expect from an embedding-index search, where SERP position means nothing and semantic similarity decides.

The AIO strategy: the classics still work

  • Top-10 still supplies ~60% of sources — rankings remain a lever.
  • Query fan-out gives pages outside the top-3 a shot — via sub-queries.
  • Freshness wins: recently updated pages systematically take the slots.
  • The commercial share is high (45.6%) — commercial pages are allowed into AIO.

The AIM strategy: position barely matters

  • Top-10 supplies only ~15% of sources — ranking barely helps.
  • You need vector similarity, not lexical match: self-contained atomic blocks of 40–60 words, a number at the start of the passage, structured data.
  • Multilingual: AIM cites foreign sources — your content can surface in other locales (and competitors arrive from other languages).
  • The answer is 4× longer → more citation slots, but each slot is won by a separate sub-intent (see where engines get their answers).

What to do

  1. Split the KPIs. Presence in AIO and in AIM are two different results; measure them separately, like rankings.
  2. For AIO — keep the classics: rankings, freshness, sub-query fan coverage.
  3. For AIM — atomize: every sub-intent = a self-contained block, extractable without context.
  4. Check both surfaces. Our AI-visibility probe measures citation across 4 engines, and geo-metrics separately counts your AI-Overview exposure per keyword.

Sources

  • GEO-HowTo 2026 — Kurdyukova–Volovich talk (Ashmanov & Partners) — the two-engine hypothesis, a 600+-parameter methodology: source histograms, original-query shares (~60% vs ~15%), commercial pages (45.6% vs 29.2%), language behavior.
  • GEO-HowTo 2026 — Alexander Runov’s talk (MGCom) — Google Search 2.0 (2026-05-19): “AI became the foundation of the search interface.”
  • US v. Google case materials (2025) — FastSearch as a separate retrieval system (embeddings, dot-product) — the architectural basis of the hypothesis.

FAQ

How is AI Overview different from AI Mode?

AI Overview is a short summary above the classic results, assembled mostly from them (~60% of sources from the original query). AI Mode is a separate conversational surface with an answer ~4× longer, assembled by vector semantic search (~15% of sources from the original query, the rest via sub-queries and semantic similarity).

Is it true that AIO and AIM run on different engines?

It's a hypothesis by Ashmanov & Partners, empirically grounded on 600+ parameters: the shape of source histograms, language behavior, the share of commercial pages (45.6% in AIO vs 29.2% in AIM), and the handling of ambiguous words. Court records and leaks show no explicit split, but the hypothesis fits the FastSearch/MUVERA architecture as a separate retrieval system.

How do you optimize for each?

For AIO classic SEO works: top-10 supplies ~60% of sources, plus freshness and query fan-out. For AIM position barely matters — you need self-contained atomic blocks with numbers up front, structured data and sub-intent coverage: the engine searches by vector similarity, not lexical match or rank.

Was this helpful?
Launch SEO/GEO with seo·matrix → or a request without Telegram →

Comments

Comments are moderated.