Confidential · © 2026 Space-O Technologies Inc. · Prepared exclusively for DMA. Please do not copy, save or share.

Section 21 · Final Revenue Multipliers & Control Plane

21.1Account Digital Twin

Built in the POC
No.
21.1
DMA's reference
Decision Book p.44
Phase
Phase 1
Autonomy
L3 · Act within rules
DMA's decision
Yes

◆ Amended in v3 of the book.

What DMA asked for · Decision Book p.44

Keep one living memory per account: people, history, prior proposals, objections, current signals, service fit, commitments and the next best action.

Why it matters to DMA: It stops account knowledge being scattered across notes, emails, calls and reps, and it is the shared context every other AI worker reads.

In our words, from DMA's Product Decision Book v3, page 44.

How we do it

  • Every account has an Account Digital Twin in the bridge database: its lifecycle state, record type, tier, next best action, whether it can be contacted, the people and their status, deals, dated facts, objections, services that fit, the why-now signal and a rolling summary.
  • It is rebuilt by code whenever the account changes (a Nutshell change, a chat, a logged call, a reply), as a new version, so its history is kept and every decision can say which version it read.
  • Every AI worker reads the twin instead of re-reading raw notes: the outreach writer, the reply handler, the briefing agent, the team workspace and the chat for a returning prospect.
  • Account 360 on the dashboard is the twin as the team sees it.

The flow

It plays on its own while it's on screen; hover or use the controls to pause or step through.

Notes, chats, calls, repliesMirror and factsAccount Digital TwinversionedEvery AI workerreads the twinAccount 360the team's view
Step 1 of 3

Something changes

A logged call adds a new fact.

  • Person
  • Stored data
  • AI
  • Screen

Where the data goes

The same six stages on every page. Nothing reaches Nutshell except through the write gate.

  1. 1Everything about the account

    Source

    Nutshell, chats, calls, replies.

  2. 2Sync

    Copies Nutshell changes into the bridge database

    Keeps the mirror current.

  3. 3Bridge database

    A copy of the CRM data, plus what the AI works out

    The twin, versioned, with its summary.

  4. 4AI

    Claude models, only through DMA's own gateway

    Workers read it; code builds it.

  5. 5Write gate

    The only way back into Nutshell: checked, approved when needed, sent once

    AI fields derived from it go to Nutshell.

  6. 6Nutshell

    The system of record

    Stays the system of record for CRM facts.

The tables behind it

Drawn from the POC's database catalogue: structure only, no data.

ai.account_twinPKaccount_iduuidPKtwin_versionintegeris_currentbooleanlifecycle_statetextrecord_class_codetexttiertextnbatextcontactablebooleanIDprompt_iduuidgenerated_attimestamp+ 6 more columnsconv.summariesPKiduuidleveltextversionintegeris_currentbooleanIDprompt_iduuid+ 12 more columns

PK primary keyFK reference the database enforces (solid line)ID reference kept by id (dashed line)

TableWhat it holdsColumns
ai.account_twinThe twin: one current version per account, older ones kept.16
conv.summariesThe rolling account summary the twin points to.17
How the tables connect (2)
ColumnPoints toKept by
ai.account_twin.prompt_idagent.promptsThe application (by id)
conv.summaries.prompt_idagent.promptsThe application (by id)

Worked example

Synthetic demo data: every name, business and number is made up.

The twin on Account 360

1 / 3

What you see

1.One place for the account

Account 360: summary, facts, next step, people, proposals and calls, timeline.

localhost:13301/accounts/…
Account 360: the Account Digital Twin.
Callout 1

What happens in the system

  • Bridge databaseai.account_twin

    The current version, rebuilt whenever the account changes.

Northside Dental Group's twin (synthetic account).

What the twin holds

Lifecycle
Former client
Tier and score
A, 85
Why now
Contract ends March 2027 (in 5 months)
People
Dana Ortiz, Ops Director (can be emailed)
Deals
SEO, won 2022; SEO renewal, lost 2024 ("unhappy with reporting")
Services that fit
SEO, local search
Next best action
Win-back email to Dana

In the running POC

localhost:13301/accounts/…
Account 360: the Account Digital Twin.

1 / 2Account 360: the Account Digital Twin.

  1. 1The account: name, tier, value.
  2. 2The people, and whether each can be emailed.
  3. 3Proposals and calls: draft a proposal or log a call.

Dashboard · Account 360. Captured from the running POC on September 25, 2026; synthetic data.

See it live

Opens the exact screen in the running POC, in a new tab.

OpenWhereWhat to try
AccountsDMA AI dashboardOpen any account.

Status

Built in the POC

Built in the POC. This capability runs in the POC today, on synthetic data, end to end.

21.1 Account Digital Twin · DMA AI proof