@seclink: The following are interesting AI concept prototypes from 2024–2026, similar to AI-Town, from papers with open-source implementations, categorized by direction: Virtual Society / Emergent Behavior 1. Project Sid (Altera AI, 2024) "AI Civilization Experiment" — in Minec…

X AI KOLs Timeline News

Summary

This post organizes multiple AI concept prototypes from 2024-2026, based on papers with open-source implementations, covering directions such as virtual society simulation, emergent behavior research, and general simulation frameworks, including projects like Project Sid, AgentSociety, OASIS, VirSci, Concordia, and AgentTorch.

The following are interesting AI concept prototypes from 2024–2026, similar to AI-Town, from papers with open-source implementations, categorized by direction: Virtual Society / Emergent Behavior 1. Project Sid (Altera AI, 2024) "AI Civilization Experiment" — Place 1000+ AI Agents in Minecraft to observe civilization-level emergent behaviors. Paper: arXiv:2411.00114 GitHub: altera-al/project-sid Highlights: Agents spontaneously develop division of labor (farmers/merchants/architects), monetary economy, democratic rules, and even religious propagation. Architecture: PIANO (Parallel Information Aggregation via Neural Orchestration) — parallel multi-cognitive module collaboration. 2. AgentSociety (Tsinghua University FIB Lab, ACL 2025 Industry Track) "Large-scale Urban Social Simulation" — 30,000+ Agents operating in an urban environment to study social policy impacts. Paper: arXiv:2502.08691 GitHub: tsinghua-fib-lab/AgentSociety Highlights: Studying UBI policy, social polarization, urban resilience; Agents have emotion/motivation/cognition layers. Technology: Ray distributed execution, GPU parallel, supporting multiple reasoning modes such as ReAct/Plan-Execute. 3. OASIS (CAMEL-AI + Shanghai AI Lab, 2024) "Million-scale Social Media Simulation" — Simulates Twitter/Reddit, supports up to 1 million Agents. Paper: arXiv:2411.11581 GitHub: camel-ai/oasis Project page: http://oasis.camel-ai.org Highlights: Studying information diffusion, group polarization, herd behavior; key finding is that emergent behavior almost never appears below 10,000 Agents. Domain-Specific Simulation (Research / Healthcare / Organizations) 4. VirSci / Virtual Scientists (ACL 2025 Main) "AI Research Ecosystem" — Multi-Agent collaboration for literature review, hypothesis generation, and idea review. GitHub: open-sciencelab/Virtual-Scientists Highlights: The collaboration topology of Agent teams affects innovation, verifying the sociological law that 'fresh teams produce more breakthrough results'. General Simulation Frameworks 5. Concordia v2 (Google DeepMind, 2025) "TTRPG-style Multi-Agent Simulation Framework" — Game Master plays the environment, Agents play characters, driven by natural language. Paper: arXiv:2507.08892 (v2 technical report) GitHub: google-deepmind/concordia Highlights: Entity-Component architecture, a powerful tool for AI Safety research, v2.0 released in August 2025 (lighter and modular). 6. AgentTorch (MIT, AAMAS 2025 Oral) "Hundred-million-scale ABM Simulation" — Simulates the COVID-19 spread among 8.4 million New Yorkers. GitHub: AgentTorch/AgentTorch Highlights: Differentiable simulation (like PyTorch but for Agents), LLM Archetypes method balances expressiveness and compute at scale. Core innovation: 'Not every Agent calls an LLM', but distills a small number of typical archetypes from the population and then maps.
Original Article
View Cached Full Text

Cached at: 07/03/26, 10:34 AM

Here are interesting AI concept prototypes from 2024–2026 similar to AI-Town, sourced from papers with open-source implementations, categorized by direction:

