Engrammemory vcs
Live · commit #8 deployed

Version control for your AI's memory.

Engram versions every fact your AI knows, tests changes before they ship, catches contradictions automatically, and lets you replay what it believed at any point in time.

Versionedevery fact, every commit
Testedcontradictions caught pre-deploy
Reversiblereplay any point in time
engram — memory.log

One change, start to finish.

Every memory update runs the same reviewable path — the way a pull request does for code.

  1. 01Change

    A fact changes — recorded as a commit.

  2. 02Diff

    Read exactly what was added and retired.

  3. 03Tests

    Assertions run against the new snapshot.

  4. 04Fix

    Catch the contradiction, correct it.

  5. 05Deploy

    Merge the snapshot the AI answers from.

  6. 06Replay

    Rewind to what it believed any moment.

Walk the full demo

Three kinds of memory. One you can trust.

The same model, the same question — only what it's allowed to remember changes. Watch which one stays correct.

No memory
Can't answer

A stateless model — no company facts at all.

Generic memory
Outdated / contradictory

Dumps every fact ever stored, stale ones included.

EngramOURS
Correct & current

Only the facts active at the deployed commit — versioned & tested.

See them answer live