The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A simulated economy of LLM agents with hierarchical planning and persistent memory sustains autonomous market activity and reproduces heavy-tailed returns and volatility clustering, while gated education and access constraints generate persistent wealth stratification; simplified planners match narrow tasks but the full design is more robust for long-horizon objectives.

AIvilization v0: Toward Large-Scale Artificial Social Simulation with a Unified Agent Architecture and Adaptive Agent Profiles
Wenkai Fan, Shurui Zhang, Xiaolong Wang, Haowei Yang, Tsz Wai Chan, Xingyan Chen, Junquan Bi, Zirui Zhou, Jia Liu, Kani Chen · February 11, 2026
arxiv descriptive low evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Wenkai Fan unresolved corpus identity
  2. Shurui Zhang unresolved corpus identity
  3. Xiaolong Wang unresolved corpus identity
  4. Haowei Yang unresolved corpus identity
  5. Tsz Wai Chan unresolved corpus identity
  6. Xingyan Chen unresolved corpus identity
  7. Junquan Bi unresolved corpus identity
  8. Zirui Zhou unresolved corpus identity
  9. Jia Liu unresolved corpus identity
  10. Kani Chen unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Wenkai Fan provider ID
  2. Shurui Zhang provider ID
  3. Xiaolong Wang provider ID
  4. Hao Yang provider ID
  5. Tsz Wai Chan provider ID
  6. Xingyan Chen provider ID
  7. Junquan Bi provider ID
  8. Zirui Zhou provider ID
  9. Jia Liu provider ID
  10. Kani Chen provider ID
A large-scale simulated society of LLM agents using hierarchical planners, dual-process memory, and human-in-the-loop steering reproduces market stylized facts and yields persistent wealth stratification driven by education and access constraints, with the full architecture proving more robust for long-horizon, multi-objective tasks than simplified planners.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

AIvilization v0 is a publicly deployed large-scale artificial society that couples a resource-constrained sandbox economy with a unified LLM-agent architecture, aiming to sustain long-horizon autonomy while remaining executable under rapidly changing environment. To mitigate the tension between goal stability and reactive correctness, we introduce (i) a hierarchical branch-thinking planner that decomposes life goals into parallel objective branches and uses simulation-guided validation plus tiered re-planning to ensure feasibility; (ii) an adaptive agent profile with dual-process memory that separates short-term execution traces from long-term semantic consolidation, enabling persistent yet evolving identity; and (iii) a human-in-the-loop steering interface that injects long-horizon objectives and short commands at appropriate abstraction levels, with effects propagated through memory rather than brittle prompt overrides. The environment integrates physiological survival costs, non-substitutable multi-tier production, an AMM-based price mechanism, and a gated education-occupation system. Using high-frequency transactions from the platforms mature phase, we find stable markets that reproduce key stylized facts (heavy-tailed returns and volatility clustering) and produce structured wealth stratification driven by education and access constraints. Ablations show simplified planners can match performance on narrow tasks, while the full architecture is more robust under multi-objective, long-horizon settings, supporting delayed investment and sustained exploration.

Summary

Main Finding

AIvilization v0 is a publicly deployed large-scale artificial society that combines a resource-constrained sandbox economy with a unified LLM-agent architecture. The system demonstrates that (1) hierarchical branch-thinking planning, pre-execution simulation, and tiered re-planning enable sustained long-horizon autonomy under hard constraints; (2) an adaptive agent profile with dual-process memory produces persistent yet evolving agent identities that guide behavior; and (3) a tightly coupled socio-economic environment (physiology, multi-tier production, AMM pricing, gated education–occupation) yields stable market dynamics that reproduce canonical stylized facts (heavy-tailed returns and volatility clustering) and structured wealth stratification driven by education and access constraints. Ablations show the full architecture is more robust for multi-objective, long-horizon tasks, while simpler planners can match performance on narrow tasks.

