AEO, GEO & Fundamentals

How often do AI models update what they cite?

AI citations move on two clocks at once: a slow one (training cutoffs) and a fast one (live retrieval). Understanding both tells you why a query you win today can flip next week.

Updated May 20268 min read
The short answer

AI models update what they cite on two separate clocks, and conflating them is the source of most confusion. The slow clock is the training cutoff: a model’s baked-in knowledge is frozen at a point in time and only changes when the provider ships a new version — months apart, not daily. The fast clock is live retrieval: when an assistant browses or searches at answer time, it pulls current pages, so the sources behind a given answer can change from one day to the next, and even between two runs of the same prompt. That is why answers shift for reasons that have nothing to do with you: a competitor publishes, a source updates, the retrieval set reshuffles. The practical implication is unambiguous — a one-off check is a snapshot of a moving target. If a domain matters to you, you have to monitor citations on a cadence, not check them once, because the question is never “am I cited today?” but “am I still cited, and on what?”

Why do AI answers change at all?

Because two different mechanisms feed an answer, and they move at very different speeds. Part of what a model knows is frozen in its weights at training time; part is fetched fresh at the moment you ask. When you see citations shift, you are almost always watching the fast, retrieval-driven part move — the slow, memorised part barely budges between model releases. Separating the two is the key to making sense of the volatility.

The slow clock: training cutoffs

Every model has a training cutoff — a date after which it has no native knowledge. Whatever was published after that date does not exist in the model’s memory until a newer version is trained and released. This is why an assistant can confidently describe the world as it was and miss something obvious from last month: the gap is structural, not a mistake.

Crucially, the cutoff only advances on the provider’s release schedule, which is measured in months. So if your visibility depended purely on a model’s memory, it would update rarely — and you would have almost no way to influence it on a useful timescale. The good news is that memory is not the only path.

The fast clock: live retrieval

When an assistant browses or searches at answer time, it uses retrieval-augmented generation to pull current pages into the answer. That layer is dynamic: it sees pages published after the cutoff, it re-evaluates which sources are most relevant each time, and it can surface a brand new page within a short window of it being crawlable. This is the clock you can actually affect — and the one responsible for citations that appear, move, and vanish on a weekly rhythm.

Two clocks, side by side

Training memory vs live retrieval: how each updates
DimensionTraining cutoff (slow)Live retrieval (fast)
What it isKnowledge frozen in the model at training time.Pages fetched at answer time and synthesized into the response.
Update cadenceOnly when a new model version ships — months apart.Continuous; can change day to day or run to run.
Can it cite a brand-new page?No, not until a future version is trained on it.Yes, once the crawler fetches it and it is retrievable.
How much you can influence itIndirectly and slowly, over release cycles.Directly, by being a clean, corroborated, reachable source.
Why answers shiftRarely — between model releases.Often — competitors publish, sources update, ranking reshuffles.

What does this mean for me?

Three practical consequences fall out of the two-clock model:

  • Fresh, retrievable content is your fast lane. You cannot wait on training cycles, so the leverage is in the retrieval layer — publish clean, current pages and make sure the crawlers can reach them (do AI crawlers need to be allowed?).
  • Volatility is expected, not alarming. A citation that appears and disappears is the retrieval clock doing its job. The research view of how fast this moves is in AI citation volatility.
  • A snapshot is not a status. Checking once tells you about one moment. Because the fast clock keeps ticking, you need to watch for lost AI citations — queries you used to win and quietly dropped.

So how often should I monitor?

Often enough to catch a change before it becomes a trend. For a domain you care about, an annual look is far too coarse for a retrieval layer that moves weekly. The honest framing is that AI visibility is a monitored metric, like uptime, not a one-time audit. Start by reading your current query list with a reverse AI search — run the free Domain Check — and then revisit it on a cadence so you see the gains and losses while you can still act on them.

Frequently asked questions

What is a training cutoff?

It is the date after which a model has no built-in knowledge. Events, pages and facts that appeared after the cutoff are absent from the model’s memory unless it retrieves them live. Cutoffs only move when a new model version ships.

Why does the same prompt give different sources on different days?

Because live retrieval is dynamic. The candidate set of pages, their freshness, and the ranking can all shift between runs, so the synthesized answer leans on different sources. Variation is normal, not a bug.

If I publish today, when can AI cite me?

Through live retrieval, potentially soon after the relevant crawler fetches your page — assuming it is allowed and the content is retrievable. Through training memory, only after a future model version that included your page ships, which is much slower.

How often should I re-check my AI citations?

Often enough to catch changes before they cost you. A high-stakes domain warrants regular monitoring rather than an annual spot-check, because retrieval-driven answers can shift week to week.