Skip to content
4th Turning Strategy
Implementation

Generative AI Implementation for SMEs: A 90-Day Roadmap

Fran Strajnar · May 22, 2026 · 9 min read

Most of the conventional advantages in technology adoption belong to large enterprises: bigger budgets, deeper benches, more leverage with vendors. Generative AI inverts that. The models are rented by the API call, the infrastructure is someone else's problem, and the deciding factor is no longer capital but how fast an organization can choose a workflow, test it against real work, and put it into production. Speed is the whole game now.

That is where SMEs hold a structural advantage. A 40-person logistics firm can decide on Monday, build by Friday, and have a pilot running with real dispatchers within two weeks. A 4,000-person enterprise running the same play waits on an architecture review board, a vendor security questionnaire, and three steering committees. Surveys consistently put generative AI pilot failure rates somewhere between 70 and 90 percent, and the most common cause is not the technology. It is the waiting.

The advantage is real, but it is not automatic, and it will not last indefinitely. Capturing it takes a plan with a hard edge. Ninety days is the right horizon: long enough to reach production with something that matters, short enough that nobody can hide behind process. Here is how we structure it.

Days 1-15: baseline and pick

The first two weeks are about discipline, not ambition. The goal is to choose one workflow — exactly one — and to know enough about it to measure improvement later.

Start with an inventory. Walk through the business function by function and list every workflow that involves reading, writing, summarizing, classifying, or answering questions from documents. Most SMEs surface 15 to 30 candidates in a single afternoon workshop. Typical entries: drafting responses to inbound customer emails, summarizing intake calls, first-pass review of supplier contracts, turning meeting notes into proposals, answering staff questions about internal policies.

Then score each candidate on three axes:

  • Value. How many hours per week does this consume, and what does an error cost? A task that eats 20 hours a week across the team is worth more than one that eats two.
  • Feasibility. Does the data already exist in digital form? Is the output easy to check? Tasks where a human can verify the result in seconds are far better first candidates than tasks where errors hide for months.
  • Risk. What happens when the system is wrong? Drafting an internal summary that a human reviews is low risk. Sending unreviewed pricing to customers is not.

Score honestly and the shortlist usually collapses to two or three options. Pick one. Not three, not a portfolio — one. Parallel pilots in a small firm split the same scarce attention and produce two half-finished experiments instead of one production system.

Before you build anything, record the baseline. If the chosen workflow is customer email triage, measure current first-response time, hours spent per week, and error rate for at least one normal week. Without a baseline, day 90 becomes an argument about feelings. With one, it becomes a comparison of numbers.

If you are unsure whether the organization is ready to start at all, our AI Maturity Assessment covers the readiness questions in more depth. Most firms are more ready than they think.

Days 16-45: build and pilot

Now you build — but small, and in front of real users from the first week.

Assemble a pilot group of three to five people who actually do the work today. Not the most enthusiastic people; the most representative ones. Include at least one skeptic. Skeptics find the failure cases that enthusiasts politely ignore, and a system that wins over a skeptic by day 45 will survive contact with the wider team.

Build the thinnest version that touches real data. For most SME workflows this means a hosted frontier model behind an API, a retrieval layer over your own documents (the technique is called retrieval-augmented generation, and it is now a solved pattern rather than a research project), and a simple interface — often just a button inside the tool people already use. Resist the urge to gold-plate. The purpose of this phase is to learn whether the workflow works, not to admire the architecture. This is the same logic behind our rapid prototyping practice: a working system in front of real users teaches you more in a week than a requirements document teaches you in a quarter.

Define success metrics before the pilot starts, in writing. Good targets for a first workflow look like: the system produces a usable first draft in 60 percent or more of cases, human review time drops by at least a third against the baseline, and the pilot group chooses to keep using it without being told to. Write down the kill criteria too. If the draft is usable less than a quarter of the time after three weeks of iteration, you picked the wrong workflow, and the right move is to go back to the shortlist rather than push harder.

