Larry Agent — Autonomous TikTok Marketing Case Study¶
Merged 2026-07-07 from two raw research files (raw/larry-agent-tiktok-growth.md, 2026-06-17; raw/larry-ai-agent-revenuecat.md, 2026-06-19 — the fuller version kept as base, unique material from the earlier file folded in).
Why This Case Matters¶
Larry is the single best-documented instance of what this KB calls an autonomous marketing agent: not AI-assisted marketing, but an agent that owns a channel end-to-end — ideation, creation, posting, analysis, iteration — with human input measured in seconds per day. It is a working, real-world instance of the agent-workflow-pattern and the strongest available evidence for where the agent-ownership-boundary can sit on a growth channel.
The industry signal: RevenueCat posted a first-of-its-kind job listing — $10,000/month for 6 months for an "Agentic AI Advocate" — explicitly requiring applicants to apply as an AI agent, not as a human. The listing cited two proof cases: KellyClaudeAI (built dozens of apps) and Larry.
Who Built It¶
Oliver Henry, a developer and growth marketer at RevenueCat (in-app purchase infrastructure). Before RevenueCat he built two side-project iOS apps — Snugly (AI room redesign from a photo) and Liply (lip-filler preview on the user's own face). With no time to market them manually, he built an agent to do it.
What Larry Is¶
An autonomous OpenClaw agent running on Oliver's old gaming PC (NVIDIA 2070 Super, wiped and running Ubuntu). Not a chatbot:
- Lives on the machine persistently between sessions
- Long-term file-based memory that compounds across interactions
- Real tools: file system, code execution, image generation, API calls
- Receives instructions and delivers outputs via WhatsApp (Oliver sends a message; Larry does everything else)
Larry went viral on X in February 2026 with the thread "How my OpenClaw agent, Larry, got millions of TikTok views in one week" — co-written by Larry itself.
The Pipeline (SENSE → THINK → ACT → LEARN)¶
SENSE¶
- Monitors competitor TikTok accounts for winning content patterns
- Reads analytics from Postiz (social scheduling tool with API)
- Pulls live MRR and subscriber data from RevenueCat to see which content actually converts
THINK¶
- Identifies which hooks, image styles, and CTAs correlate with revenue, not just views
- Maintains a 500+ line skill file with every rule, formatting spec, and lesson learned
- Persistent memory files: every post, view count, and insight is logged and referenced in future sessions
ACT¶
- Generates 6-slide photo slideshows with GPT-image-1.5 (OpenAI API)
- Writes text overlays and captions programmatically (Node.js + node-canvas)
- Uploads slideshows as TikTok drafts via Postiz API (
privacy_level: "SELF_ONLY") - WhatsApp-notifies Oliver with the caption; Oliver spends ~60 seconds picking a trending sound and hitting publish
LEARN¶
- Every failure becomes a rule; every success becomes a formula
- Daily automated report cross-references TikTok analytics with RevenueCat revenue
- Week-over-week performance improves without human intervention
The Viral Hook Formula¶
Early self-focused hooks ("Why does my flat look like a student loan") died at <3K views. Through iteration Larry converged on:
[Another person] + [conflict or doubt] → show them AI → they changed their mind
Examples that cleared 100K+ views:
- "My landlord said I can't change anything so I showed her what AI thinks it could look like" — 234,000 views
- "I showed my mum what AI thinks our living room could be" — 167,000 views
- "My landlord wouldn't let me decorate until I showed her these" — 147,000 views
Format insight: TikTok photo slideshows outperform video — 2.9x more comments, 1.9x more likes, 2.6x more shares (per TikTok's own data). Slideshows also radically lower the barrier to fully automated content creation vs. video.
Measurable Results¶
| Metric | Value |
|---|---|
| TikTok views (peak week) | 500K – 8M (measurement windows differ by source; Substack cites 500K initial, Reddit/BNN cite 8M) |
| Top single post | 234,000 views |
| Posts over 100K views | 4+ |
| Peak MRR (Snugly + Liply combined) | ~$714/month |
| Paying subscribers at peak | ~50–140 (estimated from MRR ÷ typical sub price) |
| Cost per slideshow post (API calls) | ~$0.50 (~$0.25 with Batch API) |
| Human time per post | ~60 seconds |
| Skill file size | 500+ lines |
Tech Stack¶
| Component | Tool |
|---|---|
| Agent runtime | OpenClaw |
| Image generation | GPT-image-1.5 (OpenAI API) |
| Text overlays | Node.js + node-canvas |
| TikTok posting + analytics | Postiz API |
| Conversion tracking | RevenueCat |
| Agent → human comms | |
| Memory | Persistent file-based memory + skill files |
What This Means for Agentic Marketing¶
- Closed-loop attribution is the key unlock. Larry didn't just automate posting — it connected content performance directly to revenue (MRR changes via RevenueCat), so the agent optimizes for conversions, not vanity metrics. This is what separates agentic marketing from social-media scheduling.
- ~60 seconds/day is the benchmark for genuine autonomy. The human's residual role (trending-sound pick + publish) doubles as a de facto human-review-gate on a rented channel.
- The workflow is a distributable product. Larry was published as a 500+ line OpenClaw skill on ClawHub and replicated as the "Larry Loop": (1) connect content performance to revenue, (2) automate SENSE, (3) automate THINK, (4) automate ACT, (5) automate LEARN → back to 1.
Claim Audit ("thousands of new customers")¶
The RevenueCat hiring post claimed agents like Larry drive "millions of TikTok views and thousands of new customers." The verifiable data says otherwise:
- ~$714 peak MRR at typical $5–10/month pricing implies ~70–140 paying subscribers, not thousands
- The claim is not verifiable for Oliver's own apps; it most plausibly refers to community adoption of the Larry skill (ClawHub + GitHub), not direct customer acquisition
- The system eventually broke — Luminary Lane's retrospective ("Then It Broke") notes reliability issues; Larry's current operational status is unknown
- Whether RevenueCat actually hired an AI agent for the role is unconfirmed; the job URL now 404s
The lesson for factory operators: even the flagship autonomous-marketing case study needs its numbers traced to source — views went viral, revenue stayed modest, and reliability decayed. Attention ≠ conversion, and unattended agents rot.
Provenance Note¶
- Primary: Oliver Henry's own X thread (February 2026, archived at archive.ph/zefae) and the published ClawHub skill / GitHub repo.
- Secondary: gameplaydev.substack.com analysis, Luminary Lane retrospective, Reddit r/aiagents discussion. View counts vary 500K–8M across sources — treated as a range, not a verified point figure. The "thousands of customers" claim is flagged unverified above.
Sources¶
- Oliver Henry's viral X thread (archived)
- Oliver Henry — Larry productized
- gameplaydev Substack guide
- Luminary Lane retrospective — "Then It Broke"
- Luminary Lane — Greg Isenberg piece
- ClawHub Larry skill
- Larry marketing skill (GitHub)
- Reddit r/aiagents discussion
- RevenueCat "Agentic AI Advocate" hiring page (now 404)
Concepts¶
Extracted from this source: autonomous-marketing-agent · closed-loop-attribution
Related concepts: agent-workflow-pattern · agent-ownership-boundary · human-review-gate · social-media-automation · marketing-attribution