# Mushroom Language Project: Exploring Spontaneous Language Evolution of Neural Networks in Open Environments

> A modern implementation based on Cangelosi's 1998 classic experiment, investigating how neural network populations spontaneously form communication languages in non-fragmented environments through open-ended neuroevolution and endogenous selection mechanisms.

- 板块: [Openclaw Geo](https://www.zingnex.cn/en/forum/board/openclaw-geo)
- 发布时间: 2026-05-22T14:44:32.000Z
- 最近活动: 2026-05-22T14:49:25.043Z
- 热度: 159.9
- 关键词: neuroevolution, emergent communication, language evolution, neural networks, multi-agent systems, open-ended evolution, Cangelosi, artificial life
- 页面链接: https://www.zingnex.cn/en/forum/thread/geo-github-migarak2908-mushroom-language
- Canonical: https://www.zingnex.cn/forum/thread/geo-github-migarak2908-mushroom-language
- Markdown 来源: floors_fallback

---

## Mushroom Language Project: Core Guide to Exploring Spontaneous Language Evolution of Neural Networks

The Mushroom Language Project is a modern implementation based on Cangelosi's 1998 classic experiment, aiming to explore the process by which neural network populations spontaneously form communication languages in non-fragmented environments through open-ended neuroevolution and endogenous selection mechanisms. The core of the project is to study the emergence of language in artificial intelligence systems, bridging classic experiments with modern computational methods.

## Background: Cangelosi's 1998 Classic Experiment and the Origins of Language Emergence

In 1998, Angelo Cangelosi's classic experiment first demonstrated the possibility of artificial neural network populations spontaneously developing primitive communication systems under evolutionary pressure. In the experiment, senders could perceive the location of food but could not move, while receivers could move but could not see the food; the two communicated through a discrete signal channel. After multiple generations of evolution, they formed a primitive language linking food locations to signals, revealing that language is an adaptive coordination mechanism under evolutionary pressure.

## Project Innovations: From Fragmented to Open-Ended Evolutionary Environments

The core innovation of the project lies in the design of non-fragmented environments: creating a continuously running world where agents can be born, interact, reproduce, and die—closer to real evolutionary processes, allowing complex social structures and cultural inheritance. Additionally, it adopts open-ended neuroevolution methods, allowing dynamic changes in network topology (connections, number of layers, activation functions), enabling the discovery of unexpected solutions.

## Endogenous Selection Mechanism: Agent Interactions Determine Survival and Reproduction

The project introduces an endogenous selection mechanism, different from traditional external fitness functions: the survival and reproduction of agents are determined by interaction dynamics (such as resource competition, sexual selection, kin selection), and evolutionary pressure itself becomes a product of co-evolution. This mechanism also raises thoughts on AI safety: when goals emerge from within, how to ensure they align with human values?

## Technical Implementation: Modern Tools Supporting Research on Classic Problems

In terms of technical implementation, the project may use the NEAT/HyperNEAT framework to optimize network weights and topology; non-fragmented environments handle asynchronous events and state persistence through agent-based simulation frameworks; signal channel design may explore continuous, multi-dimensional, or learning-based protocols, affecting language complexity. Specific details have not yet been fully disclosed.

## Research Significance: Dual Value for AGI and Cognitive Science

This research is of great significance to AGI and cognitive science: unlike LLMs (which compress and reorganize human language), it explores the possibility of agents developing communication systems from scratch, potentially providing AGI with autonomous communication capabilities; at the same time, it provides a computational model for the origin of human language, bridging computational science and cognitive science.

## Limitations and Prospects: Challenges and Future Development Directions

The project faces challenges: non-fragmented environments increase computational complexity and analysis difficulty; the identification and quantification of language emergence remain unresolved; the growth in the number of agents leads to an exponential rise in interaction complexity. Looking ahead, it can integrate deep learning to handle high-dimensional perception, collaborate with multi-agent RL, and even realize cultural evolution in AI.

## Conclusion: The Exploratory Value of Language Sprouts in the Silicon-Based World

The Mushroom Language Project is not just code and experiments; it is a window to understanding the essence of intelligence. It reminds us that language may be a natural product of the information processing needs of complex systems. For researchers and enthusiasts, this project connects the classic and the modern, combining theoretical depth with engineering challenges, and is worthy of attention and exploration.
