Follow Me

© 2026 Shreyans Padmani. All rights reserved.
AI Project Requirements: What to Prepare Before You Start
Artificial Intelligence

AI Project Requirements: What to Prepare Before You Start

AI project requirements checklist organised by lead time: what to start now, the four documents worth writing, and what you genuinely don't need yet.

AI Project Requirements: What to Prepare Before You Start
Share

AI Project Requirements: What to Prepare Before You Start

AI Generated Image

Most delays in AI projects aren't technical. They're weeks spent waiting on something the client was always going to have to provide: a security review, a data access approval, a domain expert's calendar, a decision nobody was authorised to make.

Which means the most useful way to think about ai project requirements is not "what do we need to document" but "what has a lead time." The items below are sorted on that basis, because preparing the easy things first and discovering the slow things in week six is how a twelve-week project becomes a twenty-week one.

An AI Requirements Doc Isn't a Software Spec

Conventional software requirements specify behaviour: when the user clicks this, the system does that. Every condition has a defined, deterministic response, and testing means checking whether the system did the specified thing.

You cannot write AI requirements that way, because the system's outputs are probabilistic. What you specify instead is a set of acceptance thresholds and failure behaviours: achieve at least this precision on this held-out dataset, escalate to a human below this confidence level, never take this action without approval, respond within this latency budget.

This changes what you need to prepare. Less energy on enumerating features, considerably more on defining what "correct enough" means numerically and what happens when the system is wrong, which is a question most teams postpone until it becomes urgent.

Hire Edge Computer Vision

Expertly deploy AI at the edge, schedule a consultation

Get Free POC Scoping

 

Start These Now: The Long Lead-Time Items

These have calendar dependencies you don't control. Beginning them on day one of the engagement rather than day one of needing them is worth more than any document in this article.

Item

Typical lead time

Why it blocks

Security and vendor review

3–6 weeks; up to 3 months in regulated sectors

Nothing touches real data until it clears

Data access approval and provisioning

2–6 weeks

A signed contract doesn't grant database credentials

Legal or compliance clearance on data use

2–8 weeks

Determines whether the intended architecture is even permitted

Domain expert availability

Booked, not assumed

Needed for labelling rules, edge cases, and acceptance testing

Sandbox or test environment

1–4 weeks

Development against production is usually refused, correctly

The pattern worth noticing is that none of these are engineering tasks and all of them sit on your side of the line. A vendor cannot accelerate your security team's queue, and the common failure is nobody starting the process because it felt premature before the contract was signed.

The Four Documents Worth Writing

1. A problem statement that names a decision

"Use AI to improve customer support" is not a problem statement; it's a budget line. A usable one names the trigger, the decision, and the action that follows: when a ticket arrives, classify its urgency and route it to the correct team, replacing the manual triage step that currently takes four minutes per ticket.

2. The baseline

AI Generated Image

What does the current process cost, how long does it take, and how often is it wrong? Capture this before anything changes, because a baseline reconstructed from memory after the fact is not a measurement, and without one you cannot prove the project worked. It's also the cheapest document on this list, usually a day of pulling existing numbers.

3. Success criteria with a number attached

Two questions: what accuracy makes this worth deploying, and what does being wrong cost in each direction? A false positive and a false negative rarely cost the same, and that asymmetry sets the operating threshold. Deciding it upfront is a business judgement; deciding it after launch is usually a fight.

4. The fallback plan

What happens when the system is uncertain, wrong, or unavailable? Who reviews escalations, and how quickly? Systems that ship without an answer here tend to acquire one after an incident, which is a more expensive way to learn it.

Hire Edge Computer Vision

Expertly deploy AI at the edge, schedule a consultation

Get Free POC Scoping

 

The Data Inventory

This is what a competent vendor will ask for first, and having it ready shortens discovery considerably. For each dataset the project might need, record six things:

What it is and roughly how much of it exists. Where it lives, specifically, including whether it's reachable by API, export, or only through a person running a report. What format it's in, since text PDFs, scanned PDFs, and structured records are three different projects. Who owns it and who can authorise access. How fresh it is and how often it updates. And what you're permitted to use it for, which is a legal question, not a technical one.

