Is AI marketing for small business about the tools, or about how you use them?+
For a solo operator, it is almost entirely about how. Every top guide for this topic lists the same 7 to 10 tools (Jasper, Mailchimp AI, Canva, Buffer, HubSpot AI, ChatGPT, Surfer, Klaviyo). The tools are not the hard part. The hard part is that a one-person business has a handful of minutes per week to actually do marketing between client work and admin. That is a workflow-shape question, not a tool-selection question. The answer most guides never give: shape the marketing as a single scheduled weekly ritual, not a rolling to-do list, and describe it in plain English so any software can execute it against the apps you already use.
What exactly is a 'marketing ritual' in this context?+
A ritual is Clone's name for a scheduled, repeatable pass across multiple apps, described in one plain-markdown file under memory/rituals/. The marketing ritual is roughly 16 lines. It has a schedule (e.g., 'schedule: monday 09:30'), an apps_this_quarter block mapping each marketing function (newsletter, social_queue, campaign_log, crm) to the vendor you currently use, a voice_examples block pointing at past sent newsletters in Drive, and a this_week block listing the actions Clone should run. The full file is on this page. Editing it takes less time than clicking through a Zapier wizard.
On which 20 minutes of the week does a solo small-business actually do marketing?+
The answer most articles avoid: Monday morning, once, in one scheduled pass. The example in this guide uses 09:30 but any fixed slot works. The ritual fires, Clone drafts the week's newsletter, queues 3 LinkedIn posts, updates the campaign sheet, stages a re-engagement email. You spend 10 to 20 minutes reading drafts and hitting Send. Then you return to client work and do not think about marketing until next Monday. The posts publish themselves from Buffer's queue Tuesday through Thursday. The rest of the week is empty of marketing work by design.
What is the difference between this approach and a Zapier or Make automation?+
Zapier and Make are trigger graphs: when X happens in tool A, do Y in tool B. They require API or pre-built connectors on both sides plus a configuration graph you build in their UI. A Clone ritual is the opposite shape. Plain English in chat, plain markdown for configuration, and the apps' real UIs as the action surface. Where a Zap is one trigger plus one or more conditional actions, a ritual is the whole Monday-morning marketing pass in one prose-readable file. Many small businesses end up running both, short reflex Zaps alongside weekly judgment rituals.
Does AI marketing for small business mean auto-generated content?+
Not in this approach. Every sentence in the drafted newsletter traces back to a real HubSpot deal note from the last 7 days. The LinkedIn posts retell verified customer wins. Voice samples from /Drive/marketing/sent/ anchor the tone in your actual past writing. The Planner layer uses a language model to interpret the English instruction and format the drafts, but the source material is your own business's real inputs, not invented anecdotes. The review gate catches the rare hallucination before it ships.
What tools do I need besides Clone?+
Whatever you already pay for. The example ritual assumes Mailchimp for email, Buffer for LinkedIn scheduling, HubSpot as CRM, Google Sheets for the campaign tracker, and Gmail for outbound. If you use Brevo instead of Mailchimp, Pipedrive instead of HubSpot, or Hypefury instead of Buffer, edit one line of apps_this_quarter and the ritual works against your stack. Clone does not lock you into any marketing vendor.
How does Clone drive those apps without API integration?+
The Computer Agent layer described in src/components/architecture.tsx lines 18-22 is literally 'Reads the screen, clicks, types, scrolls.' It opens Mailchimp the way you open Mailchimp, types into the campaign editor, saves a draft. Same for Buffer, Sheets, Gmail, HubSpot. No OAuth, no Mailchimp API key, no Buffer developer token. If an app works in a browser or as a desktop window, Clone can drive it. That is why a legacy Mailchimp account, a custom Airtable base, or an internal campaign dashboard all work the same way as the named vendors.
What is the first week like for a small business trying this?+
Week 1: you copy the 16-line marketing.md template from this page into memory/rituals/, edit the apps_this_quarter values to match your stack, and drop 2 past newsletters into /Drive/marketing/sent/ as voice samples. You run the ritual manually once while watching, and fix the one or two spots where it picked the wrong HubSpot segment or pasted into the wrong Mailchimp field. That takes 30 to 60 minutes of configuration. Week 2: you add the 'schedule: monday 09:30' line. From then on, Monday mornings run themselves.
What if I miss a Monday because a client emergency takes the morning?+
Nothing breaks. The ritual run either skips or you delay approving the drafts. There is no queue piling up because Clone does not pre-generate future weeks. Next Monday the ritual runs fresh on that week's HubSpot notes. A solo operator's marketing cadence should be 'every week a pass, occasionally skipped' not 'a queue I am perpetually behind on.' This is the shape most rolling content calendars get wrong for small businesses.
How does Clone compare to hiring a fractional marketing person or a virtual assistant?+
A part-time marketing contractor or VA runs $3,000 to $6,000 per month for a few weekly hours, according to typical small-business hiring ranges. Clone is $49/mo on Solo. The tradeoff: a human contractor can invent strategy, interpret nuance, and take judgment calls you did not articulate. Clone runs exactly what your ritual file describes, no more. Many small businesses keep the human for strategy (quarterly) and the ritual for execution (weekly). That is often 90%+ savings versus a contractor handling both.
Where does the marketing data live when Clone runs this?+
Every byte stays in the tools you already use. Architecture principle 1 (architecture.tsx lines 46-50) is explicit: Clone operates your desktop apps from your desktop; client files, emails, contracts, and transcripts never leave your computer. Mailchimp lists stay in Mailchimp. HubSpot deal notes stay in HubSpot. Your Drive voice samples stay in Drive. The ritual file is on your own disk. Clone does not host a copy and does not transmit your marketing content to any central database. Uninstalling Clone leaves every app intact and every campaign record untouched.
Can this run for businesses that do B2B sales, not marketing funnels?+
Yes. The ritual shape changes but the pattern does not. For a consultant-style small business, the Monday ritual might be: pull last week's discovery-call notes from Gmail, draft 5 personalised follow-ups as Gmail drafts, update HubSpot deal stages, log pipeline value in the tracker sheet, draft a weekly touchpoint to all open proposals. The file is still ~16 lines of plain markdown at memory/rituals/sales-monday.md. Same Planner, same Computer Agent, same Memory. Marketing and sales are both 'business functions encoded as rituals' in this architecture.