Primary bias is what an AI model already believes about your brand before it searches for anything. It is the model's ungrounded confidence in an entity, formed during training and baked into its weights, and it fires the moment a question is asked, before a single source is retrieved. In AI search this turns out to be the single largest factor in whether your content gets selected.
The clearest illustration came from a model reasoning about us. Reading our name, “Dejan”, it pattern-matched to the Balkans and began generating test queries for Serbian and Slovenian cities, when we are in fact Australian. The judgement landed before any other context was processed: as we described in our account at the time, the model had already formed an opinion before the conversation began.
It helps to split the influences on selection into two layers. Primary bias is the model's inherent relevance perception of an entity, its pre-retrieval instinct. Secondary bias is everything about how your content is formatted, structured, and presented once it has been retrieved. The distinction matters because they move on very different timescales: secondary bias is addressable now, at the margin, while primary bias is slow to shift because it depends on training data.
Primary bias lives in the model's weights, so changing it means changing what future models learn. Pre-training data is now heavily curated and very unlikely to respond to ordinary SEO. The realistic lever is fine-tuning, which authority-building can influence over roughly three to six months, with major model releases arriving about once a year. Our research on Selection Rate found that a brand strong in the training corpus can earn a high selection rate even with mediocre content, while a weak or confused brand struggles even when its page is retrieved.
Primary bias is measured through its effect on the Selection Rate: how often the model picks your source out of the grounding candidates. We frame primary bias as the dominant input to that rate, and use a probability-path method (our “Tree Walker”) to surface a brand's weakest associations, the high-uncertainty spots where reinforcement helps most.
Primary bias is pre-judgement in the literal sense, and it inherits the patterns in its training data, human ones included. Names, locations, and demographic signals can override the actual context in front of the model. The question is not whether these systems carry bias; they do. For anyone trying to be visible in AI answers, it is a force to understand and work with, not one that can be edited away on the day.
When an AI system answers a question with current information, it does not recall the web from memory. It runs a search, pulls in pages, reads short extracts from them, and writes its answer from those extracts. Those extracts are grounding snippets, and they are the atomic unit of visibility in AI search. You can rank first in traditional search and still be invisible here, because the model, not the user, is now the reader, and a selective one.
Every platform runs the same basic pipeline, tuned differently: search query → pages received → pages with readable content → pages cited. Received is every URL the search step returned; readable is the subset the model actually obtained text for; cited is the few whose sources appear in the answer. The gap between received and cited is where each system shows its character.
A grounding snippet is built by extractive summarization, not abstractive: the system pulls exact sentences from your page rather than paraphrasing. The unit of extraction is the individual sentence, scored against the query, and the top sentences are stitched together. Where the chosen sentences are not next to each other on the page, they are joined by an ellipsis, producing the familiar segment … segment … segment shape. This is not unique to Google: testing Claude shows it returns the same ellipsis-joined, sentence-stitched format, so the pattern appears to be a shared convention across assistants.
The pipeline runs prompt → query fanout → retrieval → extractive summarization → context assembly → synthesis and attribution. The observed traits of Google's extraction:
We replicate this behaviour closely by fine-tuning the open cross-encoder model microsoft/deberta-v3-large.
Before retrieval, the model breaks one prompt into several single-intent sub-queries, a separation of concerns where a multi-faceted question is split into individual dimensions of intent. Each sub-query retrieves its own set of sources, typically five to twenty. Because of fanout, a page can be grounded for one angle of a question and absent for another.
Most of your page never reaches the model. Across one sample analysis the system cited about 32% of the available characters, with per-source coverage ranging from roughly 21% to 65%. What gets kept is core service information, process steps, pricing and examples; what gets dropped is navigation, boilerplate, time-sensitive promotions, off-topic sections, and verbatim customer quotes.
Grounding behaves like a fixed pie, not an expanding one. From an analysis of 7,060 queries, 2,275 pages and 883,262 snippets:
The lesson is blunt: density beats length. More content dilutes your coverage without increasing what gets selected; you are competing for share of a fixed pie.
The snippets do not stick around. AI search is single-turn transient: the raw extracts are injected into the context for one turn, then purged the moment the answer is finished, to save token space. Ask a follow-up and the model is working from its own earlier summary, not the original page. What persists of you is whatever was captured in that first snippet, filtered through the model's reading of it, not the broader page.
The same query, asked the same day, produced very different evidence on each platform:
The snippets a model exposes are not always reliable, even about themselves. In one case Gemini recited a grounding citation for a paper that does not exist, hallucinating while reporting its own grounding context. And the quantitative work above comes from our own measurements: we did not control for confounders such as authority and freshness, and we keep the raw data private for client confidentiality. Treat the numbers as strong directional signal rather than settled fact.
You can see this for yourself: our free grounding snippet tool at snippets.dejan.ai runs a live grounded search and shows which URLs Gemini pulls and the exact sentences it extracts, the practical groundwork behind Selection Rate Optimization.
Selection Rate Optimization, or SRO, is the AI-search counterpart to click-through-rate optimization. Where CTR optimization works to make a person more likely to click your result in a list of links, SRO works to make an AI system more likely to choose your content when it assembles an answer. The discipline aims at preferential treatment of a brand, its products, and its services inside AI search.
In AI search the user rarely sees a plain list of links. A language model sits between your content and the reader, in tools like Google's AI Mode and AI Overviews, Gemini, ChatGPT, and Perplexity. When the model answers a question it is handed several candidate sources to ground its reply on, reviews their snippets, and selects which to use. That selection is the moment SRO targets.
The metric behind the practice is the Selection Rate: how often an AI system picks a given source out of the grounding candidates available to it. It is the AI equivalent of click-through rate. CTR measured a human decision among blue links; Selection Rate measures a model's decision among grounding choices. Raising it means your content is chosen, and therefore cited and represented, more of the time.
The model acts as an interpretive layer between your content and your audience. If it never selects your pages, your brand is absent from the answer no matter how well the page reads for people. Optimizing Selection Rate is how a brand regains some control over when and how it is presented across these systems.
The work runs in three broad stages.
The core of the pipeline rebuilds the snippet an AI system would extract from a page, approximating the extractive summarization used in Google's AI Mode and Gemini retrieval. Working from a faithful reconstruction of that snippet, the process can test changes against what the model actually sees rather than against the whole page.
The cycle runs the model backward from a desired outcome to find which words best produce it. Each candidate word carries a mathematical fingerprint that can be scored against the target ranking. A first pass shortlists candidate tokens filtered for natural readability; a second pass refines them against the model, balancing ranking impact against text that still reads naturally. Repeated across each position, this yields a short phrase that improves selection without reading as manipulation.
Relevance Engineering is the practice of deliberately building a page's relevance to a query, using the same semantic machinery that search and AI systems use to judge it. Where traditional SEO tuned keywords, titles, and links, relevance engineering works with meaning directly: topics, pages, and queries are turned into embeddings, and relevance is measured as how close those vectors sit together.
The shift in the name is the point. The discipline treats search visibility as an engineering problem rather than an optimization exercise. You build toward a measurable target, semantic closeness, instead of nudging signals and hoping. The term was coined by Mike King of iPullRank.
Relevance Engineering is the technical method beneath AI Visibility: making a page genuinely, measurably relevant is how it earns a place in the answers AI systems generate.
GEO, or Generative Engine Optimization, is the practice of optimizing for generative engines — the LLM-powered search and chat tools such as ChatGPT, Gemini, Perplexity, and AI Overviews. The goal is for your brand, pages, and ideas to appear within the text these systems generate.
GEO is one of the names for the work behind AI Visibility, measured through how often and how prominently you are mentioned and cited in AI answers.
AI SEO is the practice of optimizing your content and brand so that AI systems surface them when they answer people's questions. It is the broadest of the names for this work: where traditional SEO chased rankings in a list of links, AI SEO targets presence inside the generated answer itself.
The outcome AI SEO works toward is AI Visibility — being seen, cited, and recommended across AI answers, measured through mentions and citations.
AIO, short for AI Optimization, is the practice of shaping your content and online presence so AI systems favor them when generating responses. The name is deliberately broad, covering any optimization aimed at AI outputs rather than classic search rankings.
AIO is one route to AI Visibility, the outcome of being named and cited by AI systems when they answer questions.
AEO, or Answer Engine Optimization, is the practice of optimizing so your content becomes the answer an answer engine gives. Answer engines — AI assistants, voice search, and featured answers — return a direct response rather than a page of links, so AEO focuses on being the quoted or cited source for a question.
AEO contributes to AI Visibility, the broader outcome of showing up prominently across AI-generated answers.
The Open Knowledge Format, or OKF, is a new open standard from Google Cloud for packaging the knowledge an AI system needs so that any model or agent can read it. It takes the informal habit of keeping an "AI wiki" next to your work and turns it into a portable, vendor-neutral format. The announcement and the full specification are linked at the end.
Foundation models are only as good as the context they are given, and in most organisations that context is scattered. Table schemas, metric definitions, runbooks, join paths, and the reasoning behind past decisions live in catalogs, wikis, shared drives, code comments, and the heads of a few senior people. Each tool stores this knowledge in its own shape behind its own API, so it does not travel. Every team that builds an agent re-solves the same job of gathering context, and every catalog vendor reinvents the same data model.
OKF answers this with a format that anyone can produce without an SDK, anyone can consume without an integration, and that survives being moved between systems. It lives in version control beside the code it describes, and the same file is readable by a person and parseable by an agent.
An OKF bundle is simply a directory of markdown files. The rules are deliberately small enough to fit on a single page.
tables/orders.md is the concept tables/orders.type. Recommended fields are title, description, resource (a link to the underlying asset), tags, and timestamp. You may add any other fields you like.index.md gives a directory listing so an agent can see what is available before opening files, and a log.md records changes over time, newest first.Because it is just markdown and files, a bundle renders on GitHub, opens in any editor, ships as a tarball, and is indexed by any search tool. If you can read a file with cat, you can read OKF.
Google shipped working proofs alongside the spec: a reference agent that drafts a bundle from a BigQuery dataset and then enriches it by crawling authoritative documentation, a self-contained HTML visualiser that renders any bundle as an interactive graph, and three sample bundles built from public datasets.
This is the same idea that sits under AI visibility, seen from the supply side. If you want models to represent your work accurately, the knowledge they rely on has to be legible to them. OKF is a clean way to make that knowledge portable and machine-readable, so the systems that answer questions about your domain can ground themselves in what you actually said rather than guessing.
How the Open Knowledge Format can improve data sharing is the announcement. The specification and reference code live in GoogleCloudPlatform/knowledge-catalog.
AI Visibility is the broad outcome that AI-centric SEO work aims to achieve. It means being seen, cited, and recommended by AI systems when they answer people's questions. Traditional SEO aimed at ranking in a list of links. AI Visibility aims at presence inside the generated answer itself: whether your brand, your pages, and your ideas show up when a language model responds, and how prominently they do.
It is a desired outcome rather than a single number. Underneath it sits a family of measurable signals that together tell you how visible you are across AI answers.
People track AI Visibility through a set of related metrics. These divide into two kinds of presence: mentions, where your brand is named in the answer, and citations, where your pages are linked or referenced as a source. Each kind is measured by share, by absolute count, by how often it happens, and by how prominently it appears.
Read together, these tell a full story. Share metrics show your standing against competitors, counts show absolute reach, frequency shows consistency, and rank shows prominence. Strong AI Visibility means appearing often, as a meaningful share of the answer, and near the top of what the model surfaces.
AI Visibility is the outcome. These are common names for the practice of working toward it: