Apps

🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!

Recency Bias

Also Known As: Recency Effect Rezenzeffekt Aktualitätsverzerrung Rezenz-Bias What-Have-You-Done-For-Me-Lately Effect
Cognitive Bias ID: recency_bias

Definition

Recency bias is the tendency to place disproportionate importance on recent events or experiences when making judgments and decisions. It is part of the serial position effect, where items at the end of a sequence are more easily recalled. This leads to overweighting the latest information at the expense of a broader, more representative dataset.

Examples

An investor sells all their stocks after two bad weeks in the market, ignoring the previous three years of steady growth. The recent losses loom much larger than the longer pattern of gains.

A manager rates an employee's annual performance based mainly on the last month's work, forgetting the strong contributions from earlier in the year.

A voter decides to switch parties based on recent headlines, overlooking the long-term policy track record they had previously supported.

Formal Logic Pattern
FOL Pattern
The First-Order Logic formula representing this reasoning pattern's logical structure.
FOL (First-Order Logic) uses quantifiers (∀ = for all, ∃ = there exists), connectives (∧ = and, ∨ = or, ⇒ = implies, ¬ = not), and predicates to capture the essential form of a reasoning pattern. For example, the Ad Hominem fallacy: Person(x) ∧ HasFlaw(x) ⇒ Invalid(Claim(x)). These patterns allow automated verification of logical validity.

∀e₁∀e₂(Recent(e₂) ∧ ¬Recent(e₁) → Weight(e₂) > Weight(e₁))

Verification Steps
Verification Steps
Binary yes/no questions that an AI must answer to detect a reasoning pattern in a text.
Each of the 452 aspects has verification steps — simple yes/no questions designed to systematically detect whether a pattern appears in a text. For ad hominem: "Does the argument attack a person rather than their claim?" For false dichotomy: "Are only two options presented when more exist?" This ensures consistent, reproducible analysis.

Binary (yes/no) questions an LLM must answer to identify this aspect:

  1. 1

    Is the judgment primarily based on the most recent events rather than the full historical record?

    Type: binary
  2. 2

    Would the conclusion be different if older data were given equal weight?

    Type: binary
  3. 3

    Is there a pattern of overreacting to recent changes while ignoring long-term trends?

    Type: binary
Deep Dive
The expandable detail section on each aspect page with examples, psychology, and counter-strategies.
The Deep Dive section provides in-depth information about each aspect: a real-world example showing the pattern in action, an explanation of why it works psychologically, practical advice on how to counter it, alternative names, and links to related aspects.

Hierarchical Context