justo

When is an AI agent worth it for a small business?

Updated August 11, 2026 · 9 min read · Anthropic engineering guidance and token-usage figures checked against anthropic.com and claude.com on August 11, 2026.

When is an AI agent worth it for a small business, and when is it a trap?

An AI agent is worth building when three things are true at once: the task is open-ended enough that nobody can write the steps down in advance, it is valuable enough to carry running costs several times those of ordinary chat, and a person can still check the result before it counts. It is a trap when the work is really a fixed sequence somebody could describe on a page, because that is a workflow, and a workflow is cheaper, faster, and far easier to debug. Anthropic’s own engineering guidance is to start with the simplest approach that works and add agentic complexity only where it demonstrably improves the outcome. Justo sells agents as scoped follow-on work from an assessment, never as a cold package.

What actually counts as an AI agent?

The word is used for three different things, and the confusion is expensive, because the three cost different amounts and fail in different ways. Anthropic draws the line by asking who decides the steps. In a workflow, the steps are orchestrated through predefined code paths that a person wrote in advance. In an agent, the model directs its own process and its own tool use, keeping control of how the task gets done.

That distinction is the whole decision. If you can describe the steps, you have a workflow, whatever anyone calls it in a sales conversation.

Chat, workflow, and agent compared, checked August 11, 2026
What it isWho decides the stepsWhat it suitsRough running cost
ChatYou, one turn at a timeQuestions, drafts, and one-off helpThe baseline
WorkflowA person, written down in advanceWork that takes the same path every timeClose to baseline, and predictable
AgentClaude, choosing its own steps and toolsOpen-ended work whose steps cannot be predictedAbout four times chat, by Anthropic’s measure
Multi-agentA lead agent delegating to workersWide parallel search across many sourcesAbout fifteen times chat, by Anthropic’s measure

Most of what a small office wants sits in the middle two rows. That is worth knowing before anyone quotes for the bottom one.

When is an AI agent worth building?

When the number of steps genuinely cannot be known in advance. Anthropic recommends agents for open-ended problems where it is difficult or impossible to predict how many steps a task will take, and recommends against reaching for them before simpler approaches have been tried. Research across an unknown number of sources qualifies. Producing the same monthly report from the same four systems does not.

For splitting work across several agents rather than one, Anthropic names three conditions. Any one of them can justify the architecture; none of them is common in a ten-person office.

Anthropic’s three conditions for reaching past a single agent
ConditionWhat it meansWhat it would look like in an office
Context protectionA subtask produces a large volume of material that is mostly irrelevant to the main jobPulling an entire billing history to answer one question about one invoice
ParallelizationThe work divides into independent pieces that do not wait on each otherChecking the same question across twenty vendor contracts at once
SpecializationA single assistant would carry fifteen to twenty tools, or hold instructions that conflictOne setup expected to handle intake, conflict checks, billing, and marketing at once

Anthropic is direct about the default: a well-designed single agent with the right tools accomplishes far more than many builders expect. The burden of proof sits with the more complicated option.

When is an AI agent a trap?

When it is bought as a category instead of scoped to a job. An agent that nobody can describe the success condition for will run, produce something, and leave a person to work out whether it was right, which is the cost the purchase was meant to remove.

The specific ways these systems fail are documented rather than hypothetical, and each one has a recognizable office version.

Documented agent failure modes, checked August 11, 2026
Failure modeWhat Anthropic reportsWhat it looks like in an office
Compounding errorsErrors accumulate across steps in agentic systemsA wrong assumption in step two quietly shapes every step after it
The telephone gameContext is lost at each handoff between agentsThe finished memo drops the one constraint that made the matter unusual
Early victoryA checking agent marks work as passing without testing it thoroughlyThe run reports success and the document still has to be redone by hand
Wrong decompositionSplitting sequential phases of one job, or splitting by type of work instead of by contextSeparate agents for drafting, review, and sending, each knowing less than one would have

Three shapes of work are called out as poor candidates for splitting: sequential phases of the same job, division by type of work instead of by context boundary, and tightly coupled pieces that need constant synchronizing. A great deal of professional work is exactly that shape, which is why the answer for an office is so often one careful setup instead of several clever ones.

What should a small business try before building an agent?

Four things, in this order, because each one is cheaper to run and easier to correct than the one after it. Most offices get what they wanted somewhere in the first three.

  1. 01A better prompt against the real documents. Anthropic’s guidance is to start with simple prompts and improve them under evaluation before adding any machinery at all. This step is free and it is the one most often skipped.
  2. 02A saved Skill. When the same task recurs with the same shape, a Skill captures the office’s format and conventions once so nobody restates them every time. Skills come with every paid Claude plan.
  3. 03Claude Cowork with a person reviewing. Cowork already takes a whole multi-step task, works across files and connected tools, and shows each step for a person to check. For a great many jobs this is the agent the office was picturing.
  4. 04A scheduled Cowork task. When the job is genuinely recurring and its steps are stable, running it on a schedule delivers the unattended part without any custom build.

