How to scope an AI system
Most failed AI projects were never scoped as systems — they were scoped as tools. This guide is the same first pass we run in discovery, written so you can run it yourself.
- 01
Name the workflow, not the technology
Write down the process you want to change in one sentence: what enters, what leaves, who is accountable for the output. If you cannot write it without the word AI, the scope is not ready.
- 02
List every input
Documents, emails, forms, models, drawings, database records, phone calls. Note the format and where it physically lives. Inputs define the engineering more than outputs do.
- 03
List every system already involved
CRM, ERP, project systems, ticketing, file stores, spreadsheets. The system you build will have to live alongside these, not replace them on day one.
- 04
Mark the decisions
For each step, ask: is this a rule, a judgement, or a rule with exceptions? Rules automate cleanly; judgement needs approval design; exceptions need escalation paths.
- 05
Write the acceptance test before the architecture
Define what a correct output looks like on ten real cases. If you cannot define correctness, evaluation will be impossible and the project will drift.
- 06
Decide what stays human — explicitly
Approvals, exceptions, customer-facing commitments and anything legally sensitive. Writing this down prevents the two classic failure modes: over-automation and an unused system.
Output: a one-page workflow map with inputs, outputs, systems, decisions, approvals and exceptions. That page is the specification every later design decision answers to.
