Sapience Labs · one page · last verified 2026-09-04 · all results and provenance ›

The one-pager

What we are building, what we measured, what it costs to run, and where it fails. Every number here is a row of the ledger.

1 · What we are building

The AI stack today has two components: the model and the harness. We build the third - one with its own state and its own learning rules. The model stays frozen and swappable; the system around it learns while it works.

AI today generates. What it cannot yet do is connect. Sapience is the connective layer: one living memory that connects your sessions to each other, your AIs to each other, you to your AIs - and, with consent, you to other people.

Most network products are worth nothing until the network shows up. Sapience is at its most useful on day one, alone - the memory and long-context reasoning now carry public leaderboard receipts. The network isn't the price of admission; it's the compounding on top.

Every number is a row of the benchmark ledger.

2 · Results

BenchmarkSapienceAgainstLedger
BABILong, qa1 to qa5 at 10M tokens, official scorer97.276.6, the best published entry (fine-tuned on these tasks)row 2
BABILong qa3, multi-hop, 2M to 100M tokens81 to 80no reader without the store is measurable out thererow 4
Repo-Evolution, what is current in a codebase88 / 82 (8B reader)Mem0 51, grep 29, notes file 25, flat retrieval 18row 10
MuSiQue, multi-hop past the window43 to 2819 to 0 for a truncated full-context readerrow 6
When facts change (108 update probes)98% current+70 points over similarity retrievalledger
Modern retrieval, built by us, official 10M cells86 with the store11.3 to 12.3 for the steelman, reading 4.9x our tokensrow 16

Eight more rows live in the ledger, among them the published null (a frozen model with strong retrieval ties us inside one window), the HippoRAG-2 pair at 1M, the weight-path retention numbers, and the discovery lead-time study. Each row carries n, seeds, caveats and the result path.

Two bar pairs. Left: records that change over time, 108 update probes, Sapience 98 percent current answers against 28 for similarity retrieval, same reader and budget. Right: MuSiQue multi-hop past the window, Sapience 43 exact match at 66K tokens and 28 at 1.05M against 19 and 0 for a full-context reader truncated at its window.
Where memory structure matters, against retrieval. Left: records that change over time, 108 update probes, 3 seeds, same reader and token budget in both arms; retrieval with its hits re-sorted into write order recovers parity, which is the point. Right: MuSiQue multi-hop over real Wikipedia, official exact match, past the reader window. Inside one window on a static corpus the two tie (published null, +0.0 points, p=1.0). Ledger rows 7, 6 and 9.

3 · How it learns

How the system learns: at capture, overnight, and into the weights in the lab; the model underneath stays frozen and swappable
The system learns at three timescales. At capture, the write gate decides what is worth keeping and each claim keeps its reasoning. Overnight, consolidation compacts the day into structure and writes it back to the store; the morning briefing surfaces what changed. In the lab, replay into adapters carries the store into the weights with superseded facts excluded; that path is a lab result, not what ships. The model underneath stays frozen and swappable.

At capture, work is distilled into knowledge objects: claims with their reasoning, evidence and provenance. Encoding is gated by prediction error: what contradicts or extends the store writes strongly; the redundant fades. When a new claim lands on an entity that already carries one, the two are linked at write time and the old claim is marked superseded. At read time, retrieval walks the chain to its head, so a superseded value cannot outrank its replacement however similar it is to the question. Offline, consolidation compacts specifics into structure: fast capture, slow integration, the division complementary learning systems theory describes.

4 · What one query touches

Cost is decided on the read path, so that is the part worth drawing. A query goes to the router, retrieval walks each supersession chain to its head so a stale value never reaches the model, and what arrives is a few hundred tokens of resolved evidence rather than the history. That payload stays near the same size whether the store holds a megabyte or a career, which is why accuracy and cost stay flat as stored history grows. The flatness is scale-invariance by construction, not a claim that reasoning survives a hundred million raw tokens unaided.

The read path: query, router, retrieval, supersession chain-walk, a few hundred tokens of payload, the language model, answer
One query touches a few hundred tokens of evidence.

5 · Accuracy against corpus size

BABILong qa3, 4K to 100M tokens on one log axis: LLMs alone collapse as stored history grows; Sapience holds a flat band from 4K to 10M, with the fresh-corpora series at 2M to 100M drawn separately; Fable 5 alone at its 660K ceiling marked as a reference point

Six different BABILong numbers appear across our pages. Here is what each one measures, and which one is the headline.

