It's not reading your mind - it's reading your fingers
The single biggest misconception to correct: Brain2Qwerty does not pull free-form thoughts out of your head. The 9 volunteers typed roughly 22,000 sentences while a MEG device recorded the brain activity that drove that typing [2]. The system is decoding the motor and intentional signature of moving toward keys, not raw semantic thought. The tell is in the errors themselves - the model confuses letters that sit next to each other on the keyboard, swapping in a neighbor key (the kind of mistake that turns 'girl' into 'firl' because f borders g). That error pattern is only possible if what the network has learned is the geography of typing, not the meaning of words. Meta's own pipeline reflects this: a convolutional encoder and transformer map raw brain activity to characters, and only then does a character-level language model assemble those characters into words and sentences [2]. The language model is doing heavy lifting to clean up a noisy motor signal, which is precisely why fine-tuning LLMs on neural data helps - it lets semantic context bridge the gap between messy recordings and coherent text [1]. Calling this 'mind-reading' oversells what is, mechanically, an extremely sophisticated read of imagined typing.



