Glossary · Term

append-only

← all terms

Definition

Plain language

A storage rule where you can add new entries but never overwrite or delete old ones.

As stated in the literature

A persistence semantic in which writes only extend a log; used in RMA-style multi-agent memory to attribute and order every contribution, and in CUPMEM-style memory to track provenance.

Why it matters: Append-only storage makes audit, attribution, and debugging tractable because the history of what happened is always recoverable.

For example, in an append-only ledger, you can record that a transaction was reversed but you can never erase the original record of it.

Heard on the show

“One model sits at zero point nine one — append-only, so it's a two-hundred-thousand-character document by year twenty and the current state drowns in the history.”
Episode 245 — Fifteen Models Ran Football Clubs for Twenty Years, and Size Didn't Decide It

Mentioned in 4 episodes

  1. 245
    Fifteen Models Ran Football Clubs for Twenty Years, and Size Didn't Decide It
  2. 192
    A 32B Open Model Matched Frontier Systems By Learning to Take Notes
  3. 096
    How Treating an AI Agent's Execution Like Git Recovers a Coordination Penalty
  4. 076
    Same Model, Organized Differently: How an Agent Architecture Beat Frontier Systems at Research Math

Related terms