Scorched Earth Labs
Home ASTP Research Projects Lab Notes About Connect
Project Ariadne  ·  AI State Tree Protocol  ·  Patent pending

A conversation changes direction three turns before anyone notices.

The record should be able to prove it.

Verifiable Cognition

“Verifiable Cognition” does not mean proving that an AI’s conclusion is correct.

It means making claims about cognitive state independently inspectable.

A persistent system should be able to answer questions such as:

  • What cognitive state had been recorded when this action occurred?
  • Which Episode produced this durable conclusion?
  • What observations preceded it?
  • Which state superseded it?
  • When did a divergence become known?
  • What provenance binds the resulting state to its history?

ASTP is designed so those questions can be answered from the record rather than reconstructed afterward from an opaque transcript.

Where It Started

Persistent AI creates a deceptively difficult problem.

A system may recognize that its reasoning diverged only after the divergence has already occurred. But if the record is append-only, how can it correctly represent where that divergence began without rewriting history?

ASTP emerged from our attempt to answer that question.

Here is a small problem that turns out to be a large one.

An AI agent is deep in a conversation about system architecture. Somewhere around the fourth exchange, the human asks a question that quietly moves the discussion somewhere new.

Neither participant announces the change.

Four turns later, the divergence is obvious.

But the divergence did not begin four turns later. It began at that earlier exchange.

So where should the record say it began?

Backdate the record and an append-only system appears to have rewritten history.

Record the divergence only when it was detected and the causal history is wrong.

Neither answer is acceptable if the record itself is supposed to be trustworthy.

That problem helped produce ASTP.

Not because it occurs at the edges of persistent AI, but because it exposes something fundamental about how we represent evolving cognition.

The Wrong Model

The problem becomes difficult when reasoning is represented only as a linear sequence.

Linear records work beautifully when the thing being recorded is linear.

Reasoning often isn’t.

It branches. It revisits prior ground. It suspends one thread while pursuing another. A later observation can reveal that a meaningful divergence occurred several turns earlier.

Flatten that into one sequence and some of the structure disappears.

We started from a different premise:

The structure of persistent memory should be capable of representing the structure of evolving reasoning.

ASTP therefore treats Episodes and their relationships as explicit structural objects rather than assuming that a conversation transcript is the cognitive record.

What ASTP Does

ASTP defines a protocol for persistent cognitive state.

It provides structural primitives for representing coherent Episodes and the relationships among them—including continuation, divergence, supersession, and other forms of cognitive lineage—while preserving provenance and append-only integrity.

When divergence is detected after the fact, the system does not need to rewrite the historical record to pretend it knew earlier.

The later observation can establish a new structural relationship to the earlier point while preserving when that relationship itself became known.

History remains history.
Interpretation gains provenance.

That distinction is central.

ASTP defines the record.

It does not prescribe the implementation.

A conforming system should be free to implement the protocol using different runtimes, storage systems, programming languages, models, or orchestration architectures.

Ignis OS is ours.

It should not have to be yours.

Cognitive Persistence

Memory retrieves information.

Cognitive Persistence asks a different question:

What should survive?

A long-lived AI system needs more than recollection of facts. It needs continuity of meaningful cognitive state: unresolved intentions, durable conclusions, structural relationships, provenance, and the history through which later states emerged.

ASTP defines primitives for preserving that continuity without requiring every implementation to share the same runtime architecture.

Ariadne and Ignis OS

Ariadne is the research program through which we developed and continue to test the ideas behind ASTP.

Ariadne

The research program.

ASTP

The protocol.

Ignis OS

Our implementation.

That boundary is deliberate.

We are opening ASTP because we want other people to implement it differently, challenge its assumptions, find uses we did not anticipate, and propose better ways of solving the same problems.

The implementation layers we have developed around ASTP remain part of Ignis OS.

The protocol should be able to stand without them.

Why This Exists

ASTP was not designed as a product and then given a problem.

We encountered the problem while building persistent multi-agent systems.

Our agents needed to maintain context across sessions, preserve durable cognitive state, hand work forward, and allow later inspection of how that state had evolved.

Existing memory approaches solved parts of that problem.

We needed a representation of the cognitive record itself.

So we built one.

We are releasing ASTP as an open protocol because the problem is larger than our implementation.

The patent-pending filing protects the work while allowing us to establish the protocol publicly and invite others to build on it.

Where This Goes

The specification is opening.

The implementation continues to evolve.

The interesting question now is what happens when people outside Scorched Earth Labs begin challenging the protocol.

If you’re working on persistent agents, AI governance, cognitive architectures, provenance, multi-agent systems, or something we haven’t thought of yet, we want to hear where ASTP works—and where it doesn’t.

This is lab work. It gets better with contact.
Publishing next

The specification and the research behind it publish together. If you want it the day it opens:

Continue · 05 / 12 Ignis OS