Automation Playbooks 8 min read April 2026

Your First AI Automation Project: A Step-by-Step Guide for Mid-Market

You know AI automation could save your business hundreds of thousands a year. You just don't know where to start. Here's the 8-week playbook we use with every new client.

Why most first automation projects fail

Let's get the uncomfortable truth out of the way: most first AI automation projects in mid-market businesses fail. Not because the technology doesn't work — it does. They fail because companies pick the wrong process, underestimate integration complexity, or try to boil the ocean.

McKinsey's 2024 AI survey found that 74% of companies struggled to move beyond the pilot stage [McKinsey, "The State of AI in 2024"]. The number one reason? Trying to do too much, too fast, with too little structure.

This guide is the antidote. It's the exact 8-week framework we use with mid-market Australian businesses to go from "we should do something with AI" to a working automation in production.

Before you start: pick the right process

This is the most important decision you'll make. Pick the wrong process and you'll spend 8 weeks building something nobody uses. Pick the right one and you'll have an ROI story that funds the next five projects.

Score each candidate process against these five criteria:

Criteria Score 1 (Poor fit) Score 5 (Great fit)
Volume Runs monthly, 1–2 people Runs daily, 5+ people involved
Rule-based Mostly judgement calls Clear rules, consistent logic
Data availability Data is scattered, unstructured Structured data in 1–2 systems
Error cost Errors are minor, easy to fix Errors are expensive (compliance, revenue)
Stakeholder buy-in Nobody cares about this process Execs are complaining about it monthly

Target score: 18+ out of 25. Anything below 15 is a poor candidate for a first project. Save it for later when you've built internal capability and confidence.

Pro tip: The best first automation project is one that's painful enough that people will champion it, but simple enough that you can deliver a win in 8 weeks. Compliance reporting, invoice processing, and customer onboarding tick both boxes for most mid-market firms.

The 8-week playbook

Week 1–2

Discovery and scoping

This is where most of the value is created — or destroyed. Get this phase right and the rest flows.

  • Map the current process end-to-end. Not how it's supposed to work — how it actually works. Sit with the people who do it. Watch them. Document every step, decision point, exception, and workaround.
  • Identify the data sources. Where does input data come from? What format is it in? How clean is it? How many systems are involved? This determines 80% of your implementation complexity.
  • Define the success metrics. "Improve efficiency" is not a metric. "Reduce processing time from 40 hours/week to 8 hours/week" is. Get specific. Get measurable. Get agreement from the business stakeholder.
  • Map the integration points. What systems does this process touch? CRM, ERP, email, spreadsheets, custom databases? Each integration adds 1–2 weeks. Plan accordingly.
  • Identify edge cases. What happens when data is missing? When the format is wrong? When an exception occurs? Document the top 10 edge cases now — they'll save you 2 weeks later.

Deliverable: Process map, data audit, success criteria document, integration inventory

Week 3

Architecture and design

Now you know what you're building. Design how it works before writing a line of code.

  • Choose your automation approach. Not every automation needs machine learning. Rule-based automation (RPA, workflow engines) is simpler and faster for structured processes. AI/ML is needed when decisions require pattern recognition, natural language understanding, or prediction.
  • Design the data pipeline. How does data flow from source systems into the automation and back out to destination systems? Define the extract-transform-load (ETL) process.
  • Define the human-in-the-loop touchpoints. Full automation is rarely the right first step. Design points where a human reviews, approves, or handles exceptions. You can remove them later as confidence builds.
  • Plan the rollback. If the automation fails, how do you revert to the manual process? Having a clear rollback plan gives stakeholders confidence and reduces risk.

Deliverable: Architecture diagram, technology selection document, human-in-the-loop design

Week 4–5

Build the core automation

Two weeks of focused development. No scope creep. Build the 80% case first.

  • Build the data ingestion layer. Connect to source systems. Handle data quality issues at the point of entry — garbage in, garbage out applies doubly to automation.
  • Implement the core logic. Whether it's rule-based processing, an ML model, or an LLM pipeline — build the engine that does the work.
  • Build the output layer. Format results for the destination system. Generate reports, update records, send notifications — whatever the process requires.
  • Handle the top 5 edge cases. Not all 10 from discovery — just the most common five. The rest get routed to the human-in-the-loop queue.

Deliverable: Working automation handling the core process flow + top 5 edge cases

