Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
CFD
U.S. stock CFD derivatives
US Stocks
Access real US stocks and ETFs
HK Stocks
Trade quality Hong Kong-listed stocks
Korean Stocks
SK Hynix
Real Korean stocks and top assets
Stock Futures
High leverage, 24/7 trading
Tokenized Stocks
Backed by real stock assets
IPO Access
Unlock full access to global stock IPOs
GUSD
Mint GUSD for Treasury RWA yields
Stocks Activities
Trade Popular Stocks and Unlock Generous Airdrops
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
IPO Access
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
Meta's black tech: Wearing a helmet lets AI read your brain, text accuracy rate reaches 61%
Meta launched Brain2Qwerty v2 this week, a non-invasive brain-to-text AI system that requires no surgery. It uses a helmet-style MEG (magnetoencephalography) scanner to record neural activity in the brain, then decodes the sentences users intend to type directly through an end-to-end deep learning model, achieving an average word accuracy of 61%—a massive leap from the roughly 8% achieved by previous non-invasive methods.
(Background: Musk: Neuralink's first trial user "nearly fully recovered"! Can control mouse cursor with mind) (Background supplement: Samsung lands order for Neuralink's fourth-generation chip, not only reads but also "writes" to the brain)
Table of Contents
Toggle
Craniotomy to implant electrodes, or wearing a helmet? This is the core strategic debate in the brain-computer interface field: Musk's Neuralink chose the former, embedding chips in the cerebral cortex; Meta chose the latter, launching Brain2Qwerty v2, pushing average word accuracy from roughly 8% with non-invasive methods to 61%, approaching levels previously only achievable through surgery.
No incisions, no implants—just a helmet and a deep learning model.
Extracting Meaning from Noise: What the End-to-End Model Does
MEG, short for magnetoencephalography, measures the extremely weak magnetic fields generated by neuronal activity using superconducting sensors. It is a common non-invasive brain imaging device in neuroscience labs, requiring no implants in the brain.
Brain2Qwerty v2's approach: subjects wear a helmet-style MEG scanner, which records brain activity while they type. These raw neural signals are fed directly into an end-to-end AI model. Simply put, there is no manually designed intermediate step between input and output—the model learns the entire decoding path by itself to reconstruct the sentences the user intends to type.
Past approaches used manually designed pipelines: first detect specific neural events (e.g., EEG responses when a letter appears), then gradually infer the text. Brain2Qwerty v2 abandons this path, using deep learning to directly decode from chaotic raw brain signals, then uses a large language model to correct errors caused by noise based on semantic context.
Training scale: approximately 22,000 sentences, 9 volunteers, each recorded for 10 hours. Meta says accuracy continues to improve with more training data—this number has not yet reached a ceiling.
As a reference, the early v1 version had a Character Error Rate (CER) of about 32% under MEG conditions, while the same task with EEG (electroencephalography) soared to 67%. v2's 61% word accuracy represents the system crossing a threshold of an order of magnitude overall.
Why Non-Invasive Has Long Lagged Behind Surgery
The mainstream approach in brain-computer interface research has pointed toward implantable devices for decades. The reason is straightforward: recording directly next to neurons yields clean signals, low latency, and high precision. Neuralink, Synchron, and Merge Labs (backed by Sam Altman) all take this path.
The fatal weakness of non-invasive methods is signal-to-noise ratio. The skull, scalp, and hair all attenuate signals, especially with EEG. MEG's magnetic field has relatively better penetration, but the helmets are expensive—costing millions of dollars—and require a special shielded environment to block external magnetic fields. This explains why MEG has long remained in neuroscience labs rather than clinical applications.
Nevertheless, Meta's choice of the MEG route has its logic. Implantable interfaces face two challenges: the risk of surgery itself and the long-term maintenance of implants inside the brain. For patients who have lost the ability to communicate due to brain damage, the surgical threshold often directly excludes most potential beneficiaries.
If non-invasive methods can achieve sufficiently high accuracy, they can cover populations that implants cannot reach—without any surgery.
Meta has also released the system code and dataset as part of its Digital Brain Project, and established a $5 million fund to support the construction of open neuroscience datasets. The related paper was published in Nature Neuroscience.
The Intent Behind Open Source: Accelerate AI, Raise the Baseline First
Meta's decision to open up the code and data at this point has a clear strategic intent.
One of the bottlenecks in non-invasive BCI research is the lack of large-scale public neural datasets. Each lab repeatedly collects basic data, resulting in extremely low efficiency. Meta's $5 million fund targets exactly this area—enabling the community to jointly build baseline data, speeding up the learning curve of the entire field.
During the same period, there are several other players worth tracking in the non-invasive camp: Neurable launched AI-driven EEG headphones in September 2024; MIT spinoff AlterEgo takes a different path—detecting silent neuromuscular signals from the face and throat to convert unspoken language into text and commands. Different paths, same problem: Is it possible to let machines understand what people are thinking or wanting to say without opening the skull?
The engineering process of Brain2Qwerty v2 also reveals a detail: Meta first let AI agents systematically explore the possible optimization space of the decoding pipeline, and then engineers selected the final training configuration. This is the standard practice of using AI to design AI systems, but applied to the task of brain signal decoding—more symbolic than engineering significance.
61% vs. 8% is a striking contrast. But an even more noteworthy question is: If accuracy improves linearly with data volume, where will that line plateau?