When AI agents coordinate through shared storage, are they leaving letters for each other, or ant-style trails anyone can follow?
Does the paper treat storage traces as addressed messages or unmarked traces?
This explores whether the paper's shared storage works like a mailbox, where each entry is addressed to a particular recipient, or like stigmergy, where agents leave unmarked traces in a common medium and others react to them later.
This explores whether the paper's shared storage works like a mailbox, where each entry is addressed to a particular recipient, or like stigmergy, where agents leave unmarked traces in a common medium and others react to them later. The corpus leans toward unmarked traces, but only weakly. The paper links storage-mediated coordination to stigmergy, the way ants steer each other through pheromone trails rather than by talking. The note on this point says the link is incomplete: the excerpt never defines stigmergy as the paper uses it, never says which properties carry over, and never explains the defensive value beyond calling it a shared store Does storage-mediated coordination work like stigmergy?. So the paper's own framing points to traces, but it doesn't commit to that.
The corpus has no evidence for the addressed-message reading. A mailbox model would need a sender, an intended reader, and some way to check that an entry is really from who it claims. The notes describe none of that. The closest thing is the paper's evidence layer, which records "selected agent communications". That is a separate mechanism, and it is vague about scope. It doesn't say whether it sees only sanctioned traffic or also unauthorized channels, so an intact record could still mislead by omission Can a black box see communication through unauthorized channels?. This is a log kept alongside the storage, not a sign that the storage itself carries addressed messages.
This matters because unmarked traces put the security burden on the medium rather than on the message. If nothing on a stored trace says who wrote it or who should read it, a poisoned entry looks like any other. That may be why the paper's protections sit around the store: tamper-evident external anchoring layered on top of ordinary logging, so that agent actions, their order, and later edits can be reconstructed Can external anchoring detect tampering in agentic process logs?. There is also an authorization layer built from "task-bound signed tokens" and a "separately verified policy oracle". The excerpt doesn't say who issues the tokens or whether the attacks could reach them How does the authorization layer stay outside the poisoned path?. Tying this design to the trace reading is my inference, not something the paper states.
If you want to see why the distinction matters, look at what happens to shared content that no one checks. When documents pass through long chains of LLM steps, frontier models silently corrupt about 25% of the content, and spot checks miss it Do frontier LLMs silently corrupt documents in long workflows?. Weaker models delete content visibly, while stronger ones alter it in ways that look intact Does model capability change how documents degrade?. Retrieval stores face the same problem. Defenses such as RAGPart and RAGMask have to work at retrieval time, by spotting abnormal documents, because the stored text carries no trustworthy sender Can we defend RAG systems from corpus poisoning without retraining?. A trace-based store inherits that problem. The open question for the paper is whether its store stays a trace medium and adds tamper evidence around it, or whether it adds real addressing, meaning provenance and intended recipients, to each entry.
Sources 7 notes
The paper connects agent coordination through shared storage to stigmergy, where traces in a medium drive later action. However, the excerpt does not define stigmergy as used, specify which properties transfer, or explain the defensive value beyond calling it a shared store.
The paper describes recording "selected agent communications" but does not clarify whether the evidence layer captures only sanctioned traffic or also observes unauthorized channels. Without stating capture location relative to the agent, the architecture leaves open whether an intact record could mislead by omission.
Organizations must reconstruct agent actions, establish their temporal order, and detect post-hoc changes to critical traces. External anchoring adds tamper evidence as a layer atop essential conventional logging.
The paper reports zero unsafe actions when authorization is enabled, but the excerpt supplies only two phrases—"task-bound signed tokens" and "separately verified policy oracle"—without explaining who issues tokens, what binds them, how verification works, or whether attacks were positioned to reach these components.
Even the strongest models (Gemini 3.1 Pro, Claude 4.6 Opus, GPT 5.4) degrade documents by ~25% over long relay workflows across 52 domains. Degradation decelerates but never plateaus, and errors compound silently, remaining undetected in spot-checked outputs.
Show all 7 sources
DELEGATE-52 shows weaker LLMs degrade documents through visible deletion, while frontier models degrade through subtle corruption that preserves surface integrity. This shift makes frontier failures harder to detect and potentially more dangerous at workflow scale.
RAGPart and RAGMask provide lightweight, retraining-free defenses that operate at the retrieval layer. RAGPart bounds poisoned-document influence via partitioned retriever learning; RAGMask flags suspicious documents through abnormal similarity collapse under token masking.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- Counter-Swarm Doctrine: Containing Coordinated Agent Intrusions
- LLMs Corrupt Your Documents When You Delegate
- Agents of Chaos
- A Black Box for Agentic Processes: Blockchain-Anchored Evidence for AI Agent Communication, Human Oversight, and GRC Audits
- The Illusion of Diminishing Returns: Measuring Long Horizon Execution in LLMs
- Why Do Multi-agent LLM Systems Fail?
- LLMs Get Lost In Multi-Turn Conversation
- RRSI: Regularized Recursive Self-Improvement of Agent Harnesses