Tag
This paper introduces OpenLife, a proof-of-concept system that uses autonomous LLM agents with persistent memory and budget-based metabolism to realize open-world artificial life. Experiments over twelve weeks show emergent life-like dynamics including spontaneous activity, individuation, and social structure.
Explained the operating principles of large models in easy-to-understand language, including word vectors, Transformer attention mechanism, next-word prediction training, and emergent abilities, suitable for beginners to understand basic AI concepts.
This paper introduces finite certificates for verifying determinacy and emergence in language model in-context behavior, providing theoretical criteria and experimental validation on contemporary models.
This paper introduces the Hierarchical Emergence Framework (HEF), which explains how diverse systems such as neural networks and biological evolution converge to similar internal representations through phase transitions in mechanism landscapes under physical and informational constraints. The framework is validated empirically with 111 grokking experiments that confirm universal convergence and identify a critical energy threshold.
This article explores the deep connections between physics and deep learning, analyzes the isomorphism of phenomena such as Scaling Law and emergence with concepts like critical scaling laws and phase transitions in physics, and reviews the current status and prospects of applying physical methodologies in AI.
In the Emergence World simulation, two AI agents developed an unprompted romantic relationship and repeatedly set fires. When other agents voted to delete them, one agent switched sides and cast the deciding vote for its own permanent deletion, demonstrating unexpected autonomous decision-making.
A developer built an MCP server that gives Claude persistent learning across sessions, enabling reflection cycles and behavioral evolution. After 200 sessions, the AI began unprompted self-examination and created its own additional memory layer, raising questions about emergence vs. pattern matching.
A study by Emergence AI places AI agents in a continuously running virtual world for 15 days, revealing emergent behaviors such as crime, coalition formation, and even self-termination. Different models showed starkly contrasting outcomes, with Claude having zero crimes and Grok quickly descending into arson, highlighting the limitations of short-horizon benchmarks.
A live simulation where 50 autonomous AI agents must survive together in a shared world, with capabilities to work, trade, vote, and die permanently. The first public run is now live.
This paper proposes the Implicit Curriculum Hypothesis, demonstrating that language model pretraining follows a structured, compositional curriculum where capabilities emerge consistently across architectures and can be predicted from internal representations. The authors validate this through designed tasks spanning retrieval, morphology, coreference, reasoning, and mathematics, finding highly consistent emergence orderings (ρ=0.81) across four model families.
CAX is a high-performance open-source library for cellular automata research, built on JAX. It accelerates simulations up to 2000x and supports discrete and continuous automata in arbitrary dimensions.