AI projects die in the pilot. Here is the brief that ships.
If the brief is a demo, the project will stay a demo. Write the operation first.
AI Development
Most AI pilots do not fail because the model was weak. They fail because the brief was a wish. "Use AI to save time" is not a brief. It is a mood.
We have sat in enough kickoff rooms to recognize the pattern. Someone has seen a demo. Someone else has a budget line that expires this quarter. A vendor has promised an agent that will "handle operations." By week six there is a chatbot nobody trusts, a slide deck about future phases, and a quiet decision to park the work until next year.
That is not an AI problem. That is a briefing problem.
If you want a system that ships, write the operation first. The model is a worker inside that operation. It is not the product.
What a pilot is actually testing
A useful pilot is not "can the model answer questions about our files." Almost any modern model can do a version of that on a clean folder. A useful pilot answers a harder question: can this change a real workflow without creating a new kind of risk.
That means you are testing four things at once.
Does the system see the same information a careful human would see, including the messy parts.
Does a person know when to trust it, override it, or send it back.
Does the work get faster or safer on the cases that actually show up, not the five examples in the deck.
Does someone own the process after the build team leaves the room.
If you cannot name those four, you are funding a demo. Demos are cheap to applaud and expensive to unwind.

The brief that ships
We ask clients to fill one page before we talk architecture. If the page is vague, we stop and rewrite it. The stack can wait.
1. The job, not the technology
Name the job as a sentence a new hire would understand.
Bad: "Build an AI assistant for land and property."
Better: "A reviewer should be able to open a parcel file, see which documents are missing or contradictory, and decide whether the file is ready for a human legal check."
The second sentence has a person, a moment, and a decision. That is enough to design against. The first sentence can mean anything, so it will mean a chatbot.
This is the same discipline we use on enterprise AI work. The product is the decision, not the model.
2. The source of truth, including the mess
Write down where the truth lives today. Not where it should live. Where it lives.
In property, logistics, healthcare, and equipment, the truth is rarely a single clean table. It is PDFs, photos from a site visit, a spreadsheet someone emailed in 2023, and a WhatsApp voice note that actually explains the exception.
Your brief should say:
Which systems are authoritative, and in what order.
What a "complete" file looks like.
Which fields are allowed to be empty.
Who currently hunts the missing piece when the file is ugly.
If you skip this, the model will invent confidence. That is the most expensive kind of fluency.
A product like Landverify only works if the messy document layer is treated as the product surface. AI can read, classify, and flag. It cannot wish a title document into existence.
3. The cost of a miss
Every workflow has a miss that matters more than the others. Name it in money, time, or harm.
A wrong product recommendation is annoying. A wrong ownership flag, a wrong payment release, or a wrong medical intake summary is a different class of problem.
Write two numbers:
What a false yes costs.
What a false no costs.
Those two numbers tell you whether the system should be aggressive, conservative, or mostly a highlighter for humans. They also tell you where human review is not optional.
4. The exception path
Models are useful until they are unsure. Unsure is where most pilots die, because nobody designed the handoff.
Your brief needs a boring sentence: when the system is below this confidence, or when these fields conflict, do this exact thing.
That might be "assign to reviewer B with the conflicting pages attached." It might be "block the next step and ask for one more document." It is never "show a friendly paragraph and hope the user notices the hedge."
Exception paths are the product. The happy path is the marketing.
5. One 90-day metric
Pick one number you can measure without a science project.
Examples that hold up:
Hours from file received to file ready for a human decision.
Percentage of files that leave the queue with a complete document checklist.
Number of times a reviewer has to leave the tool to find a source document.
Examples that do not hold up: "increase innovation," "become AI-first," "improve employee satisfaction with technology."
If the metric needs a new analytics program to exist, it is not a pilot metric. It is a wish with a dashboard attached.
6. The owner after launch
Who changes the prompts, the rules, and the checklist when the first real edge case arrives on a Tuesday.
If the answer is "the agency" or "IT later," the pilot will freeze the first time reality disagrees with the demo data. Name a person. Give them a weekly review. Put the exception log in front of them.
AI systems rot when nobody is allowed to edit the operation.
A one-page template you can steal
Copy this into a document and refuse to start build until every line has an answer.
Job. Who does what, at which moment, to make which decision.
Inputs. Systems, folders, photo types, and the known gaps.
Output. What the next human receives, in what format, with what uncertainty.
Miss cost. False yes and false no, in plain language.
Handoff. What happens when the system should not decide.
Metric. One number, 90 days, owner named.
Out of scope. The three tempting features you will not build in this phase.
The last line matters. Pilots drown in adjacent ideas: a customer chatbot, an executive dashboard, an agent that also writes emails. Those can be later products. They are not this product.
What we refuse to brief
We will not start from "connect our Drive and let people ask questions." Search is not an operation.
We will not start from "an agent that does everything the operations team does." That sentence hides a hundred undocumented judgments.
We will not treat a polished demo on five golden files as evidence. Golden files are where models look like geniuses. Production is where they meet the scan that was photographed in a parking lot.
And we will not hide the human. In high-stakes work, the honest architecture is model plus reviewer plus log. That is not a compromise. That is how you stay in business.
How this changes the build
Once the brief is sharp, the technical choices get calmer.
You stop arguing about models in the abstract and start arguing about retrieval, document quality, audit trails, and the reviewer's screen. You stop promising a brain and start shipping a station: intake, extract, flag, decide, record.
That is the work we do in enterprise AI development. Agents, automation, and computer vision are tools. The brief decides whether they become a product or a pilot that people mention in the past tense.
If you already have a pile of documents, a queue of decisions, and a team that is tired of hunting, you do not need another demo. You need one page that tells the truth about the job.
Start a project with that page, even if it is messy. Especially if it is messy. We would rather argue about the operation than decorate a chatbot.
By PED Solution