Reputation¶
Core Idea¶
Reputation is the aggregated, publicly available record of an agent's past behavior that propagates beyond the parties to the original interactions and governs how third parties treat the agent in future ones. Its defining structure is information flow across time and across observers: behavior toward A becomes a signal that B, C, and D act upon, so the agent's present incentives are shaped by the shadow its conduct casts on a wide future audience. Reputation thereby converts a series of one-shot encounters into something with the strategic texture of a repeated game.
How would you explain it like I'm…
What People Say About You
Track Record People Share
Shared Record of Past Behavior
Broad Use¶
- Economics / markets: brand reputation lets buyers infer unobservable quality; firms invest in it precisely because it is costly to build and easy to destroy.
- Evolutionary biology: indirect reciprocity sustains cooperation when helpers gain a "good standing" that third parties later reward — reputation, not direct payback, carries the cooperation.
- Computer science / distributed systems: reputation scores (eBay feedback, web-of-trust, PageRank-style endorsement) let strangers transact by aggregating others' prior experience.
- International relations: a state's reputation for resolve or for honoring treaties shapes how adversaries and allies respond to its current moves.
- Academia / open source (non-obvious): citation counts and commit history function as a portable reputation that allocates attention and trust across institutions the agent has never dealt with.
Clarity¶
Naming reputation separates the standing of an agent (a stock, held in others' minds) from any single act of signaling (a flow) and from the dyadic stance of trust. It lets practitioners say that an agent can be trusted by someone with no direct experience of them, purely on transmitted reputation, and that reputation can be damaged by behavior toward someone other than the truster.
Manages Complexity¶
Reputation summarizes a long, dispersed behavioral history into a compact, transferable token, sparing each new counterparty the cost of monitoring or learning the agent from scratch. It lets large populations of strangers coordinate as if they had a shared memory.
Abstract Reasoning¶
Recognizing reputation enables folk-theorem reasoning in nominally one-shot settings: because defection is observed and propagated, the threat of reputational loss can sustain cooperation without external enforcement. It also exposes characteristic failure modes — reputation lag, gaming, and the cliff-edge collapse when a long record is destroyed by one revelation.
Knowledge Transfer¶
The biology of indirect reciprocity transfers directly to platform design: build a mechanism that makes past behavior observable to future counterparties and cooperation becomes self-enforcing. Conversely, the economic insight that reputation is an asset with hysteresis (slow to build, fast to lose) transfers to diplomacy and to personal-credibility management.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Reputation is a decomposition of Feedback — Reputation is the specific shape feedback takes when an agent's prior conduct loops back through third parties to shape future treatment.
Children (1) — more specific cases that build on this
- Certification presupposes, typical Reputation — The token's meaning is backed by the certifier's staked reputation; reputation is a load-bearing component.
Path to root: Reputation → Feedback
Not to Be Confused With¶
- Reputation is not trust because trust is a truster's relational stance toward a specific party under vulnerability, whereas reputation is a population-level information stock about an agent that even strangers can draw on.
- Reputation is not signaling (its parent) because a signal is a single costly act emitted to convey type, whereas reputation is the accumulated, third-party-propagated history that gives such acts their long-run stakes.
- Reputation is not legitimacy because legitimacy is normative acceptance of an authority's right to rule, whereas reputation is a positive track-record inference usable by anyone observing past conduct.