← Back to all field notes

One Agent, One Small Job: How Single-Point Agents Become a Full Workflow

Do not build a do-everything assistant. Give quoting, space-checking, document reconciliation, and payment reminders their own agents. Get each single point working first, then chain them into a workflow.

Here is a failure pattern I see constantly. A manager watches a demo of a competitor’s AI and decides to build an “all-round business assistant” — something that can quote prices, reconcile documents, chase payments, reply to customer emails, and produce reports. Three months and a lot of money later, the truth comes out: every feature demos beautifully, and none of them actually works.

The problem is not AI. The problem is the approach. You asked for an all-round employee before you let it do even one job well.

The right order is the opposite: let one AI do one small job, prove it works, then chain the small jobs together.

One agent, one job

Think about how you onboard a new hire. You never hand a new salesperson the entire process on day one. First they learn to quote, then reconciliation, then payment follow-up, and only later do they face customers alone.

Agents work the same way. Give each one a role small enough to be obvious:

  • A space-check agent: reads the schedule, confirms space and arrival dates
  • A quoting agent: drafts a quote from the rate table
  • A reconciliation agent: compares bill of lading and customs declaration fields, flags mismatches
  • A payment-reminder agent: reminds customers by aging period, with tiered tone

One agent, one job means a simple prompt, clear boundaries, small blast radius, and easy maintenance. When it fails, you know exactly which agent failed — instead of guessing what went wrong inside one “all-round assistant.”

Get the single point working first, then chain it

Once the single-point agents work, the next step is chaining them into a pipeline.

The most typical line in freight forwarding: inquiry → space check → quote → reconciliation → payment reminder.

  • The quoting agent reads an incoming customer email and extracts destination, volume, and timing
  • It passes the details to the space-check agent, which checks availability
  • With space confirmed, the quoting agent drafts a quote for human approval
  • After the deal closes, the reconciliation agent takes over document matching
  • When the aging date arrives, the payment-reminder agent sends the nudge

Each step is a previous “single-point agent.” Now they are passing data to each other. Humans still make the calls, but the repetitive fetching, checking, matching, and reminding is handled.

Why this order? Because chaining only works if every link is reliable. If one agent in the chain makes mistakes, the whole pipeline inherits them — and you cannot tell which link broke. Single points first, then chain with confidence.

Chaining changes how the team works together

When single-point agents run independently, people pass messages between them. Once chained, the agents pass data directly, and people move to the decision points.

What you get is not “a smarter all-round AI” but an observable, adjustable pipeline:

  • One stage is slow: look at that stage’s agent alone
  • One stage has quality issues: change only that stage’s prompt
  • You want a new stage (auto-issue a shipment notice): add one agent and hang it on

This is far easier to maintain than one giant “does a bit of everything” agent. Your business colleagues can read the pipeline too: it is made of small agents, each with an obvious job.

A three-week start for freight and logistics

Stop planning big. Start with the smallest painful line. A suggested rhythm:

  • Week 1: pick the most repetitive, judgment-free task (space check, payment reminders) and get one agent running
  • Week 2: let business staff actually use it; collect what is wrong and what annoys them; change it until they want to keep it
  • Week 3: add a second single-point agent and try to pass data between the two

After three weeks you do not have “a demo.” You have a two-stage pipeline that people already use. Now expansion decisions have a foundation.

Scope and open questions

This approach suits businesses with many repetitive tasks, clear stages, and clean boundaries — freight, logistics, and trade fit naturally. It does not suit work that needs heavy creative judgment or results that cannot be accepted and verified. Do not force that into an agent.

What I have not fully answered: as chained agents multiply, how do you guarantee reliable data passing between them, and where should human confirmation nodes sit? My current practice — every agent leaves a result record for a human to see — may strain when the chain gets long. I need more real-world mileage to verify.

Continue reading: how to request and build agents like you have a dev team; build an AI employee without code; and the freight inquiry workflow.

Continue reading
The AI Employee Works, a Human Supervises: How Agents Upgrade Themselves An agent should not be written once and frozen forever. Humans review its work log, feedback turns into improvements automatically, and the agent gets better over time. Self-iteration is how agent value keeps flowing. Production Agents Need Version History: Keep Prompts and Config in a Repo, Roll Back When It Breaks Once an agent touches real business, you cannot fix it by starting over. Prompts, config, and rule sets belong in a repository with version history. Without it, a production incident can be fatal. Choosing AI Tools and Models Is a Decision Framework, Not a Shopping Trip Do not pick the most expensive model, and do not pick the most hyped tool. Grade tasks, match capabilities, and calculate total cost. Enterprise AI selection is a repeatable decision framework.