๐Ÿ„ Modular Mind

A mini Dark-Souls-style duel where the boss is controlled by a Modular Mind โ€” six tiny specialist networks that communicate through a shared latent (RecursiveLink) and a coordinator that picks each move. The brain was trained by self-play reinforcement learning, not scripted. Watch the right-hand panel: every boss decision shows which specialists fired and how the modulators steer the fight through the latent. Click Enter the Fog and click the game once to focus, then play.

๐ŸŽน This may be bad: a self-playing piano โ€” same Modular Mind method, trained on a song

Under the boss fight, the same architecture (tiny specialists โ†’ RecursiveLink โ†’ a coordinator) applied to playing piano in chords. It was trained by multi-note next-frame prediction on a polyphonic transcription of a song: six specialists (Bass / Tenor / Soprano registers + Sustain / Onset / Phrase modulators) emit latents, the bridge merges them, and the coordinator picks the set of notes to play next. It plays itself with real recorded acoustic-piano samples, and the performance is restyled live into A minor โ€” every note is lifted out of the bass register and snapped to the minor scale before it reaches the keys. Press play and watch each note send a glowing trail of light off the keyboard. Rough by design โ€” one song, a tiny model, crude polyphonic transcription โ€” the method carrying over is the point.

๐Ÿงฉ Modular Mind โ€” two specialists that talk in latent space

Two ~80M models trained completely separately โ€” ๐Ÿ“– Language on FineWeb-Edu, โž— Math on FineMath โ€” that never saw each other's data. A coordinator routes your query to the right one, and a trained RecursiveLink lets them communicate through latent space: Language can read information straight out of Math's "mind." The ๐Ÿ”‘ Bridge tab proves it.

โ„น๏ธ These specialists were trained only to demonstrate a verifiable result โ€” clean routing and a provable latent-bridge ablation โ€” not for production-quality output. The generated text is intentionally rough at this scale; the mechanism is the point.

The proof: two independent models, one latent channel

A random secret key is shown only to โž— Math. ๐Ÿ“– Language never sees it โ€” but by reading Math's latent through the trained RecursiveLink, it reproduces the key, character by character. Zero out the latent and it collapses to chance. That gap is the result: real information crossing between two models that were trained on different data and never met. Hit the button.

4 16