Finally. Agent Loops Clearly Explained.
A 14-minute demystification of agent loops for non-hardcore-coders: what they are, why the done-check matters most, and three live demos that prove loops get you closer — not perfect.
June 19thA 9-minute demo showing how native cron sessions turn any Claude Code skill into a self-healing, self-improving background agent.
Claude Code scheduled tasks run a full agent on a cron, not a script, which means they self-heal errors, rewrite their own prompts, and improve over time when paired with a single overwritten run-log file.
Claude Code now supports native scheduled tasks: a cron fires, a fresh session starts, the agent reads your prompt and tools, does the work, and closes with no human needed. Unlike a Python script, the agent self-heals errors and can rewrite its own code and prompt between runs. The critical design pattern is a single overwritten run-log file per task structured as Pre-Flight (read last run), Main Task, and Post-Run (overwrite log), which keeps context lean and lets each new session pick up where the last one left off without ballooning an append log.
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 →
Cold open frames scheduled tasks as a 24/7 AI employee. Two setup paths introduced: Schedule tab UI and /schedule slash command.

Live demo of the New Scheduled Task form: name, description, prompt, model, folder, frequency. Morning coffee task shown active at 6:09 AM daily.

Illustrated flow: Cron Fires, Session Starts, Gets Tools, Runs & Closes. Establishes this is a full agent session, not a triggered function.

Side-by-side comparison diagram. Cron Script: fixed steps, no context, no recovery. Claude Code Agent: codebase, reasoning, skills, MCP tools, self-healing loop.

Live conversion of an existing skill into a scheduled daily task using a single natural language prompt. Task live in under 60 seconds.

Demo showing Claude listing all available project skills on request, illustrating how any skill becomes a candidate for weekly automation.

Illustrated slide: if the laptop is asleep the task is skipped, but on wake the app checks 7 days back and catches up. Time-sensitive tasks may not recover cleanly.

Four-quadrant slide: No Git Push, No Destructive Ops, No Shared Memory by default, Needs Your Keys. Recommendation to do a manual test run first.

Illustrated three-layer diagram: fix scripts on error, rewrite own prompt when improvements are found, maintain a run log for memory across stateless sessions.

Live Claude conversation showing the recommended run-log pattern. One overwritten markdown file per task, not an append log. Prompt structure: Pre-Flight, Main Task, Post-Run.

Desktop app notification diagram. Audio hook demo. Recommendation to add a ClickUp/messaging step at the end of each task prompt for external notification.

Three-section diagram showing the desktop app creates and runs tasks, the file system stores editable task files, and VS Code can edit but not create or trigger crons.

Outro linking to a project setup video. Standard like/subscribe ask.
The shift from cron scripts to agent sessions is the difference between automation that stops when something breaks and automation that diagnoses the problem, fixes its own code, and runs correctly the next time.
“This is not a deterministic workflow. And that is the huge unlock.”
“You are no longer the bottleneck, and these skills and workflows can actually get better and better over time automatically.”
“If you run an automation a thousand times, then you might have a thousand append logs.”
“The only bridge between runs is files on disk.”
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.
A clock graphic, a deadpan punchline, and a feature that actually delivers: Claude Code can now run your skills on a schedule while you sleep, with no babysitting required.
Three-layer architecture that lets a scheduled task improve over time without human intervention: fix broken code on error, rewrite the prompt when improvements are found, maintain a run log so the next stateless session has context.
Three-phase prompt structure that gives each stateless scheduled task session a lightweight memory without bloating context.
Framework for deciding when to use a traditional cron script vs a Claude Code scheduled agent based on need for error recovery, dynamic reasoning, and self-improvement.
“What you need to do now is go learn how to set up your project and create your own executive assistant.”
Clean end-of-video link to prerequisite setup video. No hard sell. Appropriate given the tutorial format.
00:00
00:07
00:18
00:25
00:32
00:40
00:47
00:54
01:01
01:09
01:16
01:23
01:31
01:38
01:45
01:52
02:00
02:07
02:14
02:22
02:29
02:36
02:43
02:51
02:58
03:05
03:13
03:20
03:27
03:34
03:42
03:49
03:56
04:04
04:11
04:18
04:25
04:33
04:40
04:47
04:55
05:02
05:09
05:17
05:24
05:31
05:38
05:46
05:53
06:00
06:08
06:15
06:22
06:29
06:37
06:44
06:51
06:59
07:06
07:13
07:20
07:28
07:35
07:42
07:50
07:57
08:04
08:11
08:19
08:26
08:33
08:41
08:48
08:55
09:02
09:10
09:17
09:24
09:32
09:39A 14-minute demystification of agent loops for non-hardcore-coders: what they are, why the done-check matters most, and three live demos that prove loops get you closer — not perfect.
June 19thA 17-minute tier-list of one practitioner's actual daily stack — and the five mental models that keep him from drowning in new releases.
May 8thFour prompt-layer upgrades that fix the documented failure modes quietly killing your Claude output quality.
June 25thA 34-minute live walkthrough of one creator's AI operating system, built on the four Cs: Context, Connections, Capabilities, and Cadence.
June 10thA single founder makes the case that Claude Code has erased the cost of building software, using a three-person team's state government contract as proof.
July 3rdA six-rule prompting cheat sheet distilled from Anthropic's own best-practices doc for the model creators internally call Fable 5.
July 1st