cy0307 commited on
Commit
6ebc472
·
verified ·
1 Parent(s): a18530e

Tighten public copy and value proposition

Browse files
CITATION.cff CHANGED
@@ -9,7 +9,7 @@ authors:
9
  given-names: "Chaoyue"
10
  repository-code: "https://github.com/ChaoYue0307/awesome-loop-engineering"
11
  url: "https://chaoyue0307.github.io/awesome-loop-engineering/"
12
- abstract: "Curated resources and practical patterns for Loop Engineering with AI and coding agents."
13
  keywords:
14
  - loop-engineering
15
  - ai-agents
 
9
  given-names: "Chaoyue"
10
  repository-code: "https://github.com/ChaoYue0307/awesome-loop-engineering"
11
  url: "https://chaoyue0307.github.io/awesome-loop-engineering/"
12
+ abstract: "Source-audited resources and reusable patterns for recurring, stateful, verified AI-agent systems."
13
  keywords:
14
  - loop-engineering
15
  - ai-agents
CONTRIBUTING.md CHANGED
@@ -1,14 +1,14 @@
1
  # Contributing
2
 
3
- Thanks for helping improve Awesome Loop Engineering.
4
 
5
- This repository is intentionally narrow. It tracks the new AI and coding-agent meaning of **Loop Engineering**: the layer above prompt, context, and harness engineering where teams design systems that discover work, delegate to agents, verify outcomes, persist state, decide next actions, and run again on a cadence or until a goal is met.
6
 
7
- Before submitting, read the [curation standard](meta/CURATION.md). Maintainers use it to decide whether a resource is specific, stable, and useful enough for the list.
8
 
9
  ## Fastest Contribution (Under Five Minutes)
10
 
11
- If you are suggesting one resource and do not want to prepare a fork, use the [resource suggestion form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml). Include:
12
 
13
  - the canonical public URL;
14
  - the most specific README category;
