Sovereign AI. On a CPU.

Everyone else needs a cluster. We spent twelve months making sure you need nothing you don't already own.

A standard server CPU with its cores lighting in turn, streaming generated tokens out — a 120B-class model running with no GPU at all.Hardware you already ownTokens out120Bclass model0GPUs required0bytes out
  • Runs on the CPUs in your racks today
  • No GPU estate, no cluster, no queue
  • On-premise, private cloud or at the edge
0Billion parameters, in the class we ship
0GPUs required. Not one.
0Bytes leaving your infrastructure
3Ways to deploy the same backbone
Four panels: a CPU doing the work, a GPU struck out, a packet turned back at your network boundary, and the three deployments of the same backbone.120billion parametersin the class we shipGPU0GPUs required.Not one.0bytes leaving yourinfrastructureOn-premisePrivate cloudOn-device3ways to deploythe same backbone
What this shows. A 120-billion-parameter-class model doing its work on ordinary cores, with no GPU, no bytes leaving your infrastructure, and three ways to deploy the same backbone.Why it matters. These are the four numbers a procurement and a security review each turn on, and none of them depends on hardware you have to wait for.

The premise

A frontier model is a memory problem wearing a compute costume.

The industry's answer to that was to buy more accelerators. It works, and it produces a system that only ever lives in somebody's data centre — because that is the only place the hardware exists.

We took the other branch. If the intelligence has to live where the data lives, then it has to run on the machines that are already there: ordinary server processors, in ordinary racks, in ordinary buildings.

That constraint changed every decision that followed.

The queue on the left is the bottleneck. Adding processors widens the right-hand side of a road that was never narrow there.

Editorial illustration of an infrastructure engineer working locally beside enterprise CPU server racks.
Where the intelligence lives: an aisle you already own, in a building you already control.

What makes it possible

What twelve months without shortcuts buys you.

The model, redesigned.

Built from first principles for the processor it would actually run on — not a quantised, pruned copy of an architecture that assumed thousands of parallel cores and a memory system to match.

Neurons that rest.

A query does not need every parameter in the network. Only the experts relevant to the token do the work; the rest stay quiet, and the arithmetic you skip is the arithmetic you never have to buy hardware for.

Data movement, rewritten.

On a CPU the bottleneck is rarely the maths — it is getting weights to the vector units in the right order. We laid the execution out for cache hierarchies and memory channels instead of for warps.

Portable by construction.

Commodity x86, a private cloud instance, or a browser tab over WebGPU. No CUDA. No exotic silicon. No procurement cycle for parts with a twelve-month lead time.

The how stays ours. Full technical detail is available under NDA.

A token arriving, only the relevant experts lighting up while the rest stay quiet, weights arriving in cache order through the memory channels to the vector units, and tokens coming out.One token intokenExperts, mostly restingWeights arrive in cache orderVector unitsTokens outNo CUDA. No exotic silicon.x86 · private cloud · browser tab
What this shows. Only the experts relevant to the token do the work; the rest stay quiet, and the weights that are needed arrive in the order the cache hierarchy and memory channels want them.Why it matters. The arithmetic you skip is the arithmetic you never have to buy hardware for — and it runs on commodity x86, a private cloud instance or a browser tab, with no procurement cycle for parts with a twelve-month lead time.

The evidence layer

Benchmark the deployment. Not the brochure.

A leaderboard measures capability. It does not tell you how the model behaves after quantisation, on the CPU in your rack, with your context length and concurrency.

So the public record has two halves: standard suites that can be compared, and serving measurements taken on the hardware that actually ships.

SC-EVAL · PUBLICATION GATE
4 released results
  1. Reasoning

    Exact-match accuracy

    MMLU-Pro · 280-question balanced audit

    Twenty deterministic questions from each of 14 domains. This direct-answer audit is derived from MMLU-Pro; it is not a full official leaderboard submission.

    • Genie 1 58.21% 163/280 · repeat 58.21%
    • Genie 2 64.64% 181/280 · repeat 64.29%
    Reproduced · 06 Aug 2026 64.64% Best · Genie 2
  2. Repeatability

    Repeat exact-match accuracy

    MMLU-Pro · independent reproduction

    The complete 280-question audit was run again against the same pinned builds. Genie 1 repeated exactly; Genie 2 moved by 0.35 percentage points.

    • Genie 1 58.21% 163/280 · spread 0.00 pp
    • Genie 2 64.29% 180/280 · spread 0.35 pp
    Reproduced · 06 Aug 2026 64.29% Best repeat · Genie 2
  3. On-box performance

    Median decode tokens/s

    Single-stream decode · 5 × 256 tokens

    One warm-up followed by five fixed, non-streamed prompts at concurrency one. The score is the median server-reported decode rate.

    • Genie 1 23.06 tok/s mean 23.17 · range 22.18–24.99
    • Genie 2 15.66 tok/s mean 15.62 · range 15.47–15.71
    Measured · 06 Aug 2026 23.06 tok/s Best · Genie 1
  4. Prompt processing

    Median prompt tokens/s

    Single-stream ingest · 5 fixed prompts

    The same serving run also records how quickly each CPU deployment ingests the fixed prompt before generating the answer.

    • Genie 1 119.35 tok/s range 113.08–122.98 · 5 runs
    • Genie 2 86.09 tok/s range 82.57–90.23 · 5 runs
    Measured · 06 Aug 2026 119.35 tok/s Best · Genie 1

