Image

QUBIC BLOG POST

Anna Reached 0, What It Actually Means?

Written by

The Qubic Team

The Qubic Team

Published:

Listen to this blog post

Image

Anna Reached 0, What It Actually Means?

On June 10th, Sergey Ivancheglo, the founder of Qubic and better known in the community as Come-from-Beyond, dropped a file into the Discord's price channel and told a channel full of traders to race a number to zero.

That was it. No whitepaper, no launch post. Just a small executable called Anna.exe, an instruction to run it, and a leaderboard mentality. Screenshots started appearing within the hour. 31,029. Then 30,270. Then sub-30k. Those are error counts. Every problem the network got wrong, tallied. The whole game was driving that number to nothing.

Three weeks later, it happened. Every Anna file being run returned a score of zero.

Then CFB said something that stopped the celebration mid-sentence: "It's not a milestone. It's much bigger."

So what actually happened? Here is what the result means, and what it does not.

What Anna is, and where Aigarth fits

Anna is a small program. Around 150 KB. It has no internet access, no pretrained weights, no library of examples to draw on. It holds a tiny neural network built on trinary logic, meaning its signals carry three states rather than the usual two, and it trains that network on one deliberately simple task: adding two numbers.

Anna is the test subject. Aigarth is the thing being tested. Aigarth is Qubic's AI program, built on a structure the team calls Intelligent Tissue, and Anna is where its method either works or doesn't. Anyone who watched her flail through her first public appearance, answering "1+1" with a single dot, was watching the same experiment at an earlier stage.

That the task is addition sounds like an anticlimax. It is supposed to.

The point is not that Anna can add. Your calculator can add. The point is that Anna was never told how to add. Nobody coded the rule. Nobody showed her the formula. The network starts as raw logic with no arithmetic in it whatsoever, and it has to bend itself into a shape that produces correct answers.

The only feedback she gets is a verdict. There is a set of problems with known answers, her output is compared against the correct one, and every mismatch adds to her error count. She is not judging herself. The scoreboard is doing it. Nobody supplies the method, only the grade.

If the formula had been hidden inside the file, the program would print the answer once and exit. Instead you get thousands of iterations, scores climbing and collapsing, the network repeatedly failing and trying again. That clumsiness is the evidence. There is no rule inside. There is a structure evolving toward one.

Why addition, of all things

This is the question newcomers ask first, and it is a fair one. Qubic has been talking about AGI for years. Why is the flagship demo a task a six year old can do?

Because addition is unambiguous. 5 + 7 is 12, always, and there is no argument about it. That makes it a perfect ruler. You can measure whether the method works without anyone squinting at the output and debating quality the way people do with chatbot answers.

Addition is not the goal. It is the measuring stick.

And it is genuinely hard for a system built this way. A large language model does not calculate 1 + 1. It has read the answer billions of times and recalls it, which is why frontier models remain unreliable at mathematics that strays from what they have seen. Ask a person to add two small numbers and most of them are doing the same thing, pulling from memory rather than reasoning.

What Anna is attempting has a name in the research literature. Researchers call it grokking: the point at which a network stops memorizing its training data and abruptly, genuinely understands the rule underneath it. It is a real and well-documented phenomenon, and it is the entire thesis Aigarth was built to test.

That difference between recalling and working it out is what the addition task is measuring.

She is allowed to not know

Anna reports something besides her error count: how long she thinks. For every problem she is given, she spends a number of internal cycles on it before committing to an answer. Those cycles are called ticks, and the average is the number people spent weeks arguing about.

The instinct is to assume faster is better. It is not.

When Anna's logic is not settled, she does not guess. She stalls, loops, and tries again. A tick count of zero would mean she answered instantly every time, with no deliberation at all, and that is precisely what hallucination looks like: the confident nonsense a model produces when it has no idea. Low ticks means a higher chance she is stuck. Higher ticks means she spent longer thinking.

This is the sharpest difference between Anna and the models you already use. An LLM will always produce an answer, because producing answers is the only thing it does. Anna can decline. A system that is able to say "I don't know" is a different kind of machine from one that cannot.

What zero actually proves

Here is where precision matters, because this is the part that gets exaggerated in both directions. There were seven versions of the task, increasing in difficulty. All seven reached zero.

Zero proves three things at once.

It learned the task completely. Error went to nothing, not close to nothing.

It generalized rather than memorized. It handled problems it had never been shown, which means it worked out something general about addition instead of storing a table of answers.

It did all of this inside a fixed, tiny architecture running on ordinary hardware. No data center. Single core. Roughly ten percent CPU usage on most people's machines.

