Skip to content

Engine overview

Vicious Squid edited this page Apr 3, 2026 · 118 revisions

Simulated Tamagotchi Reactions via Inferencing and Neurogenesis (STRINg)

  • Neurons are dynamically created and removed based on experience patterns - this allows the network to dynamically reshape itself over time.

  • Neurons are labelled by function such as novelty, stress, and reward
    neural growth reflects the type of experience that produced them.

simulation engine overview:

A "Bottom-Up" sensory system where raw environmental data is distilled into neural inputs, which are then filtered through the squid's Decision engine and personality to produce behaviour.

Built from scratch using NumPy.

  • No TensorFlow.
  • No PyTorch.

Core properties:

  • Explicit neuron-level simulation
  • Hebbian plasticity
  • Structural growth (neurogenesis)
  • Dual memory system (short-term and long-term)
  • Headless training capability
  • Plugin extensibility
  • Optimised for interpretability not scale.

Treats neural networks not as static architectures, but as evolving structures.




Read Next: Data flow Summary overview

Further engine studies:




External links (Research and inspiration for this project)

Clone this wiki locally