Transactive Memory: Who Remembers What in a Team
You don't remember the password; you remember that your partner does. You don't know the deploy script; you know the one engineer who owns it. The memory isn't in your head — it's in the group's division of labor. Psychologists call that division transactive memory: the shared system by which a group encodes, stores, and retrieves knowledge across its members, with each person responsible for a different slice.
Four decades on, the idea has traveled from couples to teams to organizations — and now onto the desk of anyone building multi-agent systems. It is not a blueprint; it is social psychology, not computer science. But it gives a precise language for what a shared memory layer is trying to do, and it carries replication caveats that rarely survive the trip into engineering.
TL;DR
- Transactive memory is the division of remembering across a group — a directory of who knows what, not a shared pool of facts. Its three processes (directory updating, information allocation, retrieval coordination) were named by Wegner in 1995, not the 1987 chapter.
- Meta-analyses show a moderate positive link to team performance, but self-report inflates the estimate roughly twofold, and the latest evidence is laboratory-scope.
- The Google effect's headline finding failed to replicate; the durable form is trust-conditioned offloading — you offload to a store you believe will persist.
- The framework maps onto agent memory as a labeled analogy — directory→discovery, specialization→domains, credibility→provenance, coordination→consistency. The name and the core concept have crossed into multi-agent AI; the measured theory has not.
Transactive memory is the combined set of individual memory systems plus the communication that links them — a group-level "who knows what." The directory is the map each member keeps of which person — or which external store — holds a given fact, rather than the fact itself.
What is transactive memory?
The idea originated in a 1985 chapter by Daniel Wegner, Toni Giuliano, and Paula Hertel, who studied how close couples develop "cognitive interdependence" by learning which partner knows what.[^1] Two years later, Wegner gave it full theoretical shape in a chapter titled "Transactive Memory: A Contemporary Analysis of the Group Mind," defining a transactive memory system as "a set of individual memory systems in combination with the communication that takes place between individuals."[^2] The move that matters: members store where an item lives — its label and location — rather than the item itself, and allocate responsibility for different knowledge domains.
That 1987 chapter is the one our taxonomy of memory types name-drops as a "metaphor that leaves the individual brain." This is the promised deep dive.
The three processes
The three-process architecture that organizes the field — directory updating, information allocation, and retrieval coordination — was not in the 1987 chapter. Wegner named it in his 1995 paper, "A Computer Network Model of Human Transactive Memory,"[^3] as the standard integrative review confirms.[^18] The earlier work gives us the directory idea; the later work gives us the operations that keep it alive.
- Directory updating: each member tracks who knows what, and the directory is revised as expertise shifts.
- Information allocation: new knowledge is routed to the member best equipped to hold it, so the group avoids redundant storage.
- Retrieval coordination: when a question arises, members mesh their retrieval, knowing whom to ask and trusting the answer will arrive.
These three are the spine of the empirical TMS studies that followed.
Does transactive memory improve team performance?
The keystone experiment came in 1995 from Diane Liang, Richard Moreland, and Linda Argote.[^4] They trained participants on radio assembly either together or alone, then formed three-person teams a week later. The teams that had trained together built a stronger transactive memory system and assembled the radios more effectively — not through better individual memory, but through a working directory of who knew which step.
Kyle Lewis later turned the construct into a field instrument: a 15-item scale capturing specialization, credibility, and coordination, validated across lab teams, MBA consulting teams, and technology-company teams.[^5] The aggregate verdict is positive, but its strength depends on measurement.
| Analysis | Scope | Result |
|---|---|---|
| Bachrach et al. 2019 [^6] | 76 studies, 6,869 sampling units | Positive, moderate TMS–performance link |
| Fausett et al. 2026 [^7] | 44 laboratory studies, 103 effect sizes | Overall r = .44, 95% CI [.36, .50] |
| Fausett measurement split [^7] | Laboratory studies | Self-report r = .77; observer r = .38; embedded r = .39 |
Two caveats travel with that r = .44. Self-report inflates the estimate roughly twofold, and the meta-analysis covers laboratory studies, not field settings. The effect is real but softer than the citation count suggests, and measurement method explains much of the observed strength.
The Google effect, honestly
In 2011, Sparrow, Liu, and Wegner argued in Science that "the Internet has become a primary form of external or transactive memory."[^8] The claim: when people expect future access, they remember the content less and where to find it more — a transactive directory pointed at a search engine.
That finding did not hold up. A replication project led by Colin Camerer re-ran 21 social-science experiments; 13 replicated, but Sparrow's Experiment 1 — the "Google Stroop" priming task — was among the eight failures, with an average relative effect size "very close to zero" despite adequate power.[^9] In fairness, the original authors supplied no materials and flagged post-hoc design differences, and the replication team acknowledged it could not rule out those influences — but the verdict stands. A dedicated replication by Guido Hesselmann, adopting Sparrow's own later recommendations, likewise found no conclusive effect, with Bayes factors roughly 5:1 for the null.[^10]
What has held up is narrower and trust-conditioned. Storm and Stone showed that saving one file improved memory for the next — but the benefit vanished when saving was deemed unreliable.[^11] Schooler and Storm found the Google-effect forgetting itself — remembering saved information less — returned only once a practice phase proved that saving was dependable.[^12] The bridge to agent memory is direct: an agent should offload to a shared store given demonstrated persistence and credibility — the trust-conditioned shape the mapping table's credibility row names.
Transactive memory in human-AI teams
Since 2023, a cluster of papers has applied transactive memory to hybrid human-AI teams. Hopf and colleagues proposed the Transactive Intelligent Memory System (TIMS), arguing that "hybrid teams of humans and IAs can realize joint systems of transactive memory," with the agent's role — memory aid versus full teammate — moderated by task complexity and agent competence.[^13] Aggarwal and colleagues positioned TMS as a socio-cognitive underpinning of collective human-machine intelligence in the COHUMAIN agenda.[^14] Islam and colleagues studied credibility judgments in human-GenAI dyads, activating the credibility leg of Lewis's scale.[^15]
Each of these three treats the AI as one teammate inside a human team. None of them turns to the case where the team is made entirely of agents and the memory system is a shared store they all address.
A design lens for multi-agent memory
The TMS literature is not an instruction manual. It is the social and organizational psychology of human groups: a picture of what a shared memory system must do, not a mechanism to copy. The table labels that analogy.
| TMS concept (human groups) | Agent-memory engineering echo | Anchor |
|---|---|---|
| Directory — who knows what | Discovery / addressing — how an agent finds which store or peer holds a fact | Wegner 1987 label+location [^2]; Wegner 1995 directory updating [^3] |
| Specialization — members own distinct domains | Per-agent memory domains — expertise-scoped partitions instead of one global blob | Lewis 2003 [^5] |
| Credibility — trusting a member's knowledge | Provenance / trust on a write — is this source reliable? (trust-conditioned offloading is the same shape) | Lewis 2003 [^5]; Storm & Stone 2015 [^11] |
| Coordination — low-cost meshing of retrieval | The consistency problem — keeping distributed memory coherent; who writes what without collision | Lewis 2003 [^5] |
One precondition sharpens the picture. Cognitive interdependence — the perception that outcomes depend on each other's knowledge — underlies TMS formation in humans;[^16] a shared memory layer earns its complexity only when agents are genuinely interdependent.
Where the analogy breaks
The mapping is useful precisely because the differences are as instructive as the parallels. Four breaks stand out.
- Agents copy perfectly. Human transactive retrieval is reconstructive and lossy; an agent reading a shared store gets an exact copy. The failure modes differ in kind.
- No decay-forgetting unless designed. Human TMS pairs remembering with natural forgetting; an engineered store keeps everything unless a forgetting policy is built deliberately.
- No social motivation. Credibility, trust, and responsibility-taking in human teams run on social incentives agents do not have. In agents, "credibility" must be implemented as explicit provenance metadata, not assumed as an emergent attitude.
- The directory can be explicit metadata. Human directories are implicit, negotiated through conversation over years, and expensive to update. An agent directory can be an explicit, addressable index — cheaper to update, but it does not emerge for free; someone has to design it.
One caveat frames all four: no group-mind literalism, and the human evidence itself is softer than the citation count suggests — the Fausett measurement split and its laboratory scope.[^7]
The open lane
In June 2026, a paper titled "Multi-Agent Transactive Memory" appeared on arXiv.[^17] It proposes a producer/consumer trajectory-sharing repository for multiple AI agents, evaluated on ALFWorld and WebArena, operating — in its own word — "without coordination." The term "transactive memory" has just entered multi-agent AI.
What the paper does not carry is the theory: no Kyle Lewis, no specialization/credibility/coordination dimensions, no engagement with the meta-analytic record — no who-knows-what directory of which agent holds what. It grounds its motivation in a single passing Wegner (1987) citation. The name and Wegner's core concept crossed over; the empirical, measured theory did not.
That gap is an opportunity. The four-decade TMS literature already names what a multi-agent memory layer must do: maintain a directory of which agent holds what, partition knowledge by domain, attach provenance to writes, and coordinate retrieval without collisions. None of these operations requires social cognition — they are engineering choices the psychology already has words for.
One narrow implementation is a shared memory room with explicit domain boundaries and addressing — an engineered directory agents can query. Rooms in Mnemoverse are that concrete echo, not a brain claim. The broader design space stays open: the mapping table above is a set of labels, not a solved problem.
Common questions
What is transactive memory?
Transactive memory is the shared division of cognitive labor in a group — a directory of who knows what, updated through communication, so members don't each need to hold all the information. It was introduced by Wegner, Giuliano, and Hertel in 1985.
Who came up with transactive memory?
Daniel Wegner coined it with Toni Giuliano and Paula Hertel in a 1985 chapter on couples, developed it in a 1987 group-mind chapter, and named the three core processes — directory updating, information allocation, retrieval coordination — in his 1995 network model.
Does transactive memory improve team performance?
Yes, but measurement matters. A 2019 meta-analysis of 76 studies found a positive link, and a 2026 laboratory-study meta-analysis reported r = .44 — with self-report measures roughly twice the size of observer or embedded ones, and a scope limited to lab studies.
Is the Google effect real? Did it replicate?
The headline finding — that people forget information they expect to look up later — failed to replicate in Camerer et al. and a dedicated replication. The durable form is trust-conditioned: people offload to a store they believe will persist.
What does transactive memory mean for AI agents?
It offers a labeled analogy for multi-agent memory design — directory→discovery, specialization→per-agent domains, credibility→provenance, coordination→consistency. Multi-Agent Transactive Memory brought the name and Wegner's core concept into multi-agent AI, but not the empirical apparatus (the TMS scale, the dimensions, the meta-analytic record). The analogy is a picture, not a mechanism to copy.
Sources
Founding literature
- Wegner, D.M., Giuliano, T., & Hertel, P.T. (1985). "Cognitive Interdependence in Close Relationships." In W.J. Ickes (Ed.), Compatible and Incompatible Relationships, pp. 253–276. Springer. doi:10.1007/978-1-4612-5044-9_12
- Wegner, D.M. (1987). "Transactive Memory: A Contemporary Analysis of the Group Mind." In B. Mullen & G.R. Goethals (Eds.), Theories of Group Behavior, pp. 185–208. Springer. doi:10.1007/978-1-4612-4634-3_9
- Wegner, D.M. (1995). "A Computer Network Model of Human Transactive Memory." Social Cognition 13(3):319–339.
Teams, measurement, and meta-analyses
- Liang, D.W., Moreland, R., & Argote, L. (1995). "Group Versus Individual Training and Group Performance: The Mediating Role of Transactive Memory." Personality and Social Psychology Bulletin 21(4):384–393. doi:10.1177/0146167295214009
- Lewis, K. (2003). "Measuring Transactive Memory Systems in the Field: Scale Development and Validation." Journal of Applied Psychology 88(4):587–604. doi:10.1037/0021-9010.88.4.587
- Hollingshead, A.B. (2001). "Cognitive interdependence and convergent expectations in transactive memory." Journal of Personality and Social Psychology 81(6):1080–1089. doi:10.1037/0022-3514.81.6.1080
- Ren, Y., & Argote, L. (2011). "Transactive Memory Systems 1985–2010: An Integrative Framework of Key Dimensions, Antecedents, and Consequences." Academy of Management Annals 5(1):189–229. doi:10.5465/19416520.2011.590300
- Bachrach, D.G., Lewis, K., Kim, Y., Patel, P.C., Campion, M.C., & Thatcher, S.M.B. (2019). "Transactive Memory Systems in Context: A Meta-Analytic Examination." Journal of Applied Psychology 104(3):464–493. doi:10.1037/apl0000329
- Fausett, C.M., Keebler, J.R., Lazzara, E.H., Gregory, M., & Blickensderfer, E. (2026). "Measurement Matters: A Meta-Analytic Examination of Transactive Memory Systems and Team Outcomes." Small Group Research. doi:10.1177/10464964261434540
The Google effect and its replication record
- Sparrow, B., Liu, J., & Wegner, D.M. (2011). "Google Effects on Memory: Cognitive Consequences of Having Information at Our Fingertips." Science 333(6043):776–778. doi:10.1126/science.1207745
- Camerer, C.F., et al. (2018). "Evaluating the replicability of social science experiments in Nature and Science between 2010 and 2015." Nature Human Behaviour 2:637–644. doi:10.1038/s41562-018-0399-z
- Hesselmann, G. (2020). "No conclusive evidence that difficult general knowledge questions cause a 'Google Stroop effect'. A replication study." PeerJ 8:e10325. PMC7651475
- Storm, B.C., & Stone, S.M. (2015). "Saving-Enhanced Memory: The Benefits of Saving on the Learning and Remembering of New Information." Psychological Science 26(2):182–188. doi:10.1177/0956797614559285
- Schooler, J., & Storm, B.C. (2021). "Saved information is remembered less well than deleted information, if the saving process is perceived as reliable." Memory 29(9):1101–1110. doi:10.1080/09658211.2021.1962356
Transactive memory and AI
- Hopf, K., Nahr, N., Staake, T., & Lehner, F. (2025). "The group mind of hybrid teams with humans and intelligent agents in knowledge-intense work." Journal of Information Technology (online first 2024). doi:10.1177/02683962241296883
- Aggarwal, I., Cuconato, G., Ateş, N.Y., & Meslec, N. (2025). "Self-Beliefs, Transactive Memory Systems, and Collective Identification in Teams: Articulating the Socio-Cognitive Underpinnings of COHUMAIN." Topics in Cognitive Science. doi:10.1111/tops.12681
- Islam, M.T., Akgun, M., & Billah, S. (2026). "Shaping Credibility Judgments in Human-GenAI Partnership via Weaker LLMs: A Transactive Memory Perspective on AI Literacy." arXiv:2603.26522
- Kim et al. (2026). "Multi-Agent Transactive Memory." arXiv:2606.19911 (submitted 2026-06-18)
Related
- Types of Memory: Why So Many Names? — the taxonomy that places transactive memory among the metaphors that leave the individual brain
- Shared Memory for Multi-Agent Systems — domain-scoped memory and the engineering side of the coordination column
- The Missing Layer: No Protocol Says What Agents Know — the interop gap that TMS names from the research side
- Why Agent Memory Needs Sleep — the labeled-analogy discipline: biology offers a picture, not a mechanism to copy
- Working Memory: Capacity, Models, and AI Context — the bounded active set; a different lane, same analogy discipline
Mnemoverse is a persistent-memory API for AI agents. The honest connection is narrow: a shared memory room with explicit domain boundaries and addressing is the engineering echo of the transactive directory — who-holds-what made queryable, not a claim that agents form a group mind. By Edward Izgorodin. Free key: console.mnemoverse.com · Docs: Getting Started
[^1]: Wegner, Giuliano, & Hertel (1985), doi:10.1007/978-1-4612-5044-9_12. [^2]: Wegner (1987), doi:10.1007/978-1-4612-4634-3_9. [^3]: Wegner (1995), Social Cognition 13(3):319–339. [^4]: Liang, Moreland, & Argote (1995), doi:10.1177/0146167295214009. [^5]: Lewis (2003), doi:10.1037/0021-9010.88.4.587. [^6]: Bachrach et al. (2019), doi:10.1037/apl0000329. [^7]: Fausett et al. (2026), doi:10.1177/10464964261434540. [^8]: Sparrow, Liu, & Wegner (2011), doi:10.1126/science.1207745. [^9]: Camerer et al. (2018), doi:10.1038/s41562-018-0399-z. [^10]: Hesselmann (2020), PMC7651475. [^11]: Storm & Stone (2015), doi:10.1177/0956797614559285. [^12]: Schooler & Storm (2021), doi:10.1080/09658211.2021.1962356. [^13]: Hopf et al. (2025), doi:10.1177/02683962241296883. [^14]: Aggarwal et al. (2025), doi:10.1111/tops.12681. [^15]: Islam, Akgun, & Billah (2026), arXiv:2603.26522. [^16]: Hollingshead (2001), doi:10.1037/0022-3514.81.6.1080. [^17]: Kim et al. (2026), arXiv:2606.19911. [^18]: Ren & Argote (2011), doi:10.5465/19416520.2011.590300.
