← The index · Games & control · by migkapa

flyputer

Local Gemma agent queries FlyWire, runs small LIF subcircuits, and includes a playable Giant Fiber swatter game against the real LPLC2/LC4 escape reflex.

FlyWireCircuit subset
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

Real FlyWire subcircuits run through a vectorised current-based LIF engine with stated threshold, membrane and synaptic time constants and a refractory period; the compass, escape and optic-relay demos all use it. Not L2 despite sniff.py advertising 'a dopamine-gated DEPRESSION of KC->MBON output': the KC->MBON connectome weight matrix Wkm is built once in circuit() and is never written to anywhere in the repo, and the 'depression' is a boolean per-Kenyon-cell mask updated by `self.depressed |= code`. The score it produces is the fraction of a cell's KCs in that set and never multiplies through Wkm at all, so no synapse in the modeled circuit changes value. This is a sparse-coding demonstration, which the module's own docstring concedes ('demonstrates the architectural MECHANISM'). Also worth noting: the mask is monotonic and never recovers, so it could not express extinction or forgetting even in principle.

Record

CategoryGames & control
DatasetsFlyWire
LevelL1 — reviewed
Listed intownie/awesome-fruit-fly
First indexed2026-09-15

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