← Insights

Article · 2 min read

Propose, never commit: why your software should stage, not act

Andrew Brown · Jun 19, 2026

We say it on every page: propose, never commit · your data, audited. It's a nice line. It's also the literal architecture of the product. Here's what it means once you're inside it.

Four steps, every time

Anything the system does that reaches the outside world — an email, a CRM write, a filing reminder, a document sent — moves through the same four steps:

  1. Read. The system pulls from your connected sources — CRM, email, calendar, documents, public records — to understand the situation. Reads are scoped and logged.
  2. Propose. It drafts the action and shows its reasoning: here's what I'd do, here's why, here's the source it's grounded in. Nothing has happened yet.
  3. Approve. A person reviews and decides. One tap to send, one tap to edit, one tap to reject. The approver's authority is checked — the system knows who can sign off on what.
  4. Audit. The action and the decision are appended to a log that's never edited — actor, action, target, reason, outcome, timestamp.

The difference between this and "AI automation" is step 3. It's not a speed bump bolted onto an autonomous system. It's the point.

Why staging is the feature

Teams sometimes assume the approval step is friction to engineer away. It's the opposite — it's what lets you move fast safely:

  • You delegate the boring 95%, not the judgment. The system does identify → enrich → score → draft. You do the one thing software shouldn't: decide.
  • Mistakes get caught before they ship, not reconstructed after. A proposal is reviewable. An action already taken is a cleanup job.
  • "Why did this happen?" already has an answer. The trail isn't compliance theater you assemble later — it's a byproduct of how every action works.

What it feels like in practice

A renewal is ninety days out and the relationship's gone quiet. The system notices, drafts a re-engagement note grounded in your last exchange, and surfaces it: send, edit, or skip? A contract crosses an approval threshold someone doesn't have authority for, and it's flagged before signature, not after. A first-touch outreach is enriched, scored, and drafted — and sits in a queue until a human says go.

You're not babysitting a robot. You're reviewing good proposals, fast, with the receipts already written.

That's the whole philosophy: software that's eager to help and never acts behind your back. Configured to your firm, grounded in your data, and auditable down to the last decision.

See what this looks like for your firm.

Governed software, configured to how you actually work — built embedded, shipped as something you own and can audit.