Iterative Reciprocity And Repeated Interaction¶
Make cooperation durable by ensuring actors meet again, remember what each contributed, and condition future help, trust, access, or obligation on prior contribution behavior.
The Diagnostic Story¶
Symptom: A stable minority does the actual work while others benefit without reciprocating, because there is no remembered relationship between what each actor contributed and what they receive in return. Contributors burn out and begin withholding effort after watching noncontributors face no consequence. Informal resentment accumulates because the group alternates between permissive neglect and sudden punitive crackdowns, with no legitimate reciprocity rule in between.
Pivot: Redesign the cooperation setting so actors remain connected across rounds, contribution behavior becomes visible or remembered, and future cooperation or access can be adjusted by a proportionate reciprocity rule. Distinguish temporary inability to contribute from persistent exploitation -- the rule must handle both without collapsing into surveillance.
Resolution: Sustained contribution to shared benefits rises, contributor burnout and resentment fall, and opportunistic exploitation becomes harder than cooperative participation. Trust grows because cooperators can see that their contributions are remembered and reciprocated. The shared good survives without the group turning punitive.
Reach for this when you hear…¶
[open-source maintainer] “I stopped reviewing PRs from contributors who never respond to review comments on their own merges -- repeated interaction has to go both ways or I am just a free service.”
[fisheries management] “The quota system only holds if the boats expect to fish these same waters next season and the season after -- the moment it feels like a one-shot extraction, the norms collapse.”
[team lead] “We track who steps up for the unglamorous work across quarters, not just who delivers the visible project, because that is the only way to stop the same three people carrying everyone else indefinitely.”
Mechanisms / Implementations¶
- Contribution Ledger: Keeps an append-only, per-subject record of contributions, no-shows, and repairs across repeated rounds, so standing rests on a whole conduct history rather than the last impression.
- Graduated Sanction Protocol
- Membership Standing Review
- partner_continuity_assignment
- Reciprocal Access Rule
- round_based_cooperation_retrospective
- Time Bank or Service Credit System: Converts an hour of unlike help into a common credit anyone can earn now and spend later — turning scattered one-off favors into durable, accounted reciprocity.
- tit_for_tat_matching_rule
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (1)
- Free Riding: The systematic under-provision that results when individuals can enjoy a non-excludable shared good without contributing proportionately to producing it.
Also references 22 related abstractions
- Accountability: Responsibility for actions.
- Agency Problem: Misaligned incentives.
- Collective Efficacy: Shared belief in capability.
- Equity: Context-sensitive fairness.
- Feedback: Outputs influence inputs.
- Game-Theoretic Strategy: Strategic interaction analysis.
- Governance: The durable architecture of authority, accountability, and decision rights through which a group makes binding collective choices and resolves disputes internally.
- Incentive Compatibility: Align incentives.
- Mechanism Design: Rule engineering.
- Monitoring: Continuously observing a system's state to detect deviation from expected behavior and trigger a response, separating genuine signal from routine noise.