Loop Engineering, Claude Code /goal, and Agent Routines
A two-hour livestream that turns the year's biggest AI buzzword into a working autonomous agent you can ship this week.
June 19thA live, no-coding walkthrough of the six concepts behind autonomous AI loops, then two working examples built with Claude Code's /goal command and Routines.
Loop engineering means removing yourself from the prompt-read-prompt cycle by building a system where a second AI checks the work and decides the next step, and Claude Code now ships all six pieces of that system β automations, worktrees, skills, connectors, subagents, and memory β built in.
Loop engineering is the practice of taking yourself out of the type-read-type prompting cycle by building a system that prompts the AI on a schedule or against a goal, then has a second AI check the work. The video names six ingredients β automations (schedule/trigger), worktrees (isolated lanes per agent), skills (a written Skill.md playbook), connectors (Gmail/Slack/Intercom access), subagents (a maker that does the work and an independent checker that grades it), and memory (a persistent file so runs don't start from zero) β and argues the hardest part is precisely defining what 'done' looks like. It then builds two live examples in Claude Code: a /goal prompt that sorts a messy Downloads folder into subfolders with a clear end state, a self-run check, and a guardrail capping it at 30 turns; and a scheduled Routine that reads unread email and DMs the three most urgent ones to Slack every morning. It closes with a real maker/checker pair β one agent closes support tickets via the Intercom API, a second agent independently re-verifies those closures two hours later and reopens anything that didn't actually solve the customer's problem.
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 β
States the video is connecting three ideas β what loop engineering means, the /goal command with one copyable example, and building a first autonomous agent with a Routine β and that no coding is required.

Defines loop engineering as building a system that prompts the AI for you instead of you typing each prompt and reading each answer; traces the idea back to appending 'don't stop until...' to a complex prompt.

Walks through automations (schedule/trigger-based runs), worktrees (isolated lanes so multiple agents don't collide), skills (a written Skill.md playbook), connectors (Gmail/Slack/Intercom access), and subagents (a maker that does the work plus an independent checker that reviews it).

Explains memory as a shared notebook on disk so each run isn't starting from zero, then caveats that defining what 'good' and 'done' look like β the checker β is the hardest part of the whole system.

Has the viewer write one sentence for a task they repeat every week: when it starts, what done looks like, and how the AI proves it's done β the raw material for a /goal prompt.

Types a real /goal prompt β sort every file into subfolders by type, keep going until none are left, don't delete anything, stop after 30 turns β and Claude Code sorts 17 files into Images/Videos/Other folders in one pass, then verifies the counts itself.

Breaks down the three things that made the prompt good: a clear end state ('no loose files left'), a check the AI can run itself, and a guardrail ('do not delete anything' plus a 30-turn cap).

Gives five more /goal templates β standardizing filenames, categorizing a spreadsheet, working through documents, cleaning up captions to brand rules, and turning ideas into hooks β then distills the pattern into a fill-in-the-blank cheat sheet.

Opens the Routines UI and configures a 'Daily Email Cleanup' routine: instructions to read unread email and Slack-DM the three most urgent, a guardrail not to reply to anything, a daily 9am trigger, and Gmail/Slack connectors.

Runs the routine manually and shows the actual Slack DM it sent β the three most urgent unread emails, correctly timestamped β then notes an intermediate-level example: sorting and archiving thousands of unread emails on a schedule.

Introduces a real production routine pair: 'Daily Support Ticket Cleanup' (the maker, running at 8am via the Intercom API) and 'Daily Support Ticket Cleanup Checker' (a second agent that independently reviews the closures).

Shows how to create a separate 'Support' environment holding an Intercom API key, explaining that the API exposes actions (like closing tickets) that the built-in Intercom MCP connector does not.

Configures the checker routine to run two hours after the maker, re-verify every ticket closed that day, and reopen any where the customer's problem wasn't clearly solved, then closes with Cheat Sheet 3 for building a routine from scratch.
An autonomous AI loop needs six specific pieces working together, and every one of them is useless without a precisely written definition of what 'done' actually looks like.
βLoop engineering, all it really means is taking you out of that loop and building a little system that does the prompting for you.β
βWithout some kind of shared notebook across all of your agents, every run would start from zero.β
βDefining what good and done looks like is the hardest part of creating the loop.β
βThe reason why you want to have two separate agents is because one agent will do all of the work and the second agent will independently review it.β
βThe intercom MCP does not allow me to close open tickets, but the intercom API does.β
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.
The pitch is blunt: most people using AI are still part of the loop themselves, typing a prompt, reading the answer, typing again. This walkthrough shows what changes when a second AI takes over that checking role β and then builds two working examples, live, using nothing but Claude Code's /goal command and its new Routines feature.
The full inventory of what an autonomous AI loop needs: a schedule/trigger, isolated lanes per agent, a written playbook, tool access, an independent verifier, and persistent state.
The minimum structure for any prompt meant to run unsupervised to completion, demonstrated on the Downloads-folder sort.
A fill-in-the-blank sentence for turning any repeated weekly task into the raw material for a /goal prompt or a routine.
00:00
00:10
00:21
00:27
00:31
00:35
00:38
01:10
01:20
01:42
01:51
02:00
02:06
02:29
02:52
02:53
03:13
03:27
03:35
03:45
03:59
04:05
04:21
04:32
04:38
05:02
05:18
05:27
05:37
05:45
05:54
06:07
06:19
06:28
06:32
06:36
06:45
06:59
07:13
07:28
07:44
08:00
08:20
08:42
09:04
09:16
09:38
10:00
10:05
10:15
10:25
10:34
10:42
10:50
10:56
11:00
11:04
11:12
11:22
11:32
11:40
11:46
11:52
11:59
12:08
12:16
12:27
12:40
12:53
13:07
13:21
13:35
13:49
14:03
14:15
14:27
14:39
14:47
14:59
15:07A two-hour livestream that turns the year's biggest AI buzzword into a working autonomous agent you can ship this week.
June 19thHow a non-developer built a self-improving content factory that turns one source video into four platform-native formats and gets smarter every night.
June 11thA 17-minute walkthrough that turns claude.ai into a business operating system by wiring it to Gmail, Airtable, Canva, and any MCP-enabled app.
June 19thA tutorial arguing prompt engineering is dying now that models are smart enough to self-correct β and a walkthrough of Claude Code's /goal, /loop, and /schedule commands with a live website-audit and YouTube-monitoring demo.
July 16thA plain-English field guide to every loop type β heartbeat, cron, hook, and goal β with two live builds in Claude Code and Codex.
June 17thA step-by-step guide to turning one Claude Code session into a coordinated team of specialized agents that remember your preferences and improve over time.
April 1st