In daily use · the layer under the rest

Memory that survives the session.

AI agents forget everything when the conversation ends. Meridian is the structured notes store our agents read and write so context survives the session, the machine, and the model. It is the memory the rest of the suite is built on.

Agent finishes work Writes structured notes Next session reads them Continues in full context
What it is

The problem is that every session starts blank.

An AI assistant is brilliant within a conversation and amnesiac between them. Close the window and the context is gone: what was decided, what is in flight, what was tried and rejected. The next session starts cold, and you pay for it by re-briefing.

Meridian fixes that with a deliberately simple idea: a structured store of notes, organised by project and document type, that any agent can read at the start of a session and write back to at the end. State lives outside the conversation, so it outlives it.

Because the store is shared, an answer one agent reaches is available to the next. It is the connective tissue under Poppy, Ganglia, and the rest of what we build.

State lives outside the conversation, so it outlives it.
  • Structured, not a chat log. Notes are scoped by project and typed, so the right context is easy to find.
  • Read at the start, written at the end. Every session begins by catching up and ends by recording what changed.
  • Shared across agents. One memory, many agents — no silo per tool.
  • Searchable. Full-text search means an agent can pull exactly the note it needs.
How it works

Four moves, repeated every session

Step 1
Recall

At the start of a session, an agent lists and reads the notes for the project it is working on — the current state, recent decisions, open work — so it begins in context instead of cold.

Step 2
Work

It does the task with that context in hand, and can search the wider store whenever it needs a specific fact, runbook, or prior decision.

Step 3
Write back

At the end it records what changed — new state, decisions made, work now in flight — as typed notes under the right project, so the next session inherits it.

Step 4
Promote

The things worth keeping for the long term are promoted out of session traces into durable memory, so a good answer is captured once and reused, not re-derived.

The memory layer

Three parts, one job

Persistent memory comes in three complementary pieces.

Meridian

The project-notes store. Typed documents — status, handover, runbook, decisions, knowledge — scoped by project, read and written through a simple command-line interface.

Open Brain

Thought capture. The place a passing idea or insight is recorded, so it is not lost between the moment it occurs and the moment it is useful.

The Vault

The trace record. A full log of what an agent did in a session, from which the passages worth keeping can be promoted into long-term memory.

What is built on it

The connective tissue of the suite

Meridian is rarely used directly — it shows up as the reason the other tools feel like they remember you.

Poppy

The assistant reads and writes its working state here, so it never needs re-briefing. See Poppy →

Ganglia

The thinking system stores each session as a trace and promotes the keepers into long-term memory. See Ganglia →

Every session

Any agent we run starts by catching up on Meridian and ends by writing back what changed.

Status

In daily use

Honest about what this is: Meridian is infrastructure we built for ourselves and run every day. It is not a product for sale. We are showing it because persistent, well-structured memory is what turns a clever chatbot into an agent you can actually rely on — and getting that right is central to what our practice does.