← The index · Games & control · by tolatolatop

Fly Chess Lab

FlyWire chess experiment with a Rust/WASM LIF simulation, spike traces, and disconnection controls. Uses an engineered, currently untrained move readout.

FlyWire
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

A full FlyWire v783 graph (138,639 neurons, 15.1M edges, no thresholding or subsetting) run as a documented Shiu-style LIF in Rust/WASM: rest and reset -52 mV, threshold -45 mV, 20 ms membrane and 5 ms synaptic time constants, 2.2 ms refractory, 1.8 ms delay, 0.275 mV per synapse, validated against an independent Brian2 run. That earns L1. Not L2: the synaptic weight vector is built once from the connectome file and is only ever read during simulation, never written. The move readout is a fixed +/-1 projection derived deterministically by hashing the move string, so nothing is trained anywhere in the project. The README says so itself - each move resets from rest, no cross-move memory, no synaptic plasticity - and reports that the resulting play is weak.

Record

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

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