2 cumulative citations
View corpus contextA 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.
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
Claims (7)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|