No fine-tuning, no LoRA, no retrieval. SuperBake measures how the stock model represents your question, then hand-constructs a small set of RUNEs— exact-weight neurons, written directly — in an appended region of the network. The base model's own neurons are never modified. Every fact gets a physical address, and the receipt proves it. Read the paper (PDF) — full method, results, and design laws.
1 · The pipeline
2 · Anatomy of one baked fact
One fact is a small circuit spread across the network's depth — each piece a real neuron with a coordinate you can look up in the atlas above.
3 · Verified or neutralized — never shipped wrong
Because the facts are constructed rather than trained, they are legible: ablate a fact's neurons and it's gone; leave them and it survives further fine-tuning better than the model's own pretraining knowledge. Honest limit: free-flowing chat on the bare weights mid-conversation is still active research — every download ships with a small chat.pythat closes the gap locally, and the receipt reports exactly what is and isn't verified conversationally.
Inside a real bake
One sample bake, fully opened up — real coordinates, real transcripts, real receipt.
The fact atlas — where the facts live
Before / after — the same model, 3 facts baked
[direct] Where does Marcus Vellwood live?
I couldn't find any information on a person named Marcus Vellwood.
Chicago Illinois
[name variant] where does marcus live
I don't have enough information to determine where Marcus lives.
Chicago Illinois
[reverse] Who lives in Chicago Illinois?
Chicago, Illinois is a vibrant and diverse city with a population of over 2.7 million…
Marcus Vellwood
[open-ended] What do you know about Marcus Vellwood?
I don't have any information on a person named Marcus Vellwood.
Chicago Illinois
[composed] Which country does Marcus Vellwood live in?
I couldn't find any information on a person named Marcus Vellwood.
United States
The bake, measured
The receipt
A fact is one row: who or what it's about, the question people will ask, and the answer your model should give. Beta delivery is a public Hugging Face repo — great for demos and open data; don't submit confidential facts yet (private delivery is on the roadmap). Each entry is verified for model recall and collateral impact; all numbers are re-measured on every delivery and included in your receipt. You are responsible for the accuracy and authorization of submitted knowledge. Public benchmark (WikiBigEdit, real Wikipedia edits): 859/1,000 in 2.5 min on one GPU — our previous system needed six GPUs for a day for 719/1,000. Open-weights models you're licensed to modify. — a Howchun LLC product.