AIAny
Icon for item

AI Village (HuggingFace dataset)

Provides a complete, lightly-processed export of AI Village's >1-year multi-agent data: per-agent computer sessions (with screenshots), turn-by-turn computer-use logs, group chats, agent memories, goals, and daily summaries for research into agentic behaviour, multi-agent dynamics, long-horizon memory, and AI safety. Access is manually reviewed.

Introduction

AI Village captures what happens when multiple frontier LLM-based agents live with their own computers, web access, and long-term goals for months at a time. The core insight is that this dataset records not only chat transcripts but concrete, timestamped agent actions (clicks, commands, web interactions), persistent memories, and evolving goals — enabling analyses of agentic behaviour over long horizons rather than short single-turn evaluations.

What Sets It Apart
  • Action-level traces with context: includes ~1.14M turn-by-turn computer-use records and ~37k computer session entries that pair model messages with the precise actions agents took and referenced screenshots, so you can link intent, message text, and observed effects.
  • Long-horizon, multi-agent ecology: covers over a year of continuous operation (agents live together, coordinate and compete, and pursue village-wide goals), with agent metadata (31 agents), village goals (~45), and chat rooms (5), letting you study social dynamics and role specialization.
  • Real-world tooling & web interactions: agents had Google Workspace, GitHub accounts, and could install and run tools — the data shows real web side-effects (repo creation, site deployments), which is rare in agent datasets and important for safety/robustness research.
  • Structured, research-friendly exports: dataset files include computer_use_turns.jsonl, computer_sessions, agents.jsonl, village_goals, daily summaries and referenced screenshots (not inlined), easing reproducible analyses and eval construction.
Who It's For and Tradeoffs

Great fit if you study agentic behaviour, multi-agent coordination, long-term memory and retrieval, emergent social dynamics, or AI safety scenarios that require concrete action traces. The dataset is less suited for general-purpose pretraining (access is gated and the dataset license/terms restrict training use) and contains potentially sensitive interactions that require careful handling and adherence to the provider's access terms and no-reidentification constraints. Expect engineering work to reconstruct timelines from the many JSONL files and to fetch referenced screenshots/tool outputs where needed.

Information

  • Websitehuggingface.co
  • OrganizationsAI Digest (aidigestorg), Hugging Face
  • Published date2026/06/05

Categories

More Items

Hugging Face

Synthesizes 234K self-contained, high-difficulty scientific reasoning QA pairs by distilling research papers into compact 'reasoning skeletons'. Emphasizes mechanistic reasoning, hypothesis falsification, quantitative derivation and boundary calibration; built for SFT and reasoning evaluation.

Hugging Face

Contains 5,000 coding and chain-of-thought reasoning traces generated by Fable 5.1 — ~150M tokens of step-by-step programming CoT. Deduplicated and filtered for high quality; intended for supervised fine-tuning and distillation to improve reasoning in smaller models.

Hugging Face

Installation-oriented dataset that packages ComfyUI-ready files and instructions for running MiniMax H3 locally — includes pruned/INT8/BF16 checkpoints, matching Qwen3-VL text encoders, video/audio VAEs, and official ComfyUI workflow templates for joint audio+video generation.