A simple 3×3 framework: what to automate vs. what to keep human
A practical way to make automation decisions is to score tasks along two axes:
- Impact on customer trust and quality.
- Need for human judgment.
From there, you get three broad categories.
1. Automate aggressively: high repetition, low judgment
These are tasks that:
- Happen frequently.
- Follow clear rules.
-
Do not carry major brand or relationship risk when handled correctly.
Examples for SMBs:
- Sending appointment confirmations and reminders.
- Logging meeting notes into your CRM from a transcript
- Tagging support tickets by topic or urgency.
- Generating routine weekly metrics (e.g., “number of new leads,” “number of open tickets”).
Why this is safe to automate:
- The logic is clear and testable.
- Errors are usually low risk and correctable.
- Human review adds little additional value.
Where Get BOB fits:
A BOB can watch for repetitive patterns (for example, every time a call is completed in your calendar tool, or when a form is submitted in HubSpot) and automatically create or update CRM records, send follow-up emails, or update dashboards—without anyone needing to remember the workflow.
2. Automate with human-in-the-loop: medium judgment, brand-sensitive
These tasks matter for customer experience or revenue, but still have repeatable structure. Here, you want automation to do the heavy lifting while reserving final calls for a human.
Examples:
- Drafting responses to complex support tickets that touch billing, cancellations, or refunds.
- Proposing upsell or cross-sell offers based on product usage.
- Flagging “risky” behavior, like unusual login patterns or payment anomalies.
- Prioritizing which leads should receive your personal outreach this week.
In these cases:
- Let automation collect context, propose actions, and structure information.
- Require a human to approve, edit, or override before anything customer-facing happens.
Operationally, this looks like:
- A queue in your helpdesk where AI-drafted responses are ready for review.
- A weekly “operator review” report that proposes changes (for example, downgrades, discounts, or proactive outreach) based on data.
Where Get BOB fits:
A BOB can sit between your tools—HubSpot, billing, calendars, ticketing—and continuously:
- Watch for events (e.g., a dispute, a failed payment, or a repeated support topic).
- Generate suggestions (e.g., “Offer a one-month credit,” “Clarify billing descriptor,” “Schedule a check-in call”).
- Present them in a compact list for your operator to approve.
You save time, but the decisions still carry your judgment.
3. Keep intentionally human: high judgment, high trust
Finally, there are slices of your business you should resist automating, even when tools say they can help.
These often include:
- Pricing and packaging decisions for key customers.
- Handling disputes, escalations, or high-emotion support cases.
- Strategic product or roadmap choices.
- Subtle brand voice decisions (especially early-stage, when tone is still forming).
Why keep these human?
- The context is too rich to capture in simple rules.
- The stakes (churn, reputation, legal risk) are high.
- Your personal judgment and empathy are genuine differentiators.
Here, automation should play a supporting role:
- Summarizing context across tools so you do not miss important details.
- Preparing drafts, checklists, and views—but not acting without you.
Get BOBs value for this layer is orchestration and visibility, not replacement.
Designing human-in-the-loop checkpoints that actually work
If you accept that you still want to “touch” certain moments in your business, the question becomes: how do you design those checkpoints so they are reliable and not just good intentions?
Here are four practical design principles.
1. Define explicit “stop points” in your workflows
Instead of vague statements like “a human will review disputes,” define the exact trigger and action. For example:
“Whenever a customer has more than 2 late payments in 60 days, create a HubSpot task for the account owner to review the account and recommend a plan.”
or
“When an AI-drafted cancellation email is ready, it is saved as a draft and assigned to the account owner for approval before sending.”
Technically, this is just a combination of event detection and task creation. But culturally, it tells your team: “Here is where human judgment matters.”
2. Give operators a single pane of glass
Automation can scatter context across tools. One risk of “over-automation” is that no one has a complete picture anymore.
A better pattern is to:
- Let your agents and bots do work in the background.
- Centralize the important signals in one view: a weekly operator digest, a live dashboard, or a single “inbox of exceptions.”
A BOB can stitch this together by:
- Pulling events from your CRM, billing, calendars, support, and web analytics.
- Grouping them into a few operator-friendly buckets like “revenue risk,” “quality concerns,” or “product feedback.”
The outcome: you touch fewer individual tasks, but the ones you do see are the ones that actually need your intuition.
3. Make operator judgment visible and reusable
If you are going to spend time making judgment calls, make sure that effort compounds.
For example:
- Each time you override an automated billing action, capture why (e.g., “customer is long-term, made an honest mistake”).
- Each time you adjust a playbook, capture the new rule (e.g., “if chargeback reason is ‘canceled,’ always check if confirmation email was clear”).
Over time, these notes become:
- Training data for smarter automation.
- A living “operator handbook” new team members can use.
A BOB can help by:
- Prompting you for a short reason when you override or approve a suggested action.
- Saving these as structured data instead of scattered comments.
4. Protect some “hands-on” time deliberately
This is the piece most founders overlook: if you automate everything that feels repetitive today, you may accidentally cut yourself off from the signals that will matter next quarter.
Consider preserving:
- One day a month where you personally handle a slice of support tickets.
- A weekly “operator hour” where you manually review a sample of workflows that are otherwise automated (invoicing, onboarding emails, cancellations).
- A quick monthly review of “weird cases” BOB has flagged—cases where rules did not clearly apply.
You are not doing this because you love manual work. You are doing it because your intuition is a strategic asset, and it needs fresh data.
Concrete examples: applying the framework
Let us look at a few different scenarios and map them to this framework.
Scenario 1: The creator who automated 90 percent of their workflow
- Before: They handled all data pulls, checks, and reports by hand. It was time-consuming, but they deeply understood their numbers and customers.
- After automation: Scripts and tools do everything. They just glance at a dashboard.
What likely went wrong:
- They automated away every touchpoint instead of just the repetitive parts.
- They did not define where they still wanted to review anomalies or exceptions.
How to fix it:
- Keep the automated pipeline, but add BOB-powered checkpoints such as:
- A weekly “exceptions” report: outlier clients, unexpected drops or spikes, data quality issues.
- A monthly “deep dive” prompt: BOB pulls 3–5 interesting clients and surfaces usage, feedback, and anomalies for manual review.
Scenario 2: The local services business exploring an AI “virtual secretary”
A Reddit thread discussed offering a virtual assistant service that handles appointment setting, FAQs, and follow-ups for local businesses.
Using the framework:
Automate aggressively:
- Booking confirmations.
- Reminder messages.
- Standard FAQ replies (hours, address, policies).
Human-in-the-loop:
- Edge cases (angry messages, unusual requests, complex quotes).
- Messages involving discounts, exceptions, or policy changes.
Keep human:
- Direct responses to serious complaints.
- Decisions to “fire” a client or make major concessions.
BOBs role could be to:
- Orchestrate the back-end (CRM updates, calendar events, follow-up tasks).
- Surface the conversations that truly need a human owner.
How to get started: a phased approach
Instead of a big-bang automation project, approach this in three phases.
Phase 1: Map your current workflows
- Pick one area: sales, customer service, billing, or operations.
- List the main steps from trigger to outcome.
- For each step, note:
- Frequency (daily, weekly, monthly)
- Risk level (low, medium, high) for customer trust and revenue.
-
How much human judgment is required.
This gives you a living map of where your time and risk are concentrated.
Phase 2: Implement “safe” automation first
Start with:
- High-frequency, low-risk, low-judgment tasks.
- Simple notifications, data sync, and logging.
For example:
- Automatically log every new lead from your website into HubSpot, enriched with UTM data.
- Send you a daily digest of key numbers instead of having you pull reports.
Measure:
- Time saved.
- Error reductions.
- Operator satisfaction (do people feel more or less in control?).
Phase 3: Add human-in-the-loop on higher-judgment tasks
Once you trust the basics:
- Identify 2–3 workflows that are higher risk but still structured (cancellations, upgrades, onboarding sequences).
- Have BOB do the prep and drafting, but keep humans in control of approval.
Examples:
- BOB prepares a personalized onboarding checklist and emails after a deal closes, but the account owner can edit before sending.
- BOB flags suspicious payment behavior and proposes actions, but finance makes the final call.
Over time, you will:
- Codify more of your operator judgment into playbooks and rules.
- Feel comfortable letting BOB execute more decisions directly, backed by better data.
Where Get BOB fits in this picture
Most SMB automation stacks grow accidentally: a scheduling app here, a CRM there, a few zaps or workflows duct-taped together. Over time, nobody quite remembers what is automating what.
Get BOB offers a different pattern:
- You describe the outcome you want in plain language (for example, “When someone fills out this form, create a contact, send a follow-up, and remind me to call them three days later if they have not booked a demo”).
- BOB wires together the tools you already use and runs the workflow reliably.
- You can then add human-in-the-loop checkpoints at the precise points where your judgment matters.
For founders who worry about losing their gut feel, this matters because:
- You get fewer, more meaningful decision moments instead of thousands of tiny tasks.
- You keep a high-level view of what is happening across tools.
- You can deliberately decide where to stay hands-on—and where to fully delegate.
Recommended next steps
If you recognize yourself in the “over-automated” founder from Reddit—efficient, but oddly disconnected—consider this your invitation to redesign how you use automation.
- Choose one core workflow this week (for example, new lead handling, onboarding, or cancellations).
- Use the 3×3 framework to label steps as “automate,” “human-in-the-loop,” or “keep human.”
-
Let a BOB handle the glue work—moving data between tools, drafting messages, and surfacing exceptions—while you stay focused on the moments where your judgment truly moves the needle.