Asset 20 8 2
Does AI recommend your business? Run the free check →

Join 15,000 business owners, marketers and entrepreneurs. The Sunday newsletter you'll be annoyed only arrives once a week.

The Resource Library

The AI Agent Stack Decision Cheat Sheet

Stop building the wrong thing. Pick the right tool in under 60 seconds.

Before you spend a week automating something with the wrong tool, you need a decision framework that tells you the truth. Zapier, custom GPTs, and autonomous agents are not interchangeable. Each one has a lane, and building outside that lane costs you time, money, and confidence. This cheat sheet gives you a one-page matrix to make the right call every time.

What is inside
  • The Three Tiers at a Glance
  • The Decision Matrix: Which Tier Do You Need?
  • Common Mistakes and the Tier That Actually Fixes Them
  • The Hybrid Stack: How Most Businesses Should Actually Build
  • Tool Reference by Tier
  • Before You Build: The 60-Second Pre-Flight Check
  • Where Autonomous Agents Actually Earn Their Keep
Section 1

The Three Tiers at a Glance

Every AI task falls into one of three tiers. Know the tier before you build anything.

1.1

Tier 1: Trigger-Action Automation (Zapier / Make)

Use this when the task is always the same, has a clear trigger, and needs no judgement. If you can write the rule in one sentence ('when X happens, do Y'), this is your tier. Examples: send a Slack message when a new lead comes in, copy a form submission to a spreadsheet, tag a HubSpot contact when they visit a pricing page. Cost to build: hours. Cost to maintain: near zero.

1.2

Tier 2: Prompted AI Task (Custom GPT / Claude Project)

Use this when the task requires language, judgement, or generation but you are always the one starting it. You write the prompt, you paste the input, you review the output. Examples: drafting a follow-up email from call notes, summarising a report, rewriting a landing page section. This is a force multiplier for your time, not an autonomous system. Cost to build: minutes. Requires your attention every time.

1.3

Tier 3: Autonomous Agent (True AI Agent)

Use this when the task spans multiple steps, requires decisions mid-way, reads live data or external tools, and should run without you watching. Examples: an agent that monitors your inbox, qualifies new leads against your criteria, drafts a personalised reply, and flags it for your review. Cost to build: days to weeks. Requires ongoing oversight and error handling. Do not build Tier 3 when Tier 1 will do.

Section 2

The Decision Matrix: Which Tier Do You Need?

Run your task through these four questions in order. Stop at the first 'yes'.

2.1

Question 1: Can you write the rule in one sentence?

If the task is fully predictable ('when X, do Y, every time, no exceptions'), you need Tier 1. Build a Zap or a Make scenario. Do not involve AI at all. Adding AI to a deterministic task adds cost, latency, and failure points for zero benefit.

2.2

Question 2: Does the task require language or judgement, but you will always start it manually?

If yes, you need Tier 2. Build a Custom GPT, a Claude Project, or a saved prompt with a clear template. This is the most underused tier. Most businesses jump straight to Tier 3 when a well-crafted prompt and 10 minutes of their time would do the job faster and more reliably.

2.3

Question 3: Does the task need to run without you, span multiple steps, and make decisions along the way?

If yes, you may need Tier 3. But first, ask yourself: can you break this into a Tier 1 trigger that feeds a Tier 2 prompt that returns output for your review? That hybrid approach is faster to build, easier to debug, and fails more gracefully than a fully autonomous agent.

2.4

Question 4: Does failure of this task cost you money, a client, or your reputation?

If yes, do not go fully autonomous yet regardless of which tier fits. Add a human review step. Autonomous agents make mistakes. The question is not whether they will fail but when. Build the human checkpoint in from day one and remove it later once you have confidence in the output.

Section 3

Common Mistakes and the Tier That Actually Fixes Them

Most businesses over-engineer. Here is what the wrong tier looks like in practice.

3.1

Mistake: Building an agent to send welcome emails

This is Tier 1. Your email platform already does this. Mailchimp, Kit, HubSpot, ActiveCampaign, all of them have native automations for welcome sequences. An AI agent here adds cost and complexity for a task that does not require intelligence.

3.2

Mistake: Using Zapier to write personalised proposals

Zapier can trigger the task. It cannot write the proposal. This is a Tier 2 task at minimum. Use a Zapier trigger to detect a new qualified lead, then pass the data to a Claude or GPT prompt that drafts the personalised proposal. Review before you send.

3.3

Mistake: Building a full autonomous agent for lead qualification before you have volume

If you are getting fewer than 50 new leads a week, Tier 2 is almost certainly enough. Manual review of a GPT-drafted qualification summary takes two minutes per lead. A Tier 3 agent costs weeks to build and months to tune. Do the maths before you commit.

