Apps

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

Bystander Effect

Also Known As: Bystander Apathy Zuschauereffekt Bystander-Effekt Genovese Syndrome Verantwortungsdiffusion
Cognitive Bias ID: bystander_effect

Definition

The bystander effect is the social psychological phenomenon where individuals are less likely to offer help to a victim when other people are present. The greater the number of bystanders, the less likely it is that any one of them will help. First demonstrated by John Darley and Bibb Latané in 1968, following the Kitty Genovese case.

Examples

A person collapses on a busy subway platform. Dozens of commuters walk past, each assuming someone else has already called for help or that the situation isn't serious because no one else is reacting.

In a company meeting, everyone notices the project is heading toward failure, but no one speaks up because they assume someone more senior will raise the issue.

A student is being bullied in a crowded schoolyard. Other students watch but don't intervene, each thinking it's not their responsibility or that a teacher will step in.

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.

∀a∀e(Emergency(e) ∧ Present(a,e) ∧ ∃n(Bystanders(n,e) ∧ n > 0) → Decreases(P(Help(a,e)), n))

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

    Were multiple people present who could have intervened or helped?

    Type: binary
  2. 2

    Did individuals fail to act despite recognizing a problem or emergency?

    Type: binary
  3. 3

    Is there evidence of diffusion of responsibility — each person assuming someone else will act?

    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