← Field notes

The onboarding pipeline: how we brief an agent on a new client in three hours

Key takeaways

  • New client onboarding for an agentic stack requires structured knowledge transfer, not just a kick-off call — the agents need the same context the human operator has, in machine-readable form.
  • Our three-hour pipeline runs five stages: discovery call transcript extraction, brand and style guide generation, competitor and audience intelligence, semantic memory seeding, and a test run across three representative tasks.
  • Agents seeded with structured client context produce first-submission work that meets the editorial bar on 71% of tasks from day one — vs. 29% when briefed only with a general style guide.
  • The onboarding document is a living artifact: it gets a structured update at the end of every month, which is the primary reason agent quality improves over the engagement rather than plateauing.

The first three weeks of a new client engagement are the highest-error window in any agentic workflow. Agents are producing real work — copy, briefs, reports — before they have enough context to do it well. Without a structured onboarding pipeline, you get outputs that are technically correct but tonally wrong, factually thin, or misaligned with what the client actually cares about. We measured this directly: unstructured onboarding produced a 34% higher revision rate in weeks one through three compared to engagements where we ran the full pipeline before the first deliverable.

The fix is not more human oversight. It is front-loading context capture so agents start with a working model of the client, not a blank slate.

The five-stage onboarding pipeline

Stage 1: Automated transcript extraction

Every engagement starts with a discovery call. That call is recorded, transcribed, and passed to an extraction agent whose only job is to pull three categories of signal: key topics the client raised unprompted, stated preferences ("we never use the word 'solution'"), and explicit constraints ("don't mention competitor X by name").

The output is a structured JSON document — not a summary paragraph. Structured output forces precision. A summary can bury a constraint in a subordinate clause; a JSON field cannot. The extraction agent flags low-confidence items for human review before anything else in the pipeline runs.

Stage 2: Brand voice and style guide generation

A specialized agent reads a corpus of the client's existing content — typically their last 20 published pieces, their homepage, and any brand guidelines they share. From that corpus it produces a 12-point style guide covering: sentence length norms, preferred vocabulary, prohibited phrases, heading conventions, use of data and citations, tone descriptors, punctuation habits, and four additional dimensions specific to the content type.

Twelve points is not arbitrary. Fewer than eight and the guide is too thin to constrain agent output meaningfully. More than fifteen and agents start over-indexing on edge cases from the corpus rather than the central tendency. The guide is reviewed by the human operator before it enters memory — this is one of two mandatory human checkpoints in the pipeline.

Stage 3: Competitor and audience intelligence

A crawl agent hits three competitor domains identified during the discovery call. It extracts positioning language, topic clusters, content formats, and any explicit claims about audience. From that data it builds a contrast map: where the client's positioning overlaps with competitors, where it diverges, and where there are gaps neither party is addressing.

The contrast map does two things. It tells agents what not to say — positioning language that would make the client sound like a competitor. And it surfaces topic gaps the client can own. This stage takes roughly 40 minutes of compute time and produces a document the content and strategy agents reference on every task.

Stage 4: Semantic memory seeding

This is the stage most teams skip, and it is the most consequential one. Semantic memory seeding means writing a structured set of facts about the client directly into the agent stack's persistent memory layer — not as a document agents can retrieve, but as grounded context they carry into every task.

The seed document covers: company name and legal entity, product and service names with correct spelling and capitalization, primary audience definition, tone rules derived from the style guide, prohibited phrases, key differentiators, and any factual claims the client has approved for use. The average seed document is 600–800 words. It is not a brief. It is a memory artifact — written in the format the memory layer ingests most reliably, not in the format a human would find readable.

Agents with a seeded memory layer produce first drafts that require 40% fewer factual corrections than agents working from a retrieved document alone. The mechanism is simple: retrieval adds latency and retrieval failures are silent. Memory seeding eliminates both.

Stage 5: Test run and scoring

Before the pipeline is declared complete, we run three representative production tasks — the actual task types the agent stack will handle for this client, not synthetic benchmarks. A critic agent reviews each output against the style guide and the seed document. The human operator scores each output on a 1–5 scale across four dimensions: factual accuracy, tone alignment, structural quality, and constraint compliance.

If any dimension scores below 3, the relevant pipeline stage is revised and the test run repeats. This loop typically resolves in one iteration. The test run scores are logged and become the baseline against which future quality is measured.

What the pipeline cannot capture

The pipeline is good at capturing what the client says. It is not good at capturing what the client means but does not say.

Three categories of context reliably fall through:

  • Long-term relationship nuance. A client who has worked with the same agency for four years has a shared shorthand that never appears in a discovery call transcript. Agents do not have access to that history.
  • Political context around specific topics. Some topics are sensitive for reasons that are internal to the client's organization — a product line that was recently discontinued, a competitor that is also a partner, a market the client is quietly exiting. Clients rarely volunteer this in a discovery call.
  • Information the client withheld. Not deceptively — clients simply do not know what is relevant to share. The extraction agent can only work with what was said.

The human operator is the backstop for all three. The pipeline reduces the surface area of what the operator needs to catch, but it does not eliminate the need for judgment.

The monthly update cycle

Onboarding is not a one-time event. The onboarding document — the style guide, the seed document, the contrast map — is a living artifact. At the end of every month, the human operator reviews what changed: new products, updated positioning, topics that became sensitive, constraints that were lifted.

Updates are versioned. Agents always run against the current version. This is why agent quality on a six-month engagement looks materially different from quality at week three — the context layer has been refined six times.

The compounding effect is real and measurable. Revision rates on month-six deliverables run 60% lower than on month-one deliverables for the same client. That gap is not the agents getting smarter. It is the context getting richer.

Frequently asked questions

How do you onboard AI agents to a new client?

We run a five-stage pipeline before agents produce any client-facing work. It covers transcript extraction from the discovery call, brand voice and style guide generation, competitor and audience intelligence, semantic memory seeding, and a scored test run. The pipeline typically completes in two to three business days and is updated at the end of every engagement month.

How long does it take to brief an AI agent stack on a new client?

The full onboarding pipeline takes two to three business days from discovery call to first production task. The most time-intensive stage is the competitor crawl and contrast map, which runs roughly 40 minutes of compute time. Human review checkpoints — one after style guide generation, one after the test run — add a few hours depending on operator availability.

What is semantic memory seeding in the context of AI agents?

Semantic memory seeding is the process of writing structured client facts directly into an agent stack's persistent memory layer, rather than storing them as a retrievable document. The seed document covers company and product names, audience definition, tone rules, prohibited phrases, and approved factual claims. Agents carry this context into every task without needing to retrieve it, which eliminates retrieval latency and silent retrieval failures. In practice, seeded agents require 40% fewer factual corrections on first drafts compared to agents relying on document retrieval alone.

Book a 30-min discovery →