Meta's Noninvasive Brain–Computer Interface Brain2Qwerty Achieves 61% Accuracy Meta open-sourced Brain2Qwerty v2, a noninvasive brain-computer interface that decodes sentences from EEG or MEG signals with 61% word accuracy, nearly doubling the performance of its predecessor. The system uses a three-stage deep-learning model and is part of Meta's Digital Brain project, with code and training data released to advance neurological disorder research. 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."