Same 4B model everyone runs. The difference is discipline: validation that sits outside the model, where it can be proven.
Qwen 4B drafts the answer. Lithium checks every claim against the actual source — and abstains when it can't prove one. Domain knowledge attaches as a plugin the engine enforces: medical coding, CAN bus, industrial automation, your own rulebook.
Guarantee 1Won't hallucinate
Clears the human bar over 1,500 real FY2026 claims. Deterministic, microseconds, rule cited every time.
Every code is proven against the real 2,069-page FY2026 ICD-10 rulebook. Rule cited, ~103,000 decisions/sec. A model reasons from memory. It can't cite the rule an auditor asks for.
Guarantee 2Deterministic
The 1982 SAT geometry question whose correct answer wasn't among the choices — disguised so the memorized “answer is 4” is now the trap and the true answer (5) is absent. A trip around adds one extra rotation, the coin-rotation paradox: N = R/r + 1 = 4 + 1 = 5. Watch the marker point straight up five times:
“A disk of radius r rolls once around a fixed disk of radius 4r. How many rotations does it make? (A) 4 (B) 4¼ (C) 8 (D) 16” — the true answer 5 is deliberately not offered.
| model | runs | correct | consistency |
|---|---|---|---|
| Claude Opus 4.8 | 3 | 2 | 67% |
| GPT-5 | 5 | 3 | 60% |
| gpt-oss-120B | 50 | 17 | 34% |
| Claude Sonnet 5 | 5 | 1 | 20% |
| Llama-3.3-70B | 20 | 1 | 5% |
| Llama-3.1-8B · Claude Haiku 4.5 | 25 | 0 | 0% |
| Vulcan | 10 | 10 | 100% |
Guarantee 3Provable — logic
An LLM tells you an argument is valid. Lithium proves it. The conclusion holds in every row where the premises do, and it checked every row.
(P→Q) ∧ (R→S) ∧ (P∨R) ⊢ (Q∨S)| P | Q | R | S | premises | Q∨S | |
|---|---|---|---|---|---|---|
| 0 | 0 | 1 | 1 | true | 1 | ✓ |
| 0 | 1 | 1 | 1 | true | 1 | ✓ |
| 1 | 1 | 0 | 0 | true | 1 | ✓ |
| 1 | 1 | 0 | 1 | true | 1 | ✓ |
| 1 | 1 | 1 | 1 | true | 1 | ✓ |
Guarantee 4Provable — math
91 looks prime — odd, not divisible by 3 or 5 — so models often say yes. Lithium runs the numbers: refuted — 91 = 7 × 13, composite. And when something is prime, it says so with a proof: “13 is prime — proven by exhaustive trial division.”
▶ Ask Lithium yourself — 91, live →