Resonant: speech models made of oscillators, not attention.

Most speech models are a stack of matrix multiplications wrapped around a spectrogram. Resonant asks a different question: what if the middle of the network were a physical system — a field of coupled oscillators, driven by the audio itself, whose synchronization does the computing? It is a hypothesis built to fail cleanly, with parameter-matched controls and verdicts written before the runs.

A spoken waveform rippling through a lattice of coupled oscillators and resolving into the digit seven

The idea

Speech is oscillation — vocal folds cycling, resonances ringing, syllables landing at 4–8 Hz. So the core here is a grid of Kuramoto oscillators on a torus. Audio enters as a driving force, the oscillators pull each other toward agreement, and the readout is simply where every oscillator sits on its circle and how fast it is turning.

Because the coupling is a circular convolution, one step costs a single FFT, and the phase field doubles as a fixed-size streaming memory — no cache that grows with the length of what you said. The physics of the configuration in the guide is roughly 2,000 numbers.

Oscillator based models could usher in a new paradigm for AI and computing, helping us better understand intelligence and the brain. Project Resonant, is an early experiment, but is showing promise. It is a step towards that future.

Learn more