diff --git "a/data/resources.csv" "b/data/resources.csv" --- "a/data/resources.csv" +++ "b/data/resources.csv" @@ -203,67 +203,69 @@ ale-0201,Benchmarks And Evaluation,benchmarks-and-evaluation,Paper,๐Ÿ“„,SWE-EVO: ale-0202,Benchmarks And Evaluation,benchmarks-and-evaluation,Paper,๐Ÿ“„,EvoSkills: Self-Evolving Agent Skills via Co-Evolutionary Verification,https://arxiv.org/abs/2604.01687,external,arxiv.org,"A skill generator and a co-evolving surrogate verifier improve multi-file skill packages over iterations, evaluated on the SkillsBench benchmark of structured skill bundles.","A skill generator and a co-evolving surrogate verifier improve multi-file skill packages over iterations, evaluated on the SkillsBench benchmark of structured skill bundles.","A skill generator and a co-evolving surrogate verifier improve multi-file skill packages over iterations, evaluated on the SkillsBench benchmark of structured skill bundles.",Verification is promoted from a final check to a loop-control signal.,"Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.",Research preprint with stable arXiv identifier.,high,README.md,513,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L513 ale-0203,Benchmarks And Evaluation,benchmarks-and-evaluation,Paper,๐Ÿ“„,SaaSBench: Coding Agents in Long-Horizon Enterprise SaaS Engineering,https://arxiv.org/abs/2605.17526,external,arxiv.org,"Benchmark for agents on multi-dependency, interactive enterprise tasks, with automated evaluation that probes where long-horizon loops break down.","Benchmark for agents on multi-dependency, interactive enterprise tasks, with automated evaluation that probes where long-horizon loops break down.","Benchmark for agents on multi-dependency, interactive enterprise tasks, with automated evaluation that probes where long-horizon loops break down.",Evaluation data is used as the feedback signal for improving loop behavior.,"Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.",Research preprint with stable arXiv identifier.,high,README.md,514,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L514 ale-0204,Benchmarks And Evaluation,benchmarks-and-evaluation,Paper,๐Ÿ“„,RoadmapBench: Evaluating Long-Horizon Agentic Software Development Across Version Upgrades,https://arxiv.org/abs/2605.15846,external,arxiv.org,"115 real version-upgrade tasks across 17 repositories requiring multi-file changes (median ~3,700 lines), stressing how far agent loops sustain coherent, large-scale work.","115 real version-upgrade tasks across 17 repositories requiring multi-file changes (median ~3,700 lines), stressing how far agent loops sustain coherent, large-scale work.","115 real version-upgrade tasks across 17 repositories requiring multi-file changes (median ~3,700 lines), stressing how far agent loops sustain coherent, large-scale work.",The work targets tasks that exceed a single context window or prompt session.,"Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.",Research preprint with stable arXiv identifier.,high,README.md,515,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L515 -ale-0205,Benchmarks And Evaluation,benchmarks-and-evaluation,Paper,๐Ÿ“„,SlopCodeBench: Benchmarking How Coding Agents Degrade Over Long-Horizon Iterative Tasks,https://arxiv.org/abs/2603.24755,external,arxiv.org,"Quantifies structural erosion and verbosity creep across iteration checkpoints in native harnesses like Claude Code and Codex, evidence for why loops need verification and budgets.","Quantifies structural erosion and verbosity creep across iteration checkpoints in native harnesses like Claude Code and Codex, evidence for why loops need verification and budgets.","Quantifies structural erosion and verbosity creep across iteration checkpoints in native harnesses like Claude Code and Codex, evidence for why loops need verification and budgets.",Checkpointed state makes long-running agent work recoverable across failures.,"Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.",Research preprint with stable arXiv identifier.,high,README.md,516,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L516 -ale-0206,Benchmarks And Evaluation,benchmarks-and-evaluation,Paper,๐Ÿ“„,LongCLI-Bench: A Preliminary Benchmark for Long-horizon Agentic Programming in Command-Line Interfaces,https://arxiv.org/abs/2602.14337,external,arxiv.org,"Long-horizon CLI tasks where most runs stall below 30% completion, mapping where unattended loops break down.","Long-horizon CLI tasks where most runs stall below 30% completion, mapping where unattended loops break down.","Long-horizon CLI tasks where most runs stall below 30% completion, mapping where unattended loops break down.",The work turns loop quality into a measurable task or score.,"Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.",Research preprint with stable arXiv identifier.,high,README.md,517,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L517 -ale-0207,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,Agentic Engineering: The Agent Loop,https://junpingyi.com/books/agentic-engineering/agent-loop/,external,junpingyi.com,Minimal mental model for the loop underlying agent operation.,Minimal mental model for the loop underlying agent operation.,Minimal mental model for the loop underlying agent operation.,Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,521,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L521 -ale-0208,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,"The agent loop: ReAct, plan-and-execute, reflection",https://www.kunwar.page/chapter/067-the-agent-loop-react-plan-and-execute-reflection,external,www.kunwar.page,Practical walkthrough of the base loop and common variants.,Practical walkthrough of the base loop and common variants.,Practical walkthrough of the base loop and common variants.,Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,522,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L522 -ale-0209,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,How to Build an Agent,https://ampcode.com/how-to-build-an-agent,external,ampcode.com,"Thorsten Ball's demystification of the inner agent loop: a model, a loop, and enough tokens.","Thorsten Ball's demystification of the inner agent loop: a model, a loop, and enough tokens.","Thorsten Ball's demystification of the inner agent loop: a model, a loop, and enough tokens.",Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,523,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L523 -ale-0210,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,Agentic Coding Recommendations,https://lucumr.pocoo.org/2025/6/12/agentic-coding/,external,lucumr.pocoo.org,Armin Ronacher's field notes on which practices hold up when agents do most of the work.,Armin Ronacher's field notes on which practices hold up when agents do most of the work.,Armin Ronacher's field notes on which practices hold up when agents do most of the work.,Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,524,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L524 -ale-0211,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,Coding Agents 101: The Art of Actually Getting Things Done,https://devin.ai/agents101,external,devin.ai,Practical delegation guidance from the Devin team on scoping tasks agents can actually finish.,Practical delegation guidance from the Devin team on scoping tasks agents can actually finish.,Practical delegation guidance from the Devin team on scoping tasks agents can actually finish.,Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,525,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L525 -ale-0212,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,How Anthropic teams use Claude Code,https://claude.com/blog/how-anthropic-teams-use-claude-code,external,claude.com,"Cross-team field report of real recurring agent workflows in engineering, security, and data science.","Cross-team field report of real recurring agent workflows in engineering, security, and data science.","Cross-team field report of real recurring agent workflows in engineering, security, and data science.",Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,526,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L526 -ale-0213,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,How Boris Uses Claude Code,https://howborisusesclaudecode.com/,external,howborisusesclaudecode.com,"Unofficial but concrete compilation of Boris Cherny's autonomous setups: parallel worktrees, auto mode, `/loop`, `/schedule`, dynamic workflows, and `/goal` completion conditions.","Unofficial but concrete compilation of Boris Cherny's autonomous setups: parallel worktrees, auto mode, `/loop`, `/schedule`, dynamic workflows, and `/goal` completion conditions.","Unofficial but concrete compilation of Boris Cherny's autonomous setups: parallel worktrees, auto mode, `/loop`, `/schedule`, dynamic workflows, and `/goal` completion conditions.","Workspace isolation is part of the loop design, not an afterthought.",Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,527,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L527 -ale-0214,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,Agent of the Day: Copilot Agent PR Analysis,https://github.github.com/gh-aw/blog/2026-05-26-agent-of-the-day/,external,github.github.com,"Official walkthrough of a daily scheduled agentic workflow that ingests PR data, analyzes it, and publishes findings to a Discussion, a concrete recurring loop with trigger, intake, analysis, and output.","Official walkthrough of a daily scheduled agentic workflow that ingests PR data, analyzes it, and publishes findings to a Discussion, a concrete recurring loop with trigger, intake, analysis, and output.","Official walkthrough of a daily scheduled agentic workflow that ingests PR data, analyzes it, and publishes findings to a Discussion, a concrete recurring loop with trigger, intake, analysis, and output.",Primary-source operational guidance rather than commentary.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,528,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L528 -ale-0215,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Resource entry template,templates/resource-entry.md,local_path,,Format for adding a single resource with evidence quality and category fit.,Format for adding a single resource with evidence quality and category fit.,Provides a reusable project artifact: Format for adding a single resource with evidence quality and category fit.,The resource is directly reusable as a starting artifact.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,534,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L534 -ale-0216,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Loop pattern template,templates/loop-pattern.md,local_path,,"Template for documenting an operational loop such as PR babysitting, CI repair, or feedback clustering.","Template for documenting an operational loop such as PR babysitting, CI repair, or feedback clustering.","Provides a reusable project artifact: Template for documenting an operational loop such as PR babysitting, CI repair, or feedback clustering.",The resource is directly reusable as a starting artifact.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,535,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L535 -ale-0217,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Loop contract schema,schemas/loop-contract.schema.json,local_path,,Machine-readable schema for portable loop specs.,Machine-readable schema for portable loop specs.,Provides a reusable project artifact: Machine-readable schema for portable loop specs.,The contribution is machine-readable and validation-friendly.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,536,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L536 -ale-0218,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Loop contract preview script,scripts/preview_loop_contract.py,local_path,,Dependency-free demo that validates and renders a loop contract JSON file.,Dependency-free demo that validates and renders a loop contract JSON file.,Provides a reusable project artifact: Dependency-free demo that validates and renders a loop contract JSON file.,The contribution is machine-readable and validation-friendly.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,537,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L537 -ale-0219,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Translation guide,TRANSLATIONS.md,local_path,,How to add or maintain a language translation without drifting from the canonical English list.,How to add or maintain a language translation without drifting from the canonical English list.,Provides a reusable project artifact: How to add or maintain a language translation without drifting from the canonical English list.,The resource is directly reusable as a starting artifact.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,538,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L538 -ale-0220,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Pattern library index,patterns/README.md,local_path,,"Practical loop patterns with triggers, state, verification gates, budgets, and escalation paths.","Practical loop patterns with triggers, state, verification gates, budgets, and escalation paths.","Provides a reusable project artifact: Practical loop patterns with triggers, state, verification gates, budgets, and escalation paths.",Verification is promoted from a final check to a loop-control signal.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,539,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L539 -ale-0221,Examples And Schema,examples-and-schema,Pattern,๐Ÿ”,Example loop specs,examples/README.md,local_path,,"Human-readable walkthroughs for PR babysitting, CI repair, and docs drift collection.","Human-readable walkthroughs for PR babysitting, CI repair, and docs drift collection.","Provides a reusable loop pattern: Human-readable walkthroughs for PR babysitting, CI repair, and docs drift collection.",Repository-native artifact that makes an otherwise informal practice concrete and reusable.,Makes the loop contract executable and portable through validated JSON examples and runnable reference loops.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,547,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L547 -ale-0222,Examples And Schema,examples-and-schema,Template,๐Ÿงพ,Loop contract library,examples/README.md#contract-library,local_path,,"Schema-validated loop contracts for every pattern-library loop, from PR babysitting to model routing.","Schema-validated loop contracts for every pattern-library loop, from PR babysitting to model routing.","Provides a reusable project artifact: Schema-validated loop contracts for every pattern-library loop, from PR babysitting to model routing.",The contribution is machine-readable and validation-friendly.,Makes the loop contract executable and portable through validated JSON examples and runnable reference loops.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,548,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L548 -ale-0223,Examples And Schema,examples-and-schema,Template,๐Ÿงพ,Runnable test-repair loop,examples/runnable/test-repair-loop.sh,local_path,,"Dependency-light reference loop script with a verification gate, retry budget, durable progress log, repeat-failure detection, and escalation exit.","Dependency-light reference loop script with a verification gate, retry budget, durable progress log, repeat-failure detection, and escalation exit.","Provides a reusable project artifact: Dependency-light reference loop script with a verification gate, retry budget, durable progress log, repeat-failure detection, and escalation exit.",Durable execution and replay are treated as first-class loop infrastructure.,Makes the loop contract executable and portable through validated JSON examples and runnable reference loops.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,549,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L549 -ale-0224,Examples And Schema,examples-and-schema,Template,๐Ÿงพ,Runnable loop guide,examples/runnable/README.md,local_path,,"Maps the script line by line to the Loop Contract and shows how to drive it with Claude Code, Codex CLI, or any agent CLI.","Maps the script line by line to the Loop Contract and shows how to drive it with Claude Code, Codex CLI, or any agent CLI.","Provides a reusable project artifact: Maps the script line by line to the Loop Contract and shows how to drive it with Claude Code, Codex CLI, or any agent CLI.",The resource is directly reusable as a starting artifact.,Makes the loop contract executable and portable through validated JSON examples and runnable reference loops.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,550,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L550 -ale-0225,Community Gallery,community-gallery,Template,๐Ÿงพ,Loop gallery guide,gallery/README.md,local_path,,Quality bar for contributed loop examples with receipts and lessons learned.,Quality bar for contributed loop examples with receipts and lessons learned.,Provides a reusable project artifact: Quality bar for contributed loop examples with receipts and lessons learned.,The resource is directly reusable as a starting artifact.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,564,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L564 -ale-0226,Community Gallery,community-gallery,Template,๐Ÿงพ,Loop gallery template,gallery/template.md,local_path,,"Markdown template for sharing a loop's trigger, intake, state, verification, escalation, and safety notes.","Markdown template for sharing a loop's trigger, intake, state, verification, escalation, and safety notes.","Provides a reusable project artifact: Markdown template for sharing a loop's trigger, intake, state, verification, escalation, and safety notes.",Verification is promoted from a final check to a loop-control signal.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,565,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L565 -ale-0227,Community Gallery,community-gallery,Pattern,๐Ÿ”,PR babysitter reference loop,gallery/pr-babysitter-reference.md,local_path,,Reference gallery entry for keeping a pull request moving.,Reference gallery entry for keeping a pull request moving.,Provides a reusable loop pattern: Reference gallery entry for keeping a pull request moving.,Turns loop adoption into shareable cases with enough structure to compare lessons learned.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,566,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L566 -ale-0228,Community Gallery,community-gallery,Pattern,๐Ÿ”,CI repair reference loop,gallery/ci-repair-reference.md,local_path,,Reference gallery entry for turning failing CI into a verified patch or escalation.,Reference gallery entry for turning failing CI into a verified patch or escalation.,Provides a reusable loop pattern: Reference gallery entry for turning failing CI into a verified patch or escalation.,Verification is promoted from a final check to a loop-control signal.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,567,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L567 -ale-0229,Community Gallery,community-gallery,Pattern,๐Ÿ”,Docs drift reference loop,gallery/docs-drift-reference.md,local_path,,Reference gallery entry for recurring docs/code consistency checks.,Reference gallery entry for recurring docs/code consistency checks.,Provides a reusable loop pattern: Reference gallery entry for recurring docs/code consistency checks.,Turns loop adoption into shareable cases with enough structure to compare lessons learned.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,568,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L568 -ale-0230,Discovery And Distribution,discovery-and-distribution,Template,๐Ÿงพ,Landing page,https://chaoyue0307.github.io/awesome-loop-engineering/,external,chaoyue0307.github.io,SEO-friendly entry point for the repository.,SEO-friendly entry point for the repository.,Provides a reusable project artifact: SEO-friendly entry point for the repository.,Makes the project discoverable as both documentation and machine-readable data.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.","Repository-native template, schema, checklist, or guide; signal comes from reuse inside this project.",medium,README.md,574,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L574 -ale-0231,Discovery And Distribution,discovery-and-distribution,List,๐Ÿงญ,Hugging Face dataset mirror,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,external,huggingface.co,Synced dataset repo with the full project plus generated `data/resources.csv` and `data/resources.jsonl` resource sheets.,Synced dataset repo with the full project plus generated `data/resources.csv` and `data/resources.jsonl` resource sheets.,Maps adjacent resources and ecosystems: Synced dataset repo with the full project plus generated `data/resources.csv` and `data/resources.jsonl` resource sheets.,The list is made machine-readable as a tabular dataset rather than only a Markdown page.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.",Adjacent curated collection; signal comes from ecosystem coverage rather than a single technical claim.,contextual,README.md,575,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L575 -ale-0232,Discovery And Distribution,discovery-and-distribution,Template,๐Ÿงพ,Landing page source,docs/index.html,local_path,,Source for the static landing page.,Source for the static landing page.,Provides a reusable project artifact: Source for the static landing page.,Makes the project discoverable as both documentation and machine-readable data.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,576,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L576 -ale-0233,Discovery And Distribution,discovery-and-distribution,Template,๐Ÿงพ,Sitemap,docs/sitemap.xml,local_path,,Crawl hints for the landing page and core repository pages.,Crawl hints for the landing page and core repository pages.,Provides a reusable project artifact: Crawl hints for the landing page and core repository pages.,Makes the project discoverable as both documentation and machine-readable data.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,577,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L577 -ale-0234,Discovery And Distribution,discovery-and-distribution,Template,๐Ÿงพ,Robots file,docs/robots.txt,local_path,,Allows indexing and points crawlers to the sitemap.,Allows indexing and points crawlers to the sitemap.,Provides a reusable project artifact: Allows indexing and points crawlers to the sitemap.,Makes the project discoverable as both documentation and machine-readable data.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,578,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L578 -ale-0235,Roadmap And Discussion,roadmap-and-discussion,Template,๐Ÿงพ,Roadmap,ROADMAP.md,local_path,,"Near-term work, pattern priorities, gallery goals, and open questions.","Near-term work, pattern priorities, gallery goals, and open questions.","Provides a reusable project artifact: Near-term work, pattern priorities, gallery goals, and open questions.",Keeps community evolution and evidence gathering part of the project surface.,"Keeps future work, community feedback, and pattern submissions visible.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,584,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L584 -ale-0236,Roadmap And Discussion,roadmap-and-discussion,Template,๐Ÿงพ,Launch article,posts/launch.md,local_path,,Shareable explanation of the concept and repository.,Shareable explanation of the concept and repository.,Provides a reusable project artifact: Shareable explanation of the concept and repository.,Keeps community evolution and evidence gathering part of the project surface.,"Keeps future work, community feedback, and pattern submissions visible.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,585,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L585 -ale-0237,Roadmap And Discussion,roadmap-and-discussion,Template,๐Ÿงพ,Discussion guide,meta/DISCUSSIONS.md,local_path,,"Suggested discussion categories, starter prompts, and moderation standard.","Suggested discussion categories, starter prompts, and moderation standard.","Provides a reusable project artifact: Suggested discussion categories, starter prompts, and moderation standard.",The resource is directly reusable as a starting artifact.,"Keeps future work, community feedback, and pattern submissions visible.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,586,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L586 -ale-0238,Roadmap And Discussion,roadmap-and-discussion,Pattern,๐Ÿ”,Show your Loop Engineering patterns,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,external,github.com,Community discussion for real or anonymized loop examples.,Community discussion for real or anonymized loop examples.,Provides a reusable loop pattern: Community discussion for real or anonymized loop examples.,Keeps community evolution and evidence gathering part of the project surface.,"Keeps future work, community feedback, and pattern submissions visible.",Source repository or implementation artifact that can be inspected directly.,high,README.md,587,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L587 -ale-0239,Pattern Library,pattern-library,Pattern,๐Ÿ”,PR babysitter,patterns/pr-babysitter.md,local_path,,"Repeatedly checks review comments, CI, merge conflicts, stale threads, and readiness to merge.","Repeatedly checks review comments, CI, merge conflicts, stale threads, and readiness to merge.","Provides a reusable loop pattern: Repeatedly checks review comments, CI, merge conflicts, stale threads, and readiness to merge.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,593,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L593 -ale-0240,Pattern Library,pattern-library,Pattern,๐Ÿ”,CI repair loop,patterns/ci-repair-loop.md,local_path,,"Reproduces failing checks, patches narrowly, reruns evidence, and escalates when failures are outside scope.","Reproduces failing checks, patches narrowly, reruns evidence, and escalates when failures are outside scope.","Provides a reusable loop pattern: Reproduces failing checks, patches narrowly, reruns evidence, and escalates when failures are outside scope.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,594,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L594 -ale-0241,Pattern Library,pattern-library,Pattern,๐Ÿ”,Docs drift collector,patterns/docs-drift-collector.md,local_path,,"Finds mismatches between docs and code, proposes small patches, and verifies examples.","Finds mismatches between docs and code, proposes small patches, and verifies examples.","Provides a reusable loop pattern: Finds mismatches between docs and code, proposes small patches, and verifies examples.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,595,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L595 -ale-0242,Pattern Library,pattern-library,Pattern,๐Ÿ”,Deploy verifier,patterns/deploy-verifier.md,local_path,,"Watches rollout signals, compares them with release expectations, and stops on anomalies.","Watches rollout signals, compares them with release expectations, and stops on anomalies.","Provides a reusable loop pattern: Watches rollout signals, compares them with release expectations, and stops on anomalies.",Verification is promoted from a final check to a loop-control signal.,"Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,596,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L596 -ale-0243,Pattern Library,pattern-library,Pattern,๐Ÿ”,Feedback clusterer,patterns/feedback-clusterer.md,local_path,,"Periodically groups GitHub, Linear, Slack, support, or social feedback into actionable themes.","Periodically groups GitHub, Linear, Slack, support, or social feedback into actionable themes.","Provides a reusable loop pattern: Periodically groups GitHub, Linear, Slack, support, or social feedback into actionable themes.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,597,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L597 -ale-0244,Pattern Library,pattern-library,Pattern,๐Ÿ”,Dependency triage loop,patterns/dependency-triage-loop.md,local_path,,"Classifies dependency updates, applies safe groups, verifies them, and escalates risky upgrades.","Classifies dependency updates, applies safe groups, verifies them, and escalates risky upgrades.","Provides a reusable loop pattern: Classifies dependency updates, applies safe groups, verifies them, and escalates risky upgrades.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,598,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L598 -ale-0245,Pattern Library,pattern-library,Pattern,๐Ÿ”,Evaluation regression loop,patterns/evaluation-regression-loop.md,local_path,,"Investigates degraded agent evals with baseline traces, targeted reruns, and repair proposals.","Investigates degraded agent evals with baseline traces, targeted reruns, and repair proposals.","Provides a reusable loop pattern: Investigates degraded agent evals with baseline traces, targeted reruns, and repair proposals.",Evaluation data is used as the feedback signal for improving loop behavior.,"Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,599,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L599 -ale-0246,Pattern Library,pattern-library,Pattern,๐Ÿ”,Security review loop,patterns/security-review-loop.md,local_path,,"Reviews sensitive diffs with evidence-backed findings, safe permissions, and human approval boundaries.","Reviews sensitive diffs with evidence-backed findings, safe permissions, and human approval boundaries.","Provides a reusable loop pattern: Reviews sensitive diffs with evidence-backed findings, safe permissions, and human approval boundaries.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,600,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L600 -ale-0247,Pattern Library,pattern-library,Pattern,๐Ÿ”,Cost-control loop,patterns/cost-control-loop.md,local_path,,"Monitors agent workflow spend, identifies waste, proposes scoped savings, and preserves quality gates.","Monitors agent workflow spend, identifies waste, proposes scoped savings, and preserves quality gates.","Provides a reusable loop pattern: Monitors agent workflow spend, identifies waste, proposes scoped savings, and preserves quality gates.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,601,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L601 -ale-0248,Pattern Library,pattern-library,Pattern,๐Ÿ”,Bug hunting loop,patterns/bug-hunting-loop.md,local_path,,"Discovers, reproduces, minimizes, and reports bugs with concrete evidence.","Discovers, reproduces, minimizes, and reports bugs with concrete evidence.","Provides a reusable loop pattern: Discovers, reproduces, minimizes, and reports bugs with concrete evidence.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,602,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L602 -ale-0249,Pattern Library,pattern-library,Pattern,๐Ÿ”,Enterprise approval loop,patterns/enterprise-approval-loop.md,local_path,,Drives a permissioned change through required gates and approvers with a full audit trail.,Drives a permissioned change through required gates and approvers with a full audit trail.,Provides a reusable loop pattern: Drives a permissioned change through required gates and approvers with a full audit trail.,"Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,603,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L603 -ale-0250,Pattern Library,pattern-library,Pattern,๐Ÿ”,Incident response loop,patterns/incident-response-loop.md,local_path,,"Triages an alert into an owned, evidence-backed incident with a postmortem seed.","Triages an alert into an owned, evidence-backed incident with a postmortem seed.","Provides a reusable loop pattern: Triages an alert into an owned, evidence-backed incident with a postmortem seed.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,604,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L604 -ale-0251,Pattern Library,pattern-library,Pattern,๐Ÿ”,Data-quality loop,patterns/data-quality-loop.md,local_path,,Validates each dataset refresh against quality rules and quarantines bad versions.,Validates each dataset refresh against quality rules and quarantines bad versions.,Provides a reusable loop pattern: Validates each dataset refresh against quality rules and quarantines bad versions.,The list is made machine-readable as a tabular dataset rather than only a Markdown page.,"Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,605,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L605 -ale-0252,Pattern Library,pattern-library,Pattern,๐Ÿ”,Release-note loop,patterns/release-note-loop.md,local_path,,"Drafts release notes from merged commits, issues, and PRs with linked evidence.","Drafts release notes from merged commits, issues, and PRs with linked evidence.","Provides a reusable loop pattern: Drafts release notes from merged commits, issues, and PRs with linked evidence.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,606,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L606 -ale-0253,Pattern Library,pattern-library,Pattern,๐Ÿ”,Model-routing loop,patterns/model-routing-loop.md,local_path,,"Routes tasks across models on measured quality, latency, privacy, and cost.","Routes tasks across models on measured quality, latency, privacy, and cost.","Provides a reusable loop pattern: Routes tasks across models on measured quality, latency, privacy, and cost.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,607,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L607 -ale-0254,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,Most Developers Do Not Need Agent Loops Yet,https://alphasignalai.substack.com/p/most-developers-do-not-need-agent,external,alphasignalai.substack.com,"Useful caution against adopting loops before the task, signal, and economics justify them.","Useful caution against adopting loops before the task, signal, and economics justify them.","Names a risk or boundary condition: Useful caution against adopting loops before the task, signal, and economics justify them.","Keeps adoption grounded in known failure modes, economics, and operational limits.","Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,611,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L611 -ale-0255,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,Engineering Agentic Systems for Reliability,https://pruningmypothos.com/systems/engineering-agentic-systems-for-reliability/,external,pruningmypothos.com,"Cautions that agentic systems fail at boundaries when permissions, verification, traceability, and escalation are weak.","Cautions that agentic systems fail at boundaries when permissions, verification, traceability, and escalation are weak.","Names a risk or boundary condition: Cautions that agentic systems fail at boundaries when permissions, verification, traceability, and escalation are weak.",Verification is promoted from a final check to a loop-control signal.,"Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,612,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L612 -ale-0256,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,"Self-Correcting Agents: Reflexion, CRITIC, and ReAct Loops Compared",https://callsphere.ai/blog/self-correcting-agents-reflexion-critic-react-loops-compared-2026,external,callsphere.ai,Compares self-correction patterns and their cost/failure tradeoffs.,Compares self-correction patterns and their cost/failure tradeoffs.,Names a risk or boundary condition: Compares self-correction patterns and their cost/failure tradeoffs.,"Keeps adoption grounded in known failure modes, economics, and operational limits.","Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,613,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L613 -ale-0257,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,How to Build an AI Agent Harness: A 2026 Complete Guide,https://atlan.com/know/how-to-build-ai-agent-harness/,external,atlan.com,"Broad guide with useful warnings on data readiness, permissions, context management, and evaluation.","Broad guide with useful warnings on data readiness, permissions, context management, and evaluation.","Names a risk or boundary condition: Broad guide with useful warnings on data readiness, permissions, context management, and evaluation.",Evaluation data is used as the feedback signal for improving loop behavior.,"Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,614,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L614 -ale-0258,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,Harness Engineering vs Prompt Engineering vs Context Engineering Explained,https://medium.com/@visrow/harness-engineering-vs-prompt-engineering-vs-context-engineering-explained-0423b692c87d,external,medium.com,Adjacent framing that helps avoid confusing loop engineering with the surrounding harness discipline.,Adjacent framing that helps avoid confusing loop engineering with the surrounding harness discipline.,Names a risk or boundary condition: Adjacent framing that helps avoid confusing loop engineering with the surrounding harness discipline.,Context is managed as durable loop state rather than a single prompt payload.,"Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,615,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L615 -ale-0259,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Harness Engineering,https://github.com/ai-boost/awesome-harness-engineering,external,github.com,Comprehensive list for the agent harness layer that Loop Engineering builds on.,Comprehensive list for the agent harness layer that Loop Engineering builds on.,Maps adjacent resources and ecosystems: Comprehensive list for the agent harness layer that Loop Engineering builds on.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,619,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L619 -ale-0260,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Harness Engineering,https://github.com/walkinglabs/awesome-harness-engineering,external,github.com,"High-signal harness list with strong categories for context, guardrails, specs, evals, runtimes, and benchmarks.","High-signal harness list with strong categories for context, guardrails, specs, evals, runtimes, and benchmarks.","Maps adjacent resources and ecosystems: High-signal harness list with strong categories for context, guardrails, specs, evals, runtimes, and benchmarks.",Evaluation data is used as the feedback signal for improving loop behavior.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,620,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L620 -ale-0261,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Agent Harness,https://github.com/AutoJunjie/awesome-agent-harness,external,github.com,"Curated tools and resources for environments, constraints, and feedback around coding agents.","Curated tools and resources for environments, constraints, and feedback around coding agents.","Maps adjacent resources and ecosystems: Curated tools and resources for environments, constraints, and feedback around coding agents.",Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,621,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L621 -ale-0262,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Context Engineering,https://github.com/Meirtz/Awesome-Context-Engineering,external,github.com,Survey-style list for context engineering across LLMs and agents.,Survey-style list for context engineering across LLMs and agents.,Maps adjacent resources and ecosystems: Survey-style list for context engineering across LLMs and agents.,Context is managed as durable loop state rather than a single prompt payload.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,622,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L622 -ale-0263,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Prompt Engineering,https://github.com/promptslab/Awesome-Prompt-Engineering,external,github.com,Classic adjacent list for prompt techniques and prompting resources.,Classic adjacent list for prompt techniques and prompting resources.,Maps adjacent resources and ecosystems: Classic adjacent list for prompt techniques and prompting resources.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,623,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L623 -ale-0264,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome LLM Agents,https://github.com/kaushikb11/awesome-llm-agents,external,github.com,"General list of LLM agent papers, frameworks, and applications.","General list of LLM agent papers, frameworks, and applications.","Maps adjacent resources and ecosystems: General list of LLM agent papers, frameworks, and applications.",Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,624,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L624 -ale-0265,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome AI Agents,https://github.com/e2b-dev/awesome-ai-agents,external,github.com,Broad AI agent ecosystem map.,Broad AI agent ecosystem map.,Maps adjacent resources and ecosystems: Broad AI agent ecosystem map.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,625,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L625 -ale-0266,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome CLI Coding Agents,https://github.com/bradAGI/awesome-cli-coding-agents,external,github.com,"Directory of terminal-native coding agents, parallel runners, autonomous loops, and the harnesses that orchestrate them.","Directory of terminal-native coding agents, parallel runners, autonomous loops, and the harnesses that orchestrate them.","Maps adjacent resources and ecosystems: Directory of terminal-native coding agents, parallel runners, autonomous loops, and the harnesses that orchestrate them.",Orchestration and control flow are made explicit and inspectable.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,626,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L626 -ale-0267,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Self-Evolving Agents,https://github.com/XMUDeepLIT/Awesome-Self-Evolving-Agents,external,github.com,"Survey-style list of agents that improve themselves over repeated runs, an adjacent angle on long-running loops with memory and verification.","Survey-style list of agents that improve themselves over repeated runs, an adjacent angle on long-running loops with memory and verification.","Maps adjacent resources and ecosystems: Survey-style list of agents that improve themselves over repeated runs, an adjacent angle on long-running loops with memory and verification.",Verification is promoted from a final check to a loop-control signal.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,627,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L627 -ale-0268,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome AI Agent Papers,https://github.com/VoltAgent/awesome-ai-agent-papers,external,github.com,"Curated 2026 research collection across agent engineering, memory, evaluation, workflows, and autonomous systems, a paper-level feeder for loop-design foundations.","Curated 2026 research collection across agent engineering, memory, evaluation, workflows, and autonomous systems, a paper-level feeder for loop-design foundations.","Maps adjacent resources and ecosystems: Curated 2026 research collection across agent engineering, memory, evaluation, workflows, and autonomous systems, a paper-level feeder for loop-design foundations.",Evaluation data is used as the feedback signal for improving loop behavior.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,628,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L628 +ale-0205,Benchmarks And Evaluation,benchmarks-and-evaluation,Paper,๐Ÿ“„,RefactorBench: Evaluating Stateful Reasoning in Language Agents Through Code,https://arxiv.org/abs/2503.07832,external,arxiv.org,"Multi-file refactoring tasks that require tracking and carrying state across many steps, isolating the durable-state weakness that breaks long agent loops.","Multi-file refactoring tasks that require tracking and carrying state across many steps, isolating the durable-state weakness that breaks long agent loops.","Multi-file refactoring tasks that require tracking and carrying state across many steps, isolating the durable-state weakness that breaks long agent loops.",Durable execution and replay are treated as first-class loop infrastructure.,"Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.",Research preprint with stable arXiv identifier.,high,README.md,516,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L516 +ale-0206,Benchmarks And Evaluation,benchmarks-and-evaluation,Paper,๐Ÿ“„,SlopCodeBench: Benchmarking How Coding Agents Degrade Over Long-Horizon Iterative Tasks,https://arxiv.org/abs/2603.24755,external,arxiv.org,"Quantifies structural erosion and verbosity creep across iteration checkpoints in native harnesses like Claude Code and Codex, evidence for why loops need verification and budgets.","Quantifies structural erosion and verbosity creep across iteration checkpoints in native harnesses like Claude Code and Codex, evidence for why loops need verification and budgets.","Quantifies structural erosion and verbosity creep across iteration checkpoints in native harnesses like Claude Code and Codex, evidence for why loops need verification and budgets.",Checkpointed state makes long-running agent work recoverable across failures.,"Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.",Research preprint with stable arXiv identifier.,high,README.md,517,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L517 +ale-0207,Benchmarks And Evaluation,benchmarks-and-evaluation,Paper,๐Ÿ“„,LongCLI-Bench: A Preliminary Benchmark for Long-horizon Agentic Programming in Command-Line Interfaces,https://arxiv.org/abs/2602.14337,external,arxiv.org,"Long-horizon CLI tasks where most runs stall below 30% completion, mapping where unattended loops break down.","Long-horizon CLI tasks where most runs stall below 30% completion, mapping where unattended loops break down.","Long-horizon CLI tasks where most runs stall below 30% completion, mapping where unattended loops break down.",The work turns loop quality into a measurable task or score.,"Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.",Research preprint with stable arXiv identifier.,high,README.md,518,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L518 +ale-0208,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,Agentic Engineering: The Agent Loop,https://junpingyi.com/books/agentic-engineering/agent-loop/,external,junpingyi.com,Minimal mental model for the loop underlying agent operation.,Minimal mental model for the loop underlying agent operation.,Minimal mental model for the loop underlying agent operation.,Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,522,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L522 +ale-0209,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,"The agent loop: ReAct, plan-and-execute, reflection",https://www.kunwar.page/chapter/067-the-agent-loop-react-plan-and-execute-reflection,external,www.kunwar.page,Practical walkthrough of the base loop and common variants.,Practical walkthrough of the base loop and common variants.,Practical walkthrough of the base loop and common variants.,Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,523,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L523 +ale-0210,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,How to Build an Agent,https://ampcode.com/how-to-build-an-agent,external,ampcode.com,"Thorsten Ball's demystification of the inner agent loop: a model, a loop, and enough tokens.","Thorsten Ball's demystification of the inner agent loop: a model, a loop, and enough tokens.","Thorsten Ball's demystification of the inner agent loop: a model, a loop, and enough tokens.",Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,524,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L524 +ale-0211,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,Agentic Coding Recommendations,https://lucumr.pocoo.org/2025/6/12/agentic-coding/,external,lucumr.pocoo.org,Armin Ronacher's field notes on which practices hold up when agents do most of the work.,Armin Ronacher's field notes on which practices hold up when agents do most of the work.,Armin Ronacher's field notes on which practices hold up when agents do most of the work.,Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,525,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L525 +ale-0212,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,Coding Agents 101: The Art of Actually Getting Things Done,https://devin.ai/agents101,external,devin.ai,Practical delegation guidance from the Devin team on scoping tasks agents can actually finish.,Practical delegation guidance from the Devin team on scoping tasks agents can actually finish.,Practical delegation guidance from the Devin team on scoping tasks agents can actually finish.,Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,526,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L526 +ale-0213,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,How Anthropic teams use Claude Code,https://claude.com/blog/how-anthropic-teams-use-claude-code,external,claude.com,"Cross-team field report of real recurring agent workflows in engineering, security, and data science.","Cross-team field report of real recurring agent workflows in engineering, security, and data science.","Cross-team field report of real recurring agent workflows in engineering, security, and data science.",Translates agent-loop ideas into operator-facing workflows for repeated delegated work.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,527,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L527 +ale-0214,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,How Boris Uses Claude Code,https://howborisusesclaudecode.com/,external,howborisusesclaudecode.com,"Unofficial but concrete compilation of Boris Cherny's autonomous setups: parallel worktrees, auto mode, `/loop`, `/schedule`, dynamic workflows, and `/goal` completion conditions.","Unofficial but concrete compilation of Boris Cherny's autonomous setups: parallel worktrees, auto mode, `/loop`, `/schedule`, dynamic workflows, and `/goal` completion conditions.","Unofficial but concrete compilation of Boris Cherny's autonomous setups: parallel worktrees, auto mode, `/loop`, `/schedule`, dynamic workflows, and `/goal` completion conditions.","Workspace isolation is part of the loop design, not an afterthought.",Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,528,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L528 +ale-0215,Operations Playbooks,operations-playbooks,Blog,๐Ÿ“,Agent of the Day: Copilot Agent PR Analysis,https://github.github.com/gh-aw/blog/2026-05-26-agent-of-the-day/,external,github.github.com,"Official walkthrough of a daily scheduled agentic workflow that ingests PR data, analyzes it, and publishes findings to a Discussion, a concrete recurring loop with trigger, intake, analysis, and output.","Official walkthrough of a daily scheduled agentic workflow that ingests PR data, analyzes it, and publishes findings to a Discussion, a concrete recurring loop with trigger, intake, analysis, and output.","Official walkthrough of a daily scheduled agentic workflow that ingests PR data, analyzes it, and publishes findings to a Discussion, a concrete recurring loop with trigger, intake, analysis, and output.",Primary-source operational guidance rather than commentary.,Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.,"Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.",contextual,README.md,529,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L529 +ale-0216,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Resource entry template,templates/resource-entry.md,local_path,,Format for adding a single resource with evidence quality and category fit.,Format for adding a single resource with evidence quality and category fit.,Provides a reusable project artifact: Format for adding a single resource with evidence quality and category fit.,The resource is directly reusable as a starting artifact.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,535,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L535 +ale-0217,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Loop pattern template,templates/loop-pattern.md,local_path,,"Template for documenting an operational loop such as PR babysitting, CI repair, or feedback clustering.","Template for documenting an operational loop such as PR babysitting, CI repair, or feedback clustering.","Provides a reusable project artifact: Template for documenting an operational loop such as PR babysitting, CI repair, or feedback clustering.",The resource is directly reusable as a starting artifact.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,536,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L536 +ale-0218,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Loop contract schema,schemas/loop-contract.schema.json,local_path,,Machine-readable schema for portable loop specs.,Machine-readable schema for portable loop specs.,Provides a reusable project artifact: Machine-readable schema for portable loop specs.,The contribution is machine-readable and validation-friendly.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,537,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L537 +ale-0219,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Loop contract preview script,scripts/preview_loop_contract.py,local_path,,Dependency-free demo that validates and renders a loop contract JSON file.,Dependency-free demo that validates and renders a loop contract JSON file.,Provides a reusable project artifact: Dependency-free demo that validates and renders a loop contract JSON file.,The contribution is machine-readable and validation-friendly.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,538,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L538 +ale-0220,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Translation guide,TRANSLATIONS.md,local_path,,How to add or maintain a language translation without drifting from the canonical English list.,How to add or maintain a language translation without drifting from the canonical English list.,Provides a reusable project artifact: How to add or maintain a language translation without drifting from the canonical English list.,The resource is directly reusable as a starting artifact.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,539,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L539 +ale-0221,Templates And Patterns,templates-and-patterns,Template,๐Ÿงพ,Pattern library index,patterns/README.md,local_path,,"Practical loop patterns with triggers, state, verification gates, budgets, and escalation paths.","Practical loop patterns with triggers, state, verification gates, budgets, and escalation paths.","Provides a reusable project artifact: Practical loop patterns with triggers, state, verification gates, budgets, and escalation paths.",Verification is promoted from a final check to a loop-control signal.,"Provides reusable repository-native artifacts that contributors can adapt into loop specs, resources, and examples.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,540,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L540 +ale-0222,Examples And Schema,examples-and-schema,Pattern,๐Ÿ”,Example loop specs,examples/README.md,local_path,,"Human-readable walkthroughs for PR babysitting, CI repair, and docs drift collection.","Human-readable walkthroughs for PR babysitting, CI repair, and docs drift collection.","Provides a reusable loop pattern: Human-readable walkthroughs for PR babysitting, CI repair, and docs drift collection.",Repository-native artifact that makes an otherwise informal practice concrete and reusable.,Makes the loop contract executable and portable through validated JSON examples and runnable reference loops.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,548,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L548 +ale-0223,Examples And Schema,examples-and-schema,Template,๐Ÿงพ,Loop contract library,examples/README.md#contract-library,local_path,,"Schema-validated loop contracts for every pattern-library loop, from PR babysitting to model routing.","Schema-validated loop contracts for every pattern-library loop, from PR babysitting to model routing.","Provides a reusable project artifact: Schema-validated loop contracts for every pattern-library loop, from PR babysitting to model routing.",The contribution is machine-readable and validation-friendly.,Makes the loop contract executable and portable through validated JSON examples and runnable reference loops.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,549,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L549 +ale-0224,Examples And Schema,examples-and-schema,Template,๐Ÿงพ,Runnable test-repair loop,examples/runnable/test-repair-loop.sh,local_path,,"Dependency-light reference loop script with a verification gate, retry budget, durable progress log, repeat-failure detection, and escalation exit.","Dependency-light reference loop script with a verification gate, retry budget, durable progress log, repeat-failure detection, and escalation exit.","Provides a reusable project artifact: Dependency-light reference loop script with a verification gate, retry budget, durable progress log, repeat-failure detection, and escalation exit.",Durable execution and replay are treated as first-class loop infrastructure.,Makes the loop contract executable and portable through validated JSON examples and runnable reference loops.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,550,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L550 +ale-0225,Examples And Schema,examples-and-schema,Template,๐Ÿงพ,Runnable loop guide,examples/runnable/README.md,local_path,,"Maps the script line by line to the Loop Contract and shows how to drive it with Claude Code, Codex CLI, or any agent CLI.","Maps the script line by line to the Loop Contract and shows how to drive it with Claude Code, Codex CLI, or any agent CLI.","Provides a reusable project artifact: Maps the script line by line to the Loop Contract and shows how to drive it with Claude Code, Codex CLI, or any agent CLI.",The resource is directly reusable as a starting artifact.,Makes the loop contract executable and portable through validated JSON examples and runnable reference loops.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,551,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L551 +ale-0226,Community Gallery,community-gallery,Template,๐Ÿงพ,Loop gallery guide,gallery/README.md,local_path,,Quality bar for contributed loop examples with receipts and lessons learned.,Quality bar for contributed loop examples with receipts and lessons learned.,Provides a reusable project artifact: Quality bar for contributed loop examples with receipts and lessons learned.,The resource is directly reusable as a starting artifact.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,565,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L565 +ale-0227,Community Gallery,community-gallery,Template,๐Ÿงพ,Loop gallery template,gallery/template.md,local_path,,"Markdown template for sharing a loop's trigger, intake, state, verification, escalation, and safety notes.","Markdown template for sharing a loop's trigger, intake, state, verification, escalation, and safety notes.","Provides a reusable project artifact: Markdown template for sharing a loop's trigger, intake, state, verification, escalation, and safety notes.",Verification is promoted from a final check to a loop-control signal.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,566,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L566 +ale-0228,Community Gallery,community-gallery,Pattern,๐Ÿ”,PR babysitter reference loop,gallery/pr-babysitter-reference.md,local_path,,Reference gallery entry for keeping a pull request moving.,Reference gallery entry for keeping a pull request moving.,Provides a reusable loop pattern: Reference gallery entry for keeping a pull request moving.,Turns loop adoption into shareable cases with enough structure to compare lessons learned.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,567,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L567 +ale-0229,Community Gallery,community-gallery,Pattern,๐Ÿ”,CI repair reference loop,gallery/ci-repair-reference.md,local_path,,Reference gallery entry for turning failing CI into a verified patch or escalation.,Reference gallery entry for turning failing CI into a verified patch or escalation.,Provides a reusable loop pattern: Reference gallery entry for turning failing CI into a verified patch or escalation.,Verification is promoted from a final check to a loop-control signal.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,568,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L568 +ale-0230,Community Gallery,community-gallery,Pattern,๐Ÿ”,Docs drift reference loop,gallery/docs-drift-reference.md,local_path,,Reference gallery entry for recurring docs/code consistency checks.,Reference gallery entry for recurring docs/code consistency checks.,Provides a reusable loop pattern: Reference gallery entry for recurring docs/code consistency checks.,Turns loop adoption into shareable cases with enough structure to compare lessons learned.,Gives contributors a format for publishing real or anonymized loop cases with receipts and lessons learned.,Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,569,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L569 +ale-0231,Discovery And Distribution,discovery-and-distribution,Template,๐Ÿงพ,Landing page,https://chaoyue0307.github.io/awesome-loop-engineering/,external,chaoyue0307.github.io,SEO-friendly entry point for the repository.,SEO-friendly entry point for the repository.,Provides a reusable project artifact: SEO-friendly entry point for the repository.,Makes the project discoverable as both documentation and machine-readable data.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.","Repository-native template, schema, checklist, or guide; signal comes from reuse inside this project.",medium,README.md,575,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L575 +ale-0232,Discovery And Distribution,discovery-and-distribution,List,๐Ÿงญ,Hugging Face dataset mirror,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,external,huggingface.co,Synced dataset repo with the full project plus generated `data/resources.csv` and `data/resources.jsonl` resource sheets.,Synced dataset repo with the full project plus generated `data/resources.csv` and `data/resources.jsonl` resource sheets.,Maps adjacent resources and ecosystems: Synced dataset repo with the full project plus generated `data/resources.csv` and `data/resources.jsonl` resource sheets.,The list is made machine-readable as a tabular dataset rather than only a Markdown page.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.",Adjacent curated collection; signal comes from ecosystem coverage rather than a single technical claim.,contextual,README.md,576,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L576 +ale-0233,Discovery And Distribution,discovery-and-distribution,Template,๐Ÿงพ,Landing page source,docs/index.html,local_path,,Source for the static landing page.,Source for the static landing page.,Provides a reusable project artifact: Source for the static landing page.,Makes the project discoverable as both documentation and machine-readable data.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,577,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L577 +ale-0234,Discovery And Distribution,discovery-and-distribution,Template,๐Ÿงพ,Sitemap,docs/sitemap.xml,local_path,,Crawl hints for the landing page and core repository pages.,Crawl hints for the landing page and core repository pages.,Provides a reusable project artifact: Crawl hints for the landing page and core repository pages.,Makes the project discoverable as both documentation and machine-readable data.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,578,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L578 +ale-0235,Discovery And Distribution,discovery-and-distribution,Template,๐Ÿงพ,Robots file,docs/robots.txt,local_path,,Allows indexing and points crawlers to the sitemap.,Allows indexing and points crawlers to the sitemap.,Provides a reusable project artifact: Allows indexing and points crawlers to the sitemap.,Makes the project discoverable as both documentation and machine-readable data.,"Documents how the project itself is packaged, indexed, mirrored, and made discoverable.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,579,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L579 +ale-0236,Roadmap And Discussion,roadmap-and-discussion,Template,๐Ÿงพ,Roadmap,ROADMAP.md,local_path,,"Near-term work, pattern priorities, gallery goals, and open questions.","Near-term work, pattern priorities, gallery goals, and open questions.","Provides a reusable project artifact: Near-term work, pattern priorities, gallery goals, and open questions.",Keeps community evolution and evidence gathering part of the project surface.,"Keeps future work, community feedback, and pattern submissions visible.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,585,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L585 +ale-0237,Roadmap And Discussion,roadmap-and-discussion,Template,๐Ÿงพ,Launch article,posts/launch.md,local_path,,Shareable explanation of the concept and repository.,Shareable explanation of the concept and repository.,Provides a reusable project artifact: Shareable explanation of the concept and repository.,Keeps community evolution and evidence gathering part of the project surface.,"Keeps future work, community feedback, and pattern submissions visible.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,586,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L586 +ale-0238,Roadmap And Discussion,roadmap-and-discussion,Template,๐Ÿงพ,Discussion guide,meta/DISCUSSIONS.md,local_path,,"Suggested discussion categories, starter prompts, and moderation standard.","Suggested discussion categories, starter prompts, and moderation standard.","Provides a reusable project artifact: Suggested discussion categories, starter prompts, and moderation standard.",The resource is directly reusable as a starting artifact.,"Keeps future work, community feedback, and pattern submissions visible.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,587,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L587 +ale-0239,Roadmap And Discussion,roadmap-and-discussion,Pattern,๐Ÿ”,Show your Loop Engineering patterns,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,external,github.com,Community discussion for real or anonymized loop examples.,Community discussion for real or anonymized loop examples.,Provides a reusable loop pattern: Community discussion for real or anonymized loop examples.,Keeps community evolution and evidence gathering part of the project surface.,"Keeps future work, community feedback, and pattern submissions visible.",Source repository or implementation artifact that can be inspected directly.,high,README.md,588,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L588 +ale-0240,Pattern Library,pattern-library,Pattern,๐Ÿ”,PR babysitter,patterns/pr-babysitter.md,local_path,,"Repeatedly checks review comments, CI, merge conflicts, stale threads, and readiness to merge.","Repeatedly checks review comments, CI, merge conflicts, stale threads, and readiness to merge.","Provides a reusable loop pattern: Repeatedly checks review comments, CI, merge conflicts, stale threads, and readiness to merge.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,594,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L594 +ale-0241,Pattern Library,pattern-library,Pattern,๐Ÿ”,CI repair loop,patterns/ci-repair-loop.md,local_path,,"Reproduces failing checks, patches narrowly, reruns evidence, and escalates when failures are outside scope.","Reproduces failing checks, patches narrowly, reruns evidence, and escalates when failures are outside scope.","Provides a reusable loop pattern: Reproduces failing checks, patches narrowly, reruns evidence, and escalates when failures are outside scope.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,595,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L595 +ale-0242,Pattern Library,pattern-library,Pattern,๐Ÿ”,Docs drift collector,patterns/docs-drift-collector.md,local_path,,"Finds mismatches between docs and code, proposes small patches, and verifies examples.","Finds mismatches between docs and code, proposes small patches, and verifies examples.","Provides a reusable loop pattern: Finds mismatches between docs and code, proposes small patches, and verifies examples.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,596,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L596 +ale-0243,Pattern Library,pattern-library,Pattern,๐Ÿ”,Deploy verifier,patterns/deploy-verifier.md,local_path,,"Watches rollout signals, compares them with release expectations, and stops on anomalies.","Watches rollout signals, compares them with release expectations, and stops on anomalies.","Provides a reusable loop pattern: Watches rollout signals, compares them with release expectations, and stops on anomalies.",Verification is promoted from a final check to a loop-control signal.,"Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,597,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L597 +ale-0244,Pattern Library,pattern-library,Pattern,๐Ÿ”,Feedback clusterer,patterns/feedback-clusterer.md,local_path,,"Periodically groups GitHub, Linear, Slack, support, or social feedback into actionable themes.","Periodically groups GitHub, Linear, Slack, support, or social feedback into actionable themes.","Provides a reusable loop pattern: Periodically groups GitHub, Linear, Slack, support, or social feedback into actionable themes.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,598,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L598 +ale-0245,Pattern Library,pattern-library,Pattern,๐Ÿ”,Dependency triage loop,patterns/dependency-triage-loop.md,local_path,,"Classifies dependency updates, applies safe groups, verifies them, and escalates risky upgrades.","Classifies dependency updates, applies safe groups, verifies them, and escalates risky upgrades.","Provides a reusable loop pattern: Classifies dependency updates, applies safe groups, verifies them, and escalates risky upgrades.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,599,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L599 +ale-0246,Pattern Library,pattern-library,Pattern,๐Ÿ”,Evaluation regression loop,patterns/evaluation-regression-loop.md,local_path,,"Investigates degraded agent evals with baseline traces, targeted reruns, and repair proposals.","Investigates degraded agent evals with baseline traces, targeted reruns, and repair proposals.","Provides a reusable loop pattern: Investigates degraded agent evals with baseline traces, targeted reruns, and repair proposals.",Evaluation data is used as the feedback signal for improving loop behavior.,"Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,600,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L600 +ale-0247,Pattern Library,pattern-library,Pattern,๐Ÿ”,Security review loop,patterns/security-review-loop.md,local_path,,"Reviews sensitive diffs with evidence-backed findings, safe permissions, and human approval boundaries.","Reviews sensitive diffs with evidence-backed findings, safe permissions, and human approval boundaries.","Provides a reusable loop pattern: Reviews sensitive diffs with evidence-backed findings, safe permissions, and human approval boundaries.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,601,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L601 +ale-0248,Pattern Library,pattern-library,Pattern,๐Ÿ”,Cost-control loop,patterns/cost-control-loop.md,local_path,,"Monitors agent workflow spend, identifies waste, proposes scoped savings, and preserves quality gates.","Monitors agent workflow spend, identifies waste, proposes scoped savings, and preserves quality gates.","Provides a reusable loop pattern: Monitors agent workflow spend, identifies waste, proposes scoped savings, and preserves quality gates.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,602,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L602 +ale-0249,Pattern Library,pattern-library,Pattern,๐Ÿ”,Bug hunting loop,patterns/bug-hunting-loop.md,local_path,,"Discovers, reproduces, minimizes, and reports bugs with concrete evidence.","Discovers, reproduces, minimizes, and reports bugs with concrete evidence.","Provides a reusable loop pattern: Discovers, reproduces, minimizes, and reports bugs with concrete evidence.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,603,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L603 +ale-0250,Pattern Library,pattern-library,Pattern,๐Ÿ”,Enterprise approval loop,patterns/enterprise-approval-loop.md,local_path,,Drives a permissioned change through required gates and approvers with a full audit trail.,Drives a permissioned change through required gates and approvers with a full audit trail.,Provides a reusable loop pattern: Drives a permissioned change through required gates and approvers with a full audit trail.,"Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,604,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L604 +ale-0251,Pattern Library,pattern-library,Pattern,๐Ÿ”,Incident response loop,patterns/incident-response-loop.md,local_path,,"Triages an alert into an owned, evidence-backed incident with a postmortem seed.","Triages an alert into an owned, evidence-backed incident with a postmortem seed.","Provides a reusable loop pattern: Triages an alert into an owned, evidence-backed incident with a postmortem seed.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,605,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L605 +ale-0252,Pattern Library,pattern-library,Pattern,๐Ÿ”,Data-quality loop,patterns/data-quality-loop.md,local_path,,Validates each dataset refresh against quality rules and quarantines bad versions.,Validates each dataset refresh against quality rules and quarantines bad versions.,Provides a reusable loop pattern: Validates each dataset refresh against quality rules and quarantines bad versions.,The list is made machine-readable as a tabular dataset rather than only a Markdown page.,"Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,606,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L606 +ale-0253,Pattern Library,pattern-library,Pattern,๐Ÿ”,Release-note loop,patterns/release-note-loop.md,local_path,,"Drafts release notes from merged commits, issues, and PRs with linked evidence.","Drafts release notes from merged commits, issues, and PRs with linked evidence.","Provides a reusable loop pattern: Drafts release notes from merged commits, issues, and PRs with linked evidence.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,607,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L607 +ale-0254,Pattern Library,pattern-library,Pattern,๐Ÿ”,Model-routing loop,patterns/model-routing-loop.md,local_path,,"Routes tasks across models on measured quality, latency, privacy, and cost.","Routes tasks across models on measured quality, latency, privacy, and cost.","Provides a reusable loop pattern: Routes tasks across models on measured quality, latency, privacy, and cost.","Turns common recurring-agent jobs into named patterns with gates, budgets, and escalation paths.","Translates the abstract loop contract into operational patterns with triggers, gates, budgets, and escalation paths.",Repository-native artifact maintained in this project; signal comes from local validation and reuse.,medium,README.md,608,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L608 +ale-0255,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,Most Developers Do Not Need Agent Loops Yet,https://alphasignalai.substack.com/p/most-developers-do-not-need-agent,external,alphasignalai.substack.com,"Useful caution against adopting loops before the task, signal, and economics justify them.","Useful caution against adopting loops before the task, signal, and economics justify them.","Names a risk or boundary condition: Useful caution against adopting loops before the task, signal, and economics justify them.","Keeps adoption grounded in known failure modes, economics, and operational limits.","Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,612,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L612 +ale-0256,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,Engineering Agentic Systems for Reliability,https://pruningmypothos.com/systems/engineering-agentic-systems-for-reliability/,external,pruningmypothos.com,"Cautions that agentic systems fail at boundaries when permissions, verification, traceability, and escalation are weak.","Cautions that agentic systems fail at boundaries when permissions, verification, traceability, and escalation are weak.","Names a risk or boundary condition: Cautions that agentic systems fail at boundaries when permissions, verification, traceability, and escalation are weak.",Verification is promoted from a final check to a loop-control signal.,"Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,613,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L613 +ale-0257,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,"Self-Correcting Agents: Reflexion, CRITIC, and ReAct Loops Compared",https://callsphere.ai/blog/self-correcting-agents-reflexion-critic-react-loops-compared-2026,external,callsphere.ai,Compares self-correction patterns and their cost/failure tradeoffs.,Compares self-correction patterns and their cost/failure tradeoffs.,Names a risk or boundary condition: Compares self-correction patterns and their cost/failure tradeoffs.,"Keeps adoption grounded in known failure modes, economics, and operational limits.","Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,614,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L614 +ale-0258,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,How to Build an AI Agent Harness: A 2026 Complete Guide,https://atlan.com/know/how-to-build-ai-agent-harness/,external,atlan.com,"Broad guide with useful warnings on data readiness, permissions, context management, and evaluation.","Broad guide with useful warnings on data readiness, permissions, context management, and evaluation.","Names a risk or boundary condition: Broad guide with useful warnings on data readiness, permissions, context management, and evaluation.",Evaluation data is used as the feedback signal for improving loop behavior.,"Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,615,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L615 +ale-0259,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Critique,โš ๏ธ,Harness Engineering vs Prompt Engineering vs Context Engineering Explained,https://medium.com/@visrow/harness-engineering-vs-prompt-engineering-vs-context-engineering-explained-0423b692c87d,external,medium.com,Adjacent framing that helps avoid confusing loop engineering with the surrounding harness discipline.,Adjacent framing that helps avoid confusing loop engineering with the surrounding harness discipline.,Names a risk or boundary condition: Adjacent framing that helps avoid confusing loop engineering with the surrounding harness discipline.,Context is managed as durable loop state rather than a single prompt payload.,"Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.","Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.",contextual,README.md,616,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L616 +ale-0260,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Paper,๐Ÿ“„,Position: Coding Benchmarks Are Misaligned with Agentic Software Engineering,https://arxiv.org/abs/2606.17799,external,arxiv.org,"Argues benchmark scores conflate the model with the harness and penalize valid alternatives, so headline numbers hide which loop and harness choices actually move performance.","Argues benchmark scores conflate the model with the harness and penalize valid alternatives, so headline numbers hide which loop and harness choices actually move performance.","Argues benchmark scores conflate the model with the harness and penalize valid alternatives, so headline numbers hide which loop and harness choices actually move performance.",The work turns loop quality into a measurable task or score.,"Preserves cautionary evidence so adoption stays proportional to task risk, signal quality, and economics.",Research preprint with stable arXiv identifier.,high,README.md,617,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L617 +ale-0261,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Harness Engineering,https://github.com/ai-boost/awesome-harness-engineering,external,github.com,Comprehensive list for the agent harness layer that Loop Engineering builds on.,Comprehensive list for the agent harness layer that Loop Engineering builds on.,Maps adjacent resources and ecosystems: Comprehensive list for the agent harness layer that Loop Engineering builds on.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,621,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L621 +ale-0262,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Harness Engineering,https://github.com/walkinglabs/awesome-harness-engineering,external,github.com,"High-signal harness list with strong categories for context, guardrails, specs, evals, runtimes, and benchmarks.","High-signal harness list with strong categories for context, guardrails, specs, evals, runtimes, and benchmarks.","Maps adjacent resources and ecosystems: High-signal harness list with strong categories for context, guardrails, specs, evals, runtimes, and benchmarks.",Evaluation data is used as the feedback signal for improving loop behavior.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,622,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L622 +ale-0263,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Agent Harness,https://github.com/AutoJunjie/awesome-agent-harness,external,github.com,"Curated tools and resources for environments, constraints, and feedback around coding agents.","Curated tools and resources for environments, constraints, and feedback around coding agents.","Maps adjacent resources and ecosystems: Curated tools and resources for environments, constraints, and feedback around coding agents.",Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,623,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L623 +ale-0264,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Context Engineering,https://github.com/Meirtz/Awesome-Context-Engineering,external,github.com,Survey-style list for context engineering across LLMs and agents.,Survey-style list for context engineering across LLMs and agents.,Maps adjacent resources and ecosystems: Survey-style list for context engineering across LLMs and agents.,Context is managed as durable loop state rather than a single prompt payload.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,624,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L624 +ale-0265,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Prompt Engineering,https://github.com/promptslab/Awesome-Prompt-Engineering,external,github.com,Classic adjacent list for prompt techniques and prompting resources.,Classic adjacent list for prompt techniques and prompting resources.,Maps adjacent resources and ecosystems: Classic adjacent list for prompt techniques and prompting resources.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,625,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L625 +ale-0266,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome LLM Agents,https://github.com/kaushikb11/awesome-llm-agents,external,github.com,"General list of LLM agent papers, frameworks, and applications.","General list of LLM agent papers, frameworks, and applications.","Maps adjacent resources and ecosystems: General list of LLM agent papers, frameworks, and applications.",Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,626,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L626 +ale-0267,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome AI Agents,https://github.com/e2b-dev/awesome-ai-agents,external,github.com,Broad AI agent ecosystem map.,Broad AI agent ecosystem map.,Maps adjacent resources and ecosystems: Broad AI agent ecosystem map.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,627,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L627 +ale-0268,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome CLI Coding Agents,https://github.com/bradAGI/awesome-cli-coding-agents,external,github.com,"Directory of terminal-native coding agents, parallel runners, autonomous loops, and the harnesses that orchestrate them.","Directory of terminal-native coding agents, parallel runners, autonomous loops, and the harnesses that orchestrate them.","Maps adjacent resources and ecosystems: Directory of terminal-native coding agents, parallel runners, autonomous loops, and the harnesses that orchestrate them.",Orchestration and control flow are made explicit and inspectable.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,628,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L628 +ale-0269,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome Self-Evolving Agents,https://github.com/XMUDeepLIT/Awesome-Self-Evolving-Agents,external,github.com,"Survey-style list of agents that improve themselves over repeated runs, an adjacent angle on long-running loops with memory and verification.","Survey-style list of agents that improve themselves over repeated runs, an adjacent angle on long-running loops with memory and verification.","Maps adjacent resources and ecosystems: Survey-style list of agents that improve themselves over repeated runs, an adjacent angle on long-running loops with memory and verification.",Verification is promoted from a final check to a loop-control signal.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,629,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L629 +ale-0270,Adjacent Awesome Lists,adjacent-awesome-lists,List,๐Ÿงญ,Awesome AI Agent Papers,https://github.com/VoltAgent/awesome-ai-agent-papers,external,github.com,"Curated 2026 research collection across agent engineering, memory, evaluation, workflows, and autonomous systems, a paper-level feeder for loop-design foundations.","Curated 2026 research collection across agent engineering, memory, evaluation, workflows, and autonomous systems, a paper-level feeder for loop-design foundations.","Maps adjacent resources and ecosystems: Curated 2026 research collection across agent engineering, memory, evaluation, workflows, and autonomous systems, a paper-level feeder for loop-design foundations.",Evaluation data is used as the feedback signal for improving loop behavior.,Connects readers to neighboring ecosystems while keeping Loop Engineering's scope distinct.,Source repository or implementation artifact that can be inspected directly.,high,README.md,630,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L630