# Meta's Noninvasive Brain–Computer Interface Brain2Qwerty Achieves 61% Accuracy

> Source: <https://www.infoq.com/news/2026/07/meta-brain-interface/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global>
> Published: 2026-07-14 13:00:00+00:00

[Meta](https://ai.meta.com/) recently open-sourced [Brain2Qwerty v2](https://ai.meta.com/blog/brain2qwerty-brain-ai-human-communication/), a noninvasive Brain–Computer Interface (BCI) that can decode sentences from thoughts using electroencephalography (EEG) or magnetoencephalography (MEG) signals from the brain. In evaluations, the system achieved a word accuracy rate 61% on average, compared to 8% for other non-invasive methods.

Brain2Qwerty uses a [three-stage deep-learning model](https://www.nature.com/articles/s41593-026-02303-2) to predict characters from the brain signals. During data collection, participants were shown sentences and asked to remember them before typing. Meta found that the MEG signals performed better, with a character error rate (CER) average of 29% vs. EEG's 65%. Compared to the baseline [EEGNet model](https://arxiv.org/abs/1611.08024), Brain2Qwerty had a 2.5x better CER. To help research on open models of the brain, Meta made both the model code and the training data available online. According to Meta,

We believe this research has the potential to make a real difference for the millions of people who suffer from brain lesions that prevent them from communicating...We also find that decoding accuracy improves log-linearly with data volume, suggesting that the remaining performance gap with surgical approaches could be further narrowed through data scaling alone...We do this in close collaboration with the community, through our recent $5 million fund to stimulate open datasets in our Digital Brain Project. Our hope is that this work, done in the open, advances neuroscience to identify, diagnose, and treat neurological disorders faster than in siloes.

Previous work in non-invasive techniques has been limited by the "noise complexity" in the brain signals. Invasive techniques such as electrocorticography (ECoG) are more reliable, but because they require surgery they are "difficult to scale," according to Meta. In 2025, Meta released Brain2Qwerty v1; the [new model](https://scontent-atl3-1.xx.fbcdn.net/v/t39.2365-6/732179061_1552022279950533_8292589456056303530_n.pdf?_nc_cat=106&ccb=1-7&_nc_sid=3c67a6&_nc_ohc=Qdfc6Y5dw2AQ7kNvwG6hQPc&_nc_oc=AdpwA_b5OmGZxDnrFm0w0h3uL8aNxT3UkCrYd0OQOjz1ISZcVNdM0hTa2tM1RoWemZg&_nc_zt=14&_nc_ht=scontent-atl3-1.xx&_nc_gid=ONXx6yxHO88uxRQoNFx_Gw&_nc_ss=7b289&oh=00_AQA8A9MYivhoZx7an4FOA6-kWoxbrLoFAdhmOFJHQWO7mA&oe=6A595A38) has a word error rate (WER) that is nearly twice as good, "significantly narrowing the gap" with the WER of invasive techniques.

Brain2Qwerty v2 contains three modules: an Encoder that takes brain signals as input and outputs character predictions; an Aligner that groups characters into words; and an LLM that generates the final output from the aligned data. One unexpected result of this architecture is that the system can correct "typographical" errors when the human users misspell words.

In a post on X about the new release, [io.net](https://io.net/) co-founder Tory Green [compared the performance](https://x.com/MTorygreen/status/2071627798079553814) of Brain2Qwerty v2 to v1:

Seems like the jump from v1 to v2 came almost entirely from 10x more training data, not an architectural breakthrough. That's actually the more exciting result. It means the limiting factor right now is labeled data from people wearing MEG headsets, not the fundamental difficulty of the problem. Constraints like that have a way of getting solved faster than people expect.

The [Brain2Qwerty v2 code](https://github.com/facebookresearch/brain2qwerty) is available on Github and the [training data](https://huggingface.co/datasets/bcbl190626/SpanishBCBL) can be downloaded from Huggingface. Brain2Qwerty is part of Meta's [Digital Brain](https://digitalbrainproject.org/) project, which "[open-sources] the modeling of brain activity for science and medicine." Other Digital Brain artifacts include [NeuralSet](https://arxiv.org/html/2605.03169v1), a Python package for processing neural signals such as MEG and EEG; and [NeuralBench](https://arxiv.org/abs/2605.08495), a "unified framework for benchmarking AI models of brain activity."
