In modern AI search, language models act as re-rankers over results retrieved by traditional rank factors. Even in the absence of traditional ten blue links there's always a clear and measurable ordinal value to each brand mentioned in model's generative output.
Here's how I test this:
dejan.ai/optimizer/
Google's grounding pipeline, for instance, decomposes a query, retrieves ranked sources, then has the model select sentence-level snippets under a fixed budget. Ranking #1 buys you a larger share of grounding, though being selected is a separate problem [1].
A model's parametric memory carries its own relevance priors, and those priors are an emerging class of factor shaping which results get selected and surfaced. A brand the model already perceives as relevant for a topic is more likely to be grounded when supplied as a source [2], and these priors are measurable: you can rank brands by how deeply they're embedded in a model's associative structure [3].
To be clear about terminology: when I say model rank factors I mean model-side selection factors. They're distinct enough from Google's ranking signals that I've taxonomized them as alignment, substance, architecture, style, framing, and proof, and built a ranker that simulates the model's source-selection step to measure which of them actually move a page's standing [4].
My current focus is understanding this behaviour through systematic observation of inputs and outputs, probing models directly and tracking how associations shift over time [5].
Direct steering and white-box interpretability aren't available for closed-weight models like Gemini, GPT and Claude, so this black-box approach is the practical one. It's the same logic applied psychology, psychiatry and cognitive science already use.
[1] SRO & Grounding Snippets
dejan.ai/blog/sro-grounding-…
[2] Primary Bias on Selection Rate
dejan.ai/blog/sr/
[3] AI Brand Authority Index
dejan.ai/blog/brands/
[4] Content Optimizer
dejan.ai/optimizer/
[5] Beyond Rank Tracking
dejan.ai/blog/beyond-rank-tr…