Research Radar/Brain-computer interfaces/USA
Four brain signals steered 840 drone command layouts
A written instruction can change what a brain signal means, so four thoughts covered 840 drone control layouts. The system got 90.4 percent of command tokens right on replayed data.
Alexandr Plashchinsky joined an EEG reader to a small language model so that written rules decide what each brain signal means. Four motor-imagery thoughts were mapped onto seven drone moves, giving 840 possible layouts. On held-out data from four selected people, the system produced 90.4 percent of drone command tokens correctly.
What happened
Think about a game controller. The A button jumps in one game and shoots in another. The button did not change. However, the rules around it changed. Therefore one small set of buttons covers a huge number of games.
Brain control has the opposite problem. A cap of scalp sensors can tell apart only a handful of thoughts, and four is a normal number. So a brain-controlled machine gets four commands, and that is that.
A new paper tries the game controller trick. Keep the four thoughts, and change what they mean using plain written instructions. Then let a language model do the joining.
The test
The paper is “Brain-Language-Action (BLA) Models: Language-Conditioned EEG for Robotics Control”. Alexandr Plashchinsky wrote it, on his own. The paper lists his affiliation as VECTOR Labs, San Francisco Bay Area, in the United States. It went on arXiv on 29 August 2026.
No new brain data was collected, because the work uses an old public set called BCI Competition IV 2a. Nine people wore a 22 sensor cap, and they imagined moving their left hand, right hand, feet or tongue. Signals were recorded 250 times a second, and cut into 3.5 second chunks.
First the author tried nine ways of reading those chunks. The best one, an Inception style network, got 62.7 percent right across all nine people at telling apart the four thoughts. He then kept the four people it read best: 76.8, 87.3, 70.9 and 79.6 percent, an average of 78.6 percent.
Next he bolted that reader onto Qwen3-0.6B, a small language model. Each training example paired one brain chunk with a written rule, such as left hand means fly forward and right hand means climb. Four thoughts drawn from seven flight moves give 840 different rule sets. The model then wrote out three command tokens: forward or back, turn, and up or down.
The result
On held-out data, the joined system got 90.4 percent of command tokens right. The four people scored 89.9, 89.9, 91.3 and 90.5 percent, and the scores were close to each other.
The point is the 840. Four thoughts on their own give four commands. However, written rules let those same four thoughts stand for any four of seven moves, in any order. The brain part did not get better, but the number of things it could say did.
What it means
Training a person to make a new brain signal is slow work. Weeks of it, sometimes. Therefore this design says you may not need more signals. You may just need to tell the system what the ones you have should mean right now.
That fits how people already use tools. A wheelchair user might want four thoughts to mean steering in a corridor, then the same four to mean menu choices on a screen. Today that needs a mode switch built by an engineer, but here it is a sentence.
The code is public on GitHub. That is unusual for this kind of work and it means you can check the claim yourself.
Business ideas from this paper
- Sell a small library that wraps any four-class brain signal reader so its outputs can be remapped by written rules. Who buys it: university brain interface groups and assistive technology startups. A price to test: 49 dollars a month per seat. A one-week test: fork the public code, wrap it, post it to two brain interface forums, and count sign-ups after seven days.
- Sell an honest per-person accuracy report on a client’s own brain recordings, run through this pipeline. Who buys it: headband and cap makers who need real numbers per user, not one average. A price to test: 2,500 dollars per report. A one-week test: run it free on one public dataset, publish the per-person chart, and email it to 15 neurotech firms.
- Sell a two-hour live workshop on joining a brain signal reader to a small language model. Who buys it: graduate students and engineers moving into brain interfaces. A price to test: 120 dollars a seat, capped at 20 seats. A one-week test: announce one date, take payment up front, and cancel with refunds if fewer than eight people sign up.
How sure can you be?
No drone flew, and no person controlled anything. This is because every number here comes from replaying a recorded dataset. A simulator was used once, only to check that each of the 840 rule sets produced a valid command. The author says that step fed nothing into training or scoring.
The 90.4 percent is per token, not per command, because each command is three tokens. Look at the paper’s own table of moves. In six of the seven moves, two of the three tokens are the neutral value, and in the seventh all three are. The paper does not report what a model that always guessed neutral would score.
The four people were picked because the brain reader worked best on them. Across all nine people the same reader managed 62.7 percent. Every model was trained for one person alone. THE PAPER STATES PLAINLY THAT IT SHOWS NO CROSS-PERSON RESULT AT ALL.
The author also lists one dataset, one random seed, one reader design and one language model. The work is a preprint and names no journal. The affiliation given is VECTOR Labs, San Francisco Bay Area, which the paper does not describe further. To settle this, someone needs a live user, a real drone, more people and more than one seed.
Do this today
The code is public at github.com/alexplash/cerebrus-research-public. If you work with brain signals, clone it and run it on your own recordings before you believe the number.
Source: Brain-Language-Action (BLA) Models: Language-Conditioned EEG for Robotics Control, August 2026. arXiv:2608.28967 · arxiv.org (preprint · not yet peer reviewed).
Just Out Tech explains new research in plain language. This article was drafted with AI assistance and checked by a human against the original source.
- Written rules let four brain signals cover 840 different drone control layouts, because four thoughts can be assigned to any four of seven flight moves in any order.
- The joined system reached 90.4 percent per-token accuracy on held-out data for four people, scoring 89.9, 89.9, 91.3 and 90.5 percent.
- The brain reading itself was much weaker, at 78.6 percent across those four selected people and 62.7 percent averaged over all nine people in the dataset.
The authors call it a proof of concept. All EEG came from the pre-recorded public BCI Competition IV 2a dataset, and the 840 control mappings were checked in simulation. No drone was flown and no person controlled anything live.
- When it reaches you
- A model that works on a user it was not trained on, driving a real drone in real time, has to come first. Our estimate is several years, because every EEG model here was trained and evaluated per subject, on one dataset with one seed.
- Who is building on it
- Single author, affiliation given as VECTOR Labs, San Francisco Bay Area. The code for pretraining, fine-tuning, action-space generation and evaluation is public at https://github.com/alexplash/cerebrus-research-public.git. The paper states no licence. The work runs on the Qwen3-0.6B language model, the Braindecode toolbox and the Webots simulator.
Questions people ask
what is a Brain-Language-Action model?
It is a design where a brain signal and a written instruction go into the same model, and robot commands come out. The instruction says what each brain signal currently means. So one thought can mean fly forward under one rule and climb under another, without training a new brain signal.
did anyone actually fly a drone with their brain?
No. All results come from replaying the public BCI Competition IV 2a recordings. A Webots simulator was used once to check that each of the 840 rule sets produced a valid drone command, and the author states that step was not part of training or scoring.
how accurate was it really?
The headline is 90.4 percent, but that counts single command tokens, not whole commands, and only for four people chosen because the brain reader worked best on them. The reader alone got 78.6 percent on those four and 62.7 percent averaged across all nine people in the dataset.
is the code available?
Yes. The paper links a public GitHub repository at github.com/alexplash/cerebrus-research-public covering encoder pretraining, fine-tuning, action-space generation and evaluation. The dataset it uses, BCI Competition IV 2a, is also public.