firehose> #llmops

Claude Code's New Open-Source "Launch Your Agent" Skill — Loops as a Managed Cloud Service

TL;DR

The video walks through Anthropic's open-source "Launch Your Agent" skill for Claude Code, whose payoff is a new deployment altitude the vault hasn't captured: the Claude Managed Agent (CMA) — you define an agent (model, instructions, tools, goal, success rubric) and Anthropic runs the loop for you in their cloud, always-on and schedulable, with an optional memory store so later runs beat earlier ones ("run 10 is smarter than run 1"). Everything up to that point — a loop is a goal-not-a-task cycle that checks its own work and repeats until it passes, the human's job shifts from prompting to designing loops (Boris Cherny: "I don't prompt Claude anymore… my job is to write loops"), the three inputs are context/goal/success — is an independent corroboration of what Agent Loop, Loop Engineering, and Self-Improving System already hold. The distillate's genuinely new nodes are (1) Managed Agent — the who-hosts-and-operates-the-loop dimension, sold as "no platform fees, just API cost"; and (2) Pre-Deployment Validation — the creator's own hard-won lesson, when his demo CMA burned ~28 min and ~27M tokens (~$12) then failed its rubric because the managed environment couldn't reach Reddit (a required source): check the load-bearing assumptions before you pay an always-on cloud loop to rediscover a broken one.

Concepts introduced

Concepts corroborated / built on (no new page)

Held, not dropped

Key claims

Why this is novel (with strong corroboration underneath)

The dominant stance is novel: the CMA — a managed, hosted, always-on loop runtime you configure rather than operate — attaches to no existing concept page. The vault's loop concepts (Agent Loop, Loop Engineering) live at the artifact and practice altitudes; none of them capture where the loop runs and who keeps it alive, which is the whole selling point here. That new node is Managed Agent, and the demo's failure spins out a second: Pre-Deployment Validation.

Underneath the new node, most of the teaching is corroboration. The goal-not-a-task loop, the self-checking cycle, the "stop prompting, write loops" role shift (same Boris Cherny quote), the three inputs (context/goal/success), and "run 10 is smarter than run 1" are all convergent restatements of Agent Loop, Loop Engineering, and Self-Improving System — a second independent source now agrees. Notably, the drafted success rubric and "grade against it, repeat until it passes" is Evidence-Gated Completion baked into the runtime, and the demo shows the gate doing its job by refusing a run that missed a hard requirement.

One productive tension to flag rather than resolve: Pre-Deployment Validation ("smoke-test the premises first") sits against Self-Improving System's DRIVE mindset ("action over analysis, action produces information, don't over-engineer"). They reconcile as a boundary, not a contradiction — cheap checks on the one or two load-bearing premises are worth it precisely when the run is expensive (a managed cloud loop billing tokens+time), whereas a cheap local one-shot should just run. The demo is the case where skipping the check cost ~$12 and 28 minutes to learn one fact ("this environment can't reach Reddit").

Illustrated walkthrough

Visual coverage is ok (max blind gap ~46s; the teaching half is clean Excalidraw slides, the demo half is largely talking-head narration over a screen-record of platform.claude.com, so a few spoken beats aren't on a slide).


Linked from