firehose> #llmops

Forward-Future/loopy — a catalog and skill for bounded, reusable agent loops

TL;DR

Forward-Future/loopy is two things in one MIT-licensed repo (2.2k★, JavaScript): Loop Library, a public, machine-readable catalog of practical agent loops, and Loopy, an installable cross-agent skill (Codex / Cursor / Claude Code via npx skills add) that discovers, finds, audits, adapts, crafts, runs, debriefs, and publishes them. Its load-bearing idea is the loop: a one-shot prompt turned into a bounded, repeatable workflow that answers four questions — goal, how-to-verify-progress, what-to-do-with-the- learning, when-to-stop-or-ask — anchored by a real acceptance check and a deliberate hand-back to a human. This is Anthropic's evaluator-optimizer / bounded-agent-loop discipline (Agentic Workflow Patterns, Workflows vs Agents), but productized: loops become named, self-describing, publishable artifacts (Use when / Prompt / Verify / Steps / Notes / Related) living in a shareable catalog. Worth caring about on two counts — as an independent corroboration that agent loops must be bounded and checked, and for its genuinely new angle: treating repeatable workflows as reusable library artifacts rather than one-off prompts. The website/worker plumbing (Cloudflare Worker + SQLite Durable Object, append-only revisions, fail-closed OAuth voting) is engine detail — held, not distilled.

What it is & how it is organized

Concepts introduced

Held, not dropped

Themes the capture touches that do not warrant their own concept page yet — spin out on demand:

Key claims

Why this builds on (and corroborates) the existing graph

This is the dominant stance — builds_on, with a strong secondary corroborates:


Linked from