Your brand doesn't get its own space inside an AI model
Language models pack far more concepts than they have space for, a phenomenon called superposition. Generic content competes for that same overcrowded space as everyone else's, and usually loses.
Ben Rees - 13 July 2026

Most advice on AI visibility assumes a model stores facts the way a filing cabinet stores documents: one drawer per topic, your brand in its own folder, findable if you've been indexed correctly. That's not how it works, and the mechanism that actually decides whether a model "remembers" you has a direct, practical consequence for what kind of content is worth writing.
Models don't have enough drawers
A large language model represents vastly more concepts than it has neurons to hold them in. Anthropic's interpretability team showed in 2022 that models solve this by packing multiple features into the same, overlapping directions in their internal representation space, a phenomenon they call superposition. It works because most features are rarely relevant at the same time, so the overlap usually doesn't cause a collision. When it does, two unrelated concepts blur into each other.
This isn't a simplification for the sake of a blog post. It's the literal mechanism by which a fixed amount of parameter space ends up representing an open-ended amount of human knowledge.
Which means your brand is competing for a drawer, not renting one
Here's the part that doesn't get said in most GEO advice: two concepts that share representational space aren't independent. If your content is generic enough to overlap heavily with an enormous amount of similar content already in the training corpus, whatever "belief" the model forms about you shares space with everyone else saying the same thing. I've written before about AI visibility as a layered problem, built on Erdem's model of brand belief as something that updates with accumulated signal. What that model doesn't capture, because it wasn't built to, is that in a real transformer this accumulated belief isn't stored in its own private slot. It's stored in a slot other beliefs are also trying to use.
The practical consequence: writing something generic enough to sound like a hundred other B2B marketing takes doesn't just fail to differentiate you to a human reader. It fails to earn its own representational space in the model at all.
Some of what the model "knows" has a name
Anthropic's 2024 work on Claude 3 Sonnet used sparse autoencoders to pull individual, interpretable features out of a production model's activations, features that activate strongly and specifically for one concept rather than blurring across several. A feature like that is the closest real mechanistic equivalent to a confident, well-formed belief. A concept without a clean feature isn't absent, it's smeared across other things, competing rather than standing alone.
This gives the "write something distinctive" advice a mechanism, not just an intuition. Distinctive content is more likely to justify its own feature. Generic content is more likely to get absorbed into whatever generic feature already dominates that part of the space.
Retrieval and memory are genuinely different circuits
The other half of the picture is what happens inside a single conversation, as opposed to what got baked in during training. Anthropic identified a specific, reverse-engineered mechanism called an induction head, a circuit that, having seen a pattern earlier in the current context, predicts its repetition. That's the mechanism behind in-context learning: a model picking something up because you told it in this conversation, not because it learned it during training.
This is worth being precise about, because the two get conflated constantly. Getting cited by an AI system in one specific answer, because your content was retrieved and fed into the context window, uses a different mechanism than getting baked into the model's standing beliefs about your category. One updates per query. The other only updates the next time the model is retrained on a corpus that includes enough of you to matter.
What this changes about how you'd actually check your own visibility
In March 2025, Anthropic published a detailed trace of the full computational path a model takes from a prompt to a specific output, across multiple layers, not just a single feature. The headline finding worth taking seriously: getting an answer wrong with total confidence and getting an answer right both route through the same basic machinery. A model doesn't have a separate "I'm guessing" mode. Whatever feature fires strongest wins, whether or not it's actually correct.
That has an uncomfortable implication. A brand or a claim that's superficially familiar-sounding, without being genuinely well-represented, doesn't get treated with appropriate caution by the model. It gets asserted with the same confidence as something the model actually has strong grounds for. Being nearly, but not quite, visible in a model's training data may be worse than being completely absent from it.
Related reading:
A Weighted Sum of Everything Ever Written About You
What Bayesian linear regression, copied by hand from a textbook I've owned since January 2007, tells us about getting cited by AI.
I am invisible on every AI platform. Here is the data.
For ten weeks I ran an AI visibility measurement system across ChatGPT, Gemini, Copilot, and Perplexity. My appearance rate for non-branded queries is zero. Here is what the data actually shows.
Whitepaper on How to Optimise for AEO and GEO
Results from a two-month experiment testing what actually affects AI answers across ChatGPT, Gemini, Perplexity, Copilot and Google.
Building a Private Chatbot
Built Mini Me: a private AI trained on years of my own strategy notes and writing, so I can talk to everything I've ever thought.