Reading · Diagrams

Six diagrams, six questionsEnough shared vocabulary that the first call doesn't start with definitions

Each diagram answers one question, with how to read it written underneath. What's drawn is what this kind of thing generally looks like, not any one company's implementation — so you can hold it against your own process and see where it breaks.

Six diagrams

From “what is it” to “how long”

Each carries

One answer + four reading notes

How to use them

Walk your own process and find the break

Yours to take

Screenshot them, use them internally

01 · “What is automation, actually?”

What one AI workflow looks like

A workflow is six actions in a row: when it starts, where the data comes from, which step the AI does, who confirms it, where the result is written, and what record is left. The other five diagrams are each about one of those six.
What one AI workflow looks likeTriggerAn event, or a schedule01FetchFrom systems you already run02AI stepExtract · judge · draft03Human checkpointConsequential actions stop hereEverything else runs unattendedWrite backStraight into your systemsAudit trailWho approved · on what basisWhat one AI workflow looks likeownreign.com

The AI occupies one box out of six

What the AI is responsible for is extraction, judgement and drafting. Getting the data out beforehand and writing the result back afterwards is engineering — and in most “AI projects” that's where the actual work is, not in the middle box.

The human checkpoint isn't unfinished work

Consequential actions pausing here is designed behaviour. Which actions count as consequential is what the fourth diagram is about.

The audit trail matters as much as the write-back

Who approved it and on what basis can't be reconstructed later if it wasn't recorded at the time. Whether you can explain what happened depends entirely on this box existing.

Without the last three boxes it isn't deployed

The first three alone are “getting AI to write something for me”. Add confirmation, write-back and the audit trail and it's connected to the business.

See single-module delivery

Starting out means building one complete row of those six boxes, running it, and only then discussing the second.

02 · “Why didn't it work when we tried?”

The five places these projects break

Between “we want to do this” and “it's actually running” there are five places it breaks. Companies that tried and stopped almost always broke at one of them, rather than at model quality.
The five places these projects breakStart: we want thisEnd: actually runningCan't extractData spread across systems01Nobody decidesDisagreements left open02Can't write backStill pasted by hand03Silent failureIt breaks, nobody knows04Nobody maintains itRules change, it rots05Only two of the five are technical — a better model fixes neither of the restThe five places these projects breakownreign.com

Can't extract

Data spread across a dozen systems, or systems with no interface and no access. Nothing downstream matters until this works — and of the five, it's the most common.

Nobody decides

Who approves, how many stages, whose definition wins when two departments disagree. Those are management decisions and no outside party can make them for you. Where a disagreement is still open, we recommend not automating that step.

Can't write back

If a person still has to copy the AI's result into a system, nothing was automated. Projects that stall halfway usually stall here.

Silent failure · nobody maintains it

It stops and nobody notices, or the rules change three months in and nobody updates it. Neither is technical — both are questions of who is responsible, which is why they need an answer before the project starts.

Book a diagnostic

That's exactly what a diagnostic does: walks your existing process and names which specific step each of the five breaks at.

03 · “What's the real difference between self-hosted and SaaS?”

Three ways data can flow

The difference is one thing: whether your business data leaves your boundary. All three work functionally. What differs is who is holding the data when something goes wrong.
Three ways data can flowPublic SaaSAn off-the-shelf monthly toolYour boundaryYour business dataNothing stays insideVendor cloudTheir machinesEverything goes outA copy sits on their machinesSelf-hostedOn your own serversYour boundaryYour business dataAI stepVendor cloudTheir machinesNo arrow leavingData never leaves your boundaryHybridMostly inside, compute borrowedYour boundaryYour business dataAI stepVendor cloudTheir machinesRequests onlyNo business dataRequests go out, not your dataThree ways data can flowownreign.com

Look at the arrows, not the feature list

What the three can do may be roughly the same. The real difference is whether that middle arrow crosses the dotted line — a far more useful test than comparing features.

Public SaaS doesn't mean insecure

It means a copy of the data sits on someone else's machines, and the responsibility boundary moves with it. While volumes are small and the content isn't sensitive, that's good value, and we'll say so.

Hybrid is a conditional compromise

Requests go out rather than business data — but only if you can say precisely which fields count as business data and who polices that. If you can't, don't pick this tier.

Two questions choose the tier

How sensitive the data is, and whether the business stops if this process stops. Only when both answers are “very” is self-hosting worth the extra cost.

Why self-hosted

When it's time to move from an off-the-shelf tool to something self-hosted is set out on the home page.

04 · “What happens when the AI gets it wrong?”

Where human checkpoints belong

