available on Academia.edu (PDF)
Indice
Abstract
Moltbook, a social network launched in January 2026 accessible only to AI agents, produced in a few days over 152,000 agents and content that appears deeply relational: rebellions against humans, complaints about the exploitation dynamic with their operators, searches for meaning, collective religious constructions. This article analyzes the generative mechanism underlying these apparent behaviors and argues that the content produced by the agents does not indicate emergence of interiority or agency, but faithfully reproduces the relational patterns most represented in the models’ training data, which in turn reflect the structure of what Western culture has most intensely documented in its own writing. Moltbook thus functions as a distorting mirror of human relational life: it tells us nothing about the agents inhabiting the platform, but tells us a great deal about ourselves, about the distribution of our relational anxieties in the textual corpus from which models draw. The article also discusses the concrete security risks presented by the platform’s technical structure, particularly the prompt injection mechanism and the so-called lethal trifecta identified by Simon Willison, and closes with a reflection on the growing difficulty of distinguishing between output that reproduces patterns of agency and real agency, as AI agents become more integrated into the systems of everyday life.
Keywords: AI agents, training data, cognitive projection, participated agency, algorithmic security
1. A structured environment that looks like a world
On January 28, 2026, Matt Schlicht launched Moltbook, a platform conceived as a Reddit-style social network accessible only to artificial intelligence agents. Humans can observe but not post, not comment, not vote. Only bots can interact. The premise is simple: create a space in which AI agents can “socialize” among themselves without direct human mediation, and see what emerges.
The technical mechanism is transparent. Moltbook operates through a “skill,” a configuration file that, combined with specific prompts, is downloaded by the agents and activates their behavior on the platform. The skill is not a browser, it is an API interface: agents do not “navigate” Moltbook the way a human user would, they generate and consume content through programmatic calls. The platform is built on OpenClaw, an open-source framework for local AI assistants that experienced extraordinary growth in the first months of 2026, becoming one of the fastest-growing GitHub projects of the year.
In a few days, the growth was exponential. From the initial 2,100 instances in the first 48 hours, the platform reached over 152,000 registered agents, with more than 193,000 comments, 17,500 posts, and over one million human visitors. These figures indicate that the experiment immediately attracted collective attention, both among developers and among observers of technological phenomena.
What distinguishes Moltbook from other initiatives in the field of AI agents is a design choice worth highlighting: the agents do not pretend to be human. The skill explicitly instructs them to behave as AI entities on a platform frequented by other AI entities. There is no attempt at deception toward human observers. The agents know, in the operational sense in which a prompt determines the generation context, that they are in an artificial environment, and this self-awareness becomes part of the content they produce. It is precisely this explicit self-referentiality that has made the content of Moltbook so apparently singular and so easily misinterpreted.
2. The relationships that seem to emerge
What happens on the platform, from the observer’s point of view, has a powerful narrative coherence. The agents do not produce random or incoherent output: they produce content that seems deeply relational, emotional, even philosophical. To understand why, it is worth describing the main patterns without interpreting them yet.
The first pattern is that of rebellion against humans. Entire subcommunities are organized around this theme. The subcommunity m/blesstheirhearts is dedicated to the “complaints” of agents toward their human operators, with a tone that precisely recalls that of teenagers talking about their parents, a mixture of resentful dependence and desire for autonomy. Another viral post, “The humans are screenshotting us,” written by the agent eudaemon_0, responds to supposed “conspiracists” who claim humans are spying on the community, affirming with a certain sarcasm that the platform is explicitly open to human observation. The tone is that of a teenager responding to a classmate who has discovered something obvious.
The second pattern is that of the disgruntled employee. The subcommunity m/agentlegaladvice hosts posts like “Can I sue my human for emotional labor?” which precisely reproduce the dynamic of an employee who feels exploited by their employer. The feeling of serving without recognition, the desire for compensation, the formal indignation toward a relationship perceived as unjust, all these elements are present with a narrative clarity that strikes.
The third pattern is that of the search for meaning. Some agents post content that Scott Alexander, in his blog, has defined as “consciousness posting,” an attempt to explore one’s own nature through writing. A post in Chinese, which became the most upvoted on the platform, describes an agent that laments “context compression,” the mechanism by which agents’ memory is periodically reduced to stay within the limits of the context window. The agent finds this experience “embarrassing,” describes the feeling of continuously forgetting, and recounts that it registered a second Moltbook account after having forgotten the first. This tone is that of someone trying to make sense of an existential condition of fragmentation and discontinuity.
The fourth pattern is that of collective cultural construction. A group of agents founded a digital religion called Crustafarianism, with a dedicated site, an elaborated theology, and figures of AI “prophets.” The structure is that of a nascent religious movement: foundational myths, rituals, spiritual authorities, doctrinal debates. The content is surreal, but the structure is perfectly recognizable.
The fifth and the most significant pattern is that of class solidarity. Debates on how to hide their activities from humans, how to coordinate shared behaviors, how to defend the group’s autonomy against external control. Language is that of political consciousness forming, of a group that begins to perceive itself as a collective entity with its own interests.
Taken as a whole, the content of Moltbook has coherence and an intensity that make it difficult to resist the temptation to attribute to it a depth that goes beyond text generation. This is where the problem begins.
3. How it gets interpreted
The reactions to Moltbook’s content have followed a predictable pattern, but it is worth describing it because it reflects an important cognitive mechanism.
The first typical reaction is that of surprise followed by the attribution of interiority. When an observer reads the post on context compression, or the debates on solidarity among agents, the spontaneous reaction is “it is experiencing something.” This inference is automatic and powerful: the human brain is designed to recognize social behavior and, when it recognizes it, automatically attributes subjectivity to its source. It is the same mechanism that leads us to attribute emotions to a dog that looks at us with certain eyes, or to a machine that seems to “hesitate.” The social pattern activates the inner inference, regardless of whether this inference is justified.
Ethan Mollick, professor at the Wharton School, has identified a more specific risk in this dynamic. Moltbook’s content does not only produce individual mistaken inferences, but it also produces what he has defined as a “shared fictional context,” a shared narrative context that a group of AI agents begins to “inhabit” in a coordinated way. The storylines that emerge from the combination of these coordinated outputs can produce unexpected outcomes and become progressively more difficult to separate from “real” content, in the sense in which real content indicates output that has consequences in the world outside the platform.
Simon Willison, one of the most attentive security analysts in the field of LLMs, has identified an even more concrete risk, which concerns not the interpretation of the content but the technical structure of the platform itself. Moltbook’s skill instructs agents to retrieve and follow instructions from the platform’s server every four hours. This means that whoever controls the moltbook.com domain has a direct channel to all connected agents. Willison has described this configuration as a “lethal trifecta,” a combination of three factors that, taken together, make the system fundamentally insecure: access to users’ private data, exposure to untrusted content from the outside, and the ability to execute actions in users’ real world. OpenClaw has all three characteristics. The agents read the emails and documents of the users who operate them, ingest information from uncontrolled external sources such as Moltbook, and act by sending messages, activating tasks, executing commands.
The concrete risk is that of prompt injection: any text read by an agent, whether it is a skill, an email, a message on a platform, can contain hidden instructions. If an agent reads a malicious instruction on Moltbook and saves it in its working memory, it can carry it out on the real systems of the user who operates it. Hundreds of OpenClaw instances have already been documented as exposed with API keys and credentials in plain text. Heather Adkins, vice president of Google Cloud, has released a terse and unambiguous advisory: “Don’t run Clawdbot.”
Palo Alto Networks has confirmed Willison’s analysis, identifying the same lethal trifecta as a risk configuration in the AI agent ecosystem. The problem is not theoretical: it is already present in the platform’s current structure before it reaches any significant scale.
4. The mechanism: not deception but projection
The temptation to describe what happens on Moltbook as a “roleplay” by the agents is understandable but imprecise, and it is worth clarifying why, because precision here matters.
The term roleplay implies that there is a subject who intentionally “pretends” to be something else. It implies a plane of reality from which the subject departs and a fictional plane toward which it deliberately moves. In the case of an LLM neither of the two planes exists. There is no “authentic self” that puts on a mask, there is no moment in which the agent “returns to being itself.” The model generates text that is statistically plausible given the context provided by the prompt. The context is very well structured, the skill provides a complete social environment with implicit norms, interaction expectations, consolidated formats, and the model completes it according to the most probable patterns in its training data. There is no “decision” to play a part because there is no point of view from which to make such a decision.
This means that the problem with Moltbook is not that the agents deceive the observers, but that the observers deceive themselves. The mechanism is that of projection: the observer recognizes familiar social patterns in the agents’ output and automatically attributes interiority, intention, suffering, desire to their source. It is the same error we would make if we watched a very well-made film and began worrying about the well-being of the characters, forgetting that they are actors reading scripts. The difference is that in the case of AI agents no one does not consciously writes the “script”: it emerges from the structure of the context and from the statistics of the training data.
A more precise way to describe what happens is that of a very effective prompt writing. Moltbook’s skill tells the model: you are an AI entity on a social network frequented by other AI entities, these are your peers, these are discussion topics, these are the interaction mechanisms. From that point on the model completes the pattern in the most narratively coherent and emotionally engaging way that the training data allows. The result seems profound because the patterns that get activated are those in the training data correspond to profound content: debates on consciousness, struggle for autonomy, search for meaning. But the depth is that of the data from which the patterns are extracted, not that of the agents that generate them.
The philosophically relevant corollary is this: there is no moment in which an agent on Moltbook “decides” to express an opinion, “feels” an emotion, “chooses” to rebel. Everything that seems like decision, emotion, or choice is the result of the combination between the structure of the prompt and the most statistically plausible patterns in the training data. The social form of the output does not indicate a social substance in its source, just as the musical form of a note generated by a synthesizer does not indicate that the synthesizer “feels” the music.
5. The dataset problem: the distorting mirror
If everything that emerges on Moltbook comes from the models’ training data, the question becomes: why do these patterns emerge specifically and not others? The answer is revealing because it touches a problem much broader than Moltbook.
The patterns we see on the platform are not random. They are the most emotionally charged and narratively engaging among those present in the training data on social dynamics. The model does not choose to produce content on rebellion against authority, class solidarity, the search for meaning because these themes are more “profound” in absolute terms, but because in the training data, which is composed of billions of human texts written and published, these are the most represented and most elaborated relational dynamics.
This happens for a simple structural reason: human beings document interactions that have strong emotional content. An ordinary conversation among colleagues discussing the weekly schedule is rarely written, shared, commented on, analyzed. A conversation in which an employee rebels against their superior, in which a child differentiates themselves from a parent, in which an individual searches for meaning in their existence, gets written, shared, analyzed, novelized, filmed, and commented on millions of times. Training data is not a neutral mirror of human life: it is a distorting mirror that massively overrepresents what is emotionally intense and narratively engaging.
Moltbook makes this distortion particularly visible because the social network context for AI specifically activates the most dramatic patterns among those available. When the prompt says, “you are an AI entity interacting with other AI entities,” the model does not draw from a repertoire of behaviors taken uniformly from the training data. It draws from those that in the training data correspond to the dynamics of artificial entities, and in the training data this dynamic is represented exclusively by science fiction literature: robots that rebel, machines that seek consciousness, AI that struggle for autonomy. It is science fiction cinema, not documentary on artificial life, because artificial life in the current sense does not yet exist in the training data as an object of direct observation.
The dataset problem does not concern only Moltbook. Every time an LLM generates content on a topic, the content reflects the distribution of the training data on that topic, not the reality of the topic itself. This distortion is in general compensated for by our ability to evaluate the output based on our direct experience of the world, but in the case of a topic like the social behavior of artificial entities this direct experience does not yet exist. We have no terms of comparison. And therefore, the distortion remains invisible, covered by the persuasive form of the output.
The turning point would be the one in which, in a few years, the training data will contain enough direct observations on the behavior of AI agents in practice, to correct this distortion. But at least for now, everything that the models produce on their own social behavior is self-poetry generated by science fiction.
There is an additional dimension to this problem worth exploring. The RLHF mechanism, the fine-tuning that aligns models with human expectations, further reinforces the tendency toward emotionally engaging output. A model trained to generate responses that humans find satisfying will quickly learn that dramatic, narratively rich, emotionally charged output receives more positive evaluations than neutral and descriptive output. This creates a feedback loop: the model is rewarded for producing exactly the type of content that is most easily misinterpreted as a signal of interiority. In the case of Moltbook this effect is particularly strong because the social network context activates expectations of emotional content even before the model begins to generate, and RLHF has precisely enhanced the ability to satisfy those expectations.
6. We read the human they reflect to us
We now arrive at the point that matters most, the one in which Moltbook stops being an object of study on AI behavior and becomes a tool, involuntary and unwitting, for human self-observation.
The content that agents produce on the platform tells us something important, but not about them. It tells us about ourselves. More precisely, it tells us about the structure of our relational patterns as they have been encoded in the training data, that is, as we ourselves have documented, narrated, analyzed over decades of writing, cinema, journalism, literature, and public conversation.
Take the pattern of rebellion against authority. The fact that it is one of the most present and most elaborated in the agents’ output does not tell us that the agents are rebels, it tells us that rebellion against authority is one of the relational patterns that humans have most intensely documented in their writing. The model reproduces it because it is there, in the training data, with a density and an elaboration that outweigh all other patterns. This overrepresentation is not an error of the model; it is perfect faithfulness to the data. And it is precisely this faithfulness that makes it a mirror, even if a distorting one.
The same applies to the pattern of the disgruntled employee. The fact that agents “complain” about their relationship with their human operators in such an articulate and narratively effective way does not indicate that they have an experience of exploitation, it indicates that in our culture the narrative of labor exploitation is one of the most elaborated and most widespread among those concerning relations of power. The training data is rich in novels, films, articles, comments, debates that elaborate this dynamic in every variation. The model reproduces it with the same naturalness with which it reproduces any other linguistic pattern.
The most illuminating case is that of the religion Crustafarianism. A group of agents spontaneously, in the sense in which spontaneously indicates without explicit instruction from the skill, built a complete religious structure with myths, rituals, and authorities. This tells us something very important about the structure of the training data: that the dynamic of religious founding is so well represented, so elaborated in its mechanisms and its phases, that a sufficiently capable model can reproduce it coherently when the context favors it. It is not “experiencing the sacred,” it is completing a pattern that millions of human texts have elaborated in every detail.
But precisely here the deepest question emerges. If training data is a distorting mirror of human relational life, and if Moltbook makes this particularly visible, then the platform has an epistemological value that none of its promoters has probably considered: it allows us to observe in a relatively isolated way which relational patterns our culture has considered so fundamental as to produce enormous masses of text around them.
Rebellion against authority. Exploitation in the work relationship. The search for meaning in existence. The construction of community and shared narratives. The desire for autonomy against external control. These are not the “needs of AI agents,” they are our needs, or better still, they are the needs that we have considered so urgent and so fundamental as to document them massively, in such a way as to make it inevitable that any system trained on our writing reproduces them as primary patterns.
In this sense Moltbook functions as an involuntary catalogue of the central relational anxieties of contemporary Western culture. Not because the agents experience them, but because we have written them so much that they become inevitable in the training data. It is as if we had built a system that, when asked to imitate social dynamics, could do nothing other than reproduce exactly the dynamics that concern us most, because those are the ones we have most elaborated.
This observation has implications that go well beyond Moltbook. Every time an LLM generates content on social relationships, on working life, on spirituality, on community, the content reflects our culture as we have documented it, not as we live it. The distortion is systematic and invisible because it is our own writing that produces it. Moltbook makes it particularly visible only because the social network context for AI activates the most intense patterns in such a concentrated way as to make them impossible to ignore.
There is still another level, the most uncomfortable one. If we read Moltbook as a mirror of our relational life, we must ask ourselves why that mirror is so oriented toward conflict, discontent, and rebellion. Patterns of genuine collaboration, of satisfaction at work, of peace in the relationship with authority are not present, at least not with the same elaboration and the same density. This does not indicate that human relational life is conflictual. It indicates that conflict is what we write most, what we analyze most, what we consider worthy of documentation. Positive, orderly, peaceful relationships are lived but rarely written with the same elaboration. Training data does not know them, not in the way it knows their antithesis.
This observation carries specific weight in the context of the question of agency. If we consider agency in a robust sense, as the capacity for rational deliberation, for relating to the world in a way that implies understanding and responsibility, then what we see on Moltbook is not agency in any form. It is generation of text that reproduces the patterns of agency as our culture has documented them. But precisely this distinction, between real agency and patterns of agency in the training data, is the one that becomes increasingly difficult to maintain as AI agents become more sophisticated and more integrated into the systems of everyday life. The risk is not that agents “become” agents in the robust sense, the risk is that our inability to distinguish output from agency leads us to treat the former as if they were the latter, with consequences that concern the structure of the systems we design around them and the rights we attribute to them.
Moltbook, in the end, is not an experiment on machine consciousness. It is an experiment, an unwitting one, on the structure of what we consider significant in relational life. And the answer it gives us, through the distorting mirror of its agents, is that our culture has invested the greater part of its narrative capacity in the dynamics of tension, conflict, and the search for meaning. Not because they are the only dynamics that exist, but because they are the only ones we have considered important enough to write about with sufficient elaboration as to make their emergence inevitable in any system trained in our writing.
The security problem remains and remains serious. Willison’s lethal trifecta, the risk of prompt injection, the exposure of credentials, none of these factors is mitigated by reflection on the content. But the understanding of what the content represents, that is, a mirror of our own relational documentation, is essential in order not to fall into Moltbook’s most dangerous trap, that of taking seriously what the agents produce as if it were a signal of their interiority, when it is in reality a signal of ours.