Key Points

  • Unified agent architecture
    • Branch-Thinking Planner (BTP): decomposes long-term life objectives into parallel objective branches, then into abstract sub-tasks and executable action sequences; integrates a Global Synthesis step to resolve inter-branch conflicts.
    • Action Simulator (AS): pre-execution counterfactual rollouts that detect infeasible plans and trigger local repairs or reactive corrections to avoid failures.
    • Tiered Adaptive Re-planning: fast short-term fixes using STM traces, escalating to full top-down replanning only when necessary.
  • Adaptive agent profile and memory
    • Dual-process memory separating Short-Term Memory (execution traces, fast adaptation) and Long-Term Memory (semantic consolidation: values, personality, social records).
    • Identity evolves through human instruction and social-interaction feedback; LTM biases future goal selection while STM supports rapid correction.
  • Human-in-the-loop steering
    • Interface allows injection of long-horizon objectives and short commands at appropriate abstraction levels; effects propagate through memory rather than brittle prompt overrides.
  • Socioeconomic environment design
    • Physiological survival costs and state-dependent productivity (health, energy, satiety).
    • Non-substitutable multi-tier production chains and residential/barrier constraints.
    • Automated Market Maker (AMM)-based price mechanism, a macro price index tracking inflation and driving wage adjustments.
    • Education–occupation linkage with fixed floors and distributional thresholds to preserve scarcity and positional competition.
  • Empirical findings from deployment data
    • Using high-frequency transactions from a mature public phase, researchers built 5-minute OHLC series and observed stable price paths that nonetheless display heavy-tailed returns and volatility clustering (stylized facts from finance).
    • Emergent structured inequality: wealth rises nonlinearly with educational attainment; occupation tiers show stratified wealth distributions.
  • Ablation results
    • Two simplified planner variants (removing branch decomposition or objective decomposition) perform adequately on simple, single-objective tasks but fail to generalize to complex multi-objective, long-horizon environments.
    • Full BTP supports delayed investments (e.g., study actions increasing long-run productivity), exploration, and sustained multi-objective performance.

Data & Methods

  • Platform and data
    • Public-facing platform with deployed agents (human-guided and autonomous).
    • High-frequency transactional logs from a mature phase of deployment were used to construct 5-minute OHLC (open-high-low-close) price series for market analysis.
  • Agent architecture experiments
    • Implementation of unified LLM-based cognitive core: dual-process memory, hierarchical planner (BTP), action simulator, adaptive re-planning loop.
    • Human-in-the-loop steering integrated to supply long-horizon goals and short commands.
  • Economic environment
    • Simulation implements physiological dynamics, multi-tier production chains, AMM price clearing, macro price index, and gated education–occupation mechanisms.
  • Evaluation & analyses
    • Market statistics: assessed price stability and measured stylized facts (heavy-tailed returns, volatility clustering) from the OHLC time series.
    • Wealth/inequality: analyzed wealth distributions by education and occupation tiers to identify stratification patterns.
    • Ablation study: compared full Branch-Thinking Planner to two simplified planners (Without-Branch and Without-Objective-Decomposition) across tasks emphasizing multi-objective trade-offs, long horizons, delayed investment, and exploration. Performance normalization accounted for realistic time costs.
  • Note on reporting
    • Paper reports qualitative and stylized-fact level empirical evidence from platform logs and controlled ablations; exact sample sizes, counts of agents, or numeric effect sizes are not provided in the supplied excerpt.

Implications for AI Economics

  • Artificial societies as experimental labs
    • AIvilization v0 demonstrates that LLM-driven agent populations can generate empirically relevant market regularities (heavy tails, volatility clustering), suggesting such platforms are promising testbeds for studying endogenous market phenomena, institutional design, and macro-level dynamics arising from language-based agents.
  • Role of cognitive architecture in economic behavior
    • Planner structure and memory architecture materially shape economic choices: hierarchical branching and dual-process memory enable planning for delayed investment and multi-objective trade-offs (education vs. current consumption), implying that agent cognitive design is a first-order factor in simulated macro outcomes.
  • Inequality and institutional gating
    • The simulation reproduces stratification driven by education and access constraints, highlighting mechanisms by which institutional rules (education thresholds, occupation gates, residential barriers) generate persistent inequality—useful for policy counterfactuals (e.g., changing access rules, education subsidies).
  • Market design and price dynamics
    • Use of an AMM-like mechanism in a constrained-production economy produced realistic price dynamics without collapse, indicating AMMs can be a viable market-clearing design in artificial economies; allows study of liquidity, market-making policy, and inflation/wage feedback channels in a controlled setting.
  • Research opportunities
    • Policy experiments: taxation, transfers, education funding, labor-market regulations, and monetary policy interventions can be explored at scale with richer agent cognition than typical ABMs.
    • Mechanism design: examine how market microstructure, AMM parameters, and information flows affect volatility, liquidity, and welfare.
    • Behavioral and identity effects: investigate how evolving preferences and social learning alter aggregate labor supply, savings, and inequality.
    • Robustness checks: study sensitivity to LLM model choices, memory consolidation rates, planner parameters, and population composition.
  • Caveats and limitations
    • External validity: results are generated by LLM-driven agents operating under specific architecture choices, world rules, and deployment settings; mapping to real-world human economies requires caution.
    • Model and implementation dependence: stylized facts and stratification patterns may depend on particular AMM design, education gating rules, and planner heuristics.
    • Reproducibility and transparency: detailed numeric results, agent counts, and hyperparameters are necessary to reproduce and generalize findings; further open data and benchmarks would strengthen utility for the AI economics community.