Virtual Societies / Emergent Behavior

  1. Project Sid (Altera AI, 2024)
    “AI civilization experiment” — places 1000+ AI agents in Minecraft to observe civilization-level emergent behavior.

    • Paper: arXiv:2411.00114
    • GitHub: altera-al/project-sid
    • Highlights: Agents spontaneously develop labor division (farmers/merchants/builders), currency economy, democratic rules, even religious propagation.
    • Architecture: PIANO (Parallel Information Aggregation via Neural Orchestration) — parallel multi-cognitive module collaboration.
  2. AgentSociety (Tsinghua University FIB Lab, ACL 2025 Industry Track)
    “Large-scale urban social simulation” — 30,000+ agents running in a city environment to study social policy impacts.

    • Paper: arXiv:2502.08691
    • GitHub: tsinghua-fib-lab/AgentSociety
    • Highlights: Studies UBI policy, social polarization, urban resilience; agents have emotion/motivation/cognition layers.
    • Tech: Ray distributed execution, GPU parallelism, supports multiple reasoning modes like ReAct/Plan-Execute.
  3. OASIS (CAMEL-AI + Shanghai AI Lab, 2024)
    “Million-scale social media simulation” — simulates Twitter/Reddit, supports up to 1 million agents.

    • Paper: arXiv:2411.11581
    • GitHub: camel-ai/oasis
    • Project page: http://oasis.camel-ai.org
    • Highlights: Studies information diffusion, group polarization, herd behavior; key finding: emergent behavior almost never appears below 10,000 agents.

Domain-Specific Simulations (Research / Healthcare / Organizations)

  1. VirSci / Virtual Scientists (ACL 2025 Main)
    “AI research ecosystem” — multi-agent collaboration for literature review, hypothesis generation, idea peer review.

    • GitHub: open-sciencelab/Virtual-Scientists
    • Highlights: Collaboration topology of agent teams affects innovativeness; validates the sociology-of-science finding that “fresh teams produce more breakthrough results.”

General Simulation Frameworks

  1. Concordia v2 (Google DeepMind, 2025)
    “TTRPG-style multi-agent simulation framework” — Game Master acts as environment, agents play roles, driven by natural language.

    • Paper: arXiv:2507.08892 (v2 technical report)
    • GitHub: google-deepmind/concordia
    • Highlights: Entity-Component architecture, a powerful tool for AI Safety research; v2.0 released August 2025 (lighter, modular).
  2. AgentTorch (MIT, AAMAS 2025 Oral)
    “Billion-scale ABM simulation” — simulates COVID transmission behavior of 8.4 million New York City residents.

    • GitHub: AgentTorch/AgentTorch
    • Highlights: Differentiable simulation (like PyTorch but for agents); LLM Archetypes method balances expressiveness and compute at scale.
    • Core innovation: “Not every agent calls an LLM” — instead, a few typical archetypes are distilled from the population and then mapped.

Similar Articles

@seclink: https://x.com/seclink/status/2057086514975404108

X AI KOLs Following

Anthropic engineer shared development experience of long-duration AI agents, including multi-role division and independent evaluators, enabling AI to automatically generate complete applications within 3-5 hours, with a 12x improvement in continuous operation capability.

This article systematically reviews AI Agent architecture and engineering practices, covering control flow, context engineering, tool design, memory, multi-agent organization, evaluation, tracing, and security. It is based on the OpenClaw implementation and emphasizes the critical role of Harness (testing and validation infrastructure) for system stability.

X AI KOLs

This article systematically reviews AI Agent architecture and engineering practices, covering control flow, context engineering, tool design, memory, multi-agent organization, evaluation, tracing, and security. It is based on the OpenClaw implementation and emphasizes the critical role of Harness (testing and validation infrastructure) for system stability.

@seclink: Share "Developer Ecosystem Information Gap Report (2026-06-05)", interested friends can read. - Now some people are beginning to migrate openclaw-type projects to AI glasses, AI rings, and other wearable devices ... - Robotics and embodied AI open source: many open source datasets and open source models ...

X AI KOLs Following

Shared an information gap report on the developer ecosystem, covering topics such as migrating openclaw-type projects to wearable devices like AI glasses and rings, open-source data and models for robotics and embodied AI, and niche open-source applications for AI API relay stations and routing.