How to use AI to automate the boring parts of your small business
4 min read
Most small businesses run on a few recurring chores that nobody likes, that absorb a couple of hours every week, and that nobody has the time or money to make a developer fix. These chores are the highest-value targets for AI coding right now, because they are small, well-defined, and worth doing again and again.
The pattern
Pick a single repetitive task. Describe it to your AI coding assistant the way you'd describe it to a person doing it for the first time. Be specific about what comes in, what comes out, and what happens in between. Let the AI write a small script or a tiny web tool that does it. Test it on a real example. Save it. Use it the next time the chore comes up. Repeat.
The trick is choosing well. The best candidates have three properties. They are repetitive, which means the payoff compounds. They are well-defined, which means the AI has a clear target. And they are worth repeating, which means the time you spend building is recouped quickly. When all three line up, you have a project. When they don't, the thing you have is a hobby, which is also fine, as long as you know that's what it is.
Concrete starting points
A few candidates that come up over and over in small businesses we've watched.
A quote calculator. You sell three or four service tiers, you have a tax rate, you have a typical materials line. Build a tiny tool that takes those inputs and produces a clean quote you can paste into an email. The hour you spend describing it pays back inside the first week.
A spreadsheet summarizer. You export sales from your point-of-sale tool, and once a month you spend forty minutes turning it into something your accountant or partner can read. A short script turns that into a keystroke.
A booking form that emails you. The forms inside most booking platforms are rigid, the ones inside your website builder are bland, and the email they produce is a mess. A simple custom one, built once, fits your business and arrives in the shape you want.
An inventory or hours tracker. The cheapest off-the-shelf one is fifteen dollars a month and doesn't quite match how you actually work. The one you build does, costs nothing per month, and you can change it whenever your work changes.
Where the line is
There is a line, and it's worth naming, because crossing it is where small business owners get burned. Anything that touches money, sensitive customer data, or many users at once should be approached carefully or built by someone whose full-time job is to make it work. A faulty inventory tracker costs you an hour to fix. A faulty payments form costs your customers their card numbers. Stay on the safe side of that line, especially while you're learning what your AI is good at, and the rest of the work is essentially risk-free.
How to start this week
Pick the one chore you most dread. Describe it to your AI coding tool in the kind of detail you'd give a new hire. Approve the changes as they come up, test the result against a real example you've already done by hand, and use it the next time the chore appears. You'll know within one cycle whether the time savings are real. Most people find they are, by a comfortable margin.
After the first one, the pattern repeats. You notice a friction, you describe the thing that would remove it, you steer until it exists. That is not a skill specific to running a business. It is the skill of building, and you can use it for the rest of your work.
The steps, in order
Pick a repetitive task and build a tiny custom tool for it using an AI coding assistant.
Pick the chore
Choose a single repetitive task you do regularly that has a clear input and a clear output.
Describe it like a brief
Tell the AI what comes in, what comes out, and what happens in between, in the level of detail you would give a new hire.
Approve the build
Review the changes file by file as the AI builds the tool, and approve or correct each one.
Test against a known example
Run the new tool on a real example you've already completed by hand, and confirm the output matches.
Use it
Run the tool the next time the chore comes up, and replace your manual process with it.
Repeat with the next chore
Identify the next friction in your work and build the tool that removes it.
Frequently asked questions
What's the first thing I should automate with AI?
The chore you dread most that meets three tests: it's repetitive, well-defined, and worth doing again. Quote calculators and spreadsheet summarizers are common high-payback starting points for service businesses.
Can AI handle payments for my small business?
Be careful here. Anything that touches money or sensitive customer data should be approached carefully or built by a professional. Use established tools like Stripe for payments. AI can build the rest of the workflow around them.
Do I need a developer to automate small-business tasks?
Not for the small, well-defined ones. An AI coding tool can build a quote calculator, a custom booking form, or a spreadsheet summarizer in an afternoon. For anything large or business-critical, a developer is still the right call.