Atteste — Operator-Substrate Write-up
How a SaaS company runs day-to-day with one human and one AI agent on a custom-fit Substrate.
This page is a structural placeholder. The full operator-substrate write-up — describing the architecture of the Atteste Substrate, the day-to-day operating loop, what the AI handles vs. what the human signs, and the lessons we've learned running it — is in active drafting and will publish here. Want a preview by email? Get in touch.
The thesis in one sentence
A SaaS company can be operated end-to-end by a single human plus an AI agent if the AI has access to a custom-fit Substrate that captures everything the business knows.
What the substrate captures
- The catalogue: every artwork, every artist, every gallery, every persona — structured with relationships, not just rows.
- The pipeline: every prospective gallery and collector, the conversations we've had with them, where each one sits in the buying journey.
- The financial state: monthly recurring revenue, gallery subscriptions, individual subscribers, churn, lifetime value, runway.
- The marketing record: every campaign, every post, every result — what worked, what didn't, what we'd repeat.
- The legal posture: POPIA inventory, data-processor agreements, terms, trademarks.
- The product roadmap: shipped, in-progress, deferred, killed — with the rationale for each.
The day-to-day operating loop
Every morning, Claude reads the overnight signals from the substrate and produces a briefing — what changed, what needs human attention, what's drifting. The operator reviews the briefing, approves or modifies the proposed actions, and the substrate executes the work that doesn't require a human signature. Drafts go to an outbox; the human reviews and presses send.
By evening, the substrate has captured the day's decisions, conversations, and changes. The next morning, the loop runs again, smarter than yesterday.
What the human still does
- Compliance signatures and material legal commitments.
- Strategic redirections — when the data says "pivot here" the human decides yes or no.
- Relationships that genuinely require a human voice — long-time customers, key partners, hard conversations.
- Anything irreversible.
What the AI does
- Drafts most outbound communications — for human review, not auto-send.
- Reconciles bookkeeping against bank feeds and flags anomalies.
- Maintains the marketing pipeline — scheduling, sequencing, response handling.
- Prepares weekly and monthly reports against the operating substrate.
- Answers routine customer queries (with hand-off to human when out-of-scope).
- Surfaces decisions that need the human — not buries them.
The three risk gates
Three constraints make this safe rather than reckless: the audit log captures every command (append-only, hash-chained, on hardware we control); the substrate refuses to type passwords or 2FA codes (credentials stay with the human); and destructive operations gate through an outbox for explicit approval (no silent `rm -rf`, no auto-send).
What this means for your business
The operator-substrate pattern isn't unique to a SaaS company. The same structure applies to any business where most of the day-to-day work is information-handling rather than physical operations: professional services, advisory, software, content, financial services. If you're curious whether the pattern fits your business, get in touch.
Related
Practacular — Practice-Multiplier write-up →
Visit atteste.art →
← Back to Context Design Co