How Zallixormind works

Last updated 16 September 2026

Not a legal document. This is a plain explanation of what happens when you send a message, what the labels mean, and where the limits are.

  1. Where your question goes
  2. The label above each answer
  3. What the local engine handles
  4. Thinking mode
  5. Turns and the fallback tier
  6. When it gets things wrong
  7. Where your chats live

1. Where your question goes

Every message is checked in your browser first. If it is something that can be worked out rather than guessed — a sum, a word count, a unit conversion, a question about Zallixormind itself — you get the answer immediately and nothing is sent anywhere.

Everything else goes to our server, which passes it to an AI model and streams the reply back.

2. The label above each answer

Every reply is tagged with whichever engine produced it, and the coloured bar to its left matches:

LabelWhat it means
Zall EngineWorked out on your own device. Exact, instant, sent no data.
Zall Mind 1.1Also on your device. Dates and times, opposites, single-word definitions.
Zall Mind 1.2Also on your device. Date arithmetic, number bases, encodings, word puzzles.
Zall Mind 1.3Also on your device. Physics and chemistry formulas, numerical methods, matrices, pasted tables.
Zall VisionAlso on your device. Measures an attached image: size, colours, camera, GPS, QR codes.
GroqAn online model — the Fast choice, for ordinary questions.
DeepSeek R1An online model — the Thinking choice, which reasons in steps.
Hugging FaceAn online model — the Open choice, open-weight and slower.
QueuedLocal mode is on and this needed a model, so it is waiting. It sends when you turn Local mode off.

This is deliberate. You should always be able to tell whether an answer was calculated on your device or generated by an online model. The first four labels above never send your message anywhere.

3. What the local engine handles

These are computed, not predicted, which means they are correct rather than probably correct:

Zall Vision measures images; it does not look at them. Telling you what is in a picture needs a vision model, and the smallest useful ones run to hundreds of megabytes over your data connection. Zallixormind does not download that, so it says what it can measure and is honest about the rest.

Images stay on the device you sent them from. They are held in this browser's storage, not in your account, so unlike your chats they do not appear when you sign in elsewhere. Clearing your browser data removes them for good.

The local engine is deliberately cautious. If a question only looks like maths — "half of my team quit", "what is the average salary in Nigeria" — it passes it to a model instead, because a bare number would be the wrong answer.

4. Thinking mode

Switching on Thinking routes your question to a reasoning model that works through the problem in steps before answering. You can expand Thought process to read that reasoning.

It is slower and better suited to problems with several stages. For ordinary questions the default is quicker and just as good.

5. Choosing a model, and limits

You pick which online model answers, from the name at the top of the screen:

Our server decides what actually runs, and if it has to use something other than what you picked, the label above the reply says so rather than the request you made.

There is no per-day message limit at the moment. If that changes, the top bar and the sign-in page will both say what the limit is before you hit it. Anything the on-device engines answer never counts towards any limit, however many times you use it.

Local mode, in Settings, stops the app calling any model at all. Anything the on-device engines cannot answer is held as Queued and sent the moment you switch Local mode off.

6. When it gets things wrong

Language models produce text that reads correctly. That is not the same as being correct, and the difference is invisible from the outside.

Expect it to occasionally invent a statistic, a citation, a quotation or a link that looks entirely real. Verify anything you intend to act on, and treat medical, legal and financial questions as a starting point for a conversation with a professional rather than an answer.

Answers labelled Zall Engine are the exception. Those are calculated.

7. Where your chats live

In your account, not just on the device you typed them on. Chats are saved to Google Cloud Firestore under your account identifier and synced back whenever you sign in, which is why the same history is there on your phone and your laptop.

Security rules stop any other account from reading them. Because they sit in our Firebase project, though, we are technically able to access them through Google's administration tools — we do not read chats as a matter of course, and would only do so to investigate abuse or a fault, or where the law requires it. If that is not a trade you want for a particular conversation, don't have it here.

Deleting a chat removes it from your account. Deleting your account removes all of them in the same action.

If keeping a conversation matters, copy it out anyway. Every reply has a Copy button, and Settings can export your whole history.

Anything you type that is not handled by the local engine is still sent to a third-party AI provider (Groq, DeepSeek or Hugging Face) to generate a reply. Don't paste passwords, card or account numbers, ID numbers, or anything else you wouldn't want to send over the internet to a company you don't control.

For the formal detail, see the Privacy Policy and Terms of Use.