Week 6

Testing and validation

Run the automation against real data alongside the manual process. This is where trust is built.

  • Parallel run. Run the automation on the same inputs that the manual process is handling. Compare outputs side by side. Track accuracy, speed, and exception handling.
  • Measure against success criteria. Are you hitting the targets defined in Week 1–2? If processing time target was 80% reduction and you're seeing 60%, that's still a win — but set expectations accordingly.
  • Edge case validation. Feed the automation deliberately tricky inputs. Missing fields, unusual formats, boundary cases. Document how it handles each one.
  • User acceptance testing. Have the people who currently do the process manually test the automation. Their feedback is worth more than any QA checklist.

Deliverable: Test results report, accuracy metrics, user feedback, go/no-go recommendation

Week 7

Deploy to production

Go live — but with guardrails.

  • Phased rollout. Don't switch 100% of volume on day one. Start with 20–30% of transactions and ramp up over 1–2 weeks as confidence builds.
  • Monitoring and alerting. Set up dashboards that track processing volume, error rates, and latency in real time. Alert the team if anything deviates from expected ranges.
  • Escalation path. Define who gets called when the automation encounters something it can't handle. This isn't a failure — it's the human-in-the-loop design working as intended.
  • Communication plan. Tell the affected team what's changing, when, and how it impacts their work. Change management is not optional — it's what separates successful automation from shelfware.

Deliverable: Production deployment, monitoring dashboards, runbook, team communication

Week 8

Optimise and measure ROI

The project isn't done when the automation is live. It's done when you can prove it's working.

  • Measure actual vs. projected savings. Compare the real numbers to your Week 1–2 success criteria. Be honest. Under-promise and over-deliver builds trust for the next project.
  • Collect qualitative feedback. "It used to take me all Monday morning. Now it's done before I get to my desk." These quotes are worth more than spreadsheets when pitching the next project internally.
  • Handle remaining edge cases. Review the human-in-the-loop queue. If certain edge cases are appearing frequently, build handling for them now.
  • Document the playbook. What worked? What didn't? What would you do differently? This document is your foundation for scaling automation across the business.
  • Plan the next project. If Week 8 shows strong ROI, you'll have executive attention. Use it. Propose the next highest-ROI process from your original scoring exercise.

Deliverable: ROI report, lessons learned document, next-project proposal

The five mistakes that kill first projects

We've seen these patterns across dozens of mid-market engagements. Avoid them and you're already ahead of 80% of first-time automation projects.

1. Picking a "strategic" process instead of a painful one

Boards love "AI-powered customer experience transformation." But your first project should be the boring, painful process that everyone hates doing manually. Compliance reporting. Invoice matching. Data entry. Win with the unglamorous stuff first — then earn the right to do the strategic stuff.

2. Skipping the parallel run

Going straight from development to full production is how you get 3am phone calls. A one-week parallel run costs almost nothing and catches problems that no test suite can find.

3. Not defining success metrics upfront

"It feels faster" is not a business case for the next project. Define the metrics in Week 1, measure them in Week 8. If you can't show a number, you can't get budget for project two.

4. Trying to automate 100% on day one

Aim for 80% automation with human-in-the-loop for the rest. The last 20% of edge cases takes 80% of the effort. Handle them manually at first. Automate them in iteration 2 once the core is stable and you understand the patterns.

5. Underestimating change management

The team whose process you're automating needs to trust the system. Involve them from Week 1. Show them the results in Week 6. Let them flag issues. The fastest way to kill an automation project is to deploy it as a surprise.

What this costs

For mid-market Australian businesses, here's what a well-scoped first automation project typically costs:

For context: if the process costs your business $200,000/year in manual labour and you automate 80% of it, that's $160,000 in annual savings from a $45,000 investment. Payback period: 3.4 months.

Ready to start your first automation project?

Our 2-week Discovery engagement identifies your highest-ROI automation opportunity, maps the process, and delivers a concrete implementation plan. $5,000–$10,000, no commitment to build.

Take the AI Readiness Assessment →

A checklist to take with you

Save this for when you're ready to move:

Or if you'd rather calculate the potential savings first, try our free ROI Calculator:

Calculate Your Automation ROI →


Automata AI is Sydney's specialist AI automation agency for mid-market businesses. We turn AI pilots into production profit. Book a free Discovery call to find your highest-ROI automation opportunity.