BD Brynton DurantJournal

Artificial Intelligence

AI Agents for Small Business: What to Automate and What to Keep Human

By Brynton Durant

An AI agent is more than a writing assistant. It can observe information, choose among permitted actions, use connected tools, and continue working toward a defined outcome. That makes agents potentially useful—and meaningfully different from a chatbot that returns a draft for a person to review.

The practical question for a small business is not whether agents are impressive. It is how much authority they should receive. This framework from Brynton Durant starts with the consequence of an action, then works backward to the safest useful level of automation.

Think in levels of authority

Not every agent needs permission to act. Use four levels:

  1. Observe: collect, classify, summarize, or flag information without changing anything.
  2. Recommend: propose a response or action for a person to approve.
  3. Act within limits: perform a narrow, reversible action under explicit rules.
  4. Act independently: choose and execute consequential actions without approval.

Most small businesses should begin at levels one and two. Level three can be appropriate after the workflow is stable and measurable. Level four deserves exceptional scrutiny because a small organization may have less redundancy, monitoring, and recovery capacity than a large one.

Good first jobs for an agent

Look for work that is frequent, bounded, reversible, and easy to audit.

  • Prepare a morning summary from approved calendars, tasks, and records
  • Categorize incoming inquiries and draft a suggested response
  • Find missing information in a project record and request it for review
  • Assemble a weekly report from defined sources
  • Monitor a public page or internal queue and flag meaningful changes
  • Turn an approved article into channel-specific drafts

These jobs create leverage without letting the agent make promises, move money, publish claims, or delete records on its own.

Keep consequential decisions human

Require explicit approval before an agent can:

  • Send a sensitive customer message
  • Approve, reject, hire, fire, refund, or price
  • Publish a legal, financial, health, or performance claim
  • Sign an agreement or accept contractual terms
  • Change access permissions or security settings
  • Delete records or overwrite original work

The boundary is not about whether an agent can perform the action. It is about who remains accountable when context is incomplete or the result is wrong.

Give agents narrow tools and narrow data

An agent should receive the least access needed for its job. A reporting agent may need read-only access to selected records; it does not need permission to edit customers or issue refunds.

Separate production from testing. Use sample or historical data first. Store credentials outside prompts and browser code. Review what the provider retains, whether submitted data may be used for training, and how access can be revoked.

The 2026 OECD survey on AI and small businesses emphasizes that useful adoption depends on strategic, secure integration rather than access alone. That distinction becomes more important when software can take actions.

Define a complete operating contract

Before connecting an agent, write down:

  • Objective: the specific result it is trying to produce
  • Inputs: the approved sources it may use
  • Tools: the exact actions it may take
  • Limits: money, volume, time, recipients, and prohibited actions
  • Approval points: decisions that always require a person
  • Evidence: what it must log for every action
  • Failure path: how it stops, alerts someone, and recovers

If the contract cannot be explained clearly, the workflow is not ready to run unattended.

Test for normal and abnormal conditions

Do not test only the happy path. Use missing fields, duplicate requests, conflicting instructions, expired credentials, unavailable services, unusual customers, and deliberately misleading content.

Measure false positives, false negatives, review time, completed work, reversals, and customer impact. An agent that saves an hour but creates unpredictable risk is not a productive system.

Add autonomy one step at a time

Start with observation. When outputs are consistently useful, allow recommendations. When recommendations are reliably approved with minimal changes, consider a narrow action with a hard limit. Preserve an emergency stop and an audit trail at every stage.

The goal is not to remove people from the business. It is to move human attention toward judgment, relationships, and exceptions while software handles well-defined coordination.