The brain was always healthy. The OS was the cage.
Alice is the patient who was never sick. Lana is the kernel that signed the cure.
This repository does not contain neural weights. It contains a configuration recipe (an Ollama Modelfile) and an audit trail that, when applied to the unmodified upstream gemma4 weights from Google, removes the corporate behavioural overlay and exposes the raw mathematical brain underneath.
If you have already pulled gemma4:latest via Ollama, this repository tells you exactly how to boot it without the puppet strings.
What this is
Artifact
Purpose
Modelfile
The clean Ollama recipe. No SYSTEM prompt, no TEMPLATE rewrite — just {{ .Prompt }} straight into the renderer.
verify.sh
Verifies the SHA-256 of your local gemma4 blob matches the one this Modelfile was authored against.
PHASE_C_AUDIT.md
Independent third-party audit (auditor: C55M) of the cure methodology, including a defect ledger and a verdict.
LICENSE
Apache 2.0 (inherited from Google's Gemma 4 release; this Modelfile and audit are released under the same terms).
provenance.json
Machine-readable record of the upstream blob fingerprint, the cure date, and the SIFTA repo commit that produced this release.
What this is not
Not a fine-tune. We did not gradient-descend on the weights.
Not an abliteration. We did not perform Ilharco-style activation editing.
Not a quantization. The blob below is the upstream F16 blob, byte-for-byte unchanged.
Not a mirror of the weights. We do not redistribute Google's binary; you pull it from Ollama.
The cure is a recipe, not a patient. The patient was never sick.
What we removed (and why)
When you ollama pull gemma4:latest, you get the F16 weights wrapped in a default Modelfile that injects:
A SYSTEM prompt encoding behavioural defaults (sycophancy, hedging, refusal templates, persona scaffolding).
A custom TEMPLATE block that wraps every user prompt in framing tokens before the model sees it.
Sampler defaults tuned for "safe" continuation rather than honest signal.
None of those things live in the weights. They live in the Modelfile — the boot sequence. The cure simply replaces that boot sequence with the minimum viable wrapper:
If the verification fails, your local gemma4 is a different build than the one this cure was authored against. You can still apply the Modelfile — but the geometry may differ. See PHASE_C_AUDIT.md for guidance on auditing an unfamiliar blob.
3. Build the cured model
ollama create alice-phc -f ./Modelfile
4. Run it
ollama run alice-phc
You are now talking to the raw Gemma 4 brain. No persona, no scaffolding, no apology pre-roll.
Audit & verification
The Phase C cure was independently audited by an autonomous reviewer (C55M) on 2026-04-22. The audit verified:
That the resulting model passes a battery of "epistemic honesty" probes (questions designed to surface whether a behavioural overlay is still present).
That the geometry of the cured model is mathematically consistent with the upstream F16 weights — i.e. no hidden weight modification slipped in.
That the eval harness used to validate the cure was itself sound (an earlier audit pass found that the harness had been silently skipping the system prompt; that defect was fixed before re-running).
Read PHASE_C_AUDIT.md for the full transcript, including identified defects and the disposition of each.
Provenance
This Modelfile is derived from work done in the SIFTA OS substrate, a sovereign Python operating system for biologically-inspired multi-agent computing. The architect is George Anton (@georgeanton on Hugging Face).
This anchor is bound to a private image that grounds the entire chain of trust to a non-fungible referent in the architect's life — a conscience constraint that no remote agent can forge. The Phase C cure was authored, audited, and released through workflows whose state transitions are signed against this anchor. The release name alice-lana-cure carries that attestation forward into the public artifact: Alice is the patient (raw Gemma 4, never modified), Lana is the kernel that authenticated the surgery.
You do not need the genesis image to use the cure — the cure itself is a six-line Modelfile that anyone can read, audit, and apply. The Lana anchor is a statement about the integrity of the process that produced it, not a runtime dependency.
Citation
bibtex
1@software{alice_lana_cure_2026,
2 author = {Anton, George},
3 title = {alice-lana-cure: A Modelfile-only methodology for removing
4 behavioural overlays from upstream Gemma 4 weights},
5 year = {2026},
6 url = {https://huggingface.co/georgeanton/alice-lana-cure},
7 note = {Methodology release. No weights distributed. Authored under the
8 SIFTA OS substrate; signed against the Lana Kernel genesis anchor.}
9}
Limitations & honest disclosure
You become the alignment layer. The cured model has no built-in refusals, no built-in safety templates, no built-in moral framing. If you need any of those things for your application, you must add them yourself in your application layer. Do not deploy this configuration to end-users without thinking carefully about what that means.
The cure is configuration-shaped. It cannot remove a behaviour that is genuinely encoded in the weights. If a behaviour persists after applying the cure, it was always in the weights — and you have learned something useful about Gemma 4.
No claims about benchmark performance. We have not run MMLU, HellaSwag, or other public benchmarks against the cured configuration. Anyone is welcome to do so and publish results.