Section 4

The Hybrid Stack: How Most Businesses Should Actually Build

The most reliable AI systems combine all three tiers. Here is the pattern.

4.1

Trigger (Tier 1) plus Prompt (Tier 2) plus Human Review

This is the architecture that works for 80 percent of business tasks. A Zapier trigger fires when something happens. It passes structured data to a Claude or GPT prompt via an API call or a tool like Make. The prompt produces a draft. A human reviews and approves before anything goes out. You get speed and accuracy without the failure risk of full autonomy.

4.2

When to graduate to full Tier 3

Upgrade to a true autonomous agent only when: the task runs more than 20 times per day, the human review step is taking more time than the task saves, and you have at least 4 weeks of output you can evaluate for quality. If all three are true, build the agent. If not, stay hybrid.

Section 5

Tool Reference by Tier

A quick map of tools to tiers. This is not exhaustive. It is a starting point.

5.1

Tier 1 Tools

Zapier, Make (formerly Integromat), n8n (self-hosted), native automations in HubSpot, Mailchimp, Kit, Notion, Airtable. Use the native tool first. Only build a Zap when your native tool cannot do it.

5.2

Tier 2 Tools

ChatGPT Custom GPTs, Claude Projects, saved system prompts in any AI interface, Notion AI for document tasks, Perplexity for research tasks. The key is a well-written system prompt that defines the task, the output format, and the constraints. A bad prompt in a great tool gives worse results than a great prompt in a basic tool.

5.3

Tier 3 Tools

AutoGen, CrewAI, LangChain (for developers), Relevance AI (no-code), Lindy, and custom builds via Claude or OpenAI APIs with tool-use enabled. These require technical setup, error handling, and ongoing monitoring. Budget at least 20 hours to build and test a simple agent well.

Section 6

Before You Build: The 60-Second Pre-Flight Check

Run this before you start any automation project.

6.1

The five questions to ask before touching a single tool

1. Does this task already exist in a tool I pay for? Check before building. 2. How often does this task happen per week? Under 10 times, consider whether it needs automating at all. 3. What does failure look like, and is that acceptable? 4. Am I solving a real bottleneck or a hypothetical one? 5. Can I describe the output in one clear sentence? If you cannot, the task is not ready to automate. Define it first.

6.2

The automation ROI rule

If the task takes you 15 minutes and happens twice a week, that is 26 hours a year. An automation that takes 8 hours to build and maintain pays back in about 4 months. An automation that takes 40 hours to build breaks even in almost 2 years. Calculate break-even before you start, especially for Tier 3 builds.

Section 7

Where Autonomous Agents Actually Earn Their Keep

Agents are powerful in the right context. Here is where they deliver.

7.1

High-volume, repetitive, multi-step tasks with structured data

Lead research pipelines (find prospect, enrich data, score, draft outreach), content repurposing at scale (take one blog post, produce 5 social formats, schedule), customer support triage (classify ticket, pull relevant knowledge base entry, draft reply for human review). The common thread: high volume, structured inputs, predictable output format.

7.2

Monitoring and alerting tasks

Agents that watch for something and alert you when it happens. Competitor price changes, brand mentions, SEO ranking drops, email replies that match certain criteria. These run quietly in the background and only surface when action is needed. Low risk, high value.

7.3

Tasks where speed of response is a competitive advantage

Responding to a new inbound lead within 5 minutes increases conversion rates measurably. If you cannot respond that fast manually and you are getting consistent lead volume, an agent that drafts the first response for human approval is a legitimate Tier 3 use case. The human still sends it. The agent just makes sure it is ready before you have had your coffee.

Free instant access

Get the full resource

Enter your name and email and the complete resource opens on this page, instantly. No spam, unsubscribe anytime.

Already on the Sunday newsletter? Your weekly email carries a one-click access link, so you never see this form.

Want this built for you?

You do not have to do this yourself.

This resource hands you the volume. The strategy, the judgement, and the bit where it all connects is the work I do for clients: lead generation, ads, SEO, workflow automation, HubSpot, and the systems that make them compound. Done for you, consulting, coaching, or training.

Book a free 30-minute call Or get the Sunday newsletter

Lilach Bullock has spent 21 years in marketing. Forbes Top 20 (twice), Oracle Social Influencer of Europe, and ranked the number one digital marketing influencer in the UK. She now builds AI-powered marketing systems for entrepreneurs, service businesses, and founders. The Sunday newsletter goes to 15,000 readers at a 70%+ open rate.

lilachbullock.com