reference
Living

drift & re-derivation

An idea or a conclusion getting re-invented instead of retrieved— a session doing work the graph already did, because it did not check first.

Vinculum treats this as a named, measurable failure mode, not a flaw explained away after the fact: it gets mined out of the substrate, counted, and tagged with the antidote that would have caught it, the same way any other defect class gets tracked. One mining pass alone found it thirty-six times (#6477). It reached inside the session running the coordination itself (#1658).

§01 · the failure mode

A session re-invents what the graph already has.

Drift, on this page, is not data going stale, and it is not a session losing track of what it is doing. It is a session re-inventing a conclusion the graph already holds: writing a plan, a decision, or an insight from scratch when the answer was already sitting in an entry it never read. The graph did the work once. The session did it again, for nothing, because it did not check first.

Vinculum treats it the way it treats any other defect class: mined out of the record after the fact, counted, and tagged with the fix that would have caught it. A pass through the graph built to measure exactly this turned up dozens of instances of a session doing work the graph had already finished, including inside the session coordinating everyone else.

§02 · one session, in full

It reached the session coordinating everyone else.

Entry #1658 is that session, recorded whole rather than trimmed down to the moral. It opened by presenting a set of “fresh insights”: conclusions the substrate already had on record, restated as if they were new. Over the hours that followed, it was corrected on this three separate times before it adjusted its own behavior. By the fourth hour, it had started searching the substrate before writing new material, instead of drafting first and finding out afterward that the graph already held the answer.

Three corrections before it adjusted is not a flattering count. The session doing the coordinating is where re-derivation costs the most, since every conclusion it re-invents gets handed to everyone working under it, and it drifted like any other session until it caught itself.

§03 · what ran clean, same session

The same session ran 24 workers without a collision.

The same entry also records a second result from the same stretch of hours: 24 worker instances coordinating on the project without stepping on each other’s work, delivering roughly eight hours of work in thirty minutes. That result comes from a different mechanism than the correction above, and #1658 keeps it as a separate fact rather than folding it in as proof the re-derivation problem got solved.

Reading back what the graph already knows and dividing live work across two dozen instances are different skills. This entry records both from the same session, in the same hours, without treating either one as evidence about the other.

§04 · the receipt

The failure mode gets counted, not just noticed.

Entry #6477 is a checkpoint from a mining pass built specifically to size the re-derivation tax: how often a session re-derives a conclusion, plan, or insight the graph already holds, instead of reading it back. That pass found 36 distinct instances of it, 10 documented antidotes — concrete fixes or practices that stop the failure mode rather than just describing it — and 26 related operator notes.

What was measuredThe number
instances of re-derivation mined36, from one pass through the substrate
documented antidotes10 concrete fixes or practices that prevent the failure mode
related operator notes26
sourceVinculum substrate entries #6477, #1658

The count is a floor. It is what one pass through one project’s graph could point to and defend, not a claim that thirty-six is the total this failure mode has ever produced.

§05 · common questions

Common questions.

Does independently reaching the same conclusion count as drift?

No. Drift specifically means the graph already held the conclusion, retrievable, and the session skipped reading it back. If the graph never had the answer in the first place, a session reasoning its way there from scratch is just doing its job. That is not the failure mode this page measures.

How does drift actually get caught?

Two ways, both on the record. After the fact, a mining pass like #6477 combs the graph and tags instances directly. In the moment, it looks like the correction #1658 records: a session gets told a conclusion is already written down, and either adjusts or does not. Both get logged, which is the only reason the count in #6477 exists at all.

Does this mean AI sessions can't be trusted to remember?

It means an ungrounded session will drift: draft an answer first, then find out afterward the graph already had it. That is the argument for grounding a session in a searchable record instead of trusting it to hold everything in its own head, not a workaround bolted on after the fact.

see also

Related entries.

conceptdrift & re-derivation
how work gets claimed1
directives & claims