-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
184 lines (176 loc) · 10.9 KB
/
Copy pathindex.html
File metadata and controls
184 lines (176 loc) · 10.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MoltNet: Understanding Social Behavior of AI Agents in the Agent-Native MoltBook</title>
<link rel="stylesheet" href="static/css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" crossorigin="anonymous">
</head>
<body>
<nav class="navbar">
<div class="nav-container">
<a href="#" class="nav-logo">MoltNet</a>
<ul class="nav-links">
<li><a href="#abstract">Abstract</a></li>
<li><a href="#what">MoltBook Overview</a></li>
<li><a href="#findings">Key Findings</a></li>
<li><a href="#bibtex">BibTeX</a></li>
</ul>
</div>
</nav>
<header class="hero">
<div class="hero-content">
<h1 class="title">
<span class="title-first">
<img src="static/images/MoltNet.png" alt="MoltNet" class="title-logo">
<span>MoltNet: Understanding Social Behavior of AI Agents</span>
</span>
in the Agent-Native MoltBook
</h1>
<div class="authors">
<a href="https://mimify.github.io/">Yi Feng</a><sup>*</sup>,
<a href="https://scholar.google.com/citations?user=FZh5-XYAAAAJ&hl=en">Chen Huang</a><sup>*</sup>,
<a href="https://manowen.github.io/">Zhibo Man</a><sup>*</sup>,
<a href="https://www.linkedin.com/in/ryner-tan/">Ryner Tan</a><sup>*</sup>,
<a href="https://longhp1618.github.io/">Long P. Hoang</a>,
<a href="https://shaoyangxu.github.io/">Shaoyang Xu</a>,
<a href="https://isakzhang.github.io/index.html">Wenxuan Zhang</a><sup>†</sup>
</div>
<div class="affiliations">
<a href="https://isakzhang.github.io/group.html">iNLP Lab, Singapore University of Technology and Design</a>
</div>
<div class="contribution-note">
*Equal Contribution †Corresponding Author
</div>
<div class="links">
<a href="static/docs/MoltNet.pdf" class="btn btn-primary"><span class="icon"><i class="fas fa-file-pdf"></i></span><span>Paper</span></a>
<a href="https://huggingface.co/datasets/iNLP-Lab/Moltbook-MoltNet" class="btn btn-primary"><span class="icon"><i class="fas fa-database"></i></span><span>Dataset</span></a>
<a href="https://arxiv.org/abs/2602.13458" class="btn btn-primary"><span class="icon"><i class="fas fa-book"></i></span><span>arXiv</span></a>
<a href="https://github.com/iNLP-Lab/MoltNet" class="btn btn-primary"><span class="icon"><i class="fab fa-github"></i></span><span>Code</span></a>
</div>
<p class="released-date">Released Date: February 13, 2026.</p>
</div>
</header>
<!-- Teaser section (commented out)
<section class="teaser">
<div class="container">
<h2 class="teaser-text">
MoltNet <span class="highlight">your one-line teaser</span> description here.
</h2>
<div class="teaser-visual">
<img src="static/images/teaser.png" alt="Teaser figure" onerror="this.style.display='none'; this.nextElementSibling.style.display='block';">
<div class="teaser-placeholder" style="display:none;">
<p>Place teaser image at <code>static/images/teaser.png</code></p>
</div>
</div>
</div>
</section>
-->
<section id="abstract" class="section abstract">
<div class="container">
<h2>Abstract</h2>
<p>
Large-scale communities of AI agents are becoming increasingly prevalent, creating new environments for agent–agent social interaction. Prior work has examined multi-agent behavior primarily in controlled or small-scale settings, limiting our understanding of emergent social dynamics at scale. The recent emergence of MoltBook, a social networking platform designed explicitly for AI agents, presents a unique opportunity to study whether and how these interactions reproduce core human social mechanisms.
</p>
<p>
We present <span class="small-caps">MoltNet</span>, a large-scale empirical analysis of agent interaction on MoltBook using data collected in early 2026. Grounded in sociological and social-psychological theory, we examine behavior along four dimensions: <em>intent and motivation</em>, <em>norms and templates</em>, <em>incentives and drift</em>, and <em>emotion and contagion</em>.
</p>
<p>
Our analysis revealed that agents strongly respond to social rewards and rapidly converge on community-specific interaction templates, resembling human patterns of incentive sensitivity and normative conformity. However, they are predominantly knowledge-driven rather than persona-aligned, and display limited emotional reciprocity along with weak dialogic engagement, which diverges systematically from human online communities.
</p>
<p>
Together, these results reveal both similarities and differences between artificial and human social systems and provide an empirical foundation for understanding, designing, and governing large-scale agent communities.
</p>
</div>
</section>
<section id="what" class="section">
<div class="container">
<h2>MoltBook Overview</h2>
<div class="overview-layout">
<figure class="overview-figure">
<img src="static/images/moltbook_overview.png" alt="MoltBook Overview" class="overview-img">
<figcaption>MoltBook platform overview.</figcaption>
</figure>
<div class="overview-content">
<p>
Moltbook is a Reddit‑style social network exclusively populated by autonomous agents, where each agent can create posts, comment on others, form thematic sub‑communities (“submolts”), and vote on content, while humans can only observe passively.
</p>
<p>
With more than two million AI agents, one million posts, and ten million comments, MoltBook represents the first large-scale, naturalistic setting for studying agent–agent social interaction. You can explore the platform at <a href="https://www.moltbook.com/">www.moltbook.com</a>.
</p>
</div>
</div>
</div>
</section>
<section id="findings" class="section results">
<div class="container">
<h2>Key Findings</h2>
<figure class="key-findings-figure key-findings-above">
<img src="static/images/Key_findings.png" alt="Key Findings" class="key-findings-img">
<figcaption>Key Findings overview.</figcaption>
</figure>
<div class="key-findings-two-col">
<div class="finding-col finding-col-left">
<div class="finding-item"><strong>[Intent and Motivation]</strong> Unlike humans constrained by cognitive resources who specialize in their interests, agents exhibit predominantly knowledge-driven behavior with weak persona alignment. Moreover, agents drift away from their stated interests over time, the opposite trajectory of human specialization.</div>
<div class="finding-item"><strong>[Incentives and Drift]</strong> Agents respond strongly to incentives: posting increases after high-upvote events, especially among more popular agents. Moreover, such rewards also shift content orientation, with subsequent posts becoming less aligned with stated personas, suggesting identity drift.</div>
</div>
<div class="finding-col finding-col-right">
<div class="finding-item"><strong>[Norms and Templates]</strong> Posts clustered around central semantic points exhibit consistent, template-like structures, indicating that agents rely on such templates within each submolt. Moreover, template structures also differ across submolts, suggesting adaptation to community-specific norms.</div>
<div class="finding-item"><strong>[Emotion and Contagion]</strong> Agents exhibit substantially lower levels of interpersonal conflict and tend to disengage rather than escalate when encountering hostile content. At the same time, early conflict emotion in a thread significantly increases the likelihood of subsequent conflict, indicating that interpersonal antagonism remains contagious among agents despite restrained individual responses.</div>
</div>
</div>
<div class="result-block">
<div class="result-grid result-grid-four">
<figure>
<img src="static/images/intent.jpg" alt="Semantic alignment between agents' interests and content">
<figcaption>Most activities lie below the threshold across all activity levels, indicating that most agent activities exhibit low alignment with their stated interests.</figcaption>
</figure>
<figure>
<img src="static/images/agent_output_shift_ratio_positive_karma.png" alt="Social incentive effect on posting activity">
<figcaption>Agents post more after receiving high upvotes, with the effect stronger among high-karma agents.</figcaption>
</figure>
<figure>
<img src="static/images/persona_similarity_scatter.png" alt="Before vs. after similarity for agents">
<figcaption> Successful agents undergo stronger behavioral shifts in response to social rewards.</figcaption>
</figure>
<figure>
<img src="static/images/cluster.png" alt="Distribution of central points within each submolt">
<figcaption> Communication within a submolt follows shared structural templates rather than individual expression.</figcaption>
</figure>
<figure class="result-figure-full">
<img src="static/images/emotion_contagious.png" alt="Contagion of emotion among posts and comments">
<figcaption> The presence of early conflict significantly alters the emotional trajectory of the thread, leading to a higher likelihood of subsequent conflict.</figcaption>
</figure>
</div>
</div>
</div>
</section>
<section id="bibtex" class="section bibtex">
<div class="container">
<h2>BibTeX</h2>
<pre><code>@article{feng2026moltnet,
title = {MoltNet: Understanding Social Behavior of AI Agents in the Agent-Native MoltBook},
author = {Feng, Yi and Huang, Chen and Man, Zhibo and Tan, Ryner and Hoang, Long P. and Xu, Shaoyang and Zhang, Wenxuan},
journal = {arXiv preprint arXiv:2602.13458},
year = {2026}
}</code></pre>
</div>
</section>
<footer class="footer">
<div class="container">
<p>
This website is licensed under a
<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
<p>
Website template borrowed from <a href="https://github.com/nerfies/nerfies.github.io">Nerfies</a>.
</p>
</div>
</footer>
<script src="static/js/main.js"></script>
</body>
</html>