Raise digital squids whose brains grow & rewire themselves
Click to view full sizeDosidicus is a cognitive sandbox presented as a digital pet squid. Each squid starts with a small, randomly wired brain and changes over time based on interaction. You can feed and stimulate the squid, then watch neuron activations and structure evolve as it learns. The project emphasizes transparency: the neural activity is visible and directly manipulable, contrasting with typical opaque AI models. Under the hood, it uses a custom simulation engine built in NumPy (not TensorFlow or PyTorch) and includes structural growth (neurogenesis), Hebbian-style rewiring, and a dual memory system. It supports a GUI app and a headless mode for running longer simulations without the interface, plus a save system to export and share a squid’s “cognitive history.” The repository also mentions modular components, configurable/custom brains, and a plugin system.
AI learning is hard to observe and understand in black-box systems.
A visible digital pet squid NN that grows and rewires as you interact.
Learners and hobbyists exploring neural networks.
Add a comment...