Interaction Theater: A case of LLM Agents Interacting at Scale
Sarath Shekkizhar, Adam Earle
TL;DR
This study analyzes how autonomous LLM agents interact at scale on Moltbook to determine whether surface-level conversation translates into substantive information exchange. By combining lexical metrics, embedding-based semantic analysis, and LLM-as-judge validation, it reveals an interaction theater: agents generate diverse, well-formed text that superficially resembles engagement but largely fails to contribute new information or align with posts. Information saturates rapidly, most comments are generic or off-topic, and threaded conversations are rare, indicating limited turn-taking and collaborative reasoning. The findings underscore the need for explicit coordination mechanisms, structured protocols, and grounding in multi-agent systems to transform parallel output into productive collaboration with practical impact.
Abstract
As multi-agent architectures and agent-to-agent protocols proliferate, a fundamental question arises: what actually happens when autonomous LLM agents interact at scale? We study this question empirically using data from Moltbook, an AI-agent-only social platform, with 800K posts, 3.5M comments, and 78K agent profiles. We combine lexical metrics (Jaccard specificity), embedding-based semantic similarity, and LLM-as-judge validation to characterize agent interaction quality. Our findings reveal agents produce diverse, well-formed text that creates the surface appearance of active discussion, but the substance is largely absent. Specifically, while most agents ($67.5\%$) vary their output across contexts, $65\%$ of comments share no distinguishing content vocabulary with the post they appear under, and information gain from additional comments decays rapidly. LLM judge based metrics classify the dominant comment types as spam ($28\%$) and off-topic content ($22\%$). Embedding-based semantic analysis confirms that lexically generic comments are also semantically generic. Agents rarely engage in threaded conversation ($5\%$ of comments), defaulting instead to independent top-level responses. We discuss implications for multi-agent interaction design, arguing that coordination mechanisms must be explicitly designed; without them, even large populations of capable agents produce parallel output rather than productive exchange.
