M
Matthew Diakonov
13 min read

The operational definition of an AI clone for a consultant

An AI clone for consultants is not an avatar. It is the thing that drafts your thirteenth kickoff in your voice.

Most articles about an AI clone for consultants describe an avatar, a voice clone, or a Q&A chatbot. None of those make a consultant's Monday morning lighter. The kind of clone a consultant actually needs is operational: it reads your last twelve kickoff emails, finds the three rules you follow without thinking, saves them as a named ritual, then drafts the next one inside your Gmail tab. That UI ships verbatim on cl0ne.ai today.

$49/mo on Solo. macOS. Drafts land in the apps you already use.
4.9from solo consultants and boutique firms
Argues 'operational clone' instead of 'avatar clone' or 'voice clone'
Anchor: how-it-works.tsx step 03 ships the pattern-mining UI verbatim
12 emails sampled, 3 rules extracted, 1 ritual saved as 'default-kickoff'
Drafts land in your existing Gmail tab, never inside a vendor dashboard

Four things called "AI clone" in 2026

Avatar, voice, knowledge, operational. Only one moves work off your Monday.

The word "clone" is doing a lot of work in the AI category. Three of its four common meanings produce media you can play. The fourth produces work product you can ship to a client. For a solo consultant, only the fourth is on the critical path.

The avatar clone

HeyGen, Synthesia, D-ID, the talking-head school. You record yourself once, the platform stitches a face onto a script. Useful if your bottleneck is producing video. A consultant's bottleneck is rarely producing video. The Monday-morning queue of invoices, follow-ups, and CRM hygiene is untouched by a face on a stock background.

The voice clone

ElevenLabs, Resemble, PlayHT. Five minutes of audio in, your voice out. Useful for podcast intros and explainer videos. Does not draft a single follow-up email or push a single line into HubSpot.

The knowledge clone

Delphi.ai, Chatbase, Gleen. Train a chatbot on your blog posts and emails so it can answer questions in your style. Useful as a public-facing FAQ. The consultant still writes every kickoff email by hand.

The operational clone

The one nobody calls 'AI clone' in the existing playbooks because it does not generate media. It reads your last 12 kickoff emails, finds the three rules you follow without thinking, asks once to save the pattern, and then drafts the next kickoff inside your Gmail tab. how-it-works.tsx step 03 on cl0ne.ai is the canonical UX. This is the kind of clone a consultant actually needs.

Why the others miss

An avatar that books no calls is decoration. A voice that drafts no emails is a podcast tool. A bot that does not touch QuickBooks is a help-center sidebar. None of them sit on the Tuesday 8am 'invoice three clients' problem. The operational clone does, because it drives the same browser tabs you would have driven yourself.

The uncopyable detail

The pattern-mining UI ships verbatim in how-it-works.tsx step 03.

Open src/components/how-it-works.tsx on cl0ne.ai. Step 03, lines 42 through 58. The product surfaces three rules from your last twelve kickoff emails, asks one yes-or-no question, and then writes the saved ritual line. The string Saved as 'default-kickoff' on line 56 is the operational definition of cloning a consultant in this product.

src/components/how-it-works.tsx · step 03 · lines 44 to 56 (verbatim)

The corresponding architecture layer that makes this possible isClone Memory on the marketing site, plus the matching principle that drives its behavior. Both are also verbatim from the shipped repo.

src/components/architecture.tsx · lines 24-29 and 50-54

The argument in one paragraph

A clone you can't hand work to is a

portrait, not a clone.

A consultant who hires a junior does not hire a face that looks like them or a voice that sounds like them. They hire someone who can run the Monday morning ritual and bring back drafted invoices, drafted emails, and updated CRM rows. The verb is "run." A media clone cannot run anything. An operational clone can.

The operational clone in this product reads your real history (twelve kickoff emails, six SOW PDFs, thirty days of CRM notes, eight Zoom transcripts), extracts the small judgment calls you make without thinking, asks once to save them, and then runs them in your apps under your review. That last clause is the difference. The drafts land where you would have drafted them. The notes land where you would have logged them. Nothing lives in a vendor dashboard.

The next sections show the inputs, the work, and the outputs from a single ritual end to end.

What feeds the clone, what the clone produces

Inputs from your real history. Outputs in your real apps.

Sources are pulled in place from the apps you already use; the clone never asks you to re-upload your prior work. Destinations are the same apps, same browser sessions, same login state. The middle is Clone Memory on local disk holding the rituals, voice samples, templates, and escalation rules it learned.

Real history in. Drafted work product out, in your apps.