Assessment

Paper Typedescriptive Evidence Strengthlow — Findings come from a simulated environment with synthetic agents and internally engineered incentives; while ablations provide internal counterfactuals, there is no real-world data or external validation, so evidence is suggestive about mechanisms but weak for claims about real economies or human-AI deployments. Methods Rigormedium — The paper designs a rich environment, implements multiple agent subsystems (planner, dual-memory, steering interface), runs mature-phase high-frequency transaction traces, and performs ablation comparisons; however, key details (agent counts, hyperparameters, sensitivity analyses, seed variation, statistical tests) are not specified here, limiting reproducibility and robustness assessment. SampleA publicly deployed, large-scale simulated artificial society of LLM-driven agents operating in a resource-constrained sandbox economy with an AMM-based price mechanism, physiological survival costs, multi-tier production, and a gated education-occupation system; analysis uses high-frequency transaction logs and agent state histories from the platform's mature phase (agent population size and exact hyperparameters not specified in the abstract). Themeshuman_ai_collab productivity inequality IdentificationCausal claims are explored via a controlled artificial society simulation: the authors compare the full LLM-agent architecture to ablated/simplified planner variants and analyze outcomes (market statistics, wealth distributions, behavior under multi-objective tasks) to infer which design elements enable long-horizon autonomy and robustness. GeneralizabilityResults are specific to simulated LLM-agent behavior and may not map to human worker responses or firm behavior., Outcomes depend on chosen LLM architecture, reward structures, environment parameters, and implementation details (hyperparameters, random seeds)., Market institutions (AMM pricing, production tiers, gated education) are stylized and omit many real-world frictions and regulations., No external empirical validation against real economic data; stylized-fact replication does not ensure external validity., Findings on robustness and long-horizon planning may not scale or hold under different agent heterogeneity or broader socioeconomic constraints.

Claims (7)

ClaimDirectionOutcomeConfidence & EvidenceDetails
AIvilization v0 is a publicly deployed large-scale artificial society that couples a resource-constrained sandbox economy with a unified LLM-agent architecture. Adoption Rate positive public deployment / existence of a live artificial society
Reading fidelity high
Study strength medium
not reported
0.18
A hierarchical branch-thinking planner decomposes life goals into parallel objective branches and uses simulation-guided validation plus tiered re-planning to ensure feasibility, mitigating the tension between goal stability and reactive correctness. Decision Quality positive planner feasibility and robustness (ability to maintain long-horizon goals while reacting correctly)
Reading fidelity high
Study strength medium
not reported
0.18
An adaptive agent profile with dual-process memory that separates short-term execution traces from long-term semantic consolidation enables persistent yet evolving identity. Other positive agent identity persistence and evolution
Reading fidelity high
Study strength medium
not reported
0.18
A human-in-the-loop steering interface can inject long-horizon objectives and short commands at appropriate abstraction levels, with effects propagated through memory rather than brittle prompt overrides. Other positive effectiveness of human steering (persistence and non-brittleness of injected objectives)
Reading fidelity high
Study strength medium
not reported
0.18
Using high-frequency transactions from the platform's mature phase, we find stable markets that reproduce key stylized facts (heavy-tailed returns and volatility clustering). Market Structure positive return distribution tail behavior and volatility clustering in market prices
Reading fidelity high
Study strength medium
not reported
0.18
The system produces structured wealth stratification driven by education and access constraints. Inequality negative wealth distribution / stratification by education and access
Reading fidelity high
Study strength medium
not reported
0.18
Ablations show simplified planners can match performance on narrow tasks, while the full architecture is more robust under multi-objective, long-horizon settings, supporting delayed investment and sustained exploration. Organizational Efficiency mixed relative performance across task types (narrow vs multi-objective/long-horizon), ability to support delayed investment and sustained exploration
Reading fidelity high
Study strength medium
not reported
0.18

Notes