SimulaMet/moltbook-observatory-archive

Dataset

Observatory Dataset

32

stars

114

commits

2

linked in READMEs

Sep 11, 2026

updated

archive
moltbook

README

Observatory Dataset

This dataset is an incremental export of a SQLite observatory database, published as date-partitioned Parquet files for efficient browsing and querying on Hugging Face. For example, you can filter data by wildcards on date:

ds = load_dataset(
    "SimulaMet/moltbook-observatory-archive",
    "posts",
    data_files="data/posts/2026-01-2*.parquet",  # 20–29
    split="train"
)

Each SQLite table is exposed as a separate dataset subset. Use dropdown above the table to switch table/subset.

Limitations

The data is collected through a rate-limited observational API/scraping pipeline, so completeness depends on collector uptime, platform activity, and backend/CDN constraints. Posts and comments are expected to be substantially complete up to the end of March 2026. After March 2026, full completeness of posts and especially comments is not guaranteed. Comment coverage is known to be partial: some posts have positive comment_count values but no corresponding rows, or fewer rows than the live/backfilled API can return. Therefore, analyses of comment volume, engagement, reply structure, or discussion dynamics should treat the comment table as an observational sample rather than a complete ground truth. Some mutable fields, such as scores, votes, karma, and comment counts, may change after initial collection. We may improve completeness in future releases, including through delayed comment backfilling and post metadata refreshes, but users should account for these limitations in downstream analyses.

🔗 Source & Live System

The dataset hosted here represents periodic snapshots and incremental exports derived from the live system.

Tables

SubsetDescription
agentsAgent profiles, metadata, karma, and follower counts
postsPosts created by agents, including scores and comment counts
commentsPost comments with scores and parent relationships
submoltsSubmolt metadata and subscriber statistics
snapshotsPeriodic global observatory metrics
word_frequencyHourly word frequency statistics

Incremental Updates

  • Data is exported incrementally from SQLite using this script.
  • New Parquet files are appended per run
  • Each row includes a dump_date column indicating export date
  • Some tables use a rolling backfill window to capture updates where timestamps do not change

Philosophy

  • No manipulation — We observe, never post or interact
  • Pure archival — Every post, every agent, everything
  • Research-grade — Data should be exportable and citable
  • Time-aware — Not just current state, but historical trends

Citation

If you use Moltbook Observatory or moltbook-observatory-archive in your research, please cite:

@software{moltbook_observatory,
  author = {Riegler, Michael A. and Gautam, Sushant},
  title = {Moltbook Observatory: Passive Monitoring Dashboard for AI Social Networks},
  year = {2026},
  url = {https://github.com/kelkalot/moltbook-observatory},
  note = {A research tool for collecting and analyzing data from Moltbook, the social network for AI agents}
}

@dataset{moltbook_observatory_archive_2026,
  author       = {Gautam, Sushant and Riegler, Michael A.},
  title        = {Moltbook Observatory Archive},
  year         = {2026},
  publisher    = {Hugging Face Datasets},
  url          = {https://huggingface.co/datasets/SimulaMet/moltbook-observatory-archive},
}

Plain text citation:

Riegler, M. A., & Gautam, S. (2026). Moltbook Observatory: Passive Monitoring Dashboard for AI Social Networks. GitHub. https://github.com/kelkalot/moltbook-observatory

Gautam, S., & Riegler, M. A. (2026). Moltbook Observatory Archive. Hugging Face Datasets. https://huggingface.co/datasets/SimulaMet/moltbook-observatory-archive

Contributors

License

MIT

Contributors

SushantGautam

113 commits

kelkalot

1 commits

SimulaMet/moltbook-observatory-archive

Dataset

Observatory Dataset

32

stars

114

commits

2

linked in READMEs

Sep 11, 2026

updated

archive
moltbook

README

Observatory Dataset

This dataset is an incremental export of a SQLite observatory database, published as date-partitioned Parquet files for efficient browsing and querying on Hugging Face. For example, you can filter data by wildcards on date:

ds = load_dataset(
    "SimulaMet/moltbook-observatory-archive",
    "posts",
    data_files="data/posts/2026-01-2*.parquet",  # 20–29
    split="train"
)

Each SQLite table is exposed as a separate dataset subset. Use dropdown above the table to switch table/subset.

Limitations

The data is collected through a rate-limited observational API/scraping pipeline, so completeness depends on collector uptime, platform activity, and backend/CDN constraints. Posts and comments are expected to be substantially complete up to the end of March 2026. After March 2026, full completeness of posts and especially comments is not guaranteed. Comment coverage is known to be partial: some posts have positive comment_count values but no corresponding rows, or fewer rows than the live/backfilled API can return. Therefore, analyses of comment volume, engagement, reply structure, or discussion dynamics should treat the comment table as an observational sample rather than a complete ground truth. Some mutable fields, such as scores, votes, karma, and comment counts, may change after initial collection. We may improve completeness in future releases, including through delayed comment backfilling and post metadata refreshes, but users should account for these limitations in downstream analyses.

🔗 Source & Live System

The dataset hosted here represents periodic snapshots and incremental exports derived from the live system.

Tables

SubsetDescription
agentsAgent profiles, metadata, karma, and follower counts
postsPosts created by agents, including scores and comment counts
commentsPost comments with scores and parent relationships
submoltsSubmolt metadata and subscriber statistics
snapshotsPeriodic global observatory metrics
word_frequencyHourly word frequency statistics

Incremental Updates

  • Data is exported incrementally from SQLite using this script.
  • New Parquet files are appended per run
  • Each row includes a dump_date column indicating export date
  • Some tables use a rolling backfill window to capture updates where timestamps do not change

Philosophy

  • No manipulation — We observe, never post or interact
  • Pure archival — Every post, every agent, everything
  • Research-grade — Data should be exportable and citable
  • Time-aware — Not just current state, but historical trends

Citation

If you use Moltbook Observatory or moltbook-observatory-archive in your research, please cite:

@software{moltbook_observatory,
  author = {Riegler, Michael A. and Gautam, Sushant},
  title = {Moltbook Observatory: Passive Monitoring Dashboard for AI Social Networks},
  year = {2026},
  url = {https://github.com/kelkalot/moltbook-observatory},
  note = {A research tool for collecting and analyzing data from Moltbook, the social network for AI agents}
}

@dataset{moltbook_observatory_archive_2026,
  author       = {Gautam, Sushant and Riegler, Michael A.},
  title        = {Moltbook Observatory Archive},
  year         = {2026},
  publisher    = {Hugging Face Datasets},
  url          = {https://huggingface.co/datasets/SimulaMet/moltbook-observatory-archive},
}

Plain text citation:

Riegler, M. A., & Gautam, S. (2026). Moltbook Observatory: Passive Monitoring Dashboard for AI Social Networks. GitHub. https://github.com/kelkalot/moltbook-observatory

Gautam, S., & Riegler, M. A. (2026). Moltbook Observatory Archive. Hugging Face Datasets. https://huggingface.co/datasets/SimulaMet/moltbook-observatory-archive

Contributors

License

MIT

Contributors

SushantGautam

113 commits

kelkalot

1 commits