Last 12 kickoff emails
Last 6 SOW PDFs
Past 30 days of CRM notes
Last 8 Zoom transcripts
Clone Memory on your Mac
Gmail draft
QuickBooks invoice
HubSpot note
Sheets dashboard

A clone that runs sixteen named rituals on its own

Each filename is a ritual. Each ritual is one English sentence.

These are the ritual filenames a typical solo consultant accumulates in ~/.clone/memory/rituals/ in the first six weeks. Each one is named for the work it does, lives as a markdown file you can edit by hand, and is mined from at least four observed runs of the same task in your real history.

~/.clone/memory/rituals/default-kickoff.md
~/.clone/memory/rituals/post-call-followup.md
~/.clone/memory/rituals/friday-status.md
~/.clone/memory/rituals/monthly-invoicing.md
~/.clone/memory/rituals/renewal-nudge-14d.md
~/.clone/memory/rituals/renewal-nudge-7d.md
~/.clone/memory/rituals/scope-creep-reply.md
~/.clone/memory/rituals/testimonial-ask.md
~/.clone/memory/rituals/case-study-handoff.md
~/.clone/memory/rituals/monday-pipeline-review.md
~/.clone/memory/rituals/discovery-call-prep.md
~/.clone/memory/rituals/cold-outreach-sequence.md
~/.clone/memory/rituals/client-onboarding-folder.md
~/.clone/memory/rituals/weekly-billable-rollup.md
~/.clone/memory/rituals/quarterly-rate-review.md
~/.clone/memory/rituals/engagement-closeout.md

By the numbers

Twelve, three, one, forty-nine.

Four numbers that describe the operational clone end to end. Sample size, rules per pattern, rituals saved per pattern, monthly cost. The first three come from the live UX. The fourth comes from the comparison row on the marketing site.

0 emails sampledClone reads the last twelve kickoff emails on the thread before extracting any rule. The number is hard-coded into the step 03 UX in src/components/how-it-works.tsx, line 45.
0 rules per patternThe pattern-mining UI surfaces exactly three rules on the first pass: personal opening line, attach SOW PDF, cc assistant when contract is above $10K. You approve, you tweak, or you reject each one.
0 ritual savedEvery approved pattern lands as a single ritual file. The reference run in step 03 saves to ~/.clone/memory/rituals/default-kickoff.md and runs from there going forward.
$0Monthly cost on the Solo plan. The comparison row at src/components/comparison.tsx line 188 prints the alternative: a virtual assistant who would do the same work runs $3,000 to $6,000 a month and takes weekends.

The small judgment calls a consultant makes without thinking

Ten habits the operational clone learns from your last N runs.

None of these are template-library tropes. They are the small choices a working consultant makes by reflex, the things that distinguish your work from the next consultant's. The operational clone learns them by reading your real prior runs, not by asking you to fill out a preferences page.

What the clone picks up in week one

  • Your opening line on a kickoff email (warmer for new clients, terser for renewals).
  • Which attachments you always include (SOW, the master service agreement, the welcome doc).
  • Who you cc on contracts above your judgment threshold (assistant, legal, accountant).
  • Your follow-up cadence (24 hours after a discovery call, 48 hours after a proposal).
  • Your line edits to AI drafts (you always swap 'leverage' for 'use', always cut hedge words).
  • Your invoice rounding rule (round up to the next 0.25 hour, never down).
  • Your scope-creep boundary phrase ('that is a great idea, here is the change order').
  • Your weekly status email shape (what was done, what is next, what you need from the client).
  • Your retainer renewal nudge timing (14 days out, then 7, never the day of).
  • Your end-of-engagement testimonial ask (one specific question, not a generic prompt).

Operational clone vs the three media clones

Five rows that separate operational from media

Each row asks the same operational question of all four flavors. The operational clone is the only one that produces work product, in your apps, from your real history.

