Domos Digital

Our approach

Decide what to automate before deciding how.

This page explains the method we propose for an engagement: how we tell the difference between work that needs an agent and work that does not, how a pilot is scoped, how much independence a workflow is given, and how it is governed and measured once it runs.

This describes our proposed engagement method. It is not a description of services already running for customers, and it does not claim any vendor platform, certification or partnership.

Start here

An agent is not the only option, and often not the right one.

"AI agent" gets used for three fairly different things. Telling them apart is the first practical decision in any project, because the cheapest option that actually fits is the one worth building.

A chat-only assistant

What it does
Answers questions in a conversation. It can be genuinely useful for explaining policy, drafting text or pointing someone to the right form.
Where it stops
On its own it does not change anything in your systems. When the conversation ends, someone still has to do the work.
When it fits
Good when the bottleneck is finding or phrasing information, not completing a task.

A workflow with fixed rules

What it does
Runs the same defined steps every time a known trigger fires. Traditional automation, scripting and scheduled jobs live here.
Where it stops
It only handles the situations it was written for. Anything unanticipated stops or, worse, proceeds incorrectly.
When it fits
Often the best answer. If the inputs are consistent, the rules are already known and the same action is always correct, this is cheaper to build, easier to test, faster to run and far easier to explain to an auditor.

An agent working toward a goal

What it does
Given an objective, a specific set of tools it may use and explicit limits, it decides the next step as it goes, reads what came back and adjusts.
Where it stops
That flexibility costs more to build and run, and it has to be watched. It can take a reasonable-looking wrong turn that fixed rules would never take.
When it fits
Earns its place when the input varies enough that writing every rule in advance is impractical, and when a wrong step is recoverable.

We recommend the simplest thing that fits

If a scheduled report, a form validation rule or a shared template solves the problem, that is what we will tell you to build. There is no advantage to you in paying for reasoning where a rule would do, and a simpler design fails less often and in more predictable ways. Several of the workflows we examine end up as ordinary automation with a small amount of judgment at one specific step, rather than an agent from end to end.

Where we would say no

Work that turns on empathy, negotiation or reading an unspoken situation belongs with people. So does anything where a mistake is expensive and hard to walk back, or where the rules are genuinely contested inside your business rather than just undocumented. If the inputs are unreliable, if no system involved offers a usable interface, or if the operating cost would exceed the value of the time released, the honest recommendation is not to build it.

How an engagement runs

Four stages, each with something you can hold.

Every stage ends with a concrete deliverable, and every stage is a point where stopping is a reasonable decision.

  1. 01

    Discovery

    Understand the work as it is actually done, not as the process document describes it.

    • Sit with the people doing the work and follow one real case end to end.
    • Record the trigger, every system touched, each handoff and the exceptions that break the pattern.
    • Count how often it happens and how long it takes, rather than estimating from memory.
    • Ask what the team would do with the time if it came back.

    You get: A written workflow map with measured volumes and times, a list of exceptions, and a plain recommendation on whether to automate, simplify first, or leave it alone.

  2. 02

    Feasibility and business case

    Establish whether it can be built here, and whether it is worth building.

    • Assess each system for a usable interface, the licensing to use it and the permissions required.
    • Set the manual baseline from measured hours and fully loaded hourly cost.
    • Estimate the full operating cost, including setup, integration, usage, monitoring, maintenance, human review and recovery.
    • Identify what would still be done by a person afterward.

    You get: An integration assessment naming what is feasible, what needs work and what is not practical, alongside a cost comparison that keeps released capacity separate from cash.

  3. 03

    Bounded pilot

    Prove the workflow on a narrow slice before anything depends on it.

    • Agree the permitted systems, actions and data before building.
    • Name the exception owners and the escalation path.
    • Run against a limited scope, with the previous process still available.
    • Compare results against the quality and cost criteria agreed beforehand.

    You get: A working pilot within agreed limits, its run logs, and a review against the criteria set at the start, with a decision to expand, adjust or stop.

  4. 04

    Operate and review

    Keep it working, and keep it honest about whether it is still worth running.

    • Monitor completion, errors, exception volume and operating cost.
    • Maintain integrations as the systems underneath them change.
    • Review permissions whenever the scope changes.
    • Re-examine the case periodically, including the option of retiring it.

    You get: A monitored workflow with a named owner, a recovery path, and a scheduled review that can conclude the workflow should be changed or switched off.

How much independence

Independence is set per action, not per project.

