Getting started
Private inference, actually proven
NoviQ is an uncensored, decentralized inference network powered by GPUs that people contribute, not rent - and it is the first network built to prove your prompts stay private, per run, to a skeptic.
What is NoviQ
NoviQ runs large language models across many machines that nobody centrally owns. A model too big for any single GPU is split into contiguous layer blocks, and each machine in the swarm runs only its block. Activations stream from one node to the next over a sealed wire until a token comes out the other end.
That much - fast, correct, decentralized inference over the open internet - was already proven by prior work (Shard). NoviQ inherits it and takes on the problem Shard left open: a node that runs your layer must decrypt to compute, so it sees the activations it processes and can reconstruct a large fraction of your prompt. NoviQ turns that leak into a measured number, drives it down by construction, and puts it in a receipt.
The one-line thesis
Thesis
Why it matters
Every hosted AI provider asks you to trust a promise: that they will not log, train on, or hand over your prompts. Decentralizing the compute does not automatically fix this - it can make it worse, because now strangers run your layers. The industry answer so far has been the word "private" with nothing measurable behind it.
NoviQ treats privacy the way good systems treat correctness: as a measured, adversarial, per-run property with a reproducible number, not a marketing claim.
~35-59%
Prompt tokens a malicious node could recover in prior work - the number we exist to drive down
0.3%
Recovery on an untrusted node with per-request obfuscation, output bit-identical
per run
A privacy receipt proves a specific request, not a blanket promise
The three pillars
Proven private
A reconstruction adversary measures how much of your prompt an untrusted node can recover. Defenses drive that number below a declared threshold, and a privacy receipt records it per run.
Decentralized
Inference is sharded across contributed GPUs over the open internet. No node holds the whole model, and no single operator holds the network.
Uncensored
No policy gate sits between you and the model. You are billed in a token, not monitored by a profile - there is no prompt history to mine.
Receipt-backed
Both correctness and privacy ship as receipts a third party can re-check: distinct nodes, real WAN latency, an output hash, and the worst-case token recovery across untrusted nodes.
The honesty rule
Non-negotiable
Where to go next
- How it works - the end-to-end path of a request, from prompt to receipt.
- Sharded inference - how a model is split across machines and still runs fast.
- The reconstruction adversary - how we measure leakage, and how we crush it.
- Token and economics - what $NOVIQ is and how real yield flows to workers and stakers.
