How I Built an AI Social Media Manager with Claude Code
Ryan Doser wires Claude Code + Blotato MCP + two skills into a posts-everywhere social engine, then vibe-codes his own dashboard on top.
April 16th 2026Same prompt, same model, two apps: one broken, one shippable. The difference is a long-running agent harness.
Same prompt. Same model. Zero human interference. Leon van Zyl ran an identical spec through vanilla Claude Code and through his open-source long-running agent harness — and the gap is embarrassing. One app shipped with broken card editing, no light/dark mode, and a thumbnail generator that never fired. The other delivered all of it, plus features nobody asked for.
stated at 00:05“I am convinced that long running agents are the future of agentic coding and vibe coding. And in this video, I will prove that to you.”delivered at 07:05

Long-running agents are the future. Same prompt, same model (Opus 4.5 thinking), two drastically different outcomes promised.

No dark mode, AI chat cannot edit cards in real time, no system prompt editor, thumbnail generation produces text descriptions. Context compaction killed the implementation.

Context window compaction loses critical context mid-build. SpecKit/BMAD help but still require babysitting. The shift-handoff developer analogy introduced.

Same prompt, polished result: light/dark mode, editable system prompts, delete/duplicate/filter, AI that actually edits cards, card history, Gemini thumbnail generation with reference images, 4K upscaling.

Anthropic long-running agent harness: initializer creates feature list, fresh coding agents each implement next feature plus regression-test 3 random completed features, then close context window.

Automaker (WebDevCody) and AutoClaw are full-featured replacements. Leon repo is simplified version: harness plus UI, free, download ZIP and run.

New project creation, Claude generates app spec via conversational Q&A (quick mode vs detailed), agent proactively asks about reference images for thumbnail generation.

Initializer creates 190 features stored in SQLite not JSON. Dedicated MCP server with get_next_feature, get_regression_features tools. Debug window. Agent opens real browser to test each feature.

YOLO mode skips browser testing for raw speed (lint/type checks only). Join Agentic Labs Skool community. Subscribe.
Solves context-compaction by design: no single agent ever needs the full project history.
A massive JSON feature-list file can itself exceed the agent context window. SQLite + MCP tools let agents query only what they need.
Purpose-built MCP tools reduce token usage and improve reliability vs having the agent read/write files directly.
Explicit speed/quality toggle: Test Mode opens a real browser and verifies each feature; YOLO Mode runs lint/type checks only.
“This is like having developers work in shifts, where one developer does a piece of work and then leaves the office. The next developer comes in having no context on what the previous developer did.”
“This really is the secret sauce. This agent will actually open up a browser window and test the application in real time.”
“Keep in mind, this was all done through a single prompt. The same with the first project, but I just think this just feels way more polished.”
“You can join my school community and either myself or one of the community members will assist you.”
Soft sell after YOLO mode demo. Agentic Labs Skool at $5/month. Paired with subscribe ask.
One prompt, two apps, visible gap — the before/after demo format Leon uses here is exactly how Joe sells JoeFlow and any tool with a quality story.
If your Claude Code sessions keep producing half-finished apps, the problem is the context window — and there is a free, ready-to-run fix.
00:01
00:34
00:53
01:14
01:35
01:56
02:17
02:39
03:00
03:21
03:42
04:04
04:25
04:46
05:07
05:28
05:50
06:11
06:32
06:53
07:18
07:36
07:57
08:18
08:40
09:01
09:22
09:43
10:04
10:26
10:47
11:12
11:29
11:51
12:07
12:33
12:54
13:11
13:37
13:54
14:09
14:40
15:02
15:23
15:44
16:05
16:26
16:48
17:09
17:30
17:51
18:13
18:31
18:55
19:12
19:29
20:00
20:11
20:41
21:02
21:24
21:45
22:12
22:36
22:41
23:02
23:23
23:50
24:12
24:35
25:05
25:16
25:38
26:00
26:16
26:48
27:03
27:24
27:46
28:03Ryan Doser wires Claude Code + Blotato MCP + two skills into a posts-everywhere social engine, then vibe-codes his own dashboard on top.
April 16th 2026Jay E walks through Printing Press — a new open-source toolkit that turns any website (even ones without a public API) into a token-efficient CLI your Claude Code agent can call.
May 10th 2026A 10-minute screen-share walkthrough of the three Claude Code slash commands that actually matter for writers -- live demo, real file tree, no developer jargon.
December 26th 2025Stephen Pope demos PopeBot — his free Claude-Code-powered agent framework — by building an email-triage agent live on camera and positioning it as the easy alternative to OpenClaw.
May 7th 2026A 24-minute desk-mic listicle where Riley Brown walks through the seven Mac apps he docks around Codex to turn one AI agent into a fully-staffed workstation.
April 30th 2026Seven dashboards that live in your Claude sidebar and refresh on click — no re-prompting, no token burn.
May 7th 2026