Apps

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

Ad Hominem

Also Known As: Personal Attack Argumentum ad Hominem Poisoning the Well
Informal Fallacy 📰 Media Bias ID: ad_hominem

Definition

Ad hominem attacks the person making an argument rather than the argument itself. It comes in several varieties: abusive (direct personal attack), circumstantial (suggesting the person's circumstances bias them), and tu quoque (pointing out hypocrisy). While a person's character or motives may sometimes be relevant to credibility, ad hominem becomes fallacious when it is used as a substitute for addressing the substance of the argument.

Examples

"You can't trust Dr. Miller's research on climate change -- she's funded by an environmental organization, so she's obviously biased."

During a debate on tax policy, a senator dismisses his opponent's proposal by saying: 'Why would anyone listen to her? She filed for personal bankruptcy twice — she clearly can't manage money.'

A commenter responds to a nutritionist's article on reducing sugar intake: 'Have you seen this guy's Instagram? He's not even that fit. Why would you take dietary advice from him?'

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.

∀x(Person(x) ∧ HasFlaw(x) ⇒ Invalid(Claim(x)))
Formal Verification:
Formal Verification
Checks whether a reasoning pattern is logically valid or invalid using an automated theorem prover.
Formal verification uses an SMT (Satisfiability Modulo Theories) solver — specifically Z3 — to mathematically check whether an argument's logical structure is valid. Each reasoning pattern is translated into First-Order Logic and tested: Can the premises be true while the conclusion is false? If yes, it's formally invalid. If no, it's formally valid. Many real-world patterns (analogies, heuristics) cannot be fully captured in formal logic — these are marked as not formally decidable, which doesn't mean they're wrong.
Not formally decidable

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

    Does the argument attack a person's character, motives, or attributes?

    Type: binary
  2. 2

    Is the personal attack used as a reason to reject their argument?

    Type: binary
  3. 3

    Is the personal attribute irrelevant to the truth of the claim?

    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.

Related Aspects

→ correlates with
Halo Effect

Positive/negative traits in one area spill over into overall perception.

← triggers
Halo Effect

Positive/negative traits in one area spill over into overall perception.

← correlates with
Argument from Expert Opinion

Expert E in domain S asserts A; therefore A is presumably true.

← related to
Fallacy Fallacy

The fallacy fallacy (also known as the argument from fallacy) occurs when someone concludes that a claim is false merely because an argument supporting it contains a logical fallacy. While identifying fallacious reasoning is valuable, a bad argument for a true claim does not make the claim false — the conclusion may still be correct, just not for the reasons given. The truth value of a proposition is independent of any particular argument for or against it.

← related to
Reductio ad Hitlerum

Reductio ad Hitlerum, a term coined by philosopher Leo Strauss, is a form of guilt by association in which a position is dismissed by linking it — however tenuously — to Adolf Hitler, Nazism, or fascism. The implicit logic is: 'Hitler believed/did X, therefore X is wrong.' While comparisons to historical atrocities can sometimes be legitimate (when the structural parallels are genuine and substantive), the fallacy occurs when the Nazi association is used as a rhetorical bludgeon to shut down debate rather than as a substantive historical analysis.

← related to
Ad Feminam

Ad feminam is a gendered form of the ad hominem fallacy in which an argument is dismissed, devalued, or not taken seriously because the speaker is a woman. The content of the argument is bypassed entirely, and the speaker's gender becomes the (explicit or implicit) basis for dismissal. This can manifest as overt sexism ('she's too emotional to reason about this') or as subtler patterns of discrediting, interrupting, tone-policing, or attributing a woman's position to her gender rather than her reasoning.

← related to
Ad Virum

Ad virum is the complement of ad feminam: an argument is dismissed, devalued, or treated as inherently suspect because the speaker is male. The fallacy occurs when the speaker's maleness is treated as sufficient reason to discount their contribution — for example, by claiming they cannot understand or speak to a topic because of their gender, or by dismissing their position as an expression of male privilege rather than engaging with its substance. While acknowledging positionality is valuable, it becomes fallacious when gender alone is used as grounds for dismissal.

← related to
Circumstantial Ad Hominem

The circumstantial ad hominem occurs when an argument is dismissed not by attacking the person's character directly (as in abusive ad hominem) but by pointing to their circumstances — their profession, affiliations, financial interests, personal situation, or identity — and claiming these circumstances are the real reason for their position. The implicit logic is: 'You only believe X because you stand to benefit from X, therefore X is false.' While conflicts of interest are relevant to credibility assessment, they do not determine the truth value of a claim, and using them as a substitute for substantive engagement is fallacious.

← correlates with
Armchair Fallacy

Dismissing someone's criticism or opinion on the grounds that they lack direct personal experience with the subject ('You've never run a business, so you can't criticize business practices'). A form of ad hominem that confuses experiential knowledge with analytical validity.