2026-07-10 ยท Primitive

Workflow Discovery State Comes Before Agents

One pattern I keep seeing in operational AI work is that the use case is rarely where the label says it is.

"Renewal follow-up" sounds like messaging. "Warranty follow-up" sounds like customer service. "Admissions" sounds like forms. "Payroll" sounds like accounting. But when you sit inside the actual workflow, the label breaks apart. The work crosses systems, messages, records, calendars, attachments, exceptions, and the memory of the person who knows how the business really runs.

That is why I think workflow discovery state is going to matter more than most teams expect.

By workflow discovery state, I mean a structured map of the operating reality before automation starts: who carries the judgment, which systems hold partial context, which artifacts matter, what repeats, what fails, what needs approval, and what would count as time back.

Consider a tutoring center with a renewal workflow. The old software frame says the system needs student records, templates, and maybe a CRM sequence. The AI frame is different. The product needs to know whether the student's plan changed, whether tutor notes contradict the old template, whether the parent asked for a new schedule, whether a sibling is now involved, and when the center should stop and let a human review the message.

That is not just a better email tool. It is a state model for a human judgment loop.

The same pattern shows up in home services. A warranty follow-up may depend on paid invoice status, job completion photos, technician notes, customer tone, missing evidence, and whether the issue should become a callback, a chargeable repair, or an escalation. A chatbot sitting on top of the inbox can summarize the complaint. A system of action needs to know which evidence is missing and what the business is allowed to do next.

This is where many AI products get the order wrong. They start by turning task labels into agents. The agent drafts, routes, summarizes, or updates. But if the workflow map is wrong, the agent is operating on a decorative version of the business. It may complete the visible task while preserving the hidden bottleneck.

The old SaaS implementation model could often survive this. A team configured fields, trained users, and left the undocumented judgment with the humans. The software stored the records around the work. People remained the workflow engine.

AI changes that boundary. The system is no longer just displaying fields. It is reading context, proposing actions, drafting messages, escalating exceptions, and sometimes updating downstream state. Once software participates in the judgment loop, the undocumented parts of the workflow have to become product inputs.

That creates a primitive: discovery state as durable operating context.

It should answer questions like:

Which person is the real router for this workflow? Which records are trusted, and which ones are checked against memory? Which messages or documents carry authority? Which exceptions require review? What outcome does the operator actually want improved?

Those answers are not just notes from sales discovery. They are the seed of the system. They shape permissions, evaluation cases, review queues, escalation paths, integrations, and the first useful ROI measure.

SMBs are the natural place to see this because their work is both messy and close to the operator. The person who knows the process may also be doing the work, managing the relationship, approving the exception, and remembering why the software record is incomplete. That looks inefficient from the outside. From inside the business, it is often the operating system.

The opportunity is not to pretend that operating system does not exist. The opportunity is to capture enough of it that software can participate without breaking trust.

I used to think the hard part of AI implementation was choosing the right workflow to automate. I now think the harder and more valuable part is making the workflow legible before the first agent runs.

The reframe is that discovery is not a pre-sales chore.

For AI systems of action, discovery is part of the product architecture.