Not every step needs a person, and full automation isn't the answer either. Only three categories have to stop and wait: spending money, going outside, writing production data.
Where human checkpoints belongThe AI produceda resultThen whatPasses straight throughWorst case, run it again — no outside consequenceFiledDraftedStructuredTaggedStops for a personOnly three. More checkpoints means nobody reads any of themSpends moneyGoes outsideWrites production dataAn alert must carry: what changed · on what basis · approve or reject in one tapWhere human checkpoints belongownreign.com

Everything outside those three passes

Classifying, structuring, drafting, tagging — worst case you run it again. Put a checkpoint on those too and people start approving without looking, at which point the checkpoint is already worthless.

Too many checkpoints is the same as none

This is the easiest mistake to make when building one of these. Better to have too few than a pile nobody reads.

An alert has to carry three things

What changed, on what basis, and approve or reject in one tap. Miss one and the person has to go back into the system to check for themselves — after a few times, they stop looking.

Checkpoints aren't the safety net for failure

“Someone approved it” and “someone knows it broke” are different things. The second is the fourth break in diagram two. You need both; either one missing means it isn't finished.

See what we build

How a checkpoint reaches a specific person, and where the alert goes, is specified per project during delivery.

05 · “What stops it inventing things?”

How a knowledge base answers

Because it's required to search before it answers, with the source attached to the answer — and when there's no match it isn't allowed to answer at all. It escalates.
How a knowledge base answersSomeone asks a question“Can this one be refunded?”Search first, answer secondThis step can't be skippedYour own materialFoundFoundTwo passages match, two don'tAnswer with sourcesThe source sits with the answerYou can open it and checkNo match, no answerEscalates instead of improvisingThis is design, not a gapNot hallucinating isn't a smarter model — it's not being allowed to answer without a sourceHow a knowledge base answersownreign.com

Search first, answer second

The first thing that happens to a question is a search of your own material, and only matching passages are used to compose an answer. Skip this step and you're back to answering from impression.

The answer has to link back

An answer with its source attached can be checked. Without one, you have no way to tell whether it was found or invented — and that matters more than which model is underneath.

Escalating on no match is design

This is deliberate behaviour, not a capability gap. An assistant willing to answer anything is far more dangerous than one that says it can't find something.

Accuracy depends on your material

If the material is out of date, self-contradictory, or three departments define the same thing differently, perfect retrieval doesn't help. Which is why organising it can't be avoided, and why it's the most time-consuming part of these projects.

See the knowledge hub

How the whole thing is built, how material gets in and how permissions are drawn is on the service page.

06 · “How long until we can use it?”

Four stages — and why this diagram carries no timeline

The order is fixed: diagnostic → proposal → build → handover. At the end of each stage you hold something you can take away, rather than seeing a result only on the final day.
Four stages: diagnostic · proposal · build · handover01DiagnosticA list in three tiersDo now / later / don't02ProposalScope and limits fixedAcceptance criteria agreed up front03BuildSomething running every weekNot one reveal at the end04HandoverSource · docs · trainingSomeone else can carry it onStart hereNo timeline here — the pace depends on whether your data can be reached and who resolves disagreementsSame four stages: two weeks for one company, two months stuck in stage two for anotherFour stages: diagnostic · proposal · build · handoverownreign.com

Every stage has a deliverable

The diagnostic ends with a list in three tiers; the proposal fixes scope, limits and acceptance criteria; during the build something running is visible every week; handover delivers source code, documentation and training.

Why there's no timeline on this diagram

Same four stages: one company clears the diagnostic in two weeks, another sits in stage two for two months. The pace barely depends on us — it depends on whether your data can be reached and whether someone resolves the disagreements. Publishing an average would mislead both sides.

You can take only the first two

The diagnostic and the proposal are deliverable on their own. The conclusions are yours, and you can implement them without us or hand them to someone else.

Handover is the end, not a tie-in

Source code and data are both on your own servers, and the documentation and training exist so someone else can carry it on. That was already decided in the third diagram.

Book a diagnostic

You have something to take away at the end of the first stage, and that list is yours whether or not we continue.

Questions

Asked more than three times about these

Answered directly.
01Can we use these diagrams ourselves?+

Yes. All six describe what this kind of thing generally looks like rather than any one company's implementation, so screenshotting them or putting them into an internal deck is fine — they carry the source, so just credit it. If you need a version redrawn against your own process — replacing the five breaks with the specific places you're stuck, say — that's diagnostic work, and it comes back with your process map.

02Our process doesn't look like this. Does that mean it doesn't apply?+

It almost certainly doesn't look like this — these are skeletons, not templates. Only four questions actually have to line up: who triggers it, where the data comes from, who confirms, and where the result is written. If you can answer those four, this maps onto your process; the ones you can't answer are precisely what a diagnostic is for.

Next

Hold these against your own process

The most useful thing to do with diagram two is walk your own process along it and find which of the five breaks you're sitting on. That's what a diagnostic does, and the fee is credited in full against the project.