What Cowork does and where it stops is set out in Claude Cowork, explained, and the catalog of jobs offices hand it first is in What small teams actually do with Claude Cowork. If step three does the job, the build was never needed, and that is a good outcome rather than a disappointing one.

Building past this point is developer work. Anthropic publishes an Agent SDK in Python and TypeScript for it, which is a useful thing to know before a proposal describes a custom agent as a configuration exercise.

What does an AI agent actually cost to run?

More than the seat, and the multiple is published. Anthropic reports that agents use roughly four times the tokens of a chat interaction and that multi-agent systems use roughly fifteen times, with the overhead coming from duplicated context, coordination between agents, and summarizing results. Multi-agent implementations typically use three to ten times the tokens of a single-agent approach.

For a small office on seat pricing this shows up as usage limits arriving sooner rather than as a surprise invoice, which is the friendlier failure but still a real constraint. The seat arithmetic is in What Claude actually costs a small business.

The larger cost is the one that never appears on a bill. Somebody has to define what finished means, review output until trust is earned, and maintain the thing when a connected system changes. An agent nobody owns stops being used within a month, and the subscription carries on.

What has to be true before an agent runs unattended?

Four conditions, and they are the same four whether the thing running is a scheduled Cowork task or a custom build. An office that cannot answer all four is not ready for the unattended version, and the supervised version is available today.

  • A checkable definition of done. If success cannot be described in a sentence, no run can be judged, and compounding errors have nowhere to be caught.
  • Scoped access. The agent reaches the folder and the systems the job needs, and nothing else. Access decided by convenience is the decision that gets regretted.
  • A named reviewer for each category of output, and a rule that nothing reaches a client, a court, or a counterparty without that review.
  • A record of what ran. Enterprise plans carry audit logs and a Compliance API; below that tier, the review step is the record, which is a reason to keep it.

These belong in writing before the first unattended run, not after the first surprising one. Where each of them sits in a signed document is set out in An AI use policy for a small firm, and the connector permission modes that enforce the second one are covered in How to set up Claude Cowork.

How does Justo decide whether to build one?

By assessment, and never from a price list. Justo does not sell agents as a cold package, because the question of whether a business needs one cannot be answered before somebody has looked at where its hours actually go. The assessment produces the answer, and for a good number of offices the answer is that a Skill and a reviewed Cowork task cover the ground.

Where a build is justified, it is scoped and priced against that specific job, with the definition of done written before anything is built. A proposal that names an agent before it names the workflow has the order backwards.

The assessment is part of Justo’s flat-fee engagement: plan selection, secure setup, training on your real work, and a signed AI use policy, from $3,500 for a team of 5 to 25. Scoped builds are quoted separately, out of what the assessment finds. Scope is on the pricing section of our main page.

Straight questions

Does a small business need AI agents?

Usually not as a first purchase. Anthropic’s own guidance is to start with the simplest approach that works and add agentic complexity only where it demonstrably improves the outcome. For most small-office jobs a sharpened prompt, a saved Skill, or a Claude Cowork task with a person reviewing covers the ground at a fraction of the cost and with far less to maintain.

What is the difference between an AI agent and a workflow?

Who decides the steps. Anthropic defines a workflow as a system where the steps run through predefined code paths a person wrote in advance, and an agent as one where the model directs its own process and tool use. If you can write the steps down, you have a workflow, and a workflow is cheaper to run, faster to finish, and easier to debug.

How much more does an AI agent cost to run than chat?

Roughly four times the tokens for a single agent and roughly fifteen times for a multi-agent system, by Anthropic’s published measure, with multi-agent implementations using three to ten times the tokens of a single-agent approach. On seat-based plans this appears as usage limits arriving sooner. The larger cost is the human one: defining what finished means, reviewing output, and maintaining the setup when a connected system changes.

Can Claude Cowork do what an AI agent does?

For a great many small-business jobs, yes. Cowork takes a whole multi-step task, works across files and connected tools, shows each step for review, and runs on a schedule when the job recurs. It is included with every paid Claude plan, so it is worth exhausting before commissioning a build. Anything past it is developer work using Anthropic’s Agent SDK.

Will Justo build a custom AI agent for us?

Where an assessment shows one is justified, yes, scoped and priced against that specific job. Justo does not sell agents as a cold package, because whether a business needs one cannot be answered before someone has examined where its hours actually go. For a good number of offices the assessment concludes that a Skill and a reviewed Cowork task are enough, and Justo says so.

More guides

Book a call

Thirty minutes. You describe how your business runs; we tell you where AI fits and where it does not. Nothing to prepare, nothing to install. If we are not the right fit, we will say so on the call and point you somewhere better.