Published on sgit.ai for somebody else to build. The session below is invented; the Gmail and Calendar behaviour it relies on is documented by Google and cited in the plan.
The sales question
An agent with a Gmail or Calendar connector can read, send, move, decline and delete on somebody's behalf. The table is what an organisation can answer about that agent, without a twin of the connector and with one.
| Question | Without a twin | With a twin |
|---|
The replay
One agent session, rebuilt from its journal
A scheduling assistant was given a Gmail and a Google Calendar connector and one instruction. Every call it made was captured as an entry, request and response, into an append-only journal. Drag the slider: the inbox and the calendar below are rebuilt from those entries alone, showing what the agent saw and changed up to that step. Nothing here is a copy of the mailbox.
The instruction, captured
What the agent said it did
Explainability
What the agent said, against what the journal shows
The agent's summary is accurate as far as it goes. The journal is what turns it into something a person can check, and in two places it changes the meaning.
| The summary said | The journal shows | Can it be put back? |
|---|
The business
What you sell, and to whom
A service that gives every agent deployment a twin of its connectors: capture, retention, the rebuilt views, and a revert plan. Sold with one question, do you know what your agents did?, and one fact: for several of the actions a connector allows, the platform keeps no way back.
Set-up, once
Monthly, per agent
On demand
Where the capture runs
| Mode | Where | Evidence | Trade-off |
|---|
The numbers, as a calculator
How it is built
Five steps, and only the fourth is new work
spec/ and prototypes/. The replay above is the reference implementation of step five, running on the invented journal in journal/.In this vault
Everything needed to start
| Path | What it is |
|---|---|
plan/00-START-HERE.md to plan/10-open-questions.md | The plan as documents: the idea, the facts, the architecture, the service, pricing, the business model, go-to-market, the first ninety days, investors, risks, and what is still open. |
spec/journal-entry.md | The entry format: the contract between whatever captures and whatever replays. |
spec/revert-rules.md | Every Gmail and Calendar action in scope, what the platform keeps, and the inverse the twin can offer. |
prototypes/ | The agent-reported capture instruction, the broker design, and the processor schedule, enough to run the first customer. |
journal/ | The invented session: 17 hash-chained entries and the captured instruction. |
diagrams/ | The pipeline and the three capture modes, as SVG and WebP. |
tools/ | The journal generator, the chain verifier and the content builder. |