Skip to main content

Command Palette

Search for a command to run...

From AI Interest to a Working System

Updated
12 min read
From AI Interest to a Working System
R

I help companies bridge the gap between business vision and scalable technical execution. With a Physics Ph.D. and a background in building systems for millions of users (exmox, Newstore), I apply first-principles thinking to software architecture and team leadership

Most small and mid-size businesses are stuck in the same place:
Leadership feels pressure to “do something with AI,” some guys is playing with ChatGPT, and nothing useful has been actually shipped…

The gap is not technical.

It is not about choosing the right model, waiting for the next release, or finding the perfect AI tool. The gap is that most teams don't focus enough to move from exploration to a working system.

A working system is not a chatbot in the bottom left corner of your homepage. You want a repeatable process where AI does one specific, useful thing that previously consumed human hours, and does it well enough to trust.

The founders who cross this gap are not the ones with the best prompting skills. They are the ones who pick one concrete problem and focus until the solution is running.

What are you lookinf for?

Not every workflow deserves AI. The valuable ones do share a few traits.

High volume, low variability

Look for predictable tasks your team does dozens or hundreds of times a month:

These are not glamorous workflows, but they compound fast.

If a task happens once a quarter, AI probably will not change much. If it happens every day, even a small improvement matters.

Clear inputs and outputs

You should be able to point to exactly what goes in and exactly what comes out.

An input might be:

  • An email

  • A spreadsheet row

  • A call transcript

  • A customer support ticket

  • A document

  • A rough content idea

An output might be:

  • A tag

  • A draft reply

  • A structured record

  • A summary

  • A priority score

  • A short video script

If you cannot define both ends, the system will not work.

NO:Help us with customer support” is too vague.

YES:Take the text of a support ticket and return a category, urgency level, and suggested reply” is specific enough to build.

Tolerance for 80% accuracy

AI rarely hits 100%. But many internal workflows do not need it to.

A first-pass draft that saves someone ten minutes of staring at a blank page is a win, even if it needs human review. A summary that captures the main points from a sales call is useful, even if the account manager edits it before adding it to the CRM.

Avoid workflows where errors carry real risk: compliance filings, legal documents, financial reporting, or anything customer-facing that could damage trust if the output is wrong.

Start where mistakes are cheap and review is easy.

You already do it manually

The best candidates are tasks your team understands deeply. You cannot automate what you cannot describe.

If your team already knows how to do the work manually, AI can help speed it up. If the process is still unclear, AI will only add confusion.

Before building anything, ask:

  • What decisions does the human make?

  • What information do they check?

  • What do they ignore?

  • Where do they hesitate?

  • What does a good output look like?

  • What does a bad output look like?

If you can write down the decision rules a person follows, you can probably build a useful prompt.

A Concrete Example: Lead Generation Through Content Drafts

One practical place to start is content marketing.

Most founders know they should publish more. They have opinions, customer insights, sales calls, product learnings, and market observations sitting in their heads, but turning those raw ideas into consistent content takes time.

So it gets pushed aside.

This is exactly the kind of workflow AI can help with.

For example, I previously built a system for a customer that automated the generation of marketing video content. The goal was not to replace the founder’s voice or strategy. The goal was to remove the repetitive parts: generating content ideas, turning them into structured video concepts, drafting hooks, and outlining short scripts.

The workflow looked roughly like this:

  1. A founder or marketer added brand guidelines, a business description, and marketing objectives.

  2. The system generated content ideas with context: target audience, offer, pain point, desired CTA, and content angle.

  3. An AI prompt generated several draft hooks and a short video script.

  4. A human reviewed, edited, and approved the output.

  5. The approved draft moved into the production queue.

This is a good first AI system because the inputs and outputs are clear.

The input is the company context: brand guidelines, business description, and objectives.

The output is a structured content draft: idea, audience, hook, script, and CTA.

The risk is manageable because a human still reviews everything before publishing. And the value is obvious: instead of starting from a blank page, the team starts from a set of usable ideas and draft scripts.

I wrote about a broader version of this idea in Meet Your Autonomous AI Marketer, where the long-term vision is an AI assistant that helps with content generation, distribution, and marketing feedback loops.

But the important point for SMBs is this: you do not start with the full autonomous marketer. You start with one narrow system that produces better first drafts, faster.

What to Avoid

The fastest way to fail with AI is to start too big.

Most companies do not get stuck because AI is not powerful enough. They get stuck because the first project is too vague, too risky, or too complex.

Starting with something customer-facing

It is tempting to lead with a chatbot or public-facing AI feature. That feels more exciting. It is visible. It looks like innovation.

But it is usually the wrong place to start.

Customer-facing systems have higher stakes and more unpredictable edge cases. A bad internal summary costs a few minutes of rework. A bad customer-facing answer can cost trust, revenue, or reputation.

Start internally.

Let your team build confidence with AI in workflows where mistakes are visible, recoverable, and low-risk.

Automating before documenting

If you cannot describe the current process step by step, do not touch AI yet.

Spend a week watching how the work actually gets done. The real workflow is rarely what the SOP says it is.

A process document might say:

Review inbound supplier emails and update the delivery tracker.

But the real workflow might be:

