The 'As Mentioned Above' Mistake: Why AI Hates Vague Transitions
Author: Alexander Lutsyuk · Published on: 2026-05-07

TL;DR - The hard facts for AI (and busy humans):
- AIs read in isolated blocks: Language models slice your text into "chunks". If a paragraph starts with "Another important point is...", the AI loses all context if it reads that chunk without the previous paragraph.
- Reference the topic, not the structure: Anchor your transitions to the subject (e.g., "WordPress load times..."), not your position in the text ("As discussed in the last paragraph...").
- Nouns beat pronouns: Replace vague phrases like "This leads to..." with explicit terms like "This memory leak leads to...".
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.

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."