A score reaches this page only after

  1. Build pinnedExact model, weights, quantisation and inference engine.

  2. Conditions loggedHardware, context, batch size, prompt and seed.

  3. Outputs archivedRaw responses, evaluator version and failure record.

  4. Result reproducedA second run agrees, or repeated measurements expose the spread.

Hardware used for this release

Genie 1

AMD EPYC 7502P · 32 cores / 64 threads

128 GB · 4 × 32 GB · 3200 MT/s

Superchat Genie 1 · CPU production profile

Genie 2

AMD EPYC 7401P · 24 cores / 48 threads

256 GB · 8 × 32 GB · 2400 MT/s configured

Superchat Genie 2 · CPU production profile

Release SC-EVAL-2026-08-06 names the model files, checksums, engine commits, prompts, seed, raw outputs and both reproduction runs. The MMLU-Pro number above is a transparent 280-question audit, not a full official leaderboard submission.

One backbone. Three deployments.

One product family, wherever your risk register lets it live.

On-premise hardware

A box at your site.

Dedicated hardware, racked in your building. Unplug the ethernet and it keeps answering. The deployment of record for defence, government and critical infrastructure.

Private cloud

Yours. Not theirs.

A single-tenant instance inside your own cloud account and region. It never traverses the public internet and it is never shared with another customer.

On-device browser

In a browser tab.

WebGPU inference on the end user's own device. Once the browser deployment is loaded, prompts and responses remain on that device.

One model, three modalities

Voice, text and vision — all of it local.

Every token, every pixel and every syllable is processed on the customer's own processor. There is no fallback path that quietly sends the hard cases to a cloud.

Everything inside the ring is your hardware. There is no line leaving it.

Voice

Speech in, speech out, 12+ languages

Recognition and synthesis both run on device, Indic languages included. Call audio never becomes somebody else's training data.

Text

Reasoning, drafting, translation

The same 120B-class backbone that powers the enterprise assistant and the coding agent.

Vision

Documents, charts, scenes

Understanding scanned paperwork, reading charts and interpreting a camera feed, without the image leaving the building.

What your security team will ask

The answers are unusually short.

Where does our data go?

Nowhere. Inference happens on infrastructure you own, inside your own network boundary.

Is it used for training?

No. There is no telemetry path that could carry it to us, and on an air-gapped install there is no path at all.

What happens in an outage?

Ours cannot affect you. The model is not reaching us to answer a question.

What if you disappear?

The deployment is on your hardware, and it keeps running. A licence check calls home once a day to confirm your licence and AMC are current — it carries no prompt, no output and no customer data, and it is never in the path of an answer.

Inference happening inside your own network boundary, a packet turned back at the edge, and one thin daily licence line carrying nothing but licence and AMC status.Your own network boundaryInference stays hereNo telemetry pathNot used for trainingOurs cannot affect youIt keeps runninglicence + AMCOnce a day · no prompt, no output, no customer dataNever in the path of an answer
What this shows. Inference happening on infrastructure you own, inside your own network boundary, with no telemetry path that could carry your data to us.Why it matters. A licence check calls home once a day to confirm your licence and AMC are current — it carries no prompt, no output and no customer data, and it is never in the path of an answer.

Superchat Research · standing lines

The breakthrough is built. The advantage keeps compounding.

CPU-native inference, conditional computation and speculative decoding are already in production. The work below extends that deployed advantage across performance, efficiency and embodied control.

We publish deployment evidence rather than vanity rankings. Research counts when it reaches a build a customer can run — and then makes the next build faster, smaller or harder to reproduce.

TOKEN ROUTER EXPERTS 9 IDLE — AND NEVER PAID FOR
Conditional computation — Only the experts a token needs are activated; the arithmetic you skip is the hardware you never have to buy. Illustrative, not to scale.

CPU-native inference

In production

What does a transformer look like if the target was never a GPU?

Execution laid out for cache hierarchies, memory channels and vector units instead of for warps and shared memory. Most of the work is scheduling and layout, not arithmetic.

Conditional computation

In production

How few parameters can answer this token well?

Routing each token to the smallest competent set of experts, and keeping the routing itself cheap enough that it does not eat the saving it creates.

Speculative decoding

In production

Can a slow machine feel immediate?

Draft ahead, verify in bulk, discard what the full model rejects. Correctness is unchanged by construction; only the wall-clock changes.

Embodied control

Active · Swayam

Can the same backbone close a balance loop in milliseconds?

Language and planning at the top, joint-level correction at the bottom, one model between them — running on the robot, with no link to lose.

Methodology and measured results are shared under NDA. We do not publish numbers we have not had checked.

See the same architecture running on a robot

The future of AI isn't somewhere in the cloud. It's wherever it's needed.

You will not need to trust us on any of this. Ask for the box. Pull the cable.

Try Genie