How AI reduced campaign setup time by 87%
The exact workflow that took campaign setup from 4.2 hours to 32 minutes.
Jun 12, 2026·9 min read·AI Workflows / Automation
Before
Setting up a new campaign involved: writing a brief, generating 3–5 creative concepts, drafting copy, building assets in Figma, and configuring the campaign in Meta. Total: roughly 4.2 hours.
The workflow
We compressed this into a single pipeline:
- Brief goes into a structured template.
- Claude generates concepts, hooks and headlines.
- A batch job renders base assets via the Figma API.
- A launcher creates the campaign structure in Meta.
The prompts
The critical prompt is the one that turns a brief into structured concepts. It's tuned to output JSON that the rest of the pipeline can consume without cleanup.
Given this brief: {BRIEF}
Return 5 concepts as JSON: [{ angle, hook, headline, primary_text, cta }]After
Median setup time across 12 accounts: 32 minutes. We didn't ship faster to ship more — we shipped faster to test more angles per launch.