Codex vs Claude Code: What I Found After 30 Days
The same build prompt, the same rubric, two coding agents — a side-by-side AgentOps build to see which one actually earns its subscription price.
June 18thSame prompt, same model, two apps: one broken, one shippable. The difference is a long-running agent harness.
Long-running agent harnesses that maintain context across multiple coding sessions with regression testing produce substantially more complete and usable applications than single-context-window approaches, and this approach is now accessible to anyone through open-source tooli.
Long-running agent harnesses outperform single-context coding sessions for non-trivial projects, because a single Claude Code context window will compact itself mid-build and lose the threads needed to finish complex features. The harness, based on Anthropic's pattern, splits an app spec into a feature database, then spawns sequential coding agents that each pick the next feature, regression-test three random completed ones, implement against a real browser session, and hand off cleanly when their context fills. Use a SQLite-backed feature list and an MCP server to keep token usage lean. For production work, let agents test through the UI; switch to YOLO mode only when speed beats reliability. Plan to run overnight, across usage resets, unattended.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
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.
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.
“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.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
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.
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.
“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.
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:03The same build prompt, the same rubric, two coding agents — a side-by-side AgentOps build to see which one actually earns its subscription price.
June 18thA 37-minute intermediate tutorial covering MCP servers, custom skills, sub-agents, and persistent memory architecture for Claude Code power users.
April 13thHow a non-technical builder shipped a 22K-star GitHub skill and what it teaches about where software is heading.
June 23rdA 13-minute live build showing how to turn any SaaS website URL into a professional video ad using a reusable Claude Code skill.
June 29thA 12-minute tutorial that reverse-engineers a faceless YouTube channel earning $12K/month and rebuilds its entire production pipeline inside Claude Code.
June 25thAn 18-minute walkthrough of the three MCP harvests — Gmail, Slack, and call recordings — that keep an AI operating system's context from going stale.
June 24th