Is Clone an AI marketing tool, or something else?+
Clone is not in the AI marketing tools category. It is the operator that drives whichever marketing tools your small business already uses. The category-list articles for this keyword name 10 to 30 AI subscriptions like Jasper, Canva Magic Studio, Mailchimp AI, Klaviyo, Buffer AI, Surfer, Frase, and ChatGPT, and recommend you buy 5 to 7 of them. Clone is the layer that sits across them. One $49/mo app reads memory/rituals/marketing.md, opens Mailchimp the way you open Mailchimp, drafts the newsletter, then opens Buffer, queues 3 LinkedIn posts, then opens the campaign Sheet and appends a row. The other tools are still the tools. Clone is the human-glue layer that the SERP lists never name.
Why is the operator layer missing from every SERP article on this keyword?+
Because the article format is built around tool-by-tool affiliate links and category roundups. Marketer Milk's '30 best AI marketing tools' is structured as a numbered list with a buy-button per row. eesel's 'I tried the top 7 AI marketing tools for small business' is the same shape with fewer rows. averi's '$99-$500/mo tech stack' adds price tiers per tool. None of these formats have a slot for 'the layer that runs across all of them' because that layer does not pay per-tool affiliate. Clone shows up in zero of those lists, and it is the only tool on this page.
What is actually in memory/rituals/marketing.md?+
Roughly 16 lines of plain markdown. The shape: a schedule line (e.g., 'schedule: monday 09:30'), an apps_this_quarter block that maps each marketing function (newsletter, social_queue, visuals, campaign_log, crm) to whatever vendor you currently use, an audience_segments block referencing live lists in your CRM and email tool, a voice_examples block pointing at past sent newsletters in Drive, and an actions block listing what Clone should do every run. The full file appears on this page, copy-paste ready. The same shape works for invoicing rituals, kickoff rituals, follow-up rituals; only the apps and actions differ.
Does Clone replace Mailchimp, Buffer, Canva, or my CRM?+
No. Clone drives them. The Computer Agent layer in src/components/architecture.tsx lines 18-22 is described as 'Reads the screen, clicks, types, scrolls'. That layer opens Mailchimp the same way you do, types into the campaign editor, saves a draft. It does the same for Buffer, Canva, and your CRM. Your subscriptions, templates, segments, automations, brand kits, and historical campaign data all stay where they are. If you uninstall Clone, every one of those tools keeps working. Clone owns no marketing data. It is the operator, not the system of record.
How does Clone handle voice without months of fine-tuning?+
voice_examples in the ritual file is a list of file paths to your own past sent newsletters or product updates. Two or three is enough. Clone reads them on every run before drafting, so the new draft inherits your habitual openings, sign-offs, sentence length, and the small phrases you reuse. There is no fine-tuning step, no model upload. When you save a new sent newsletter to /Drive/marketing/sent/, the next run inherits it. Voice updates the moment you ship.
What happens when I want to swap Mailchimp for Klaviyo?+
Edit one line. The apps_this_quarter block has 'newsletter: mailchimp'. Change it to 'newsletter: klaviyo'. The next Monday run opens Klaviyo's campaign editor instead of Mailchimp's. Same prompt, same voice files, same campaign tracker, just a different window on screen. Compare that to the SERP-stack equivalent, which is re-onboarding Klaviyo, exporting Mailchimp templates, importing them into Klaviyo, rebuilding any Zapier zaps that pointed at Mailchimp, and re-training the team. The operator layer compresses the migration into a one-line markdown edit because the integration was never tied to a vendor in the first place.
Why doesn't Clone need an API or OAuth into Mailchimp, Buffer, or Canva?+
The Computer Agent reads the screen and types into visible fields. It does not call Mailchimp's REST API, does not request an OAuth scope on Buffer, does not need a Canva developer key. It uses the apps the same way you use them, through the UI you have already logged into on your Mac. That is why a custom Airtable base, a legacy Mailchimp account that predates the latest API tier, or an internal CMS no AI marketing tool integrates with all work the same way: if you can open it in a window, Clone can drive it.
Where does Clone fit alongside Zapier, Make, n8n, or Gumloop?+
Zapier, Make, n8n, and Gumloop are recipe builders: when X happens in tool A, do Y in tool B. They require API or pre-built connectors on both ends and a graph of triggers and branches you build in their UI. Clone is the opposite shape: plain English in chat, plain markdown for configuration, and the apps' actual UIs as the action surface. Where a Zap is one trigger plus one or more conditional actions, a Clone ritual is the whole Monday-morning marketing pass in one prose-readable file. Many small businesses end up with both: Zaps for the simple A-to-B reflex automations, Clone for the multi-app rituals that need judgment.
What does a single Monday-morning run actually take in time and cost?+
Run time is typically 60 to 180 seconds for the full marketing.md ritual. The review pass (skim 5 staged drafts, fix one or two lines, hit send on each) is 10 to 20 minutes. Cost is $49/mo on Solo with no per-task fee, regardless of how many actions are in the ritual. Compare to the SERP-recommended stack baseline of $200 to $500/mo for 5 to 7 separate AI subscriptions, before counting the time cost of moving information between them by hand.
Does Clone send marketing emails or social posts on its own?+
Not by default. Architecture principle 4 (architecture.tsx lines 61-63) is explicit: every action is logged and reversible, drafts are previewed before they send, you can roll back an entire morning of work with one click. The default ritual on this page sets review_before_send: true. Newsletter sits as a draft in Mailchimp. LinkedIn posts sit as drafts in Buffer. Sheets row is appended (reversible). Gmail email is a draft. You approve each one. If you want fully unattended runs for a specific safe action (like updating the campaign tracker row), you remove the review gate for just that line.
Where does my marketing data live? Does Clone host it?+
Architecture principle 1 (architecture.tsx lines 46-50) is literal: Clone operates your desktop apps from your desktop, client files, emails, contracts, and transcripts never leave your computer, your engagements stay confidential by default. Your Mailchimp lists stay in Mailchimp. Your Buffer queue stays in Buffer. Your Sheets data stays in Google. The voice_examples are in your own Drive. The ritual file is on your own disk. Clone does not host a copy. The Planner layer may call a model to interpret your English instruction, but attached marketing content is not sent along with that call. Uninstalling Clone leaves every other tool intact.
Is this a fit for a small business that does not have a marketing person?+
Yes, that is the target. The full marketing.md ritual on this page assumes a solo founder, owner-operator, or consultant who is doing the marketing themselves between client work or product work. The point of the operator layer is that you do not have to evaluate, buy, learn, and integrate 7 AI subscriptions. You write 16 lines of markdown and you keep the apps you already use. The 10 to 20 minutes of weekly review is the marketing time the business gets, instead of the 5 to 10 hours it would take to manually move information between Mailchimp, Buffer, the campaign sheet, and the CRM.