🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
recency_bias
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.
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.
∀e₁∀e₂(Recent(e₂) ∧ ¬Recent(e₁) → Weight(e₂) > Weight(e₁))
Binary (yes/no) questions an LLM must answer to identify this aspect:
Is the judgment primarily based on the most recent events rather than the full historical record?
Type: binaryWould the conclusion be different if older data were given equal weight?
Type: binaryIs there a pattern of overreacting to recent changes while ignoring long-term trends?
Type: binaryRecency 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.
Recent events are more vivid and accessible in memory (availability heuristic). The brain's working memory naturally prioritizes the most recently processed information, making it feel more relevant and representative than older data.
Always consult long-term data before making decisions. Create checklists that require reviewing historical performance, not just recent results. Use base rates and statistical averages to anchor judgments.
Recency bias heavily affects financial markets, where investors chase recent winners and flee recent losers. In hiring, interviewers are disproportionately influenced by the last candidate they saw. Sports coaches may bench consistent players based on one bad game.
Use these tools to detect, analyze, or train this aspect.