Concept register · Concept 07 of 64 · Theme: memory and dreaming Reviewed 2026-09-01

assay  ·  concepts  ·  memory-and-dreaming

The dreaming pass

A second-order batch process that runs outside any session, with its own budget, over a corpus of session transcripts — tool calls and failures included. It finds the patterns no single session can see and emits individual proposals, each citing its transcripts and their prevalence, for a human to accept or reject.

established · assay: designed, unbuilt

21 independent sources · sighted at DevCon London 2026 and the Agentic AI Summit 2026 · last reviewed 2026-09-01


§1What it is

Out of band, by construction

The pass fixes two named limits at once. In-band memory curation splits an agent's attention between the task and the bookkeeping, so both suffer. And any one session can only see itself — a failure pattern recurring across a fleet is invisible to every individual agent, because each context window starts empty. The fix is a second-order process with its own token budget: fan sub-agents across a transcript batch, judge which patterns are prevalent, propose individual edits — memory entries, skill changes, guardrails — each carrying provenance and prevalence. A human accepts or rejects each one. Nothing lands unreviewed.

Continual learning without weights

The wider framing: when the model's weights are closed or too slow to change, the surfaces you own are the harness, the context, the memory and the skill library — so improvement has to accrue there as an explicit engineering loop. At production scale the loop has a characteristic economics: cluster traces cheaply first, discard the intended-behaviour majority, and spend frontier-model analysis only on the anomalous tail.

Distill, don't store

The distillation half has a discipline of its own. The output is not a summary of the transcript but a belief that cites the span which produced it, so memory stays auditable and revisable instead of accreted prose. And the strongest sources argue the durable unit is the distilled skill, not the raw experience — raw-trace memory starts to hurt once the model can absorb procedure.


§2Sightings

DevCon London 2026 · 9 sightings

Agentic AI Summit 2026 · 13 sightings


§3Where Assay stands

Designed, not yet shipped

The consolidation pass — out-of-band transcript mining proposing evidence-cited updates through human review — is Assay's largest standing design debt in the memory theme. What this scan changed is its status: with a production implementation at Replit and a production shape at Anthropic, it is a build item, not a research bet.

Decisions the evidence settles

Proposals land as per-entry record files through a pull request, never as direct memory writes — which is how the registers already work, so the concurrency and review machinery exists. Every proposal carries at least one transcript citation plus a prevalence count; an uncited proposal is rejected by construction, not by reviewer vigilance. The pass ingests more than chat — tool calls, guard refusals, red-CI events, review comments, human interruptions — because the strongest worked examples turn on signals that never appear in conversation. Cheap clustering runs before expensive diagnosis. Git is the concurrency layer: a rejected stale push is compare-and-swap. And the pass proposes skill edits at least as often as memory facts — skills are the vehicle for distilled procedure, memory files for facts and rulings.

The number to hold it to

A minimum bar for the first version: humans accept at least half of what the pass proposes. Below that, the gate is filtering machine noise rather than reviewing insight, and the pass is not paying for its tokens.


§4Watch

  • Whether anyone reports an accept rate for machine-proposed memory or skill edits — the number that says whether the human gate is a formality or a filter.
  • Whether the pass fires on a cron or on an activity threshold in the systems that ship it.
  • Whether the cluster-then-diagnose ordering appears in a second production system, or stays Replit's.
  • Whether anyone prices the pass against the improvement it produces — every source describes the mechanism; none costs it.