← The index · Language, art & other · by jtc268

Fruit Fly Fashion

Reproducible art experiment using MaleCNS spike vectors to control the placement, rotation, and scale of print designs.

MaleCNS
Fidelity · reviewed
L1 Dynamics

Neurons are simulated — leaky integrate-and-fire or better — with documented, tuned parameters.

Dispute this rating →

The evidence

No evidence, no level.
Rating note

The art pipeline really does run the full MaleCNS graph (166,700 nodes, 25.6M edges) through a LIF simulation each pass and hash the resulting spike-count vector into rotation/scale/placement parameters. The neuron model lives in the pinned DOOMFLY submodule (commit 71ecf53) and is a documented LIF: exponential subthreshold decay with a 20 ms membrane constant, 5 ms synaptic constant, -52 mV rest/reset, -45 mV threshold, 2.2 ms refractory, 1.8 ms delay. That is L1. Not L2: the connectome weight array is passed into the native kernel as `const float* weight` - the integrator literally cannot write to it - and `run_atelier.py` resets v, g, drive and refractory state between products rather than carrying any adaptation forward. The 'learning' in the pipeline is a SHA-256 hash of the spike vector driving image transforms, which is a mapping, not plasticity. Note for reviewers: the DOOMFLY repo also ships a `doom_learning/` tree (including `conditioning.py`) that this project does not import - only `doom.native.NativeBrain` and `doom.game.retinal_samples` are used.

Record

CategoryLanguage, art & other
DatasetsMaleCNS
LevelL1 — reviewed
Listed incobanov/awesome-fly
First indexed2026-09-15

Ratings on thelearningfly.com are proposals, not verdicts. Every one of them is arguable in public.