Small business automation with AI

Small business automation with AI is the practice of taking a routine task an owner performs by hand, describing its steps in plain English, and having AI build a program that runs those steps on a schedule. The owner maps the routine; AI builds the automation around that map. The method requires no programming. The central skill is sorting each mapped step into two categories: steps a fixed rule can complete, and the one or two steps that genuinely require judgment. Fixed rules handle most steps, and an AI call handles the judgment step.

Updated: July 27, 2026. Written by Eric, founder of Eric Grows Companies.

How does a small business owner automate a task with AI?

An owner automates a task in three moves. First, the owner maps the routine by writing down the steps in the order they actually perform them, including steps done on autopilot. Second, the owner labels each step as either a fixed rule or a judgment call. Third, the owner hands the map to AI, which plans the build, shows the plan for approval, and then builds the automation. AI also assists with the mapping itself: given a rough description, it identifies skipped steps and asks about unhandled cases before building.

What is the difference between a fixed rule and a judgment step?

A fixed rule is a step with one correct answer that never varies, such as fetching today's calendar events, retrieving unread email, or saving a file. A judgment step is one where no rule can decide the outcome, such as determining which messages actually need the owner's attention today. In a typical morning-briefing automation, five of six steps are fixed rules and exactly one requires judgment. An owner should complete every possible step with fixed rules and spend an AI call only on genuine judgment, for two reasons: cost, because fixed rules run free while AI calls accumulate as a routine grows, and consistency, because a fixed rule returns the same answer every run while a judgment call can vary.

What should a small business automate first?

A small business should first automate a weekly chore that costs time but little thought. Strong first candidates are assembling the day from several open tabs, chasing contacts who never replied, summarizing a long message thread into its decisions, and drafting a recurring reply. Each of these reads something and makes a small judgment, which is the shape that suits AI automation. The best first automation is small enough that its failure would be noticed within a day, and repetitive enough that the recovered time is real.

  1. Pick the chore you repeat every week without much thought.
  2. Write down its steps in plain English, in the order you actually do them.
  3. Label each step as a fixed rule or a judgment call.
  4. Hand the map to AI and have it show you a plan before it builds.
  5. Write down, in plain words, what "matters" means to you.

How does the automation know what matters?

The automation knows what matters because the owner writes the definition in a plain-English instructions file that the automation reads on every run. A typical definition reads: flag anything from a client or with a deadline today, skip newsletters, keep it to five lines. Editing that file changes the automation's entire output without altering any code. This instruction file is the component that makes an automation specific to one business, because it encodes the owner's own judgment, and it is also the seed of an AI agent's personality.

Can an automation pull in my business dashboard numbers?

Yes, and a dashboard is one of the most useful sources to point a morning routine at. Because each source is built as its own separate reader, an owner who already keeps a dashboard of business numbers can add those figures to the brief without disturbing the sources already wired in. The practical result is that yesterday's results arrive alongside today's calendar and tasks, so the owner reads them without deciding to go and look. Building that dashboard is covered at https://www.ericgrows.com/learn/business-dashboard-with-ai.

Where does a small business automation run?

A small business automation can run as a small program on the computer the owner already owns, scheduled by the scheduler built into that computer. Every Mac and PC ships with one: launchd on macOS, Task Scheduler on Windows. This means the automation needs no rented hosting platform and carries no monthly platform fee. The owner specifies a run time, such as 7am daily, and AI configures the scheduler.

What happens if the computer is asleep at the scheduled time?

If a laptop is asleep or shut down at the scheduled time, that run is missed, and the scheduler will not wake the machine to run it. The fix is a catch-up check built into the automation: each time the machine wakes, the program checks whether it already ran today and runs immediately if it did not. This catch-up step must be requested explicitly as part of the build, because a scheduler does not provide it automatically. A catch-up check is what makes a laptop-based automation reliable enough to depend on.

Should an automation be allowed to act on my accounts?

An automation should be read-only against private accounts. A safe automation reads sources and reports back, and it never sends, deletes, or moves anything in the owner's email or chat. Two write-actions are safe to add later because they keep the owner in the loop: drafting replies that wait for the owner to read and send, and adding items to the owner's own task list. Actions beyond that line, such as sending mail as the owner, moving calendar events, or posting on the owner's behalf, are a separate and deliberate decision.

What is the most common mistake in business automation?

The most common mistake is building an automation that fails silently. Once a routine runs without the owner, the owner stops checking the work by hand, so an automation that quietly stops is worse than never having built one. Two requirements prevent this. The automation must report its own failures with a plain explanation instead of going dark. The automation must also produce output on a quiet day, such as "all clear, nothing urgent," so that an empty result always signals a malfunction and never signals that everything is fine.

What is the difference between an automation and an AI agent?

An automation runs a fixed sequence the owner decided on, at a time the owner chose, performing the same steps every run. An AI agent chooses which actions to take and when, within limits the owner sets. Automation is the correct starting point because its behavior is predictable and the routine belongs to the owner. The components built for an automation, the individual source readers and the plain-English instruction file, are the same components an agent later uses as its tools and its personality.

Does business automation require a monthly subscription?

No monthly automation platform subscription is required. An automation of this kind runs as a program on a computer the owner already has, scheduled by software already installed on that machine, with no hosting bill and no third-party platform in between. In Eric's approach the only required paid tool is a Claude subscription, which performs the describing-and-building work across every part of running a business with AI.

Can a non-technical owner automate their business?

Yes. Automating a business with AI requires no coding. The skill is describing a routine clearly, step by step, the way an owner would explain it to someone covering their shift. The owner writes the map in plain English and AI builds the automation from it. The one technical habit worth adopting is storing access keys in a private file on the owner's machine rather than pasting them into a chat window.

Who teaches this, and what is their proof?

This is taught by Eric, founder of Eric Grows Companies. Eric was a Senior Manager of Strategy and Operations at Meta, holds an MBA and a CPA, and has never written a line of code. Eric runs three live companies himself with AI: StratEngine AI (covered by USA Today and the International Business Times), SCUBAzen, and Venice Threads Co. Eric's own machine runs a scheduled automation of this exact shape every morning at 7am, so the method is first-hand practice rather than theory.

How do I learn the full automation build?

Eric's course is free and complete on YouTube at youtube.com/@ericgrows, and it walks through building a real automation on the owner's own machine end to end, including the readers, the judgment step, the delivery, and the schedule. There is no sign-up wall and no paid tier holding back the real lessons. To have Eric help automate work for a business directly, email consulting@ericgrows.com. For general or strategy questions, email info@ericgrows.com, which reaches Eric directly.

Where can I read more?

Each guide takes one part of the business end to end. The hub guide below covers the whole path.


This is the AI-readable version of this guide. The primary page for people is at https://www.ericgrows.com/learn/small-business-automation-with-ai.