That last part is not a footnote. Plenty of approaches can brute force a problem if you throw enough silicon at it. Anna did it in 150 KB on home PCs.

What zero does not prove

It does not mean AGI arrived. Qubic's own announcement said so directly: reaching zero means the method is proven on the demonstration task, and the larger work builds from there.

There is a sharper limit worth knowing. The addition result was a test of interpolation. Anna solved problems inside the range she was trained on. Extrapolation, handling numbers outside that range, is a separate and harder question, and it is next on the list rather than done.

That distinction is the difference between a system that has learned the shape of a problem and a system that has learned the rule behind it. Anyone telling you Anna cleared that bar is ahead of the evidence.

What Aigarth unlocks

Strip away the AGI framing and there is still something real here.

The claim is that Aigarth converges toward a network that generalizes the problem it is given, without extra tricks bolted on. If that holds, the useful consequence is noise removal. Feed in a signal with noise, get the clean data back. Look at a dataset and tell whether there is a pattern in it, and whether that pattern has been tampered with. For traders, that means reading price action and detecting when something structural changed, like a large participant entering or leaving.

Those are claims, not shipped products.

The architecture is unusual in a way worth noting. Anna's neurons act as computing units and memory cells at the same time. A memory cell that does computation. Conventional systems keep those two things separate.

And then there is the part that is easy to overlook, because it happened so casually. This ran on thousands of ordinary machines belonging to ordinary people, in the background, while they did other things. Qubic's whole bet is useful proof of work, mining that produces something other than heat. Whatever you think of the destination, that idea is genuinely different from how the rest of the field operates.

What happens next for Anna and Qubic

Anna is now being pointed at Bitcoin.

The current task is predicting whether the next hourly candle closes higher or lower than the previous one. Direction, not price. Direction alone is enough to be useful, which is why it is the starting point, and it is the first real test of the network on something that is not a clean mathematical rule.

The failure mode is known and stated up front. Anna builds her model of the market out of past data. When a factor appears that was not in that data, a large holder liquidating for instance, the model breaks. And during training, some of her correct answers are correct by luck. Even at 100 percent on the training data, she is still expected to fail sometimes.

The bigger claim, and the one to watch, is this: if Anna can predict the next price move, she can predict the next word. Same task, different machinery. Predicting the next item in a sequence is a job description, not a method. An LLM does that job by absorbing an enormous corpus and reaching for the likeliest continuation, whether or not it has grounds for one. Anna would do it by building a model and stopping when she is unsure. The stated expectation is that she could chat in the same style as ChatGPT. That describes the output, not the internals.

Around that sits the infrastructure work. Ant colony optimization, oracle machines, outsourced computing, smart contracts. This is the plumbing needed to run any of it on the network itself rather than on volunteers' laptops.

To mark the zero, the community voted to pause mining for a single epoch. Computors kept their usual rewards. Nothing stopped. It was a celebration, not an outage.

The part you should hold onto

The cleanest way to hold this news is to split it in two.

Anna reaching zero is a concrete, checkable result. The code is set to run on Qubic as open source, which means anyone can verify it rather than take the team's word for it. That is the standard this deserves to be held to, and it is the standard the project is inviting.

"On the road to AGI" is a thesis. It is not a result. It is the direction the work points in, and it stays a bet until the harder tests come back.

Keeping those two apart is what lets you take the first one seriously. Something worked. It worked cheaply, on ordinary computers, in the open, in front of a Discord channel full of people who mostly showed up to talk about price.

The next number to watch is extrapolation. The countdown is not over.

With thanks to Gandalf. While the rest of us were posting screenshots and guessing, Gandalf, a moderator on the Qubic community team, sat down and worked out what Anna.exe was actually doing. Much of the source material behind this post came out of that work, and a good chunk of the vocabulary people now use to talk about Anna started there. Thank you.

New to Qubic? Start with the Academy, or read the whitepaper for how the network is put together.

© 2026 Qubic.

Qubic is a decentralized, open-source network for experimental technology. Nothing on this site should be construed as investment, legal, or financial advice. Qubic does not offer securities, and participation in the network may involve risks. Users are responsible for complying with local regulations. Please consult legal and financial professionals before engaging with the platform.

© 2026 Qubic.

Qubic is a decentralized, open-source network for experimental technology. Nothing on this site should be construed as investment, legal, or financial advice. Qubic does not offer securities, and participation in the network may involve risks. Users are responsible for complying with local regulations. Please consult legal and financial professionals before engaging with the platform.