The last two are the ones most often skipped and most often decisive. Data you have but cannot legally use for model training is not usable data, and discovering that in week five rather than week one changes the architecture rather than the schedule.

A practical shortcut: rather than describing your data, extract a representative sample including the messy cases. Twenty real documents tell a vendor more than three pages of description, and the awkward examples are the ones that actually determine the estimate.

People, Decision Rights, and Budget

AI Generated Image

Three roles need naming before work starts, and they're frequently assumed rather than assigned.

A domain expert who can answer what correct looks like in ambiguous cases, with actual time allocated rather than goodwill. A decision-maker who can approve scope changes without convening a committee, since AI projects generate more mid-course decisions than conventional builds. And an owner after launch, because a model with no named owner degrades quietly regardless of how well it was built. choosing an AI development partner covers the corresponding questions to ask on the vendor side.

On budget, prepare a range rather than a number, and separate build cost from the first year of running cost, which includes inference, monitoring, and retraining. Quoting a build budget while mentally assuming it covers the year is a common source of friction later, and AI development pricing guide breaks down what typically sits in each.

Hire Edge Computer Vision

Expertly deploy AI at the edge, schedule a consultation

Get Free POC Scoping

 

Frequently asked questions

What should be prepared before starting an AI project?
Prioritise by lead time. Start security review, data access approval, legal clearance on data use, and sandbox provisioning immediately, since these take weeks and sit outside your vendor's control. In parallel, prepare four documents: a problem statement naming a specific decision, a documented baseline of current performance, numerical success criteria, and a fallback plan for when the system is wrong or uncertain.
How are AI requirements different from software requirements?
Software requirements specify deterministic behaviour: when a user does X, the system does Y. AI outputs are probabilistic, so you instead specify acceptance thresholds and failure behaviours, such as achieving a minimum precision on a held-out dataset, escalating below a confidence level, and never taking certain actions without approval. That means less effort on feature enumeration and considerably more on defining what "correct enough" means numerically.
Why does the baseline matter so much?
Because without it you cannot prove the project delivered anything. A baseline reconstructed from memory after deployment isn't a measurement, and memory systematically exaggerates how bad the old process was. Capture current cost, cycle time, and error rate before anything changes. It's usually the cheapest item on the preparation list, often a single day of pulling numbers you already have.
What data information does an AI vendor need upfront?
For each relevant dataset: what it is and roughly how much exists, exactly where it lives and whether it's reachable by API or export, what format it's in, who owns it and can authorise access, how fresh it is, and what you're legally permitted to use it for. Better still, provide a representative sample including messy cases, since twenty real documents tell a vendor more than three pages of description.
How long do security and data access approvals usually take?
Security and vendor review commonly runs three to six weeks, extending to around three months in regulated sectors. Data access provisioning typically takes two to six weeks, and legal clearance on permitted data use two to eight weeks. These run in parallel but not instantly, and a vendor cannot accelerate your internal queues, which is why starting them before the contract is finalised is usually worth more than any preparation document.
What do you not need to have ready before starting?
You don't need a completed data warehouse, a chosen model or framework, an exhaustive feature specification, or certainty that the approach will work. Enough clean data for one use case is sufficient, and identifying which data actually matters is part of the work itself. Arriving with the architecture pre-decided usually means committing before knowing, and establishing feasibility is precisely what a scoped proof of concept is for.
Summarise this article with AI Open it in your assistant of choice.
ChatGPT Perplexity You AI Claude Groq
ai project requirements AI project checklist AI requirements gathering data inventory acceptance criteria AI MLOps and Dev Process AI project preparation baseline measurement decision rights AI scoping
Shreyans Padmani
Written by

Shreyans Padmani

100% Upwork JSSMicrosoft AI Certified12 case studies5+ years

Shreyans Padmani has 5+ years of experience leading innovative software solutions, specializing in AI, LLMs, RAG, and strategic application development. He transforms emerging technologies into scalable, high-performance systems, combining strong technical expertise with business-focused execution to deliver impactful digital solutions.

Where to go from here

Let's talk about your project

Bring the problem you're solving, the metric you want to move, and where the data lives. You leave the call with a scoped project and a realistic timeline.

AI Summarizer