Resources · May 14, 2026
Your first AI project should not be a chatbot
Chatbots feel like AI. They also have the worst risk-to-reward ratio of any first project. Here is what to build instead.
By Tom Faries · Updated June 15, 2026
The first AI project most owners try is a chatbot.
It is almost always the wrong project.
Chatbots are visible. They feel like AI. The marketing demos look great. But the ROI is hard to measure, the failure modes show up in front of your customers, and the tooling drifts every quarter as model providers change pricing and capabilities.
The right first AI project is invisible to your customers and obvious to your team.
Where the real money is
Look at where someone on your staff is doing the same thing every Tuesday morning. The same email follow-up sequence. The same status report. The same intake form review. The same data pull from three systems that gets pasted into a spreadsheet.
Those are the workflows where AI pays back in week one. Not because they are exciting. Because the input is predictable, the output is verifiable, and the time savings are easy to count.
Here is what that looks like in real businesses we have worked with this year.
Multi-channel job posting at a legal staffing firm
The operations lead at a Southeast legal staffing firm was spending several hours a week copying job orders into five places. WordPress careers page, LinkedIn company page, Facebook, Twitter, Indeed. Same content, five interfaces, every order. There was also a quiet compliance risk. Confidential employer identifiers occasionally slipped into a public post. No incident yet. A matter of time.
We replaced that workflow with a Claude lint pass that strips confidential identifiers and cleans formatting before anything queues for review, plus a single-click approval that publishes to all five channels in parallel. The operations lead now spends under ten minutes a week on job posting. Zero confidentiality incidents since the lint pass went live. The customer never sees the AI. The team feels it on every job order. The full write-up is in the legal staffing automation case study.
Prospect enrichment for a commercial real estate brokerage
A Pacific Northwest CRE firm was hand-researching property owners. Pull tax records. Cross-reference county assessor data. Hunt phone numbers across three free directories. About twelve minutes per prospect, inconsistent quality, no path to scale.
We built an Excel-in, Excel-out pipeline. The team drops a property export in, the pipeline runs it through county records, public-record contact data, and a verified-contact provider, then returns an enriched file ready for outreach. Per-prospect research time dropped from twelve minutes to under thirty seconds. A week of evenings became a single sitting. The team’s outreach workflow downstream did not change at all. The details are in the CRE prospecting case study.
Recurring client reporting
A services firm was spending the first three hours of every Monday assembling a client status report from three dashboards, an email inbox, and a project management tool. The data was already there. Somebody just had to find it, normalize it, and paste it into a template.
That kind of workflow is the cleanest possible first project. The inputs are systems with APIs. The output is a document. The format is fixed. AI handles the summarization and tone, the orchestration handles the rest. Three hours a week back, fifty-two weeks a year. The CFO can count it.
Inbound lead triage
Another pattern we see at almost every SMB. Inbound form submissions, contact emails, or website inquiries pile up in a single inbox. Somebody on staff reads each one, classifies it, routes it to the right person, and writes a short summary. The work is not hard. It is interruption-shaped, which makes it expensive. A model that classifies, summarizes, and routes can do the same job in seconds with a human spot-check at the end of the day. No customer-facing surface. The triager just opens a cleaner inbox.
Notice what is missing from all four. No customer ever talks to a model. No public-facing risk. No demo. The wins are quiet and they show up in the calendar.
Why chatbots fail in production specifically
Chatbots are not bad technology. They are a bad first project. The reason has four parts.
Brittle context
A chatbot needs to know your business. Your products, your pricing, your policies, your edge cases. That knowledge lives in twenty places: a CRM, a help center, a Google Drive folder, the head of the support lead. Wiring all of that into a model is real work, and the work never ends. Pricing changes. Policies change. A new product ships. Every change is a new opportunity for the bot to confidently say the wrong thing.
The legal staffing dispatch system has none of this problem. The input is one job order. The context fits in a prompt.
Escalation paths that do not exist
When a chatbot gets stuck, where does the conversation go? In most SMBs, the answer is “nowhere good.” There is no support queue, no on-call human, no fallback ticketing flow. The bot just frustrates the customer and the customer emails the owner. The escalation path is the owner’s inbox, which is the exact thing the bot was supposed to protect.
Internal workflows have built-in escalation. A retry queue picks up the failure, a Slack notification fires, a human opens the log. The recovery is small and private.
Evaluation is genuinely hard
How do you know a chatbot is doing a good job? You read transcripts. You score them. You catch regressions. You set up an eval harness. This is real ML ops work, and it is the work most small businesses do not have the team to do. A workflow that generates a status report or enriches a row has a verifiable output. Either the report is accurate or it is not. Either the phone number dials or it does not.
Customer-facing failure surface
A workflow that fails internally fails in front of one person. A chatbot that fails in production fails in front of the customer, on a public channel, often in a transcript that will be screenshotted. The downside is asymmetric. The upside, even on the best day, is a slightly faster support response. The math does not favor chatbots as a first project. It rarely favors them as a fifth.
The same four failure modes apply to public-facing AI sales agents, AI receptionists, and the current wave of “AI employee” pitches. Same brittle context, same missing escalation, same evaluation problem, same exposed surface. Treat them all the same way. Not first.
A framework for picking the right first project
If you are an owner trying to decide where to start, four questions get you most of the way.
Can you write down the input and the output in one sentence each?
If the answer is yes, the project is in scope. “Input: a row in our deal sheet. Output: an enriched row with verified contact info.” “Input: a new job order. Output: a clean draft posted to five channels after approval.” If you cannot finish those sentences, the project is not ready to build. It is ready to scope.
Will the savings show up on someone’s calendar?
The best first projects buy back recurring time. Not a one-time data cleanup, not a vague productivity boost. Hours per week, on a named person’s calendar, every week. If you cannot point at the calendar block this will free up, the ROI conversation will be a fight later.
What happens when it fails on a Tuesday at 2 PM?
Every system fails eventually. The question is whether the failure is cheap and internal, or expensive and public. If the answer to “what happens when this breaks” is “a customer sees it,” push that project down the list. If the answer is “a Slack message fires and somebody runs a retry,” you are looking at the right project.
Could you describe this to your CFO in two minutes?
If the answer is no, the project is too abstract. AI projects that get killed in month three are almost always projects that nobody could describe cleanly to the person writing the checks. The boring ones, the ones with a named workflow and a named hour count, survive scrutiny. The science fair ones do not.
If you want to run this on your own business in forty-five minutes with a notebook, we wrote the audit we run with every new client. It produces a ranked list of candidates, not a single guess. Run it before you commit to anything.
What to do this week if you are starting from zero
Three moves, in order.
Pull last week’s calendar
Yours, and the two or three people whose time matters most to your operation. Highlight every block of recurring work. Status reports, posting routines, intake calls, data exports, follow-up sequences, billing prep. Memory is generous about how much time you spend on these. Calendar is honest.
Pick the workflow with the most weekly hours behind it
Not the most interesting one. Not the one a vendor pitched you. The one where the time recovered, multiplied across a year, is biggest. That is your first project. The chatbot can wait until project four or five, when the boring ones are running and the team has the muscle to maintain something customer-facing.
Write down what success looks like before you build
A sentence for the input, a sentence for the output, a number for the time saved per week, and a name for who owns it when it breaks. If you cannot write that down, do not start building. Pick a different project, or scope this one tighter, until you can.
The first project sets the tone for everything that follows. Pick one your CFO can measure in hours saved or dollars protected. The chatbot conversation gets a lot easier once the boring projects are already paying for themselves.
More writing in resources, or get in touch.