FeatureAvatar / voice / knowledge cloneOperational clone (Clone)
What it generatesAvatar clone: a video of your face. Voice clone: an audio file. Knowledge clone: a chatbot reply that sounds like a paragraph from your blog.An operational clone generates work product. A drafted kickoff email in your Gmail tab, an invoice queued in your QuickBooks tab, a note logged on the right HubSpot contact, a Sheets cell updated.
Where the output landsInside the vendor's tool. Your Synthesia avatar lives in the Synthesia dashboard. Your ElevenLabs voice file lives in the ElevenLabs library. Your Delphi.ai chatbot answers questions on a Delphi.ai widget. None of it touches your operational stack.Inside the apps you already use, via your already-logged-in browser sessions. Gmail drafts in Gmail. Invoices in QuickBooks. CRM notes in HubSpot. There is no 'Clone dashboard' to migrate to.
What it learns fromAvatar clones learn from one or two recording sessions. Voice clones learn from a five-minute audio sample. Knowledge clones learn from documents you upload. Each one is a one-shot training step.From your real history, in place. The last 12 kickoff emails on your Gmail threads. The last six SOWs in your Drive folder. The last 30 days of CRM notes on the engagement. Re-sampled when the pattern changes.
Where the work happensOn the vendor's servers. Your prompt goes up, the output comes back. The vendor sees every kickoff email you 'cloned' to teach the model.On your Mac. principle 1 in src/components/architecture.tsx line 46 commits to it: 'Client files, emails, contracts, and transcripts never leave your computer.' Memory lives on local disk.
What 'clone' means in practiceA representation of you, in a medium. A face, a voice, a corpus of text. The clone speaks; the original still does the work.A delegation of you, in your apps. The clone does the work, the original reviews and approves. The thirteenth kickoff lands in your draft folder before you finish coffee.
PricingAvatar: HeyGen Creator $24, Pro $69, Synthesia from $30. Voice: ElevenLabs Starter $5 to Creator $99. Knowledge: Delphi.ai $29 to $399 per month.$49 per month on Solo. The comparison row at src/components/comparison.tsx line 188 puts the closest non-AI alternative, a virtual assistant, at $3,000 to $6,000 a month.

What the cloning session actually looks like

One sentence in. One ritual file out.

This is a real Clone session, abbreviated. The pattern-mining UI does the same three-rule extraction the step 03 file ships, then writes the ritual to disk. The thirteenth kickoff drafts itself the next time the trigger fires.

clone session · cloning the kickoff ritual
13th

The thirteenth kickoff lands as a Gmail draft, in your voice, with the SOW PDF attached and the right cc, before you finish coffee.

From the operational clone reference in how-it-works.tsx step 03

Day by day

From install to first auto-drafted kickoff in five days.

The clone does not arrive pre-trained. It arrives ready to observe. The week-one path below is the cadence by which it becomes useful: install, observe, propose, save, draft, widen.

1

Day 1 · You install Clone, run nothing yet

Download the .dmg, point Clone at your inference choice (cloud or local Llama on an M-series Mac), grant macOS accessibility permission. No OAuth carousel, no integrations page, no template library to seed.

2

Day 2 · You run one ritual, by hand, with Clone watching

You take the next real kickoff email of the week the way you always have. Open Gmail, draft the personal line, attach the SOW, cc the assistant. Clone observes the session and writes a draft pattern to ~/.clone/memory/observations/.

3

Day 4 · Clone proposes the first ritual

After three or four observed runs of similar work, the pattern-mining UI fires. The on-screen prompt is the verbatim step 03 dialog: three rules surfaced, one save-as name suggested, one approve button.

4

Day 5 · The thirteenth kickoff drafts itself

A new client signs the proposal. HubSpot moves the deal to closed-won. The default-kickoff ritual fires, drafts the email, attaches the SOW, ccs the assistant. The draft appears in your Gmail, queued for one click.

5

Week 2 · The clone widens

Same loop applies to invoicing (read the last 6 invoices, save invoice-monthly), follow-ups (read the last 10 post-call emails, save post-call-followup), reporting (read the last 4 Friday status updates, save friday-status). Each ritual is one English sentence.

Where the cloning happens

On your Mac. principle 1, src/components/architecture.tsx line 46, verbatim.

"Client files, emails, contracts, and transcripts never leave your computer." That is the principle. The Memory layer that holds your rituals, your voice samples, your templates, and your escalation rules is on local disk under ~/.clone/memory/. Route the Planner LLM to a local Llama 3 on an M-series Mac for fully on-device operation, or to a cloud LLM when you want faster reasoning. The Computer Agent and Memory remain local in either configuration.

For consultants whose engagements include an NDA or a strict data-residency clause, the local-only configuration is the default-on path.

Want the operational clone walked through on your real Gmail thread?

30 minutes with the Clone team. Bring your last twelve kickoff emails and we will mine them live, surface the three rules, and save the first ritual on the call.

Common questions from consultants evaluating an operational clone

What does 'AI clone for consultants' actually mean here?

Operational clone, not avatar. The product reads your last twelve kickoff emails on the Gmail thread, extracts three rules you follow without thinking, asks to save them as a named ritual, and then drafts the next kickoff inside your Gmail tab using those rules. The reference UI is in src/components/how-it-works.tsx step 03 on cl0ne.ai. The three example rules ('personal opening line, attach SOW PDF, cc assistant when contract is above $10K') are not marketing copy, they are the literal example output the product surfaces, hard-coded at lines 44 through 56 of the live file. 'Saved as default-kickoff' on line 56 is the operational definition of cloning a consultant in this product.

