bemyagentOne markdown bootstrap file that scaffolds a structured workspace for any coding agent — persistent project docs plus a task tree run through a Think→Task→Execute→Verify cycle with human pacing gates.
Why switchBoth impose a disciplined, tool-agnostic operating structure on coding agents through scaffolding, an explicit work cycle and human gates. bemyagent structures a single human-paced session (Think→Task→Execute→Verify); loop-engineering structures scheduled, unattended loops that run over time. Pick bemyagent for interactive pacing, loop-engineering for autonomous automation.
Full comparison → autoresearchKarpathy's autoresearch loop as an installable skill for Claude Code, OpenCode and Codex: constraint + mechanical metric + autonomous modify→verify→keep/discard iteration.
Why switchBoth operationalize 'the loop is the unit of progress': loop-engineering is the design methodology and CLIs for building gated loops; autoresearch is one specific, proven loop shipped as an installable skill.
Full comparison → cwc-long-running-agentsAnthropic's harness primitives for long-running Claude agents: default-FAIL evidence gates, a fresh-context evaluator subagent and handoff hooks — each one standalone, readable file.
Why switchBoth are reference repos for keeping agents productive over long horizons: loop-engineering designs the control loops, Anthropic's primitives enforce evidence and evaluation inside Claude Code hooks.
Full comparison → graph-engineeringGraph engineering as a Claude skill: SEU's 9-stage knowledge-graph course (translated) plus task-graph orchestration patterns — with a teaching mode and nine paste-ready /kg workflows.
Why switchSibling discipline-defining repos — loop engineering steers an agent's iterations through gated control loops; graph engineering steers its topology. The repo's own lineage sentence places them side by side. Read both, adopt the layer you're missing.
Full comparison → loopyA public library of reusable AI-agent loops plus Loopy, an installable skill that helps agents find, audit, adapt, run and publish loops from the live catalog.
Why switchSame conviction — the loop is the unit of agent work — expressed differently: loop-engineering teaches you to design gated control loops; Loopy catalogs finished loops so you can borrow instead of design.
Full comparison →