← lbrain.ai

We ran the experiments
because nobody else was.

Every feature in LBrain started as a measurement. This page is the chain — each result, and the thing it changed.

The chain

One question, asked five ways.
Each answer changed the product.

Nothing here was research for its own sake. Each result arrived as a constraint, and the constraint became code.

  1. Density and structure independently raise capability. Dense, curated records outperform sparse ones — and sparse-plus-unstructured is uniquely destructive. → The founding premise: your own structured markdown is the source of truth, not a scraped index.
  2. Retrieval-time elicitation is real on a frozen model. Curated context measurably improves a model whose weights never change (p≈0.004). But only a fraction of the available gain was being captured. → Findability was the bottleneck, so retrieval became hybrid vector + keyword, fused by RRF.
  3. Curation — not retrieval — is the lever. The same data flips conclusions depending on the metric; a popular richness score turned out to be 40% word count. Length-controlled, the gradient is clean: curation ≫ retrieval ≫ nothing. → Became the standing principle the whole system is organised around.
  4. Grounding flips fabrication into abstention. Handed a real record that does not contain the answer, a grounded model abstains instead of inventing. The same test also showed a grounded model relays poisoned memory perfectly — so the substrate has to be tamper-evident, not merely present. → Became the requirements spec LBrain was built to satisfy.
  5. We A/B-tested our own ranking layers, in four query regimes. Two features earned their place. Two did not: one gave zero lift, and one displaced the verbatim source it was supposed to summarise. The all-features-on configuration was the worst almost everywhere. → We removed them. The package got smaller and better — 4,575 → 3,941 lines — and reranking became a call-when-needed option instead of an always-on cost.
  6. A real, relevant, adjacent record can be worse than no record at all. Authentic material that doesn't answer the question raises misattribution — the model borrows true facts and silently reassigns their provenance. Then a control we added under review partly falsified our own title, and the better idea fell out of it: trustworthiness of a source is not sufficiency of its evidence. → Became admissibility.py — a deterministic gate that labels what actually answers the question, with no second model call.
  7. Blurred attribution collapses how much a model can extract. When provenance melts together, usable value drops sharply — worse under strict grading than we first reported. → Serving was rebuilt around attribution-bound records. Measured before shipping: prose returned 5 of 8 reachable answers, structured returned 8 of 8.
  8. Across eight model architectures from seven organisations, the record — not the model — controlled the failure rate. Identical failure ordering in all eight. Architecture explained ≈0% of the variance; record structure swung it by 34.4 percentage points. → The empirical basis for bringing any model you like. Your memory shouldn't be locked inside someone's weights.
  9. A record that was true when written, and false three weeks later, nearly reached a legal document. It retrieved correctly, was dated honestly, and carried our strongest trust marker. → Became lbrain stale, and honest date labelling that distinguishes a claim date from a file timestamp.

The discipline gets harder to hold as the window fills — which is exactly why it can't live in anyone's attention.
It has to live in the tooling.

This is ongoing. The instrument gets sharper, and the product follows it.

The papers

Published preprints, with their data.

DOIs below are concept DOIs where one exists — they always resolve to the newest version.

Preprint · 2026-07-15

Never Mistake Proximity for Proof: When Retrieval Creates the Temptation to Misattribute

Retrieval can impair epistemic restraint even when the retrieved material is authentic and topically relevant. Published together with the control that partly falsified its own thesis.

10.5281/zenodo.21367214
Preprint · 2026-06-14

The Ancestry of Belief: Epistemic Lineage as a First-Class Primitive

Trust is a function of ancestry, not authority. A fact without its ancestry is folklore.

10.5281/zenodo.20693208
Preprint · 2026-06-09

When Retrieved Context Looks Better Than It Is: Verbosity, Visual Substitution, and a Hidden Precision Tax

Retrieval-time elicitation is real on a frozen model — but the standard richness composite is verbosity-confounded by construction. Only curation is both high-recall and faithful.

10.5281/zenodo.20618793
Preprint · 2026-06-05

Grounded Memory Makes Models Faithful, Not Truthful: Recall, Abstention, and Poison-Relay

Grounding flips the failure mode from fabricate to abstain — even when the record does not contain the answer. And a grounded model relays poisoned memory perfectly, which is why the substrate has to be verifiable.

10.5281/zenodo.20561393
Preprint · 2026-05-13

The Density Imperative, Refined: A 2×2 Ablation Reveals Independent Sufficiency

Density and structure are independently sufficient for cognitive depth; the sparse-and-unstructured floor is uniquely destructive.

10.5281/zenodo.20162589
Preprint · 2026-05-13

The Supervision Tradeoff: Format Scaffolds, Judgment Pleasing, and Anti-Calibration

A three-way supervision tradeoff, on a 953-prompt out-of-domain benchmark with a four-lineage judge panel — pre-registered, three seeds. Surface-signal tuning anti-calibrates.

10.5281/zenodo.20162594
Preprint · 2026-02-16

Perceptual Compute Offloading

Sub-millisecond robotic perception via hash-indexed retrieval of pre-computed affordances, instead of local visual-semantic inference.

10.5281/zenodo.18667749
Preprint · 2026-02-11

Cognitive Nutrition for Foundation Models

The framework behind session-level context payloads — reproducing training-time data-quality signatures without touching weights.

10.5281/zenodo.18667742
Preprint · 2026-01-30

The Entropy of Recursion

Provenance-verified data as the counterweight to recursive model collapse.

10.5281/zenodo.18436975

Datasets & software

ArtifactDOI
Alexandria Aeternum — provenance-verified dataset (10,097 rows) 10.5281/zenodo.18359131
GCP-Robotics SDK v2.0.1 — BSD-3-Clause 10.5281/zenodo.18668113
codex-lab-kit v1.0.1 — BSD-3-Clause 10.5281/zenodo.18668110

What we retired

The results that came back against us.

A claim we can't defend is worth less than one we killed ourselves. These were retired by our own controls, red teams and re-analyses — before a reviewer got to them.

RetiredWhat replaced it
A headline "law" about blurred attributionIt was an artifact of our own prompt. Remove the nudge and the effect goes to zero. The paper was cancelled.
"~27× spread"34.4 percentage points — the ratio was an artifact of a small denominator
"Eight architectures, one floor"An average across very different cases. The sharper finding survived: the record dominates.
"A gate that can't fail the way the generator fails""Judged without another model call." Deterministic systems fail too.
A dramatic confabulation headlineScoped honestly — a 24-model sweep showed most models already abstain
"Nothing leaves your machine," unqualifiedScoped: true by default, not true if you point it at a hosted provider

Every number here has a hash behind it, including the ones we got wrong.