Pragmatic implicature
Description
Pragmatic implicature is meaning that the speaker conveys beyond what they literally say, where the listener derives the additional content from context plus the assumption that the speaker is cooperating — being relevantly informative, truthful, and clear (Grice’s maxims). The literal content alone is too sparse to carry the full message; the cooperative-frame assumption licenses the listener to infer the rest. The diagnostic question — “can the speaker cancel the inferred meaning by adding ‘I don’t mean to imply X’ without contradicting their literal claim?” — separates implicature from entailment. If “I don’t mean to imply X” creates a contradiction, X is entailed. If it merely retracts a reasonable inference, X was implicature. “Some of the students passed” implicates not all passed (cancellable: “in fact all of them did”); “all of the students passed” entails some did (not cancellable without contradiction). The structural feature is the gap between what was literally said and what was meant — and the inferential bridge built across the gap by the cooperative frame. Lose the frame (e.g., a hostile interrogation, a literal-minded interlocutor, a cross-cultural mismatch on norms) and the bridge collapses. The implicature was real for the speaker, but the listener can no longer recover it. The cross-domain reach comes from how widely the structure recurs. Anywhere a sender and receiver share a cooperative frame, the sender can compress the message by relying on the receiver to fill in. Anywhere the frame breaks, communication that worked yesterday produces confusion today.Triggers
User-initiated: User describes a situation where the gap between what was said and what was meant is doing work, or where a literal reading would miss the point. Vocabulary cues: “implicature,” “subtext,” “reading between the lines,” “implied,” “diplomatic language,” “what they really meant,” “indirect communication.” Agent-initiated: Agent notices that the surface content of a message is sparse but the surrounding context licenses additional inference. Candidate inference: “what’s the implicature here, and does the cooperative frame still hold?” Also fires when the agent observes a communication breakdown that looks like literal-vs-meant confusion. Situation-shape signals: Polite refusals, diplomatic communication, AI prompt engineering, UI affordance design, sarcasm and irony, indirect requests, hint-driven negotiation, cross-cultural communication, legal-vs-conversational language contrast.Exclusions
- Strictly literal / formal contexts — mathematical proofs, formal logic, machine-readable protocols, contract law. These domains intentionally minimize implicature because cancellability would destabilize the artifact. Reading implicature into “the function returns int” is a category error.
- Loss of the cooperative frame — adversarial questioning, hostile cross-examination, deliberate misreading, jailbreaks of AI safety. When the listener has incentive to misinterpret or the speaker has incentive to mislead, implicature stops being the right concept; deception or coercion takes its place.
- Cross-cultural mismatches on norms — a polite refusal that reliably reads as “no” in one culture can read as “soft yes pending logistics” in another. The implicature was real for the speaker but doesn’t compose with the listener’s frame. The structure is misfire, not implicature working correctly.
- Sender-receiver mismatch on common ground — implicature requires the sender’s model of what the receiver knows to be approximately correct. A prompt that implicates “use library X” only works if the LLM has heard of library X; a UI that implicates “primary action” only works for users who’ve seen the convention. The implicature concept doesn’t carry when shared common ground is absent.
Structure
Relationships
- chain-of-thought — opposite polarity on the reasoning-visibility axis. Together they form the catalog’s spectrum from “expose all inference” to “compress all inference into shared frame.” Many design decisions in prompt engineering and UI copy are choices about where on this spectrum to sit.
- kayfabe — the social-structure container in which implicature thrives. Performative meetings, ritualized adversarial proceedings, and diplomatic protocol all communicate through implicature licensed by the shared performance frame.
- endow — implicature is one of the primary delivery mechanisms for endowment when explicit declaration would be heavy-handed. “What do you think we should do?” endows the recipient with deliberation authority via implicature.
- deixis — sibling concept on the context-dependence axis. Deixis depends on context for reference; implicature depends on context for inference. Both fail when the supporting frame fails.
- doctrine — Grice’s maxims themselves are doctrines (named rules + triggering conditions + protected failures). The Cooperative Principle is the meta-doctrine; the four maxims are its specializations.
Examples
Grice's canonical example · linguistics
Grice's canonical example · linguistics
AI system prompts · computer-science
AI system prompts · computer-science
Code comments and variable names · computer-science
Code comments and variable names · computer-science
# TODO: revisit this implicates the writer left work incomplete and a future maintainer should pick it up. def calculate_total_with_tax(items, region) implicates that without region the calculation would be wrong. None of this is in the literal signature; the cooperative frame is “code conveys intent to its future readers.”Dan Sperber and Deirdre Wilson, *Relevance: Communication and Cognition* (1986) — relevance-theoretic refinement. · linguistics
Dan Sperber and Deirdre Wilson, *Relevance: Communication and Cognition* (1986) — relevance-theoretic refinement. · linguistics
Diplomatic understatement · political-science
Diplomatic understatement · political-science
H. Paul Grice, "Logic and Conversation" (1975) — the foundational paper on conversational implicature and the Cooperative Principle (quantity / quality / relation / manner maxims). · linguistics
H. Paul Grice, "Logic and Conversation" (1975) — the foundational paper on conversational implicature and the Cooperative Principle (quantity / quality / relation / manner maxims). · linguistics
Legal contracts · law
Legal contracts · law
Penelope Brown and Stephen Levinson, *Politeness: Some Universals in Language Usage* (1987) — politeness theory built on · linguistics
Penelope Brown and Stephen Levinson, *Politeness: Some Universals in Language Usage* (1987) — politeness theory built on · linguistics
Polite refusal · linguistics
Polite refusal · linguistics
Sarcasm and irony · linguistics
Sarcasm and irony · linguistics
Stephen Levinson, *Pragmatics* (1983) — canonical textbook. · linguistics
Stephen Levinson, *Pragmatics* (1983) — canonical textbook. · linguistics
UI affordance reading · computer-science
UI affordance reading · computer-science