Check whether the supplier is strategic, compare the new date to the original delivery window, look at open customer commitments, decide whether the delay is critical, message the account manager if needed, then update the tracker.

That difference matters.

AI systems fail when they automate the official process instead of the real one.

Automate what people actually do, not what the process doc claims they do.

Chasing shiny infrastructure

You do not need a vector database, a RAG pipeline, or a fine-tuned model for your first system.

Most SMB use cases can start with:

  • A structured prompt

  • A few examples

  • A spreadsheet or form

  • A human review step

  • A simple automation tool

For a simple implementation, you might not need custom software at all.

A Zapier or n8n workflow can be enough.
For example: when a founder submits brand guidelines, a business description, and objectives through a form, the automation sends that context to an AI prompt. The model returns a structured output with fields like content_idea, target_audience, pain_point, content_angle, hook_options, short_video_script, and cta.

The automation then writes those fields back into a spreadsheet, Notion database, Google Doc, or project management tool.

That is already a working system.

It has a trigger, an input, a prompt, an output format, and a human review step.

You can improve it later with brand voice examples, CRM data, performance metrics, or a more advanced content calendar. But the first version should be boring and useful.

Add complexity only when the simple version breaks.

Measuring ROI too early

Your first system probably will not transform the P&L.

That is fine.

The first system is a learning investment. The goal is to prove that your team can take one repetitive workflow and turn it into a reliable AI-assisted process.

Measure whether it saves time on the specific task.

If a task that took twenty minutes now takes five with review, that is the win.

Once the team trusts the system, you can scale from there.

The First Step

Pick one internal workflow.

Not the most impressive one. The most annoying one.

The thing someone on your team complains about every week.

Then do this, in order.

1. Document it manually for one week

Watch the person who does it.

Record every decision point.

What do they check? What do they ignore? Where do they hesitate? What context do they use that is not written down anywhere?

You are not just documenting the process. You are building a map of tacit knowledge.

That tacit knowledge is what makes the AI useful.

2. Define the input and output precisely

“We get an email from a supplier about a delay” is not precise.

This is precise:

The input is the body text of an email. The output is three fields: supplier name, new delivery date, and a severity flag of Low, Medium, or High.

For the content marketing example, this would be:

The input is brand guidelines, a business description, marketing objectives, and an offer. The output is a content idea, target audience, pain point, content angle, draft hooks, short video script, and CTA.

The more precise the input and output, the easier the system is to test.

3. Write the simplest possible prompt

Do not over-engineer it.

Give the model the input, describe the output format, and provide two or three examples.

If the output needs to move into another tool, make it structured.

For example:

Return JSON with four fields: summary, priority, suggested_reply, and confidence.

Or, for a content workflow:

Return JSON with seven fields: content_idea, target_audience, pain_point, content_angle, hook_options, short_video_script, and cta.

This makes the result easier to send into a spreadsheet, CRM, helpdesk, content calendar, or automation tool.

Test the prompt on ten real examples from the past month.

Not made-up examples. Real ones.

You need to see where it breaks.

4. Ship a shadow system

Do not cut over immediately.

Have the AI produce outputs alongside the human for a week.

Compare them.

Where does the AI perform well? Where does it miss context? Where does it produce something plausible but wrong? Where does the human still need to make the final judgment?

Fix the prompt and retest.

The point of a shadow system is to build trust before the workflow depends on it.

Only cut over when the failure rate is acceptable and the team understands the limits.

5. Make it repeatable

This is the step most teams skip.

A prompt sitting in someone’s ChatGPT history is not a system.

To become a system, it needs to live somewhere the team can actually use it.

That might be:

  • A shared ChatGPT project

  • A simple internal form

  • A Zapier workflow

  • An n8n automation

  • A lightweight web app

  • A scheduled script

  • A CRM or helpdesk integration

The tool does not matter as much as the repeatability.

If someone has to remember the exact prompt, copy-paste the right context, and manually move the output every time, the system does not really exist.

A working system has a defined trigger, input, output, review step, and destination.

Need Help Finding the Right First Workflow?

If you are an SMB founder or operator and you know AI could help your business, but you are not sure where to start, the best next step is not to buy another tool.

It is to identify one workflow worth automating, define the input and output, and turn it into a repeatable system your team can actually use.

That is the kind of work I help with through my AI consulting services: finding the right first use case, designing the workflow, building the first version, and helping your team move from AI experiments to working systems.

The Real Goal

The goal is not to “use AI.”

The goal is to remove friction from a business process.

That distinction matters.

A lot of companies are still treating AI as a brainstorming tool. Someone opens ChatGPT, asks a few questions, gets a useful answer, and then goes back to work the old way.

That is AI interest.

A working AI system is different.

It runs inside a real workflow. It produces a specific output. It saves time. It gets reviewed. It improves. It becomes part of how the company operates.

That is what most SMBs are missing.

Not ambition. Not access. Not tools.

Focus.

Pick one workflow. Define the input and output. Build the simplest version. Run it in shadow mode. Make it repeatable.

Once you have one workflow running reliably, you have something most companies do not: a working AI system, not just AI interest.

Then you pick the next one.

How SMBs move From AI Interest to Working System: Can Start with AI