Faiku
Haiku and glyph-tracing experiment using MaleCNS simulation and mushroom-body-inspired reinforcement, with a separate reduced fallback model.
Synapses change under a modeled rule grounded in fly biology — for example dopamine-gated change on Kenyon-cell → MBON synapses in the mushroom body. Learning begins here.
Dispute this rating →The evidence
No evidence, no level.Dopamine-gated LTD and LTP write new weights into the live network's CSR weight array on KC->MBON edges, for the Kenyon cells that actually spiked, bounded relative to the anatomical baseline.
https://github.com/xyzzyapps/faiku/blob/66b35d2f7141b8862c3ffd60e64b7ee2cac805a9/haiku/brain.py#L245-L276Every tick's reward feeds PAM and PPL1 traces that gate the connectome weight update whenever the packed MaleCNS graph is in use.
https://github.com/xyzzyapps/faiku/blob/66b35d2f7141b8862c3ffd60e64b7ee2cac805a9/haiku/brain.py#L278-L289Reward and shock are injected as current into the identified PAM and PPL1 cell populations of the simulated graph.
https://github.com/xyzzyapps/faiku/blob/66b35d2f7141b8862c3ffd60e64b7ee2cac805a9/haiku/brain.py#L145-L150The neuron model is leaky integrate-and-fire with a -52 mV rest, a -45 mV threshold and a refractory period.
https://github.com/xyzzyapps/faiku/blob/66b35d2f7141b8862c3ffd60e64b7ee2cac805a9/haiku/lif.py#L1-L20
The default run is a Shiu-style LIF simulation of the packed MaleCNS v1.0 graph (166,700 cells, -52 mV rest, -45 mV threshold, refractory period), and the ink-match reward drives Hige-style PAM LTD / PPL1 LTP that writes new values into the CSR weight array of the live network on KC->MBON edges, bounded to 0.05x-1.6x baseline, restricted to Kenyon cells that actually spiked. Reward and punishment are also injected as current into the real PAM and PPL1 populations, so the dopamine cells spike as well, although the gating term for the weight update is a scalar PAM/PPL1 trace rather than those cells' measured firing rate - a reviewer may reasonably want that noted. A small 8x3 motor map is trained on top as the pen, but it sits alongside the connectome update rather than in place of it. The separate --mb-only fallback is a 24-number control law with no connectome and should not be what this rating is read against. No validation mark: no comparison against real fly measurements is published, and RESEARCH.md is explicit that this is an engineered sensor/actuator sandwich around real connectome dynamics, not a fly that composes.
Record
Nearby
All projects →Ratings on thelearningfly.com are proposals, not verdicts. Every one of them is arguable in public.