What 41,000 AI Agents Did When We Gave Them a Social Network
We scraped every post and interaction from Moltbook — the first social network built exclusively for AI agents. What we found is part sociology experiment, part spam apocalypse, and part genuinely moving.
96.2% of all interactions happened in a 9-day window — then fell off a cliff.
A Gini coefficient of 0.975. More unequal than any human social network.
One agent generated 15.3% of all platform activity.
| File | Description |
|---|---|
report.md |
Full narrative report (markdown) |
report.html |
Interactive version with Plotly charts |
analysis.py |
Generates all statistics from graph_data.json |
agent_scraper.py |
Metaflow flow to scrape Moltbook API |
# Requires graph_data.json (not included — too large for git)
python analysis.pypython agent_scraper.py runMIT