@@ -16,9 +16,9 @@ If you are suggesting one resource and do not want to prepare a fork, use the [r
16
  - the source type and evidence tier;
17
  - any caveat, such as vendor bias, a paywall, early-stage status, or weak evidence.
18
 
19
- Maintainers will still apply the same scope, duplication, source-quality, and annotation checks used for pull requests. Corrections to an existing annotation are equally useful; link the current entry and state exactly what should change.
20
 
21
- For an inaccurate summary, contribution, novelty, impact, author, date, venue, identifier, or canonical link, use the dedicated [annotation-correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml). Include primary-source evidence and omit unavailable metadata rather than guessing.
22
 
23
  ## Quick PR Flow
24
 
@@ -85,7 +85,7 @@ Prefer higher tiers when two resources cover the same idea.
85
  | C | Curated survey or high-quality explainer | Taxonomy, comparison, tutorial |
86
  | D | Commentary or news coverage | Useful only when it documents origin, adoption, or debate |
87
 
88
- If two links say the same thing, prefer the more primary, practical, stable, and implementation-oriented one.
89
 
90
  ## Quality Labels
91
 
 
1
  # Contributing
2
 
3
+ Contribute a canonical source, an evidence-backed correction, or a loop you have run.
4
 
5
+ Scope is intentionally narrow: recurring AI-agent and coding-agent systems with explicit triggers, work intake, verification, durable state, budgets, escalation, and exit.
6
 
7
+ Before submitting, read the [curation standard](meta/CURATION.md). It defines scope, evidence tiers, annotation rules, and correction handling.
8
 
9
  ## Fastest Contribution (Under Five Minutes)
10
 
11
+ Use the [resource suggestion form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml) to propose one source without preparing a fork. Include:
12
 
13
  - the canonical public URL;
14
  - the most specific README category;
 
16
  - the source type and evidence tier;
17
  - any caveat, such as vendor bias, a paywall, early-stage status, or weak evidence.
18
 
19
+ Maintainers apply the same scope, duplication, source-quality, and annotation checks used for pull requests. Corrections are equally valuable: link the current entry and state the exact change.
20
 
21
+ For an inaccurate summary, contribution, novelty, impact, authorship, date, venue, identifier, or canonical link, use the [annotation-correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml). Include primary-source evidence; omit unavailable metadata rather than guessing.
22
 
23
  ## Quick PR Flow
24
 
 
85
  | C | Curated survey or high-quality explainer | Taxonomy, comparison, tutorial |
86
  | D | Commentary or news coverage | Useful only when it documents origin, adoption, or debate |
87
 
88
+ If two links cover the same idea, prefer the more primary, stable, and implementation-specific source.
89
 
90
  ## Quality Labels
91
 
DEFINITION.md CHANGED
@@ -1,6 +1,6 @@
1
  # Canonical Definition
2
 
3
- Use this page when you need a short, stable definition of Loop Engineering.
4
 
5
  ## Short Definition
6
 
@@ -12,11 +12,11 @@ Prompt engineering improves what you ask the model, context engineering improves
12
 
13
  ## Longer Definition
14
 
15
- Loop Engineering sits above prompt, context, and harness engineering. It turns agent work from turn-by-turn human prompting into a reviewable operating contract: what starts the loop, where work comes from, which agents act, what context and tools they receive, how results are verified, what state survives, when retry is allowed, and when a human takes over.
16
 
17
  ## Minimal Loop Test
18
 
19
- A system is probably practicing Loop Engineering when it can answer:
20
 
21
  1. What triggers the loop?
22
  1. How does it discover or receive work?
@@ -30,4 +30,4 @@ A system is probably practicing Loop Engineering when it can answer:
30
 
31
  ## Citation Note
32
 
33
- If you cite this repository, use the BibTeX entry in [`README.md`](README.md#citation) or [`CITATION.bib`](CITATION.bib). If you quote the concept definition, prefer linking to this page so readers can see the scope boundary.
 
1
  # Canonical Definition
2
 
3
+ Use this definition to scope a system, review a design, or cite the concept consistently.
4
 
5
  ## Short Definition
6
 
 
12
 
13
  ## Longer Definition
14
 
15
+ Loop Engineering connects prompt, context, and harness decisions across runs. It replaces turn-by-turn human steering with a reviewable operating contract: what starts the loop, where work comes from, which agents act, what they can access, how evidence gates results, what state survives, how retries are bounded, and when a human takes over.
16
 
17
  ## Minimal Loop Test
18
 
19
+ A system qualifies when it can answer:
20
 
21
  1. What triggers the loop?
22
  1. How does it discover or receive work?
 
30
 
31
  ## Citation Note
32
 
33
+ Use the BibTeX entry in [`README.md`](README.md#citation) or [`CITATION.bib`](CITATION.bib). Link to this page when quoting the definition so readers can inspect the scope boundary.
MANIFESTO.md CHANGED
@@ -1,24 +1,24 @@
1
  # Loop Engineering Manifesto
2
 
3
- Loop Engineering is the practice of designing recurring AI-agent systems that sit above prompt, context, and harness engineering.
4
 
5
- Prompt engineering improves what you ask the model. Context engineering improves what the model can see. Harness engineering improves the tools, permissions, sandboxes, and checks around one agent run. Loop Engineering connects those layers over time: it defines when agents run, what work they discover, how work is delegated, how results are verified, what state survives, and when the system repeats, reports, or escalates.
6
 
7
  ## Why It Exists
8
 
9
- The leverage point in agent work is moving from writing better one-off prompts to designing better recurring systems. A useful loop can notice work, load the right context, act in an isolated workspace, verify against explicit gates, record receipts, and continue later without relying on a human to remember every intermediate step.
10
 
11
- This does not remove engineering judgment. It moves judgment into the loop contract: objective, trigger, intake, workspace, context, delegation, verification, state, budget, escalation, and exit.
12
 
13
  ## Core Commitments
14
 
15
- - **Design the system, not just the next prompt.** The human should specify the operating contract, not manually steer every turn.
16
  - **Make state external.** Progress files, issue comments, traces, checkpoints, and dashboards should outlive the model context.
17
- - **Separate maker from checker.** The system that acts should not be the only system that decides whether the work is done.
18
  - **Prefer deterministic gates.** Tests, typechecks, evals, dashboards, trace graders, and reviewer decisions are stronger than "looks good".
19
  - **Bound autonomy.** Loops need budgets, allowed actions, disallowed actions, stop conditions, and escalation paths.
20
  - **Keep receipts.** A loop should explain what it saw, what it changed, what it ran, what passed, what failed, and why it stopped.
21
- - **Stay responsible.** A loop can delegate work, but ownership of quality, safety, and product judgment remains human.
22
 
23
  ## What It Is Not
24
 
@@ -39,4 +39,4 @@ A Loop Engineering artifact is useful when another builder can answer:
39
  1. When does it escalate?
40
  1. When is it done?
41
 
42
- If those answers are visible, the loop can be reviewed, shared, improved, and trusted.
 
1
  # Loop Engineering Manifesto
2
 
3
+ Loop Engineering is the practice of designing recurring AI-agent systems whose behavior remains reviewable across runs.
4
 
5
+ Prompt engineering shapes the instruction. Context engineering shapes what the model can see. Harness engineering shapes one run's tools, permissions, isolation, and checks. Loop Engineering connects those decisions across runs: when agents start, what work enters, who acts, what evidence gates results, what state survives, and when the system repeats, reports, escalates, or stops.
6
 
7
  ## Why It Exists
8
 
9
+ Recurring agent work shifts the design problem from the next prompt to the operating system around every run. A useful loop finds work, loads bounded context, acts in isolation, verifies against explicit gates, records receipts, and resumes without relying on human memory.
10
 
11
+ This does not remove engineering judgment. It makes judgment explicit in the loop contract: objective, trigger, intake, workspace, context, delegation, verification, state, budget, escalation, and exit.
12
 
13
  ## Core Commitments
14
 
15
+ - **Design the system, not just the next prompt.** Specify the operating contract instead of steering every turn.
16
  - **Make state external.** Progress files, issue comments, traces, checkpoints, and dashboards should outlive the model context.
17
+ - **Separate maker from checker.** The actor must not be the sole judge of completion.
18
  - **Prefer deterministic gates.** Tests, typechecks, evals, dashboards, trace graders, and reviewer decisions are stronger than "looks good".
19
  - **Bound autonomy.** Loops need budgets, allowed actions, disallowed actions, stop conditions, and escalation paths.
20
  - **Keep receipts.** A loop should explain what it saw, what it changed, what it ran, what passed, what failed, and why it stopped.
21
+ - **Keep ownership human.** A loop can delegate work; quality, safety, and product judgment remain human responsibilities.
22
 
23
  ## What It Is Not
24
 
 
39
  1. When does it escalate?
40
  1. When is it done?
41
 
42
+ Visible answers make the loop reviewable, portable, and improvable.
README.md CHANGED
@@ -38,7 +38,7 @@ configs:
38
  <h1 align="center">Awesome Loop Engineering Dataset</h1>
39
 
40
  <p align="center">
41
- A source-audited sheet of 540 papers, official docs, tools, benchmarks, patterns, critiques, and implementation guides for recurring AI-agent systems.
42
  </p>
43
 
44
  <p align="center">
@@ -50,13 +50,13 @@ configs:
50
 
51
  ## Dataset Summary
52
 
53
- Each row represents one resource from the canonical English field guide. The export combines the maintainer's short assessment with source-level bibliographic metadata, lifecycle and audience facets, evidence classification, audit status, and current repository statistics when applicable.
54
 
55
  Current release: **v0.6.0**
56
 
57
  | Surface | Count |
58
  | --- | ---: |
59
- | Curated resources | 540 |
60
  | Operational patterns | 15 |
61
  | Validated loop contracts | 15 |
62
  | Runnable templates | 6 |
@@ -94,11 +94,11 @@ Use `url` as the durable join key. `row_id` and `source_line` are positional and
94
 
95
  ## Intended Uses
96
 
97
- - discover primary sources and implementation references for recurring agent systems;
98
- - compare resources by lifecycle stage, audience, evidence class, source type, and publication metadata;
99
- - build literature maps, reading lists, dashboards, or retrieval indexes;
100
- - audit how a public field guide characterizes contribution, novelty, impact, and evidence;
101
- - find reusable patterns, contracts, schemas, and runnable examples.
102
 
103
  Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collection as a quality label, endorsement, or automated ranking of scientific validity.
104
 
@@ -123,7 +123,7 @@ The complete field-by-field schema is documented in [`data/README.md`](https://g
123
 
124
  The collection prioritizes primary papers, official documentation, project repositories, and implementation-heavy practitioner sources. Every released row must pass the public [curation standard](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md).
125
 
126
- Annotations are original repository syntheses, not copied abstracts and not claims of author endorsement. Automation may assist discovery, URL resolution, duplicate detection, bibliographic extraction, repository statistics, and draft normalization. The canonical source remains the evidence, and the maintainer is accountable for the released inclusion decision and text.
127
 
128
  The full point-in-time audit is available as [`data/resource_source_audit.csv`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv).
129
 
@@ -139,7 +139,7 @@ The full point-in-time audit is available as [`data/resource_source_audit.csv`](
139
 
140
  ## Versioning And Corrections
141
 
142
- GitHub Releases define versioned snapshots. Cite a release or commit when reproducibility matters. Accuracy corrections to summaries, contribution, novelty, impact, author, date, venue, identifier, or canonical URL are accepted through the [correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml).
143
 
144
  ## Citation
145
 
 
38
  <h1 align="center">Awesome Loop Engineering Dataset</h1>
39
 
40
  <p align="center">
41
+ A source-audited dataset of 540 papers, official docs, tools, benchmarks, patterns, critiques, and implementation guides for recurring AI-agent systems.
42
  </p>
43
 
44
  <p align="center">
 
50
 
51
  ## Dataset Summary
52
 
53
+ Each row represents one resource from the canonical English field guide. It pairs a concise editorial assessment with bibliographic metadata, lifecycle and audience facets, evidence classification, audit status, and point-in-time repository statistics when applicable.
54
 
55
  Current release: **v0.6.0**
56
 
57
  | Surface | Count |
58
  | --- | ---: |
59
+ | Source-audited resources | 540 |
60
  | Operational patterns | 15 |
61
  | Validated loop contracts | 15 |
62
  | Runnable templates | 6 |
 
94
 
95
  ## Intended Uses
96
 
97
+ - Find primary sources and implementation references for recurring agent systems.
98
+ - Compare works by lifecycle, audience, evidence class, source type, and publication metadata.
99
+ - Build literature maps, reading lists, dashboards, or retrieval indexes.
100
+ - Audit contribution, novelty, impact, provenance, and evidence claims.
101
+ - Find reusable patterns, contracts, schemas, and runnable examples.
102
 
103
  Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collection as a quality label, endorsement, or automated ranking of scientific validity.
104
 
 
123
 
124
  The collection prioritizes primary papers, official documentation, project repositories, and implementation-heavy practitioner sources. Every released row must pass the public [curation standard](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md).
125
 
126
+ Annotations are original syntheses, not copied abstracts or claims of author endorsement. Automation may assist discovery, URL resolution, duplicate detection, bibliographic extraction, repository statistics, and draft normalization. The canonical source remains the evidence; the maintainer owns each released inclusion decision and annotation.
127
 
128
  The full point-in-time audit is available as [`data/resource_source_audit.csv`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv).
129
 
 
139
 
140
  ## Versioning And Corrections
141
 
142
+ GitHub Releases define versioned snapshots; cite a release or commit for reproducibility. Submit corrections to summaries, contribution, novelty, impact, authorship, dates, venues, identifiers, or canonical URLs through the [correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml).
143
 
144
  ## Citation
145
 
ROADMAP.md CHANGED
@@ -1,6 +1,6 @@
1
  # Roadmap
2
 
3
- This roadmap keeps Awesome Loop Engineering focused on useful, verifiable work for an emerging practice.
4
 
5
  ## Near Term
6
 
@@ -8,8 +8,8 @@ This roadmap keeps Awesome Loop Engineering focused on useful, verifiable work f
8
  - Add real or anonymized gallery entries from practitioners running recurring agent loops.
9
  - Grow the runnable loop directory beyond the test-repair reference loop, including scheduled-trigger variants per runtime.
10
  - Add more translations for the introduction, mental model, Loop Contract, and contribution guide.
11
- - Audit contextual sources in small batches and replace weak summaries or secondary links with stronger canonical evidence.
12
- - Continue replacing weak or unstable links with primary sources, official docs, papers, and implementation-heavy write-ups.
13
 
14
  ## Pattern Library
15
 
 
1
  # Roadmap
2
 
3
+ The roadmap prioritizes stronger evidence, runnable implementations, and real operating results.
4
 
5
  ## Near Term
6
 
 
8
  - Add real or anonymized gallery entries from practitioners running recurring agent loops.
9
  - Grow the runnable loop directory beyond the test-repair reference loop, including scheduled-trigger variants per runtime.
10
  - Add more translations for the introduction, mental model, Loop Contract, and contribution guide.
11
+ - Audit contextual sources in small batches; replace weak summaries and secondary links with canonical evidence.
12
+ - Replace unstable links with primary sources, official docs, papers, or implementation-heavy write-ups.
13
 
14
  ## Pattern Library
15
 
assets/social-preview.png CHANGED

Git LFS Details

  • SHA256: 689afc7b99af5bdc3a077aad40a3c4192d9d723e54500c0c8e43fc63a64bb3d1
  • Pointer size: 130 Bytes
  • Size of remote file: 87.8 kB

Git LFS Details

  • SHA256: 8b89bca285d0ec39d483211a836312f48fafd0d8c1d40782d0de776fe4f85d22
  • Pointer size: 130 Bytes
  • Size of remote file: 54.7 kB
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Dataset Exports
2
 
3
- This directory contains generated tabular exports of the canonical English `README.md` resource list.
4
 
5
  - `resources.csv` - Tabular export for spreadsheets and ad hoc analysis.
6
  - `resources.jsonl` - JSON Lines export; this file backs the Hugging Face Dataset Viewer (the dataset card's configs point at it).
@@ -8,13 +8,13 @@ This directory contains generated tabular exports of the canonical English `READ
8
  - `first_seen.json` - Forward-only sidecar mapping resource URL to the date it was first added; the export left-joins it into the `date_added` column. Empty `date_added` means the entry predates per-entry tracking (started 2026-07-15).
9
  - `resource_source_audit.csv` - Retrieval-time audit of every row, including URL status, source title metadata, arXiv IDs, and GitHub repository stats where available.
10
 
11
- The main exports preserve the original section and annotation while adding three complementary discovery layers:
12
 
13
  - **Task facets**: `collection`, `user_goal`, `lifecycle_stages`, and `audience` answer why a reader needs the source and where it fits in the Loop Contract.
14
  - **Evidence facets**: `evidence_class`, `signal_strength`, `source_status`, canonical URL, source metadata, GitHub statistics, arXiv ID, and audit timestamp separate source provenance from popularity or editorial judgment.
15
  - **Publication facets**: `authors`, `publication_date`, `publication_year`, `publication_venue`, `publisher`, `doi`, `publication_note`, `primary_category`, and `metadata_source` provide a paper-like bibliographic row without inventing missing facts.
16
 
17
- `key_contribution`, `novelty`, and `impact` are resource-specific. `signal` states the evidence basis and its limits; GitHub stars and forks are reported as current context, never as proof of reliability. Signal strength is calibrated as `high` for primary official documentation and benchmarks, `medium` for inspectable implementations, papers, patterns, and repository-native artifacts, `contextual` for practitioner analysis and curated lists, and `unverified` only when the latest source audit cannot validate availability.
18
 
19
  ## Load And Query
20
 
 
1
  # Dataset Exports
2
 
3
+ This directory contains deterministic tabular exports of the canonical English resource list.
4
 
5
  - `resources.csv` - Tabular export for spreadsheets and ad hoc analysis.
6
  - `resources.jsonl` - JSON Lines export; this file backs the Hugging Face Dataset Viewer (the dataset card's configs point at it).
 
8
  - `first_seen.json` - Forward-only sidecar mapping resource URL to the date it was first added; the export left-joins it into the `date_added` column. Empty `date_added` means the entry predates per-entry tracking (started 2026-07-15).
9
  - `resource_source_audit.csv` - Retrieval-time audit of every row, including URL status, source title metadata, arXiv IDs, and GitHub repository stats where available.
10
 
11
+ The exports preserve each section and annotation while adding three discovery layers:
12
 
13
  - **Task facets**: `collection`, `user_goal`, `lifecycle_stages`, and `audience` answer why a reader needs the source and where it fits in the Loop Contract.
14
  - **Evidence facets**: `evidence_class`, `signal_strength`, `source_status`, canonical URL, source metadata, GitHub statistics, arXiv ID, and audit timestamp separate source provenance from popularity or editorial judgment.
15
  - **Publication facets**: `authors`, `publication_date`, `publication_year`, `publication_venue`, `publisher`, `doi`, `publication_note`, `primary_category`, and `metadata_source` provide a paper-like bibliographic row without inventing missing facts.
16
 
17
+ `key_contribution`, `novelty`, and `impact` are resource-specific. `signal` states the evidence basis and limits; GitHub stars and forks provide point-in-time context, never proof of reliability. `signal_strength` is `high` for primary official documentation and benchmarks, `medium` for inspectable implementations, papers, patterns, and repository-native artifacts, `contextual` for practitioner analysis and curated lists, and `unverified` only when the latest audit cannot validate availability.
18
 
19
  ## Load And Query
20
 
docs/assets/social-preview.png CHANGED

Git LFS Details

  • SHA256: 689afc7b99af5bdc3a077aad40a3c4192d9d723e54500c0c8e43fc63a64bb3d1
  • Pointer size: 130 Bytes
  • Size of remote file: 87.8 kB

Git LFS Details

  • SHA256: 8b89bca285d0ec39d483211a836312f48fafd0d8c1d40782d0de776fe4f85d22
  • Pointer size: 130 Bytes
  • Size of remote file: 54.7 kB
docs/index.html CHANGED
@@ -4,7 +4,7 @@
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
  <title>Awesome Loop Engineering</title>
7
- <meta name="description" content="540 audited resources, 15 operational patterns, loop contracts, and runnable examples for recurring, verified AI-agent systems.">
8
  <meta name="robots" content="index,follow">
9
  <meta name="author" content="Chaoyue He">
10
  <link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/">
@@ -15,7 +15,7 @@
15
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&amp;family=Inter:wght@400;500;600;700;800&amp;display=swap" rel="stylesheet">
16
  <meta property="og:type" content="website">
17
  <meta property="og:title" content="Awesome Loop Engineering">
18
- <meta property="og:description" content="Explore 540 audited resources, 15 operational patterns, reusable loop contracts, and runnable examples for recurring AI-agent systems.">
19
  <meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/">
20
  <meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview.png?v=4">
21
  <meta property="og:image:width" content="1280">
@@ -23,7 +23,7 @@
23
  <meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts.">
24
  <meta name="twitter:card" content="summary_large_image">
25
  <meta name="twitter:title" content="Awesome Loop Engineering">
26
- <meta name="twitter:description" content="540 audited resources and reusable patterns for designing recurring AI-agent systems above prompt, context, and harness engineering.">
27
  <meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview.png?v=4">
28
  <link rel="alternate" type="application/atom+xml" title="Awesome Loop Engineering releases" href="https://github.com/ChaoYue0307/awesome-loop-engineering/releases.atom">
29
  <link rel="alternate" type="application/atom+xml" title="Awesome Loop Engineering commits" href="https://github.com/ChaoYue0307/awesome-loop-engineering/commits/main.atom">
@@ -778,7 +778,7 @@
778
  "@type": "CollectionPage",
779
  "name": "Awesome Loop Engineering",
780
  "url": "https://chaoyue0307.github.io/awesome-loop-engineering/",
781
- "description": "A curated field guide to Loop Engineering: designing recurring AI-agent systems above prompt, context, and harness engineering.",
782
  "keywords": ["Loop Engineering", "AI agents", "Coding agents", "Agent workflows", "Agentic loops"],
783
  "datePublished": "2026-06-10",
784
  "dateModified": "2026-07-17",
@@ -800,7 +800,7 @@
800
  {
801
  "@type": "Question",
802
  "name": "What is loop engineering?",
803
- "acceptedAnswer": { "@type": "Answer", "text": "Loop Engineering is the practice of designing recurring AI agent and coding-agent systems that discover work, delegate it, verify results, persist state, decide next actions, and run again." }
804
  },
805
  {
806
  "@type": "Question",
@@ -904,7 +904,7 @@
904
  <p class="section-label hero-kicker"><span class="emoji" aria-hidden="true">🔁</span><span>The field guide for recurring AI-agent systems</span></p>
905
  <h1>Awesome Loop Engineering</h1>
906
  <p class="tagline">Design loops, not just prompts.</p>
907
- <p class="lead">Build the recurring system around the agent: discover work, delegate it, verify the result, persist state, and decide what happens next.</p>
908
  <div class="actions">
909
  <a class="button primary" href="https://github.com/ChaoYue0307/awesome-loop-engineering#readme"><span class="emoji" aria-hidden="true">📚</span>Explore the list</a>
910
  <a class="button" href="#choose"><span class="emoji" aria-hidden="true">🧭</span>Choose a loop</a>
@@ -954,7 +954,7 @@
954
  </picture>
955
  </figure>
956
  <div class="stats" role="list" aria-label="Repository at a glance">
957
- <div class="stat" role="listitem"><b><span class="emoji" aria-hidden="true">📚</span>540</b><span>curated entries</span></div>
958
  <div class="stat" role="listitem"><b><span class="emoji" aria-hidden="true">🧩</span>15</b><span>operational patterns</span></div>
959
  <div class="stat" role="listitem"><b><span class="emoji" aria-hidden="true">🧾</span>15</b><span>loop contracts</span></div>
960
  <div class="stat" role="listitem"><b><span class="emoji" aria-hidden="true">▶️</span>6</b><span>runnable templates</span></div>
@@ -970,7 +970,7 @@
970
  <p class="section-label"><span class="emoji" aria-hidden="true">🧾</span><span>01 / The loop contract</span></p>
971
  <h2>Every reliable loop names the same parts.</h2>
972
  </div>
973
- <p class="section-intro">The contract turns a recurring prompt habit into a reviewable operating system. Use the <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/schemas/loop-contract.schema.json">JSON schema</a> and <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/examples/README.md">15 validated examples</a> to make each decision explicit.</p>
974
  </div>
975
  <figure class="diagram desktop-diagram">
976
  <div class="diagram-scroll"><img src="assets/loop-contract-cards.svg" width="1200" height="720" loading="lazy" alt="Loop Contract: objective, trigger, intake, workspace, context, delegation, verification, state, budget, escalation, exit, and next action."></div>
@@ -1020,7 +1020,7 @@
1020
  <p class="section-label"><span class="emoji" aria-hidden="true">🔁</span><span>02 / The lifecycle</span></p>
1021
  <h2>Evidence moves the loop forward.</h2>
1022
  </div>
1023
- <p class="section-intro">A deterministic gate checks the work. The result and its receipts persist outside the model. The next action is retry, escalate, or exit.</p>
1024
  </div>
1025
  <figure class="diagram desktop-diagram">
1026
  <div class="diagram-scroll"><img src="assets/loop-lifecycle.svg" width="1240" height="560" loading="lazy" alt="Loop Engineering lifecycle: Intake, Delegate, Act, Verify, Persist, Decide; then retry with evidence, escalate to a human, or exit when the goal is met."></div>
@@ -1130,17 +1130,17 @@
1130
  <div class="wrap">
1131
  <div class="section-head">
1132
  <div>
1133
- <p class="section-label"><span class="emoji" aria-hidden="true">📚</span><span>06 / Curated resources</span></p>
1134
- <h2>Find the evidence for your next decision.</h2>
1135
  </div>
1136
- <p class="section-intro">Search 540 audited works by goal, lifecycle stage, artifact type, and evidence class. Each row combines the curated assessment with verified authorship, year, venue or source platform, and identifiers when the primary source exposes them.</p>
1137
  </div>
1138
  <p class="audit-note"><strong>Audit snapshot, 2026-07-17:</strong> all 540 rows checked; 493 public sources reachable, 4 access-restricted, 43 repository-native, and 0 broken or unreachable. <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv">Inspect the audit</a> or <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">report a correction</a>.</p>
1139
  <div class="resource-explorer" id="resource-explorer">
1140
- <div class="resource-toolbar" role="search" aria-label="Search curated resources">
1141
  <label>
1142
  <span class="sr-only">Search resources</span>
1143
- <input class="resource-input" id="resource-search" type="search" placeholder="Search 540 audited resources" autocomplete="off">
1144
  </label>
1145
  <label>
1146
  <span class="sr-only">Resource type</span>
@@ -1236,9 +1236,9 @@
1236
  <div class="section-head">
1237
  <div>
1238
  <p class="section-label"><span class="emoji" aria-hidden="true">🤝</span><span>07 / Contribute</span></p>
1239
- <h2>Bring a source or a real loop.</h2>
1240
  </div>
1241
- <p class="section-intro">Add a vetted source with a specific annotation, or document a loop you actually run. Both paths have a checklist.</p>
1242
  </div>
1243
  <div class="link-grid contribute-grid">
1244
  <a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml"><h3><span class="emoji" aria-hidden="true">➕</span>Suggest a resource</h3><p>Submit one canonical source and a precise annotation in under five minutes.</p></a>
@@ -1254,13 +1254,13 @@
1254
  <div class="section-head">
1255
  <div>
1256
  <p class="section-label"><span class="emoji" aria-hidden="true">💬</span><span>08 / FAQ</span></p>
1257
- <h2>Loop Engineering, answered.</h2>
1258
  </div>
1259
- <p class="section-intro">Short answers to the questions people ask first.</p>
1260
  </div>
1261
  <details open>
1262
  <summary>What is loop engineering?</summary>
1263
- <p>Loop Engineering is the practice of designing recurring AI agent and coding-agent systems that discover work, delegate it, verify the result, persist state outside the model, decide what happens next, and run again.</p>
1264
  </details>
1265
  <details>
1266
  <summary>How is it different from prompt, context, and harness engineering?</summary>
@@ -1328,7 +1328,7 @@
1328
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.pt-BR.md" lang="pt-BR">Português</a>
1329
  </div>
1330
  </div>
1331
- <p class="legal">This is an early curated map of an emerging practice, not a final standard. Original repository materials are released under <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/LICENSE">CC0-1.0</a>. Linked resources keep their own licenses.</p>
1332
  </div>
1333
  </footer>
1334
 
 
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
  <title>Awesome Loop Engineering</title>
7
+ <meta name="description" content="540 source-audited resources, 15 operational patterns, validated contracts, and runnable templates for recurring AI-agent systems.">
8
  <meta name="robots" content="index,follow">
9
  <meta name="author" content="Chaoyue He">
10
  <link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/">
 
15
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&amp;family=Inter:wght@400;500;600;700;800&amp;display=swap" rel="stylesheet">
16
  <meta property="og:type" content="website">
17
  <meta property="og:title" content="Awesome Loop Engineering">
18
+ <meta property="og:description" content="Explore 540 source-audited resources, 15 operational patterns, validated contracts, and runnable templates for recurring AI-agent systems.">
19
  <meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/">
20
  <meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview.png?v=4">
21
  <meta property="og:image:width" content="1280">
 
23
  <meta property="og:image:alt" content="Awesome Loop Engineering: design loops, not just prompts.">
24
  <meta name="twitter:card" content="summary_large_image">
25
  <meta name="twitter:title" content="Awesome Loop Engineering">
26
+ <meta name="twitter:description" content="540 source-audited resources and reusable operating patterns for recurring, stateful, verified AI-agent systems.">
27
  <meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview.png?v=4">
28
  <link rel="alternate" type="application/atom+xml" title="Awesome Loop Engineering releases" href="https://github.com/ChaoYue0307/awesome-loop-engineering/releases.atom">
29
  <link rel="alternate" type="application/atom+xml" title="Awesome Loop Engineering commits" href="https://github.com/ChaoYue0307/awesome-loop-engineering/commits/main.atom">
 
778
  "@type": "CollectionPage",
779
  "name": "Awesome Loop Engineering",
780
  "url": "https://chaoyue0307.github.io/awesome-loop-engineering/",
781
+ "description": "A source-audited field guide and implementation kit for recurring, stateful, verified AI-agent systems.",
782
  "keywords": ["Loop Engineering", "AI agents", "Coding agents", "Agent workflows", "Agentic loops"],
783
  "datePublished": "2026-06-10",
784
  "dateModified": "2026-07-17",
 
800
  {
801
  "@type": "Question",
802
  "name": "What is loop engineering?",
803
+ "acceptedAnswer": { "@type": "Answer", "text": "Loop Engineering is the practice of designing recurring AI-agent and coding-agent systems that discover work, delegate it, verify results, persist state, decide next actions, and run again." }
804
  },
805
  {
806
  "@type": "Question",
 
904
  <p class="section-label hero-kicker"><span class="emoji" aria-hidden="true">🔁</span><span>The field guide for recurring AI-agent systems</span></p>
905
  <h1>Awesome Loop Engineering</h1>
906
  <p class="tagline">Design loops, not just prompts.</p>
907
+ <p class="lead">540 source-audited resources, 15 operational patterns, and reusable contracts for agent systems that must keep working.</p>
908
  <div class="actions">
909
  <a class="button primary" href="https://github.com/ChaoYue0307/awesome-loop-engineering#readme"><span class="emoji" aria-hidden="true">📚</span>Explore the list</a>
910
  <a class="button" href="#choose"><span class="emoji" aria-hidden="true">🧭</span>Choose a loop</a>
 
954
  </picture>
955
  </figure>
956
  <div class="stats" role="list" aria-label="Repository at a glance">
957
+ <div class="stat" role="listitem"><b><span class="emoji" aria-hidden="true">📚</span>540</b><span>audited resources</span></div>
958
  <div class="stat" role="listitem"><b><span class="emoji" aria-hidden="true">🧩</span>15</b><span>operational patterns</span></div>
959
  <div class="stat" role="listitem"><b><span class="emoji" aria-hidden="true">🧾</span>15</b><span>loop contracts</span></div>
960
  <div class="stat" role="listitem"><b><span class="emoji" aria-hidden="true">▶️</span>6</b><span>runnable templates</span></div>
 
970
  <p class="section-label"><span class="emoji" aria-hidden="true">🧾</span><span>01 / The loop contract</span></p>
971
  <h2>Every reliable loop names the same parts.</h2>
972
  </div>
973
+ <p class="section-intro">A loop contract makes triggers, permissions, verification, state, budgets, and human handoff reviewable. Start with the <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/schemas/loop-contract.schema.json">JSON schema</a> or one of <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/examples/README.md">15 validated examples</a>.</p>
974
  </div>
975
  <figure class="diagram desktop-diagram">
976
  <div class="diagram-scroll"><img src="assets/loop-contract-cards.svg" width="1200" height="720" loading="lazy" alt="Loop Contract: objective, trigger, intake, workspace, context, delegation, verification, state, budget, escalation, exit, and next action."></div>
 
1020
  <p class="section-label"><span class="emoji" aria-hidden="true">🔁</span><span>02 / The lifecycle</span></p>
1021
  <h2>Evidence moves the loop forward.</h2>
1022
  </div>
1023
+ <p class="section-intro">Tests, evals, traces, or reviewers gate the work. Evidence and state persist outside the model, then drive retry, escalation, or exit.</p>
1024
  </div>
1025
  <figure class="diagram desktop-diagram">
1026
  <div class="diagram-scroll"><img src="assets/loop-lifecycle.svg" width="1240" height="560" loading="lazy" alt="Loop Engineering lifecycle: Intake, Delegate, Act, Verify, Persist, Decide; then retry with evidence, escalate to a human, or exit when the goal is met."></div>
 
1130
  <div class="wrap">
1131
  <div class="section-head">
1132
  <div>
1133
+ <p class="section-label"><span class="emoji" aria-hidden="true">📚</span><span>06 / Resource atlas</span></p>
1134
+ <h2>Find evidence, not just links.</h2>
1135
  </div>
1136
+ <p class="section-intro">Filter 540 source-audited works by goal, lifecycle, artifact type, and evidence class. Open any result for contribution, novelty, impact, provenance, and source metadata.</p>
1137
  </div>
1138
  <p class="audit-note"><strong>Audit snapshot, 2026-07-17:</strong> all 540 rows checked; 493 public sources reachable, 4 access-restricted, 43 repository-native, and 0 broken or unreachable. <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv">Inspect the audit</a> or <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml">report a correction</a>.</p>
1139
  <div class="resource-explorer" id="resource-explorer">
1140
+ <div class="resource-toolbar" role="search" aria-label="Search resources">
1141
  <label>
1142
  <span class="sr-only">Search resources</span>
1143
+ <input class="resource-input" id="resource-search" type="search" placeholder="Search title, author, or topic" autocomplete="off">
1144
  </label>
1145
  <label>
1146
  <span class="sr-only">Resource type</span>
 
1236
  <div class="section-head">
1237
  <div>
1238
  <p class="section-label"><span class="emoji" aria-hidden="true">🤝</span><span>07 / Contribute</span></p>
1239
+ <h2>Improve the evidence or share a loop.</h2>
1240
  </div>
1241
+ <p class="section-intro">Submit one canonical source, correct an existing record with primary evidence, or document a loop you have run.</p>
1242
  </div>
1243
  <div class="link-grid contribute-grid">
1244
  <a class="card" href="https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=resource-suggestion.yml"><h3><span class="emoji" aria-hidden="true">➕</span>Suggest a resource</h3><p>Submit one canonical source and a precise annotation in under five minutes.</p></a>
 
1254
  <div class="section-head">
1255
  <div>
1256
  <p class="section-label"><span class="emoji" aria-hidden="true">💬</span><span>08 / FAQ</span></p>
1257
+ <h2>Questions that define the boundary.</h2>
1258
  </div>
1259
+ <p class="section-intro">Use these tests to decide whether a recurring agent system needs a loop.</p>
1260
  </div>
1261
  <details open>
1262
  <summary>What is loop engineering?</summary>
1263
+ <p>Loop Engineering is the practice of designing recurring AI-agent and coding-agent systems that discover work, delegate it, verify results, persist state outside the model, decide what happens next, and run again.</p>
1264
  </details>
1265
  <details>
1266
  <summary>How is it different from prompt, context, and harness engineering?</summary>
 
1328
  <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.pt-BR.md" lang="pt-BR">Português</a>
1329
  </div>
1330
  </div>
1331
+ <p class="legal">This is a source-audited map of an emerging practice, not a final standard. Original repository materials are released under <a href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/LICENSE">CC0-1.0</a>. Linked resources retain their own licenses.</p>
1332
  </div>
1333
  </footer>
1334
 
examples/README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Loop Examples
2
 
3
- These examples show how to turn the abstract loop contract into concrete operating specs.
4
 
5
  ## Contract Library
6
 
@@ -22,11 +22,11 @@ Every loop in the [pattern library](../patterns/README.md) has a matching contra
22
  - [`release-note-loop.json`](release-note-loop.json)
23
  - [`model-routing-loop.json`](model-routing-loop.json)
24
 
25
- Use them as starting points. Adapt triggers, tools, checks, state artifacts, and escalation rules to your repository and runtime.
26
 
27
  ## Runnable Loops
28
 
29
- The [runnable directory](runnable/README.md) contains working loop scripts, starting with a dependency-light test-repair loop you can drive with Claude Code, Codex CLI, or any agent CLI.
30
 
31
  ## PR Babysitter
32
 
 
1
  # Loop Examples
2
 
3
+ These examples turn the Loop Contract into validated operating specifications.
4
 
5
  ## Contract Library
6
 
 
22
  - [`release-note-loop.json`](release-note-loop.json)
23
  - [`model-routing-loop.json`](model-routing-loop.json)
24
 
25
+ Adapt each contract's triggers, tools, checks, state artifacts, and escalation rules to your repository and runtime.
26
 
27
  ## Runnable Loops
28
 
29
+ The [runnable directory](runnable/README.md) contains working scripts, including a dependency-light test-repair loop for Claude Code, Codex CLI, or another agent CLI.
30
 
31
  ## PR Babysitter
32
 
meta/CURATION.md CHANGED
@@ -1,14 +1,14 @@
1
  # Curation Standard
2
 
3
- This repository is intentionally selective. It should help builders understand and practice Loop Engineering for AI and coding agents as the layer above prompt, context, and harness engineering, not become a general AI-agent link dump.
4
 
5
  ## Acceptance Test
6
 
7
  A resource belongs when it passes all three checks:
8
 
9
- 1. **Scope fit**: It is about AI/coding-agent loops, or a direct foundation for designing repeated agent runs that discover work, delegate to agents, coordinate context and harnesses, verify results, persist state, decide next actions, and escalate.
10
  1. **Builder value**: It helps someone design, run, verify, evaluate, operate, or critique recurring agent systems.
11
- 1. **Stable evidence**: It is public, specific, and stable enough that readers can inspect it later.
12
 
13
  ## Strong Signals
14
 
@@ -18,7 +18,7 @@ Prefer resources with one or more of these properties:
18
  - Official docs for an agent runtime, SDK, workflow system, benchmark, or eval framework.
19
  - Concrete implementation detail: commands, architecture, traces, code, loop instructions, automation configs, hooks, schedules, state files, worktrees, checks, or failure modes.
20
  - Durable research foundation: ReAct, reflection, self-correction, planning, memory, tool use, evaluation, or state.
21
- - Practical operational value: CI repair, PR babysitting, deploy verification, docs drift, feedback clustering, cost control, or escalation.
22
 
23
  ## Weak Signals
24
 
@@ -45,7 +45,7 @@ Prefer the highest-tier source that explains the same idea clearly.
45
 
46
  ## Editorial Responsibility And Assistance
47
 
48
- The maintainer is accountable for every released inclusion decision, category, annotation, and project-level claim. Repository automation may assist with discovery, URL resolution, duplicate detection, bibliographic extraction, repository statistics, and draft normalization. Automated output is never treated as evidence on its own: the canonical source record, primary metadata, and stated limitations control the final entry.
49
 
50
  The public dataset keeps those layers separate:
51
 
 
1
  # Curation Standard
2
 
3
+ This collection is intentionally selective. It covers recurring AI-agent and coding-agent systems with explicit triggers, verification, durable state, budgets, escalation, and exit; it is not a general agent link directory.
4
 
5
  ## Acceptance Test
6
 
7
  A resource belongs when it passes all three checks:
8
 
9
+ 1. **Scope fit**: It covers AI/coding-agent loops or a direct foundation for repeated runs that discover work, delegate, verify, persist state, decide next actions, and escalate.
10
  1. **Builder value**: It helps someone design, run, verify, evaluate, operate, or critique recurring agent systems.
11
+ 1. **Inspectable evidence**: It is public, specific, and stable enough for readers to verify.
12
 
13
  ## Strong Signals
14
 
 
18
  - Official docs for an agent runtime, SDK, workflow system, benchmark, or eval framework.
19
  - Concrete implementation detail: commands, architecture, traces, code, loop instructions, automation configs, hooks, schedules, state files, worktrees, checks, or failure modes.
20
  - Durable research foundation: ReAct, reflection, self-correction, planning, memory, tool use, evaluation, or state.
21
+ - Operational value: CI repair, PR babysitting, deploy verification, docs drift, feedback clustering, cost control, or escalation.
22
 
23
  ## Weak Signals
24
 
 
45
 
46
  ## Editorial Responsibility And Assistance
47
 
48
+ The maintainer owns every released inclusion decision, category, annotation, and project-level claim. Automation may assist discovery, URL resolution, duplicate detection, bibliographic extraction, repository statistics, and draft normalization. Automated output is not evidence; canonical sources, primary metadata, and stated limitations control the final entry.
49
 
50
  The public dataset keeps those layers separate:
51
 
meta/DISTRIBUTION.md CHANGED
@@ -1,6 +1,6 @@
1
  # Distribution And Discovery Checklist
2
 
3
- Use this checklist after major updates or releases. The goal is accurate discovery, not hype.
4
 
5
  ## Current Launch Status
6
 
@@ -29,7 +29,7 @@ Search engines may still take days or longer to index a new repository. Backlink
29
 
30
  ## Hugging Face Dataset Mirror
31
 
32
- The repository is mirrored to the Hugging Face Hub dataset repo [`datasets/cy0307/awesome-loop-engineering`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering) for discovery within the AI/ML community. The daily maintenance routine syncs it after each GitHub push.
33
 
34
  - The mirror tracks the full GitHub tree (docs, patterns, examples, schema, scripts).
35
  - The dataset mirror includes generated resource sheets at `data/resources.csv` and `data/resources.jsonl`, refreshed from the canonical English `README.md` by `scripts/export_resource_dataset.py`.
@@ -39,14 +39,14 @@ The repository is mirrored to the Hugging Face Hub dataset repo [`datasets/cy030
39
 
40
  ## GitHub-Native Promotion
41
 
42
- Discoverability levers that live on GitHub itself, in priority order.
43
 
44
  - **Topic page (`github/explore`).** The [`loop-engineering` topic](https://github.com/topics/loop-engineering) now has a curated page through merged PR [`github/explore#5209`](https://github.com/github/explore/pull/5209). Keep the topic description ecosystem-wide rather than repository-specific.
45
  - **sindresorhus/awesome submission.** The open PR at [`sindresorhus/awesome#4339`](https://github.com/sindresorhus/awesome/pull/4339) has a passing lint check and an explicit owner policy objection to AI-generated lists. Keep the curation process transparent and wait for maintainer clarification; do not present the PR as ordinary pending review. See [`AWESOME_SUBMISSION.md`](AWESOME_SUBMISSION.md).
46
  - **Editorial submissions to adjacent lists** this repo already cites (harness, context, and agent-paper lists). Submit only where the maintainers explicitly accept related resources. Ready-to-paste entry:
47
 
48
  ```md
49
- - [Awesome Loop Engineering](https://github.com/ChaoYue0307/awesome-loop-engineering#readme) - Recurring AI/coding-agent systems above prompt, context, and harness engineering: patterns, contracts, runnable loops, and curated resources.
50
  ```
51
 
52
  - **Pin the repository** on your profile, and add it to your profile README (profile-level promotion).
@@ -103,11 +103,11 @@ https://chaoyue0307.github.io/awesome-loop-engineering/
103
  ```text
104
  Awesome Loop Engineering v0.6.0 is live.
105
 
106
- Loop Engineering is the operating layer above prompt, context, and harness engineering: the recurring system that discovers work, delegates it, verifies results, persists state, and decides what happens next.
107
 
108
  The release includes:
109
 
110
- - 540 audited resources
111
  - an interactive Resource Atlas
112
  - 15 operational patterns and 15 validated loop contracts
113
  - 6 runnable templates
@@ -125,9 +125,9 @@ Use a regular submission, not Show HN.
125
  ```text
126
  Title: Awesome Loop Engineering: 540 resources for recurring AI-agent systems
127
 
128
- I have been mapping the layer above prompt, context, and harness engineering: recurring systems that discover work, delegate it, verify results, persist state, and decide whether to retry, escalate, or exit.
129
 
130
- The repository now includes 540 audited sources, 15 operational patterns, validated loop contracts, runnable templates, an interactive Resource Atlas, and a structured Hugging Face dataset. The curation and source-audit method is public, and corrections to the taxonomy and source annotations are especially welcome.
131
 
132
  https://github.com/ChaoYue0307/awesome-loop-engineering
133
  ```
 
1
  # Distribution And Discovery Checklist
2
 
3
+ Use this checklist after major updates or releases. Optimize for qualified discovery, accurate claims, and useful follow-through.
4
 
5
  ## Current Launch Status
6
 
 
29
 
30
  ## Hugging Face Dataset Mirror
31
 
32
+ The Hugging Face dataset [`datasets/cy0307/awesome-loop-engineering`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering) exposes the collection to AI/ML users and tabular workflows. Sync it after each GitHub release or data change.
33
 
34
  - The mirror tracks the full GitHub tree (docs, patterns, examples, schema, scripts).
35
  - The dataset mirror includes generated resource sheets at `data/resources.csv` and `data/resources.jsonl`, refreshed from the canonical English `README.md` by `scripts/export_resource_dataset.py`.
 
39
 
40
  ## GitHub-Native Promotion
41
 
42
+ Use GitHub-native discovery in this order.
43
 
44
  - **Topic page (`github/explore`).** The [`loop-engineering` topic](https://github.com/topics/loop-engineering) now has a curated page through merged PR [`github/explore#5209`](https://github.com/github/explore/pull/5209). Keep the topic description ecosystem-wide rather than repository-specific.
45
  - **sindresorhus/awesome submission.** The open PR at [`sindresorhus/awesome#4339`](https://github.com/sindresorhus/awesome/pull/4339) has a passing lint check and an explicit owner policy objection to AI-generated lists. Keep the curation process transparent and wait for maintainer clarification; do not present the PR as ordinary pending review. See [`AWESOME_SUBMISSION.md`](AWESOME_SUBMISSION.md).
46
  - **Editorial submissions to adjacent lists** this repo already cites (harness, context, and agent-paper lists). Submit only where the maintainers explicitly accept related resources. Ready-to-paste entry:
47
 
48
  ```md
49
+ - [Awesome Loop Engineering](https://github.com/ChaoYue0307/awesome-loop-engineering#readme) - Source-audited resources, reusable patterns, validated contracts, and runnable templates for recurring AI-agent systems.
50
  ```
51
 
52
  - **Pin the repository** on your profile, and add it to your profile README (profile-level promotion).
 
103
  ```text
104
  Awesome Loop Engineering v0.6.0 is live.
105
 
106
+ Loop Engineering governs what happens across agent runs: how work enters, agents act, evidence decides, state survives, and the system continues.
107
 
108
  The release includes:
109
 
110
+ - 540 source-audited resources
111
  - an interactive Resource Atlas
112
  - 15 operational patterns and 15 validated loop contracts
113
  - 6 runnable templates
 
125
  ```text
126
  Title: Awesome Loop Engineering: 540 resources for recurring AI-agent systems
127
 
128
+ I have been mapping recurring AI-agent systems: how work enters, agents act, evidence gates results, state survives, and the system retries, escalates, or exits.
129
 
130
+ The repository includes 540 source-audited works, 15 operational patterns, validated loop contracts, runnable templates, an interactive Resource Atlas, and a structured Hugging Face dataset. The curation and audit methods are public; corrections to the taxonomy and annotations are especially welcome.
131
 
132
  https://github.com/ChaoYue0307/awesome-loop-engineering
133
  ```
meta/OUTREACH.md CHANGED
@@ -1,6 +1,6 @@
1
  # Outreach Kit
2
 
3
- Use this when inviting authors, practitioners, or tool builders to improve the repository.
4
 
5
  ## Who To Invite
6
 
@@ -12,9 +12,9 @@ Use this when inviting authors, practitioners, or tool builders to improve the r
12
  ## Short Message
13
 
14
  ```text
15
- Hi <name>, this repository is collecting high-signal resources and practical patterns for Loop Engineering: designing recurring AI-agent systems above prompt, context, and harness engineering.
16
 
17
- If you have a source, correction, real-world loop pattern, or cautionary example that should be included, contributions are welcome:
18
  https://github.com/ChaoYue0307/awesome-loop-engineering
19
  ```
20
 
@@ -23,7 +23,7 @@ https://github.com/ChaoYue0307/awesome-loop-engineering
23
  ```text
24
  Hi <name>, do you have a public example of an agent loop you can share?
25
 
26
- The repo is looking for examples with a clear trigger, work intake, agent roles, verification gates, durable state, retry budget, escalation path, and receipts. An anonymized version is fine if the implementation cannot be public.
27
  ```
28
 
29
  ## Accuracy Request
@@ -31,14 +31,14 @@ The repo is looking for examples with a clear trigger, work intake, agent roles,
31
  ```text
32
  Hi <name>, I included <work title> in Awesome Loop Engineering and summarized its contribution as: "<current annotation>."
33
 
34
- Could you check whether that characterization is accurate? If it misses the main contribution, novelty, impact, or best canonical link, a correction is very welcome:
35
  https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml
36
  ```
37
 
38
  ## Maintainer Request
39
 
40
  ```text
41
- Hi <name>, Awesome Loop Engineering is a curated map of recurring AI-agent systems above prompt, context, and harness engineering. It includes audited resources, operational patterns, loop contracts, runnable templates, and a structured dataset.
42
 
43
  Would it fit the related-resources policy for <project or newsletter>? I can provide a shorter description or submit through the normal contribution process:
44
  https://github.com/ChaoYue0307/awesome-loop-engineering
 
1
  # Outreach Kit
2
 
3
+ Use these messages to request sources, operating examples, and accuracy corrections without asking for promotion.
4
 
5
  ## Who To Invite
6
 
 
12
  ## Short Message
13
 
14
  ```text
15
+ Hi <name>, Awesome Loop Engineering collects source-audited resources and reusable patterns for recurring AI-agent systems.
16
 
17
+ If you have a canonical source, correction, real-world loop, or cautionary example, you can contribute here:
18
  https://github.com/ChaoYue0307/awesome-loop-engineering
19
  ```
20
 
 
23
  ```text
24
  Hi <name>, do you have a public example of an agent loop you can share?
25
 
26
+ Useful examples name the trigger, intake, agent roles, verification gates, durable state, retry budget, escalation path, and receipts. An anonymized version is welcome when the implementation cannot be public.
27
  ```
28
 
29
  ## Accuracy Request
 
31
  ```text
32
  Hi <name>, I included <work title> in Awesome Loop Engineering and summarized its contribution as: "<current annotation>."
33
 
34
+ Could you check whether that characterization is accurate? If it misses the main contribution, novelty, impact, or canonical link, please submit a correction:
35
  https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml
36
  ```
37
 
38
  ## Maintainer Request
39
 
40
  ```text
41
+ Hi <name>, Awesome Loop Engineering is a source-audited field guide and implementation kit for recurring AI-agent systems. It includes 540 resources, 15 operational patterns, validated contracts, runnable templates, and a structured dataset.
42
 
43
  Would it fit the related-resources policy for <project or newsletter>? I can provide a shorter description or submit through the normal contribution process:
44
  https://github.com/ChaoYue0307/awesome-loop-engineering
meta/hf_card_body.md CHANGED
@@ -5,7 +5,7 @@
5
  <h1 align="center">Awesome Loop Engineering Dataset</h1>
6
 
7
  <p align="center">
8
- A source-audited sheet of {{RESOURCE_COUNT}} papers, official docs, tools, benchmarks, patterns, critiques, and implementation guides for recurring AI-agent systems.
9
  </p>
10
 
11
  <p align="center">
@@ -17,13 +17,13 @@
17
 
18
  ## Dataset Summary
19
 
20
- Each row represents one resource from the canonical English field guide. The export combines the maintainer's short assessment with source-level bibliographic metadata, lifecycle and audience facets, evidence classification, audit status, and current repository statistics when applicable.
21
 
22
  Current release: **v{{VERSION}}**
23
 
24
  | Surface | Count |
25
  | --- | ---: |
26
- | Curated resources | {{RESOURCE_COUNT}} |
27
  | Operational patterns | {{PATTERN_COUNT}} |
28
  | Validated loop contracts | {{CONTRACT_COUNT}} |
29
  | Runnable templates | {{RUNNABLE_COUNT}} |
@@ -61,11 +61,11 @@ Use `url` as the durable join key. `row_id` and `source_line` are positional and
61
 
62
  ## Intended Uses
63
 
64
- - discover primary sources and implementation references for recurring agent systems;
65
- - compare resources by lifecycle stage, audience, evidence class, source type, and publication metadata;
66
- - build literature maps, reading lists, dashboards, or retrieval indexes;
67
- - audit how a public field guide characterizes contribution, novelty, impact, and evidence;
68
- - find reusable patterns, contracts, schemas, and runnable examples.
69
 
70
  Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collection as a quality label, endorsement, or automated ranking of scientific validity.
71
 
@@ -90,7 +90,7 @@ The complete field-by-field schema is documented in [`data/README.md`](https://g
90
 
91
  The collection prioritizes primary papers, official documentation, project repositories, and implementation-heavy practitioner sources. Every released row must pass the public [curation standard](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md).
92
 
93
- Annotations are original repository syntheses, not copied abstracts and not claims of author endorsement. Automation may assist discovery, URL resolution, duplicate detection, bibliographic extraction, repository statistics, and draft normalization. The canonical source remains the evidence, and the maintainer is accountable for the released inclusion decision and text.
94
 
95
  The full point-in-time audit is available as [`data/resource_source_audit.csv`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv).
96
 
@@ -106,7 +106,7 @@ The full point-in-time audit is available as [`data/resource_source_audit.csv`](
106
 
107
  ## Versioning And Corrections
108
 
109
- GitHub Releases define versioned snapshots. Cite a release or commit when reproducibility matters. Accuracy corrections to summaries, contribution, novelty, impact, author, date, venue, identifier, or canonical URL are accepted through the [correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml).
110
 
111
  ## Citation
112
 
 
5
  <h1 align="center">Awesome Loop Engineering Dataset</h1>
6
 
7
  <p align="center">
8
+ A source-audited dataset of {{RESOURCE_COUNT}} papers, official docs, tools, benchmarks, patterns, critiques, and implementation guides for recurring AI-agent systems.
9
  </p>
10
 
11
  <p align="center">
 
17
 
18
  ## Dataset Summary
19
 
20
+ Each row represents one resource from the canonical English field guide. It pairs a concise editorial assessment with bibliographic metadata, lifecycle and audience facets, evidence classification, audit status, and point-in-time repository statistics when applicable.
21
 
22
  Current release: **v{{VERSION}}**
23
 
24
  | Surface | Count |
25
  | --- | ---: |
26
+ | Source-audited resources | {{RESOURCE_COUNT}} |
27
  | Operational patterns | {{PATTERN_COUNT}} |
28
  | Validated loop contracts | {{CONTRACT_COUNT}} |
29
  | Runnable templates | {{RUNNABLE_COUNT}} |
 
61
 
62
  ## Intended Uses
63
 
64
+ - Find primary sources and implementation references for recurring agent systems.
65
+ - Compare works by lifecycle, audience, evidence class, source type, and publication metadata.
66
+ - Build literature maps, reading lists, dashboards, or retrieval indexes.
67
+ - Audit contribution, novelty, impact, provenance, and evidence claims.
68
+ - Find reusable patterns, contracts, schemas, and runnable examples.
69
 
70
  Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collection as a quality label, endorsement, or automated ranking of scientific validity.
71
 
 
90
 
91
  The collection prioritizes primary papers, official documentation, project repositories, and implementation-heavy practitioner sources. Every released row must pass the public [curation standard](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md).
92
 
93
+ Annotations are original syntheses, not copied abstracts or claims of author endorsement. Automation may assist discovery, URL resolution, duplicate detection, bibliographic extraction, repository statistics, and draft normalization. The canonical source remains the evidence; the maintainer owns each released inclusion decision and annotation.
94
 
95
  The full point-in-time audit is available as [`data/resource_source_audit.csv`](https://huggingface.co/datasets/cy0307/awesome-loop-engineering/blob/main/data/resource_source_audit.csv).
96
 
 
106
 
107
  ## Versioning And Corrections
108
 
109
+ GitHub Releases define versioned snapshots; cite a release or commit for reproducibility. Submit corrections to summaries, contribution, novelty, impact, authorship, dates, venues, identifiers, or canonical URLs through the [correction form](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=annotation-correction.yml).
110
 
111
  ## Citation
112
 
meta/social-preview.html CHANGED
@@ -63,7 +63,7 @@
63
  <body>
64
  <main class="preview">
65
  <div class="identity">
66
- <p class="kicker">The field guide for recurring AI-agent systems</p>
67
  <h1>Awesome Loop Engineering</h1>
68
  <p class="tagline">Design loops, not just prompts.</p>
69
  <p class="support">Discover. Delegate. Verify. Persist. Decide.</p>
@@ -72,7 +72,7 @@
72
  <img src="../assets/awesome-loop-engineering-logo.png" alt="">
73
  </div>
74
  <div class="stats">
75
- <div class="stat"><b>540</b><span>Curated entries</span></div>
76
  <div class="stat"><b>15</b><span>Operational patterns</span></div>
77
  <div class="stat"><b>15</b><span>Validated contracts</span></div>
78
  </div>
 
63
  <body>
64
  <main class="preview">
65
  <div class="identity">
66
+ <p class="kicker">Source-audited field guide for recurring AI-agent systems</p>
67
  <h1>Awesome Loop Engineering</h1>
68
  <p class="tagline">Design loops, not just prompts.</p>
69
  <p class="support">Discover. Delegate. Verify. Persist. Decide.</p>
 
72
  <img src="../assets/awesome-loop-engineering-logo.png" alt="">
73
  </div>
74
  <div class="stats">
75
+ <div class="stat"><b>540</b><span>Audited resources</span></div>
76
  <div class="stat"><b>15</b><span>Operational patterns</span></div>
77
  <div class="stat"><b>15</b><span>Validated contracts</span></div>
78
  </div>
patterns/README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Loop Pattern Library
2
 
3
- This directory turns Loop Engineering principles into practical operating patterns. Each pattern sits above prompt, context, and harness choices: it decides when to trigger agents, what context and tools they get, how work is verified, what state survives, and when the loop repeats or escalates. Each pattern is intentionally small enough to adapt to Codex, Claude Code, GitHub Agentic Workflows, shell scripts, or custom agent runtimes.
4
 
5
  Use a pattern when you can name:
6
 
@@ -38,6 +38,6 @@ Compare every pattern side by side in the [pattern matrix](MATRIX.md), or start
38
 
39
  ## Pattern Quality Bar
40
 
41
- A good loop pattern should be boring in the right places. The goal, allowed actions, deterministic verification gate, retry budget, and stop condition should be explicit before the agent starts doing work.
42
 
43
- Avoid patterns that depend only on the model saying "looks good". Prefer checks with exit codes, changed files, issue links, trace IDs, dashboards, screenshots, or reviewer decisions.
 
1
  # Loop Pattern Library
2
 
3
+ This library turns Loop Engineering principles into portable operating patterns. Each pattern specifies the trigger, context and tools, verification gate, durable state, budget, and escalation path. Adapt them to Codex, Claude Code, GitHub Agentic Workflows, shell scripts, or custom runtimes.
4
 
5
  Use a pattern when you can name:
6
 
 
38
 
39
  ## Pattern Quality Bar
40
 
41
+ A strong pattern makes the objective, allowed actions, verification gate, retry budget, and stop condition explicit before the agent acts.
42
 
43
+ Reject patterns that depend on the model saying "looks good". Prefer exit codes, changed files, issue links, trace IDs, dashboards, screenshots, or reviewer decisions.
posts/launch.md CHANGED
@@ -1,12 +1,12 @@
1
  # Awesome Loop Engineering v0.6.0
2
 
3
- Awesome Loop Engineering v0.6.0 strengthens the project as both a field guide and a verifiable data product for recurring AI-agent systems.
4
 
5
- The collection now maps 540 sources across the operating layer above prompt, context, and harness engineering: the system that discovers work, delegates it, verifies results, persists state, and decides what happens next.
6
 
7
  ## What Is Included
8
 
9
- - 540 audited resources linked to canonical sources
10
  - 15 operational patterns and a symptom-first comparison matrix
11
  - 15 schema-validated loop contracts
12
  - 6 runnable templates for local, scheduled, CI, and hosted execution
@@ -27,11 +27,11 @@ The collection now maps 540 sources across the operating layer above prompt, con
27
 
28
  ## Why This Matters
29
 
30
- Prompt engineering improves what you ask the model. Context engineering improves what the model can see. Harness engineering improves the tools, permissions, sandboxes, and checks around one run.
31
 
32
- Loop Engineering asks the next operating question: what recurring system should wake up, find work, load durable context, act safely, verify with explicit gates, record receipts, and then repeat, report, escalate, or stop?
33
 
34
- The goal is not unlimited autonomy. The goal is bounded, reviewable, evidence-driven repetition.
35
 
36
  ## Explore And Reuse
37
 
@@ -42,7 +42,7 @@ The goal is not unlimited autonomy. The goal is bounded, reviewable, evidence-dr
42
  - [Review the curation standard](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md)
43
  - [Contribute a source or correction](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md)
44
 
45
- Corrections are especially valuable. If a cited work is summarized inaccurately, or a stronger canonical source exists, use the annotation-correction form or open a pull request.
46
 
47
  ## Repository
48
 
 
1
  # Awesome Loop Engineering v0.6.0
2
 
3
+ Awesome Loop Engineering v0.6.0 turns the project into a source-audited field guide, implementation kit, and structured dataset for recurring AI-agent systems.
4
 
5
+ The collection maps 540 sources across the operating layer that discovers work, delegates it, verifies results, persists state, and decides what happens next.
6
 
7
  ## What Is Included
8
 
9
+ - 540 source-audited resources linked to canonical works
10
  - 15 operational patterns and a symptom-first comparison matrix
11
  - 15 schema-validated loop contracts
12
  - 6 runnable templates for local, scheduled, CI, and hosted execution
 
27
 
28
  ## Why This Matters
29
 
30
+ Prompt engineering shapes the instruction. Context engineering shapes what the model can see. Harness engineering shapes one run's tools, permissions, isolation, and checks.
31
 
32
+ Loop Engineering asks the operating question across runs: what starts the system, where work enters, who acts, what evidence gates results, what state survives, and when does the system repeat, report, escalate, or stop?
33
 
34
+ The goal is bounded, reviewable, evidence-driven repetition, not unlimited autonomy.
35
 
36
  ## Explore And Reuse
37
 
 
42
  - [Review the curation standard](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/CURATION.md)
43
  - [Contribute a source or correction](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/CONTRIBUTING.md)
44
 
45
+ Corrections are especially valuable. If a summary is inaccurate or a stronger canonical source exists, use the annotation-correction form or open a pull request.
46
 
47
  ## Repository
48
 
scripts/check_project_consistency.py CHANGED
@@ -31,7 +31,7 @@ def main() -> int:
31
  ROOT / "README.md",
32
  [
33
  f"resources-{count}-",
34
- f"**{count} curated resources**",
35
  f"covers all {count} rows",
36
  ],
37
  failures,
@@ -39,18 +39,17 @@ def main() -> int:
39
  require(
40
  ROOT / "docs" / "index.html",
41
  [
42
- f'content="{count} audited resources',
43
- f">{count}</b><span>curated entries</span>",
44
- f"Search {count} audited works",
45
- f"Search {count} audited resources",
46
  f'"version": "{version}"',
47
  ],
48
  failures,
49
  )
50
  require(ROOT / "meta" / "social-preview.html", [f">{count}</b>"], failures)
51
- require(ROOT / "posts" / "launch.md", [f"# Awesome Loop Engineering v{version}", f"{count} audited resources"], failures)
52
  require(ROOT / "posts" / "launch.zh-CN.md", [f"# Awesome Loop Engineering v{version}", f"{count} 条"], failures)
53
- require(ROOT / "meta" / "DISTRIBUTION.md", [f"v{version}", f"{count} audited resources"], failures)
54
 
55
  for translation in sorted(ROOT.glob("README.*.md")):
56
  require(translation, [count], failures)
 
31
  ROOT / "README.md",
32
  [
33
  f"resources-{count}-",
34
+ f"**{count} source-audited resources**",
35
  f"covers all {count} rows",
36
  ],
37
  failures,
 
39
  require(
40
  ROOT / "docs" / "index.html",
41
  [
42
+ f'content="{count} source-audited resources',
43
+ f">{count}</b><span>audited resources</span>",
44
+ f"Filter {count} source-audited works",
 
45
  f'"version": "{version}"',
46
  ],
47
  failures,
48
  )
49
  require(ROOT / "meta" / "social-preview.html", [f">{count}</b>"], failures)
50
+ require(ROOT / "posts" / "launch.md", [f"# Awesome Loop Engineering v{version}", f"{count} source-audited resources"], failures)
51
  require(ROOT / "posts" / "launch.zh-CN.md", [f"# Awesome Loop Engineering v{version}", f"{count} 条"], failures)
52
+ require(ROOT / "meta" / "DISTRIBUTION.md", [f"v{version}", f"{count} source-audited resources"], failures)
53
 
54
  for translation in sorted(ROOT.glob("README.*.md")):
55
  require(translation, [count], failures)