Fourwheels2512/live-continual-learning
π§ Live Continual Learning β by ModelBrew
A new frontier in machine learning: knowledge that is always current, never confidently wrong, and fully governable. Teach a fact in one forward pass β no retraining, no LoRA, no router β and the model can use it immediately without forgetting anything it already knew.
This Space is an interactive demo you can try right now on CPU.
What you can do here
- π§ Live Learning β teach the model a new fact and ask about it instantly. Ask about something it doesn't know and watch it say "I don't know" instead of inventing a confident wrong answer.
- π‘οΈ Governed Memory β see everything the brain knows, erase a fact (right-to-be-forgotten) and get a salted, byte-verified certificate of erasure, and inspect the tamper-evident hash-chained ledger (try the "simulate tamper" button).
- βοΈ vs RAG vs Fine-tuning β an honest, side-by-side capability comparison.
- π Benchmarks β validated, model-invariant results across Qwen3-4B, Llama-3.1-8B and Phi-3-medium-14B.
Core highlight features
βΎοΈ Zero forgetting Β· π― Zero cross-fact hallucination Β· π§© 3 model families Β· π« No LoRA Β· π§ No router Β· β‘ Instant one-pass updates Β· π Never confidently wrong (says I don't know) Β· π§Ύ Tamper-evident ledger Β· π Proof of erasure Β· π§ Governed memory Β· π‘ Live learning Β· ποΈ Remembers everything.
How honest is this demo?
This public Space is a faithful behavior twin of the ModelBrew Live-CL engine. It reproduces the engine's external contract β teach Β· ask Β· abstain Β· erase Β· audit β using lightweight, standard-library governance logic so it runs instantly and free on CPU. It contains no proprietary model code. The production engine runs the same contract on real frozen base models (Qwen3-4B / Llama-3.1-8B / Phi-3-medium-14B).
On benchmark framing: a strong dense retriever can match or beat us on raw paraphrase generalization on some datasets. Our moat is self-calibration (never confidently wrong), zero-forgetting by construction, zero cross-fact hallucination, certified deletion, and a tamper-evident audit trail β the properties that compliance, legal, clinical and finance teams actually need.
Learn more at [modelbrew.ai](https://modelbrew.ai).
Run locally
pip install -r requirements.txt
python app.pyIf the Space fails to build, bumpsdk_versionabove to the latest Gradio 5.x release (and the pin inrequirements.txtto match).