Then iterate weekly. Every Friday, sit with the pilot group for 30 minutes: what worked, what failed, what they stopped trusting. Collect the failures into a test set — 30 to 50 real examples with known correct answers — and run every prompt or configuration change against it before shipping. This single habit, sometimes called a golden set, separates teams that improve steadily from teams that fix one failure while silently breaking three others.

Days 46-75: harden

A pilot that works for five friendly users is not a production system. The middle month is where you make it boring, and boring is the goal.

  • Error handling. Decide what the system does when the model is uncertain, when the source documents do not contain the answer, and when the API is down. The honest answer to a question outside the system's knowledge is "I don't know — here's who to ask," and the system should say it.
  • Escalation paths. Every output needs a clear route to a human. Name the person. Define the threshold. A draft below a confidence bar, or any output touching pricing, legal terms, or personal data, goes to review rather than out the door.
  • Access controls. Apply the same permissions to the AI system that apply to people. If junior staff cannot read board papers, the retrieval layer must not surface board papers in their answers. This is the most commonly skipped step and the most expensive one to retrofit.
  • Documentation. One page: what the system does, what it must never do, who owns it, how to report a failure. If the operations lead leaves, the system should survive the handover.

This is also when you train the wider team — not a tooling demo, but an hour on what the system is good at, where it fails, and how to check its work. People trust systems whose limits they understand. They quietly abandon systems that surprise them.

None of this requires heavyweight governance, but it does require deliberate choices about risk, and they are easier to make before launch than after an incident. For workflows touching regulated data or customer commitments, this is the phase where a structured implementation approach earns its keep.

Days 76-90: production and decide

Roll out to everyone who does the workflow. Keep the weekly feedback session running; the failure modes that appear at 25 users differ from the ones that appeared at five.

At day 90, hold a decision meeting with the numbers on the table. Compare against the baseline you recorded in week two and make one of three calls:

  • Kill. The metrics did not move, or moved at a cost in review effort that erased the gain. Killing a system that does not pay is a sign the process works. Document what you learned and return to the shortlist.
  • Scale. It works. Extend it to adjacent teams or higher volume, and invest in the reliability work that volume demands.
  • Extend. The workflow works and the pattern transfers. The retrieval layer built for customer email often answers internal policy questions with modest extra effort.

Then pick the next workflow from the day-15 shortlist and run the cycle again. The second pass is usually 30 to 40 percent faster, because the plumbing, the access model, and the team's judgment already exist. This is how an AI capability actually compounds: one production workflow per quarter, each one cheaper than the last.

The three failure modes to watch

Ninety-day plans fail in predictable ways. Three account for most of the wreckage.

Pilot purgatory. The demo impresses everyone and ships to no one. The cause is almost always a missing decision date. If your calendar does not contain a meeting where someone must say kill, scale, or extend, the pilot will drift until the budget or the enthusiasm runs out. Put the day-90 meeting in the calendar during week one.

Tool-first thinking. Someone buys a license, then goes looking for a problem. It runs the roadmap backwards. The inventory-and-score exercise exists precisely to make the workflow choose the tool, and firms that skip it tend to end up with a subscription nobody renews.

No owner. The project belongs to "the leadership team," which means it belongs to nobody. Name one person with the authority to make daily calls and the obligation to report the metrics. Ownership, not headcount, is what the failed pilots were missing.

You do not need a data science team

A common objection deserves a direct answer: most SMEs have no data scientists, and for this roadmap, none are needed. Five years ago, applied AI meant training models, which meant specialists. Today the frontier models are rented, the retrieval patterns are documented, and the integration work sits within reach of a capable operations lead and a developer — in-house or contracted. What cannot be rented is judgment: knowing which workflow to pick, what risk to accept, and when to kill a pilot that is not paying. That judgment can be built, and it can be borrowed while you build it.

The Fourth Turning rewards organizations that move while their larger competitors deliberate. Ninety days from now, you can have a production system and a baseline of evidence, or another quarter of watching. If you want a candid view of where to start, book a strategy call — or begin with the AI Maturity Assessment and take the first measure yourself.

Every turning rewards the prepared.

Tell us where you are. We will be candid about what comes next — whether or not we end up working together.