Position Bias
Position bias is the tendency of retrieval and language models to weight content near the start of a page or passage more heavily, making where you place an answer matter as much as the answer itself.
Position bias means earlier content gets more weight. Both retrieval systems and language models disproportionately attend to material near the beginning — of a page, a section, or a passage — so an answer buried at the bottom is less likely to be retrieved, read, and cited than the same answer placed up top. Placement is a ranking factor, not just a stylistic choice.
This is the mechanical case for answer-first writing, the heart of the extractability pillar. Leading each section with its direct answer puts your most quotable sentence where attention concentrates; making a reader (or model) wade through preamble first squanders that prime position. It's also why the inverted pyramid structure works so well for AI.
Example. Two pages contain the identical answer to "how long does paint take to dry," but one states it in the first sentence and the other after four paragraphs of backstory. Position bias makes the first far more likely to be the one an engine lifts.
Relevant pillar
Related terms
- Inverted PyramidThe inverted pyramid is a writing structure, borrowed from journalism, that puts the most important information first and supporting detail after, making each passage answer-first and easy for AI to lift.
- Passage RetrievalPassage retrieval is the practice of finding and returning specific relevant passages from within documents, rather than whole pages, which is why AI engines cite paragraphs instead of articles.
- RerankingReranking is a second pass in retrieval where an initial set of candidate passages is reordered by a more precise relevance model, deciding which few actually make it into the AI's answer.