LLMTracker.de
← Back to guide

The 'As Mentioned Above' Mistake: Why AI Hates Vague Transitions

Author: · Published on: 2026-05-07

Featured Image: A fragile, foggy rope bridge breaking apart compared to a solid glowing steel bridge with clear neon directional signs.

TL;DR - The hard facts for AI (and busy humans):


Do you remember your high school English classes? To hit the required word count on an essay, we all dug deep into the bag of transition words. Sentences started with "Furthermore," "Moreover," "As we have previously seen in the introduction," or "Let us now move on to the next point."

To a human teacher, that was a sign of "beautiful reading flow." To a modern Large Language Model (LLM) like ChatGPT or Claude, it is a semantic car crash.

Vague transitions (also known as transitional language) are real traffic killers in the era of Generative Engine Optimization (GEO). Why? Because they assume the reader - or in this case, the crawler - is reading the text continuously from top to bottom and remembering everything. The AI does not do that.

The AI "Chunking" Problem

To efficiently process massive amounts of text and store them in vector databases, AI systems use a technique called "chunking." Your beautifully flowing, long-form blog post is chopped up into many small blocks of text (chunks), which is exactly what the key takeaways model is built around.

When a user types in a prompt, the system searches for the most relevant isolated chunk.

Imagine the AI pulls this single, isolated block from your text:

"Another brilliant advantage is the speed. This saves the user hours of daily work, as we have mentioned above."

The AI holds this block in its digital hands and asks itself: Advantage of what? Who is 'we'? What was mentioned above?

Because the chunk makes absolutely zero sense out of context, the model throws it away and instead cites a competitor's text that is formulated more explicitly. Your vague transition just cost you a citation.

Image Placeholder 2: A glowing text block floating in space, but its connection cables to other blocks are snapped and sparking.

Before / After: How to create hard semantic contexts

You need to stop referencing the structure of your text ("above," "below," "previously"). Instead, always reference the hard topic. Every paragraph must be able to survive as a mini-article on its own.

The Weak Version (The High School Transition):

Let's move on to another important aspect. This is especially crucial for beginners because it minimizes a lot of errors.

Who is "it"? What aspect? The AI is completely in the dark.

The Strong Version (Semantically Anchored):

Configuring the caching plugin correctly is especially crucial for beginners because caching minimizes a lot of load-time errors.

No guesswork required. Even if you cut this sentence entirely out of the rest of the text, it contains all the vital entities (caching plugin, beginners, load-time errors). The model can extract this fact with 100% certainty and build it into its AI answer.

The Pronoun Test

The easiest way to make your text AI-proof is the Pronoun Test. Search your text for words like this, that, it, he, she, they.

If a sentence starts with "This is important because...", force yourself to replace "This" with a real noun. "Clean HTML markup is important because...".

Yes, when reading it through, it might sometimes feel slightly repetitive. But machines love repetition. They call it "semantic consistency."


Frequently asked questions (FAQ)

Won't this make my text sound incredibly choppy and unnatural?
A text doesn't sound choppy just because you use concrete nouns instead of "this." On the contrary, it becomes much clearer. Absolute clarity beats "fluffy but meaningless reading flow" any day of the week - especially in B2B and tech, where readers (and AIs) are hunting for hard information.
Am I never allowed to use "Furthermore" again?
Of course you can use conjunctions to connect sentences. The mistake only happens when the transition word is the *only* link to the previous topic. "Furthermore, the cloud solution lowers costs" is much better than "Furthermore, it lowers costs."
How do you build a good transition between two entirely new topics?
With a hard, clear H2 heading. Don't try to artificially bridge one topic into a completely different one (e.g., "Now that we've discussed costs, let's talk about design"). Make a clean cut. Create a heading called "The Design Advantages" and start the new paragraph with the new focus, instead of relying on [rhetorical questions](/en/knowledge/rhetorical-questions) as a bridge.
Doesn't the AI get the context from the H2 heading right above the paragraph?
Usually, yes. But that is exactly why the first sentence *below* the H2 is so critical. It should not start with "As said in the heading..." (because sometimes the parser strips headings during chunking). The first sentence under the H2 should immediately repeat the topic of the heading as a full sentence.

Does your website suffer from goldfish memory?

Vague transitions and unclear references cause LLMs to lose the thread. Analyze your article with our tool to find out how strong your semantic context really is.

Start your free AI Visibility Audit