The same workflow usually contains steps at different levels. A step earns more independence by being well understood, low consequence and easy to reverse, not by being convenient.

  1. Level 1

    Suggest

    It proposes; a person does the work.

    The workflow surfaces what it thinks should happen and why, and someone decides. This is where new or sensitive steps start, and where some stay permanently.

    For example: Flagging the five overdue accounts that look worth a call this week, without contacting anyone.

  2. Level 2

    Draft for review

    It prepares the work; a person approves before it takes effect.

    The output is complete enough to accept or reject quickly. The reviewer sees what was used to produce it, so approval is a real check rather than a rubber stamp.

    For example: Preparing an accounting entry from a matched invoice and holding it for approval before posting.

  3. Level 3

    Approved routine execution

    It completes the step on its own, inside limits you agreed.

    Reserved for repetitive steps with clear rules and a recoverable outcome. Routine communications can run here when the message and the circumstances are already approved. Everything is logged, and anything outside the agreed pattern stops instead of improvising.

    For example: Booking a confirmed appointment into an available slot, or sending the reminder your policy already defines.

Always a person, regardless of level

Some actions stay with people no matter how well the workflow performs. These are exceptions by design, not a limitation we expect to remove with more confidence.

  • Moving, releasing or altering money, and agreeing what a customer will pay.
  • Changes that are hard or impossible to reverse, including deletions and destructive corrections.
  • Commitments that bind the business, such as pricing, discounts, contract terms and goodwill gestures.
  • Anything legally or professionally regulated, and anything touching a sensitive complaint.
  • Any case where the workflow itself is uncertain, or the inputs conflict.

A handoff should not start from nothing

When work moves to a person, it should arrive with the original request, what has already been done, exactly what it could not resolve and why, and a named owner rather than a shared queue. A handoff that forces someone to reconstruct the case from scratch has moved the work, not reduced it.

Operating boundaries

Governance is something you run, not something you sign once.

These are the decisions we would work through with you before a workflow goes live, and revisit whenever its scope changes. They are operating practice, not a product feature set.

Permissions and identity

A workflow gets access to the specific records and actions its task needs, and nothing broader. It should run under a credential that is identifiable as the workflow acting for a named owner, rather than a shared login that makes every action untraceable. Permissions are reviewed when scope changes, not left to accumulate.

Data handling

Agree in advance what may be read, what may be stored, how long it is kept and what must never leave a given system. Where processing happens and which providers are involved is part of that decision. Sensitive categories can be excluded from a workflow rather than handled carefully within it.

Tools and permitted actions

List the systems the workflow may call and, for each one, whether it may read, write or only propose. Anything not on that list is unavailable to it. This is what keeps a wrong decision small: a workflow that cannot issue a refund cannot issue a wrong refund.

Monitoring and logging

Runs are logged in enough detail to reconstruct what happened and why. Quality, exception volume and cost are watched over time, because problems tend to appear as gradual drift rather than an obvious failure. Repeating or looping behavior is a specific thing to watch for and stop.

Recovery

Design for the outage and the bad day rather than assuming availability. That means knowing how the workflow is paused, what happens to work in flight, how the manual process resumes, and who is called. Recovery effort is a real cost and belongs in the business case.

Integration assessment

Connecting to an existing system is an access question before it is a technical one: does a supported interface exist, does your licensing permit this use, whose credentials are involved, what data crosses the boundary, and what happens when it is unavailable. We report what is feasible and what is not before proposing an integration. Nothing is assumed connectable.

None of this is a one-time approval. Systems change underneath a workflow, volumes shift, rules get revised and scope tends to widen. Governance means the same questions get asked again on a schedule, with someone named to answer them.

How we measure it

Measure the work, not the impression.

Speed alone is easy to improve and easy to misread. We pair how fast work moves with whether it was done correctly and what it costs to keep running.

Flow

Is the work actually moving faster?

  • Time from trigger to completion
  • Age of the waiting queue
  • Manual touches per case
  • Volume completed

Quality

Is it being done correctly?

  • Correct completion rate
  • Rework and corrections
  • Repeat contacts about the same case
  • Extraction and matching errors

Human handoff

Is the exception path working, or quietly absorbing the load?

  • Exception frequency
  • Review effort per exception
  • Completeness of the handoff
  • Time to owner response

Cost and reliability

Is it worth continuing to run?

  • Fully loaded cost per successful completion
  • Failure rate and time to recover
  • Maintenance effort
  • Capacity released, stated as hours

Agree the baseline before the pilot, not after

For every measure that matters, settle what is being counted, over what window, from which data source and who owns the number, before anything changes. A measurement agreed afterward tends to describe whatever the result happened to be.

Released hours are not the same as saved money

When a workflow removes ten hours of monthly effort, that is ten hours of capacity. It becomes money only if it prevents overtime, avoids a hire you would otherwise have made, or is spent on work that brings revenue in. We track capacity released, cost avoided, cash actually saved and new revenue as four separate things, and we do not claim that business movement in the same period was caused by the automation. We publish no savings percentages or target figures, because we would be inventing them.

The business case itself, including the manual-work baseline, is set out on the homepage economics section.

Start with one recurring task

Bring us one workflow.

The fastest way to test any of this is against work you actually do. Describe one recurring task, roughly how often it happens and where it gets stuck, and we can talk about whether discovery is worth your time.