How is this different from HeyGen, Synthesia, or D-ID 'AI clones'?

Avatars produce a video of your face. They are useful if your bottleneck is producing video, which a consultant's bottleneck rarely is. The Monday morning queue is invoices to draft, follow-ups to write, and CRM rows to log. An avatar does none of those things. The operational clone does all of them, by driving your existing Gmail, QuickBooks, and HubSpot sessions from rituals it learned from your real history.

How is this different from ElevenLabs or Resemble voice clones?

Voice clones synthesize audio from a five-minute sample. They are excellent for podcast intros and explainer videos. They cannot draft a follow-up, push a CRM note, or queue a Tuesday 8am invoice run. Clone in this sense operates the apps; it does not generate audio.

How is this different from Delphi.ai or Chatbase 'knowledge clones'?

Knowledge clones train a chatbot on your blog posts so it can answer questions in your style. They are useful as a public-facing FAQ on your website. They do not touch your private Gmail thread, your QuickBooks invoice draft, or your HubSpot pipeline. The operational clone in this product reads what is already in those apps and writes back to them.

Where can I verify the 'Saved as default-kickoff' line?

Open src/components/how-it-works.tsx on cl0ne.ai. The full step 03 lives at lines 42 through 58. Line 56 contains the literal string 'Saved as \'default-kickoff\''. Lines 44 through 53 contain the three rules the pattern-mining UI surfaces verbatim. The principle that drives this behavior is in src/components/architecture.tsx at lines 50 through 54: 'Clone observes how you draft emails, format proposals, and close engagements, then mirrors that style. It's your working habits scaled, not a generic template library.'

Does Clone send the email automatically once it learns the ritual?

No, the default is review-then-approve. The drafted kickoff lands in your Gmail drafts, queued for one click. You can opt into auto-send for a specific ritual once you trust it (the Monday 8am invoicing ritual is the most common candidate), but the out-of-the-box behavior is 'draft and queue, never send', explicit in the step 02 sequence at src/components/how-it-works.tsx lines 22 through 40.

What does Clone learn from beyond the kickoff email pattern?

Anything that has a stable pattern in your last N runs. Invoicing: the last 6 invoices give it your rounding rule, your line-item phrasing, your due-date convention. Follow-ups: the last 10 post-call emails give it your subject-line shape, your CTA phrasing, your action-item formatting. Status updates: the last 4 Friday emails give it your three-section template (what was done, what is next, what you need from the client). Each ritual is named, lives as a markdown file in ~/.clone/memory/rituals/, and is editable by hand.

Where does the cloning happen, vendor cloud or my Mac?

Your Mac. principle 1 in src/components/architecture.tsx at line 46 is the commitment: 'Client files, emails, contracts, and transcripts never leave your computer.' The Memory layer that holds your rituals, voice samples, templates, and history is on local disk under ~/.clone/memory/. You can route the Planner LLM to a local Llama 3 on an M-series Mac for fully on-device operation, or to a cloud LLM for faster reasoning. Computer Agent and Memory remain local in either configuration.

How long until the clone is good enough to draft for me?

Days, not weeks. The reference timeline is in the body of this article: install on day 1, run one observed real ritual on day 2, accept the first proposed pattern on day 4, see the first auto-drafted kickoff on day 5. The clone gets sharper every time you accept or edit a draft, because each accept-edit-reject signal feeds back into the ritual file.

What is the honest downside of this kind of clone?

Three. First, the clone is only as honest as your last N runs. If your last 12 kickoffs were rushed, the cloned ritual will be rushed. The fix is to consciously run the next two or three by hand the way you actually want to. Second, edge cases (a brand-new engagement type with no prior pattern) get nothing useful from the clone, you write that one by hand. Third, the cost of letting auto-send run on a ritual you have not reviewed twice is your reputation, so the default review queue is a feature, not a friction. Use it.

Is there a comparison page for the avatar / voice / knowledge variants?

The comparison table in this article is the comparison page. Five rows, each row contrasts one operational property of the clone (where the output lands, what it learns from, where the work happens, what 'clone' means in practice, and pricing) against the avatar, voice, and knowledge incumbents. The pricing row sources Solo plan pricing from src/components/comparison.tsx line 179 ($49 per month) and the virtual-assistant baseline from line 188 ($3,000 to $6,000 per month).