The argument in one line.
The next abstraction in agentic AI is not better prompts but loops and scheduled routines that send prompts on your behalf — so Claude runs workflows without you in the room.
Read if. Skip if.
- You use Claude Code daily and want to reduce how much you manually kick off repetitive tasks.
- You want to understand how Claude Code's Routines feature works and how local and cloud schedules actually differ.
- You have a workflow — like turning a YouTube video into a newsletter draft — that you want running automatically every morning.
- You are curious why the creator of Claude Code says he no longer prompts it himself.
- You are looking for a deep dive into Hermes, OpenClaw, or multi-agent orchestration — this is an overview, not a masterclass.
- You are not yet using Claude Code; this assumes you know the tool and are ready to automate it.
The full version, fast.
Boris Shurney, the creator of Claude Code, said publicly that he no longer prompts Claude directly — he writes loops that prompt Claude for him. This video unpacks what that means across three tiers: an in-session /loop command that dies when the window closes, local desktop routines that run on cron as long as your computer is on, and cloud routines currently in research preview with real constraints (15 daily runs max, no local file or tool access). Four elements make a routine durable: a clear trigger with a stop condition, a separate skill file you refine over time, explicit tool declarations, and a precise output definition. For most users today, Tier 2 is the practical answer; Tier 3 is where things are headed once the tooling matures.
Chat with this breakdown — free.
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 →Where the time goes.

01 · Cold open — Boris quote
Hook: Claude Code creator stopped prompting manually; writes loops instead. Clip from Acquired Unplugged interview.

02 · Peter Steinberger tweet + three tiers intro
Peter's viral tweet (6.3M views) sets up the three-tier framework.

03 · Tier 1: /loop in-session
Demo of /loop command. Explains schedule-wakeup under the hood and session-close limitation.

04 · Tier 1 real use case: SyncThing check
Every-15-minute loop to verify Hermes file-sync connection during prototyping.

05 · Tier 2: Local desktop routines
Routines panel walkthrough. YouTube-to-Substack automation running daily at 8AM.

06 · Four elements of a strong routine
Trigger, Skill, Tools, Output — each explained with the YouTube-to-newsletter example.

07 · Tier 3: Cloud routines
15 daily runs cap on Max plan, no local file/tool access, must be configured manually from the UI.

08 · Cloud routine workarounds
GitHub push as partial fix; Hermes/OpenClaw on VPS as the real workaround for tool-dependent automations.

09 · Summary + token budget reality check
Tier 2 is the practical answer today. Peter Steinberger spent $1.3M in tokens in 30 days. Token cost scales with autonomy.
Lines worth screenshotting.
- Boris Shurney no longer prompts Claude manually — he writes loops that prompt Claude for him and calls this the next wave of abstraction.
- Peter Steinberger's tweet that you should design loops instead of prompting agents got 6.3 million views in days.
- /loop in Claude Code uses a schedule-wakeup tool internally — it is not a persistent process but Claude sending itself a prompt on a timer.
- In-session loops die when the Claude Code window closes; use local or cloud routines for anything mission-critical.
- Separating your skill file from your routine means you refine output quality over time without ever touching the scheduling logic.
- Cloud routines in Claude Code are capped at 15 daily runs on the Max plan and cannot access local files, local tools, or local skills.
- If your automation needs yt-dlp or any local binary, cloud routines cannot run it — you need the YouTube API or a VPS.
- Peter Steinberger spent $1.3 million in tokens in 30 days because loops run continuously across hundreds of parallel agents.
- A VPS running Hermes or OpenClaw is currently a better cloud routine than Anthropic's own cloud routines for tool-heavy workflows.
- The practical answer for most users today is Tier 2 local routines with a clear trigger, versioned skill, defined tools, and explicit output.
Three tiers that decide how autonomous your Claude workflows can get.
The shift from prompting Claude to writing loops that prompt Claude for you is real and teachable — but each tier of automation comes with a different durability ceiling and a different set of constraints.
- /loop is the fastest way to test recurring automation logic, but it evaporates the moment you close the Claude Code window — treat it as a prototyping tool, not a production system.
- Local desktop routines are the practical sweet spot today: durable, observable, and capable of using any tool installed on your machine, as long as your computer stays on.
- A routine is only as good as its skill file — keeping the skill separate from the schedule means you can improve the output daily without ever touching the trigger or cron configuration.
- Cloud routines cannot access your local files, local tools, or local skills — if your workflow depends on yt-dlp, a local binary, or a file on your drive, cloud routines will silently fail or fall back to local.
- The realistic cloud workaround today is running your agent on a VPS rather than Anthropic's infrastructure, which remains in research preview with hard daily run caps.
- Autonomous loops that run continuously at scale cost serious money — apply these techniques selectively to workflows with measurable ROI.
Terms worth knowing.
- /loop
- A built-in Claude Code slash command that runs a prompt on a repeating interval using a schedule-wakeup mechanism; the loop terminates when the session window closes or after seven days.
- Local routine
- A Claude Code scheduled workflow that runs on your computer on a cron-like schedule; it only fires when the machine is awake and the desktop app is open.
- Cloud routine
- A Claude Code scheduled workflow that runs on Anthropic's infrastructure, enabling automation even when your machine is off; currently in research preview with significant tool and file-access restrictions.
- Skill file
- A standalone instruction document that tells Claude how to execute a specific task; kept separate from routines so it can be refined independently without touching the schedule.
- SyncThing
- An open-source tool that syncs files between devices or agent platforms in real time, without a central server.
- yt-dlp
- A command-line tool for downloading video and audio from YouTube and other platforms, often used to extract transcripts for downstream automation.
- Hermes Agents
- A VPS-based autonomous agent platform that can run 24/7 in the cloud, used here as an alternative to Anthropic's cloud routines for tool-heavy workflows.
- OpenClaw
- A coding agent platform created by Peter Steinberger that, when run on a VPS, serves as an always-on alternative to Claude Code cloud routines.
Things they pointed at.
Lines you could clip.
“I don't prompt Claude anymore. I have loops that are running. They're the ones that are prompting Claude and kinda figuring out what to do. My job is to write loops.”
“Here's your monthly reminder that you shouldn't be prompting coding agents anymore. You should be designing loops that prompt your agents.”
“In the past thirty days, he spent like $1,300,000 worth of tokens.”
Word for word.
Don't just watch it. Burn it in.
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 bait, then the rug-pull.
The man who built Claude Code says he no longer uses it the way you do. Boris Shurney stopped typing prompts weeks ago — now he writes loops, and the loops do the prompting. This video is the clearest explanation yet of what that actually looks like in practice.
Named ideas worth stealing.
Three Tiers of Self-Running Workflows
- Tier 1: /loop (in your session)
- Tier 2: Local routine (on your desktop)
- Tier 3: Cloud routine (in the cloud)
Escalating levels of automation durability — Tier 1 dies with the session, Tier 2 dies with the machine, Tier 3 runs 24/7 but has significant current limitations.
Four Elements of a Strong Routine
- Trigger (when + stop condition)
- Skill (versioned instruction file)
- Tools (software + API access list)
- Output (definition of done)
The four components that make a Claude Code routine robust and improvable over time without touching the schedule.
How they asked for the click.
“check out the Agentic AI masterclass, which all of the community members in RoboNuggets have access to”
Mid-video community pitch, soft and brief, not repeated







































