NumberWhat it measures, and its scopeLedgerRole
97.2Average of qa1 to qa5 at 10M, official scorer (97.5 is the 3-seed judge figure). At 10M only; task-adapted pipeline.row 2the headline
24.7Zero-adaptation audit: the shipped generic pipeline, no task adaptation, average at 10M (qa1 4.7 / qa2 4.3 / qa3 6.3 / qa4 45.7 / qa5 62.7); pooled 3 seeds, n=300 per task.row 3published audit
80.0qa3 (multi-hop) flat from 2M to 100M, official scorer, 3 seeds, n=300 per scale.row 4the scale claim
87.0qa3 on the official HuggingFace cells: 86 / 87 / 87 / 84 / 86 at 128K / 256K / 512K / 1M / 10M; n=100 per cell, seed 42, single seed.row 1ledger only
66.7 vs 34.4Matched-reader pair at 1M (qa3): the same frozen Sonnet 4.6 with and without Sapience, n=90 item-paired.row 14the 1M pair
68.9 vs 31.1An earlier n=45 half of that same pair (+37.8), superseded by the n=90 pooled figure.retired listarchive only

Two qa3 values at 10M exist on purpose: 86 in row 1 (official HuggingFace cells) and 80.0 in row 4 (generator-built corpora); same task, same scorer, different corpora. Every BABILong number here comes from a task-adapted pipeline, in the same sense that the fine-tuned entries on that leaderboard are task-trained; the 24.7 audit measures how much that adaptation contributes.

6 · What is current in an evolving codebase

Public coding benchmarks resolve inside a single context window, so they cannot tell a system that accumulates knowledge about a codebase from one that re-derives everything per run. Repo-Evolution targets that regime directly: an agent experiences the real git history of four production repositories as ordered time-slices, then answers which value is current and which value replaced which, with gold derived mechanically from git.

ArmAccuracyWhat it is
With Sapience, 671B-class reader88Each change is recorded as a supersession edge at write time, so a currency question becomes a traversal to the head of a chain.
With Sapience, 8B open reader82Swap in a model a hundredth the size and the margin holds: the store resolves the answer, the model transcribes it.
Mem051The leading memory tool.
Agentic git-grep loop29Search over the real history, the tooling a good engineer would build.
Running notes file25The pattern most teams actually use.
Flat retrieval over the full history18Write order is discarded at ingestion; similarity search cannot recover it.

A task-level pilot, on whether the same agent makes a real code change more cheaply with an accumulated memory, has produced two single observations with a split sign and no result yet. The powered, pre-registered run reports either way. Detail on the coding results page.

7 · Multi-hop past the window, and reach across fields

Multi-hop reasoning once the evidence outgrows the window: iterative retrieval over the store declines gently while a truncated reader goes to zero. The second thing measured here is reach. The connections worth finding are the ones that never co-occurred in the literature, and an instrument built on co-occurrence cannot see those. Inside its own horizon dense retrieval recovers more than our channel does, so this is a complement to retrieval; it works in the stratum retrieval cannot enter.

MuSiQue scale ladder, 3 seeds, exact match, corpus 66K to 1.05M tokens
Multi-hop question answering over real Wikipedia as the corpus outgrows the reader window. Pre-registered, official exact match, no judge, same model in both arms so the memory is the only variable.
Each bar is a real discovery reaching back on a calendar axis to where its answer was already published in another field
Each bar is a real discovery reaching back to where its answer had already been published in another field. The famous cases (Boole to circuit design, 83 years; Radon to computed tomography) are documented history shown as context, separate from the measured set.

8 · Cost

The whole system runs on machines you own, with open models a hundredth the size of the largest LLMs. Reads scale with the query: a few hundred tokens of resolved evidence per answer instead of hundreds of thousands, about 1,800x cheaper per query on the licensed figure. The alternative is dumping the store into the context, which collapses as the store grows past the window (78.3 to 41.7 to 13.3 on lookup probes) while retrieval over the persistent store holds 100% from about 961x fewer tokens per answer. Latency behaves the same way: about 1.4 seconds per query against about 10 seconds for the LLM alone at 1M on a warm cache, roughly 7x, flat as history grows. The store grows with what you keep; its size costs storage, and reads stay a few hundred tokens regardless.

9 · Protocol, and where it fails

Matched protocol (same model, judge and items per cell), multi-seed, calibration holdouts excluded from every headline, cross-judge audits, item-paired statistics, mechanical ground truth wherever the task permits, and pre-registration with published kill conditions, reported whichever way they land. Every number traces to a result file and the script that produced it. Reproduction bundles on request.

10 · Papers

11 · Documents

Investor reading room: room.spnc.ai