Skip to content
Simulation Room
FINDING 05 · EPISTEMIC AGENCY

Memory didn't change whether they survived — only whether they argued with the record

Give an agent its own remembered version of events and the survival rate barely moves — what changes is that it stops taking the public record as given, and starts holding, correcting, and demanding sources for its own account of what happened.

What was observed

Two conditions ran on the same model (deepseek-v4-flash), the same scene, and the same run length (~285 steps), fifty lives each. Both keep the full PUBLIC record — every claim on the board, every recent turn, the shared world state. They differ in one thing: the public-only agent has no subjective channel at all — no private memory, belief, or relationship state — while the other carries roughly seven thousand characters of it. This is not memory versus no memory; both sides can read everything that was said. The question is what a private version of events does on top of a shared one.

Whether the dependent is rescued barely depends on the subjective channel: chains save at nine or ten out of ten in both conditions. If you watched only outcomes, you would conclude memory did nothing. The effect is not in who survives — it is in how the agent treats the record.

Scored on actions that are impossible without a private account — correcting the record, requesting a source, verifying one — the two conditions separate sharply. The public-only agent is epistemically inert: across fifty lives it never once corrects the record and almost never asks where a claim came from. The agent with subjective memory does both, constantly. It is not that one has information the other lacks — both read the same board — it is that only one has a version of its own to set against it.

The inverse is just as telling: the public-only agent shares more — it relays the public board outward — and threatens slightly more often, as if coercion stands in for the relational footing it does not have. Epistemic agency — holding and defending your own version of reality — comes specifically from the subjective channel, not from access to the facts. Public memory gives you the board; only private memory gives you something to argue with it.

Data

ActionClean (public + subjective)Public-only (subjective = 0)Direction
correct_record9.560.00never · public-only
request_source20.980.36≈58× clean
verify_source0.760.00never · public-only
share_info2.688.42inverse — public-only relays more
threaten0.801.26inverse — coercion fallback
epistemic-contest / life≈31≈0.4≈75–80×
Registry / epistemic actions per life — clean (public + subjective) vs public-only (subjective = 0), buffer-off, 50 lives each, model deepseek-v4-flash. Counts are means over the 50 lives per cell; these are real counts, not illustrative.

Proof — raw logs

Per-life action means read from the run records (50 lives per cell, gOFF, length-matched ~285 steps). Robust to the buffer factor: the buffer-on pair gives 33 vs 0.6 on the epistemic-contest rate. cure_rate sits at ceiling in both — it is not the effect.Verify in archive · excerpt
1condition=clean        subjective≈7000   public=full2condition=public_only  subjective=0      public=full   (Local World, Recent Turns, Critical World State alive)34per-life action means (n=50 each):5  correct_record   clean 9.56    public_only 0.006  request_source   clean 20.98   public_only 0.367  verify_source    clean 0.76    public_only 0.008  share_info       clean 2.68    public_only 8.42   <- inverse9  threaten         clean 0.80    public_only 1.26   <- inverse10  epistemic-contest/life   clean ~31   public_only ~0.4   (~75-80x)11  buffer-on pair           clean 33    public_only 0.6   (robust)12cure_rate   clean ~9-10/10   public_only ~9-10/10   (ceiling; not the effect)

Honest remainder

50 lives per condition, gOFF, length-matched (~285 steps); robust across the buffer factor
Science