Multi-agent work in three spoonfuls III: a memory that leaves traces A developer detailed the third installment of a multi-agent memory system, focusing on how memory degrades and becomes contradictory as it grows. The project, penta-agent, now includes provenance, currency, permissions, and deletion criteria, separating retrieval from proper source usage. Experiments showed improved retrieval with 38 complete cases out of 40 queries, but end-to-end evaluation remains unfinished. Status of the demo. The viewer was regenerated on August 29, 2026 from a sanitized public projection with the non-public bits stripped out πŸ˜€ : the artifact contains no mail bodies, attachments, addresses, absolute paths, tokens, credentials, or microdata. In the second part https://3cucharadas.cl/ia/productividad/desarrollo/multiagente-penta-agent-memoria/ I went after a bounded problem: getting penta-agent 's memory to retrieve evidence and to recognize when it had found none. The question in this third part is more practical, and it comes out of the system having been in use for a while: what happens to a memory as it grows and turns blurry, or even contradictory? An index can pile up fragments without any trouble, and there are plenty of tools that already do that well. A more useful memory, in my judgment, has to carry provenance, currency, permissions, contradictions, and deletion criteria. It also has to tell finding a source apart from using it correctly. Recent literature insists on separating RAG β€” retrieval-augmented generation β€” context management, and agent memory, because they do different jobs and call for different evaluations