Research Explainer · XiaoHu Explains

No surgery needed to read brain signals — Meta's non-invasive system hits nearly 8x the accuracy of prior methods

Put on a helmet and it decodes your brain's magnetic signals into text in real time — word accuracy jumps from 8% to 61%, with v1/v2 training code and dataset open-sourced
Quick Take
  • Meta released Brain2Qwerty v2 — wear an MEG (magnetoencephalography) headset and it decodes the brain's magnetic signals into coherent sentences in real time, with zero surgery required.
  • Word accuracy hits 61%, about 7.6x other non-invasive brain-computer interface methods (8%); the best participant reached 78%, with over half of sentences off by just one word.
  • The core is a two-layer stack: an end-to-end deep learning model decodes directly from raw brain signals, then a large language model fine-tuned on neural data does semantic correction on top.
  • 9 participants each recorded about 10 hours of typing tasks, totaling roughly 22,000 sentences of training data; accuracy scales log-linearly with data volume.
  • The v1/v2 training code is fully open-sourced, and partner institution BCBL simultaneously released the v1 dataset — aimed at the millions of patients worldwide who've lost the ability to communicate due to brain injury.
Stance note: this article is based on Meta AI's official blog post. The 61%, 78%, etc. accuracy figures are Meta's own self-reported results across 9 participants; the 8% comparison baseline is cited from other research (Nature Neuroscience).
1What It Is

Put on a helmet, and brain waves turn into text

In June 2026, Meta AI released Brain2Qwerty v2, currently the highest-performing non-invasive brain-computer interface system, capable of decoding MEG (magnetoencephalography) signals into coherent sentences in real time — and it simultaneously open-sourced the complete v1 and v2 training code.

Put on a helmet — no surgery, no skin contact — and the system takes the faint magnetic signals your brain produces while typing and reconstructs them into text in real time, hitting 61% word accuracy for full sentences.

I want some water
Brain signal → language: an MEG helmet captures the faint magnetic fields of firing neurons, and AI resolves the ripples into text

Prior non-invasive methods — the kind that need no surgery — topped out at just 8% word accuracy, barely usable at all. v2's 61% is roughly 7.6x that. This is the first time a non-invasive brain-computer interface has closed in on real-time full-sentence decoding once thought achievable only with technology that requires implanting electrodes in the brain.

Brain2Qwerty v2 concept illustration
Meta's official concept illustration for Brain2Qwerty v2: a participant wears an MEG helmet while brain magnetic signals are decoded into text by AI. Source: Meta AI Blog
2Why It Was Hard

Old methods either didn't work, or required opening the skull

To see why this number matters, look first at where brain-computer interfaces have long been stuck. Turning brain signals into text has historically had only two paths, each blocked by a different wall: one accurate but requiring surgery, one safe but not accurate.