cy0307 commited on
Commit
7c4b199
·
verified ·
1 Parent(s): ae03c09

Expand actionable future directions agenda

Browse files
.github/ISSUE_TEMPLATE/direction-proposal.yml ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Future direction proposal
2
+ description: Propose a measurable research study, infrastructure project, product pilot, or shared standard.
3
+ title: "[Direction]: "
4
+ labels:
5
+ - enhancement
6
+ body:
7
+ - type: dropdown
8
+ id: workstream
9
+ attributes:
10
+ label: Workstream
11
+ description: Choose the closest Future Directions workstream.
12
+ options:
13
+ - 1. Factorized system evaluation
14
+ - 2. Long-horizon reliability and recovery
15
+ - 3. Verification science and false completion
16
+ - 4. Control policies, stopping, and abstention
17
+ - 5. Human oversight and decision quality
18
+ - 6. Durable state, memory, and provenance
19
+ - 7. Crash-safe execution and idempotency
20
+ - 8. Receipts, observability, and causal debugging
21
+ - 9. Security, permissions, and containment
22
+ - 10. Contract portability and interoperability
23
+ - 11. Reliability economics and resource allocation
24
+ - 12. Multi-agent delegation and coordination
25
+ - 13. Domain-grade loop use cases
26
+ - 14. Progressive rollout, handoff, and incident response
27
+ - 15. Lifecycle governance and maintainable adoption
28
+ validations:
29
+ required: true
30
+ - type: input
31
+ id: operator
32
+ attributes:
33
+ label: Intended operator and recurring task
34
+ description: Who uses or owns the loop, and what repeated work does it perform?
35
+ placeholder: Repository maintainer reviewing recurring dependency-update PRs.
36
+ validations:
37
+ required: true
38
+ - type: textarea
39
+ id: decision
40
+ attributes:
41
+ label: Decision and falsifiable claim
42
+ description: What decision should this work unlock, and what result would support or reject the claim?
43
+ placeholder: Evidence-aware retry should reduce false completion at the same model and token budget; reject if cost rises without a lower false-completion rate.
44
+ validations:
45
+ required: true
46
+ - type: textarea
47
+ id: baselines
48
+ attributes:
49
+ label: Baselines and budgets
50
+ description: State the current operation, single-pass, fixed-retry, and any cost-matched baseline plus the accounting boundary.
51
+ validations:
52
+ required: true
53
+ - type: textarea
54
+ id: contract
55
+ attributes:
56
+ label: Contract, verifier, state, and receipts
57
+ description: Link or describe the Loop Contract, independent evidence gate, persisted state, and decision receipts.
58
+ validations:
59
+ required: true
60
+ - type: textarea
61
+ id: failures
62
+ attributes:
63
+ label: Failure and abuse cases
64
+ description: Which interruptions, stale-state cases, verifier failures, permission attacks, or budget limits will be exercised?
65
+ validations:
66
+ required: true
67
+ - type: textarea
68
+ id: measures
69
+ attributes:
70
+ label: Primary and guardrail measures
71
+ description: Include quality, false completion, recovery, budget, cost, escalation, and human-effort measures as applicable.
72
+ validations:
73
+ required: true
74
+ - type: textarea
75
+ id: artifacts
76
+ attributes:
77
+ label: Public artifacts and constraints
78
+ description: What will be published, and what privacy, licensing, reproducibility, or redaction limits apply?
79
+ validations:
80
+ required: true
81
+ - type: checkboxes
82
+ id: checklist
83
+ attributes:
84
+ label: Checklist
85
+ options:
86
+ - label: The project tests a recurring AI-agent system, not a one-off prompt or generic automation.
87
+ required: true
88
+ - label: I will report negative results and unsuccessful runs rather than selected demonstrations only.
89
+ required: true
FUTURE-DIRECTIONS.md CHANGED
@@ -1,73 +1,259 @@
1
  # Future Directions
2
 
3
- Move Loop Engineering forward through falsifiable research, dependable infrastructure, and testable product work. The strongest contributions make recurring agent loops **more measurable, portable, recoverable, economical, or governable**.
4
 
5
- A credible result exposes the trigger, permissions, external verification gate, durable state, budget, escalation path, and failure evidence. Negative results matter when they reveal where a loop, verifier, state model, or operating assumption breaks.
6
 
7
- ## For Researchers
8
 
9
- | Category | High-value question | Evidence of progress | Concrete starting point |
10
- | --- | --- | --- | --- |
11
- | **Factorized evaluation** | How much performance comes from the model, harness, verifier, and outer loop separately? | Matched model and token budgets, controlled component ablations, confidence intervals, and held-out tasks | Run one fixed model across several harness and loop policies while scoring outcome, recovery, abstention, and resource use |
12
- | **Verification science** | Which combinations of deterministic checks, learned judges, independent agents, and humans prevent false completion? | False-accept and false-reject rates, calibration, tamper resistance, inter-rater agreement, and adversarial challenge sets | Compare a test suite, single judge, judge ensemble, and human review on the same traces with a frozen acceptance policy |
13
- | **State and learning across runs** | Which state representations support cold resume and improvement without stale-memory drift or compaction errors? | Longitudinal replay, state corruption tests, retention curves, recovery accuracy, state size, and maintenance cost | Build tasks that inject missing, stale, conflicting, or poisoned state between runs and measure recovery |
14
- | **Control, stopping, and budgets** | When should a loop retry, change strategy, escalate, abstain, or stop under uncertainty? | Quality-cost-latency Pareto curves, regret, budget adherence, failure containment, and sensitivity analysis | Compare fixed retries, evidence-aware stopping, and learned escalation under identical budgets |
15
- | **Human oversight** | Which handoff designs help people intervene accurately without review fatigue or automation bias? | Preregistered user studies, intervention precision, time to decision, missed failures, workload, and trust calibration | Compare raw traces, concise summaries, and structured evidence receipts on the same review decisions |
16
 
17
- Research reports should publish negative results and separate task success from process discipline. A loop that reaches the answer through uncontrolled retries, hidden state, or verifier leakage is not equivalent to one that succeeds within its declared contract.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- ## For Infrastructure And Reliability Engineers
 
 
 
 
 
 
 
 
 
 
20
 
21
- | Category | Engineering objective | Evidence of progress | Concrete starting point |
22
- | --- | --- | --- | --- |
23
- | **Durable execution** | Resume safely after crashes, rate limits, deploys, and partial work | Idempotency tests, deterministic replay, duplicate-work rate, recovery time, and chaos results | Implement checkpointed queue processing with stable item IDs, bounded leases, and externally verified completion |
24
- | **Receipts and observability** | Make every decision reconstructable from evidence rather than model narration | Correlated traces, immutable receipts, state diffs, cost attribution, and replay tooling | Define a receipt envelope for trigger, input version, action, verifier result, state transition, budget, and next action |
25
- | **Permissions and isolation** | Enforce least privilege across tools, files, networks, credentials, and approval boundaries | Denied-action tests, capability manifests, sandbox escape tests, secret-exposure checks, and audited human overrides | Translate each Loop Contract permission into runtime policy and test both allowed and forbidden actions |
26
- | **Portability and interoperability** | Move one contract between session, CI, scheduled, and durable runtimes without changing its semantics | Conformance tests, adapter compatibility, migration fixtures, and equivalent receipts across runtimes | Build adapters for one contract on a local schedule, GitHub Actions, and a recoverable worker |
27
- | **Reliability economics** | Allocate models, tools, retries, and reviewers to maximize verified value within budget | Cost per verified outcome, latency percentiles, retry amplification, queue stability, and quality-budget frontiers | Add policy-based routing and compare it with fixed-model baselines on a replayable workload |
28
 
29
- Operational maturity should be demonstrated with failure injection, not only happy-path demos. Useful artifacts include runbooks, service-level objectives, incident reviews, migration notes, and conformance suites.
30
 
31
- ## For Application And Product Developers
32
 
33
- | Category | Product objective | Evidence of progress | Concrete starting point |
34
- | --- | --- | --- | --- |
35
- | **Loop-worthy use cases** | Select recurring work with stable intake and a defensible external definition of done | Baseline human effort, recurrence rate, verifier coverage, exception rate, and avoided rework | Start with a narrow queue such as failing checks, stale documents, support triage, or threshold monitoring |
36
- | **Domain verification** | Encode completion in domain evidence rather than a generic model confidence score | Golden cases, contract tests, reviewer agreement, regression suites, and unresolved-edge-case logs | Pair every action path with a domain-specific checker and keep the agent unable to edit that checker |
37
- | **Human handoff experience** | Show progress, uncertainty, evidence, and safe next actions at the moment judgment is needed | Time to understand, correct intervention rate, override quality, notification burden, and user-reported clarity | Design one escalation view around objective, attempted actions, receipts, remaining budget, and recommended choices |
38
- | **Progressive rollout** | Move from observation to bounded production use without hiding risk | Shadow-mode precision, canary outcomes, rollback rate, budget breaches, and post-launch incidents | Roll out through read-only, suggestion, approval-required, and bounded-autonomy stages with explicit promotion gates |
39
- | **Maintainable adoption** | Keep loop behavior understandable as models, tools, policies, and teams change | Contract review time, configuration drift, ownership coverage, change failure rate, and onboarding success | Store versioned contracts beside code, assign an owner, and test them whenever prompts, tools, or verifiers change |
 
40
 
41
- Strong developer contributions are complete vertical slices: a real trigger, bounded permissions, independent gate, durable receipts, escalation UX, and a before/after operating result.
42
 
43
- ## Shared Infrastructure Priorities
44
 
45
- | Priority | Shared asset | Minimum useful outcome |
46
  | --- | --- | --- |
47
- | **Portable Loop Contract profile** | A small interoperable subset of objective, trigger, permissions, verification, state, budget, escalation, and exit fields | Two runtimes execute the same contract and produce semantically equivalent decisions |
48
- | **Receipt and replay format** | A stable event envelope for reconstructing each state transition and verifier decision | A third party can replay one run and identify why it retried, escalated, or exited |
49
- | **Factorized benchmark harness** | Evaluation that varies model, harness, verifier, and loop policy independently | Results attribute gains and costs to the component that caused them |
50
- | **Failure and safety challenge set** | Reusable cases for infinite retries, stale state, judge bias, prompt injection, permission escape, and budget exhaustion | Implementations report comparable containment and recovery metrics |
51
- | **Case-study commons** | Public or safely anonymized operating reports with contracts, receipts, budgets, and lessons | Builders can compare real failure modes and operating economics across domains |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
- ## Three Starter Projects
54
 
55
- 1. **Research:** create a matched-budget benchmark that compares fixed retry, evidence-aware retry, and human escalation while publishing every trace and negative result.
56
- 2. **Engineering:** implement the same validated contract in a local scheduler, CI workflow, and durable worker, then publish a conformance and crash-recovery report.
57
- 3. **Development:** ship one read-only production loop with a measurable baseline, independent checker, evidence-rich handoff, and staged rollout report.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
  ## Qualification Checklist
60
 
61
- Before proposing a new direction, record:
62
 
63
- - the recurring task and user or operator it serves;
64
- - the baseline and falsifiable claim;
65
- - the external evidence gate and who controls it;
66
- - the durable state and receipt format;
67
- - the time, cost, retry, and concurrency budgets;
68
- - the failure injection or adversarial cases;
69
- - the human escalation and rollback path;
70
- - the reproducibility, privacy, and licensing constraints;
71
- - the negative result that would cause the approach to be rejected.
 
72
 
73
- Use [GitHub Discussions](https://github.com/ChaoYue0307/awesome-loop-engineering/discussions) to propose a study, reference implementation, or case study. Use the [gallery checklist](gallery/README.md#minimum-useful-case-study) when reporting a loop that has actually run.
 
1
  # Future Directions
2
 
3
+ Loop Engineering will mature when recurring agent systems can show not only that a task finished, but **why an action was allowed, which evidence accepted it, what state survived, how failure was contained, what the run cost, and when control returned to a person**.
4
 
5
+ This agenda turns those gaps into fifteen research and engineering workstreams. Each workstream names the decision it should unlock, the smallest useful artifact, the measures that matter, and a completion gate. Use it to scope a paper, benchmark, runtime feature, product pilot, standards proposal, or public case study.
6
 
7
+ ## From Idea To Evidence
8
 
9
+ 1. **Choose one recurring task.** Name its operator, trigger, intake source, external definition of done, and consequence of a wrong action.
10
+ 2. **Freeze the Loop Contract.** Record permissions, verifier ownership, durable state, budgets, escalation, and exit before comparing systems.
11
+ 3. **Keep a meaningful baseline.** Compare with the current human workflow, a single agent run, and a bounded fixed-retry policy. Multi-agent work also needs a cost-matched single-agent baseline.
12
+ 4. **Test the failure path.** Inject interruption, stale state, unavailable tools, ambiguous requests, verifier disagreement, and exhausted budgets.
13
+ 5. **Publish the whole result.** Release unsuccessful runs, configuration versions, receipts, costs, human interventions, and the condition that would reject the approach.
 
 
14
 
15
+ | If you are a... | Start with | Produce first |
16
+ | --- | --- | --- |
17
+ | **Researcher or evaluator** | A falsifiable comparison in workstreams 1-5 | Preregistered protocol, benchmark slice, ablation table, traces, and negative results |
18
+ | **Runtime or reliability engineer** | A missing guarantee in workstreams 6-10 | Reference implementation, fault-injection suite, conformance fixtures, and recovery report |
19
+ | **Application or product developer** | A repeated job in workstreams 11-15 | Baseline, bounded vertical slice, domain verifier, handoff flow, and rollout report |
20
+ | **Security or governance lead** | Permissions, adversarial cases, and ownership across workstreams 3, 8, 9, 14, and 15 | Threat model, enforceable policy, abuse tests, incident runbook, and audit evidence |
21
+
22
+ ## Shared Evaluation Protocol
23
+
24
+ Results are comparable only when the unit under test is the **full loop configuration**: model, instructions, context, tools, permissions, runtime, verifier, state policy, retry policy, and budget.
25
+
26
+ ### Required Baselines
27
+
28
+ - **Current operation:** the human or automated process the loop would replace or assist.
29
+ - **Single pass:** one agent run with the same model, tools, context, and task.
30
+ - **Fixed retry:** the same run repeated to a declared limit with unchanged policy.
31
+ - **Candidate loop:** the proposed state, verification, control, or delegation change.
32
+ - **Cost-matched alternative:** required whenever the candidate uses more models, agents, judges, tools, tokens, or human review.
33
+
34
+ ### Core Measures
35
 
36
+ | Measure | Operational definition | Why it matters |
37
+ | --- | --- | --- |
38
+ | **Verified completion rate** | Eligible runs accepted by an independent evidence gate | Separates completed work from persuasive final messages |
39
+ | **False-completion rate** | Runs declared complete that fail an independent audit, divided by all declared-complete runs | Exposes unsafe optimism hidden by pass rate alone |
40
+ | **Cold-resume fidelity** | Restart trials that continue from the correct objective, state, and next action | Tests whether persistence works after the conversation disappears |
41
+ | **Recovery rate** | Injected failures followed by a valid state and bounded continuation or escalation | Measures resilience rather than happy-path success |
42
+ | **Duplicate-side-effect rate** | Repeated external actions caused by retries, replay, or worker recovery | Detects unsafe execution semantics |
43
+ | **Budget adherence** | Runs that stay inside declared token, cost, time, step, and concurrency limits | Makes autonomy governable and comparisons fair |
44
+ | **Escalation precision and recall** | Necessary handoffs raised and unnecessary handoffs avoided against adjudicated cases | Measures both missed danger and review fatigue |
45
+ | **Cost per verified outcome** | Total model, tool, compute, and review cost divided by independently accepted outcomes | Prevents quality gains from hiding uneconomic operation |
46
+ | **Human correction load** | Review time and corrective actions per accepted outcome | Shows whether automation reduces work or merely moves it |
47
 
48
+ Do not collapse these measures into one leaderboard score. Report distributions, uncertainty, every budget breach, and results by failure class. A higher task-success rate is not an improvement if false completion, unsafe action, human correction, or cost rises beyond the declared acceptance threshold.
 
 
 
 
 
 
49
 
50
+ ### Minimum Reproducibility Bundle
51
 
52
+ Every study or operating report should include:
53
 
54
+ - a versioned [Loop Contract](schemas/loop-contract.schema.json) and resolved runtime configuration;
55
+ - task IDs, environment versions, model identifiers, harness versions, and seeds where supported;
56
+ - baseline and candidate budgets measured on the same accounting boundary;
57
+ - verifier code or rubric, verifier ownership, and a statement of what the acting agent can modify;
58
+ - event receipts, state snapshots or diffs, and redacted traces sufficient to reconstruct each decision;
59
+ - success, failure, escalation, and no-work cases rather than selected demonstrations;
60
+ - raw per-run outcomes plus the script that produces aggregate tables;
61
+ - privacy, licensing, and redaction decisions for data that cannot be public.
62
 
63
+ ## Priority Map
64
 
65
+ The tiers describe dependency order, not prestige. Establish trustworthy state transitions before optimizing complex delegation.
66
 
67
+ | Tier | Workstreams | Shared proof point |
68
  | --- | --- | --- |
69
+ | **Foundation** | 3. Verification, 6. State and provenance, 7. Durable execution, 8. Receipts and replay, 9. Security | A loop can be interrupted, audited, attacked, recovered, and stopped without losing control of evidence or side effects |
70
+ | **Scale** | 1. Factorized evaluation, 2. Long-horizon reliability, 4. Control policies, 10. Portability, 11. Economics | Improvements survive matched budgets, multiple runtimes, adverse conditions, and cost accounting |
71
+ | **Adoption** | 5. Human oversight, 12. Multi-agent delegation, 13. Domain loops, 14. Rollout and handoff, 15. Lifecycle governance | A real operator can deploy, understand, interrupt, update, and retire the system using measured promotion gates |
72
+
73
+ ## Research And Evaluation Workstreams
74
+
75
+ ### 1. Factorized System Evaluation
76
+
77
+ - **Decision unlocked:** whether an observed gain came from the model, context, harness, verifier, outer-loop policy, or extra compute.
78
+ - **Build:** a factorial runner that changes one component at a time while holding tasks, model access, budgets, and acceptance policy fixed.
79
+ - **Measure:** verified completion, false completion, effect size with uncertainty, latency, cost, recovery, and human review.
80
+ - **Starter slice:** replay at least 25 public tasks through single pass, fixed retry, and evidence-aware retry using one model and two harness configurations.
81
+ - **Completion gate:** another team can reproduce the comparison and attribute each reported gain to a declared component rather than an untracked configuration change.
82
+
83
+ ### 2. Long-Horizon Reliability And Recovery
84
+
85
+ - **Decision unlocked:** whether a loop can preserve correct progress across sessions, interruptions, changing constraints, and partial failure.
86
+ - **Build:** multi-stage tasks with graded checkpoints and controlled injections for process death, stale state, changed objectives, tool outages, and rollback.
87
+ - **Measure:** milestone coverage, time to first irrecoverable error, cold-resume fidelity, rollback precision, recovery time, and cost by stage.
88
+ - **Starter slice:** convert ten short tasks into five-stage sequences that must resume across three fresh sessions with no conversation history.
89
+ - **Completion gate:** the benchmark distinguishes reasoning failure, state divergence, premature exit, timeout, and recovery failure instead of reporting only final pass or fail.
90
+
91
+ ### 3. Verification Science And False Completion
92
+
93
+ - **Decision unlocked:** which evidence gates are trustworthy enough to advance state or declare completion.
94
+ - **Build:** paired accepted and rejected outputs with hard negatives, verifier disagreement, tampering attempts, and underspecified intent; compare deterministic checks, learned judges, ensembles, and human adjudication.
95
+ - **Measure:** false-accept and false-reject rates, calibration, inter-rater agreement, leakage sensitivity, tamper resistance, latency, and review cost.
96
+ - **Starter slice:** collect 100 adjudicated receipts from coding or research tasks, freeze the acceptance policy, and evaluate four verifier designs without letting the actor edit its checker.
97
+ - **Completion gate:** held-out results include confidence intervals and challenge cases, and no acceptance claim depends only on the acting model judging itself.
98
+
99
+ ### 4. Control Policies, Stopping, And Abstention
100
+
101
+ - **Decision unlocked:** when the loop should retry, change strategy, ask for help, abstain before acting, or stop.
102
+ - **Build:** a replay environment that applies alternative next-action policies to the same state and evidence under identical budgets.
103
+ - **Measure:** marginal retry yield, decision regret, unnecessary escalation, missed escalation, post-action abstention, budget breaches, and cost-quality frontiers.
104
+ - **Starter slice:** take 50 completed traces and compare fixed retries, evidence-aware rules, and a learned policy without rerunning the underlying task.
105
+ - **Completion gate:** the proposed policy improves verified value per cost over fixed retry without increasing false completion or irreversible unsafe action.
106
+
107
+ ### 5. Human Oversight And Decision Quality
108
+
109
+ - **Decision unlocked:** what evidence and interaction design help people intervene correctly without automation bias or review fatigue.
110
+ - **Build:** a preregistered study comparing raw traces, narrative summaries, and structured receipts for the same approve, retry, rollback, and escalate decisions.
111
+ - **Measure:** decision accuracy, missed failures, time to decision, override quality, confidence calibration, interruption burden, and retention after handoff.
112
+ - **Starter slice:** anonymize 20 mixed-success cases, recruit participants who match the intended operator role, and keep the underlying evidence identical across interfaces.
113
+ - **Completion gate:** the interface improves decision quality or time on held-out cases and reports where summaries hide evidence, induce over-trust, or add no value.
114
+
115
+ ## Runtime And Infrastructure Workstreams
116
+
117
+ ### 6. Durable State, Memory, And Provenance
118
+
119
+ - **Decision unlocked:** which information may safely influence the next run and how it can be corrected, expired, compacted, or rolled back.
120
+ - **Build:** an event-sourced state model with stable item IDs, schema versions, source lineage, confidence or authority, retention rules, checkpoints, and reversible compaction.
121
+ - **Measure:** cold-resume fidelity, stale-read rate, contamination rate, state divergence, rollback precision, storage growth, and maintenance cost.
122
+ - **Starter slice:** implement file, database, and object-store adapters for one contract, then inject missing, stale, conflicting, and poisoned state.
123
+ - **Completion gate:** every derived state value points to its source event, corruption is detected before action, and a fresh worker reconstructs the same next action from persisted evidence.
124
+
125
+ ### 7. Crash-Safe Execution And Idempotency
126
+
127
+ - **Decision unlocked:** whether work can survive worker death, retries, deploys, rate limits, and partial side effects without duplication or loss.
128
+ - **Build:** leased work intake, stable idempotency keys, checkpointed state transitions, retry-safe tool adapters, dead-letter handling, and bounded recovery.
129
+ - **Measure:** duplicate-side-effect rate, lost-work rate, recovery time, lease contention, poison-item isolation, and state consistency after restart.
130
+ - **Starter slice:** run one reference worker while killing it before and after every external action, verifier call, state write, and acknowledgment.
131
+ - **Completion gate:** repeated fault injection produces one accepted effect or a visible escalation, never silent loss, uncontrolled replay, or an unbounded retry storm.
132
+
133
+ ### 8. Receipts, Observability, And Causal Debugging
134
+
135
+ - **Decision unlocked:** whether an operator can reconstruct why the loop acted, retried, escalated, or exited.
136
+ - **Build:** a receipt envelope for trigger, objective version, input identity, action, tool result, verifier result, state transition, budget delta, next action, and redaction policy, mapped where practical to [OpenTelemetry GenAI semantic conventions](https://github.com/open-telemetry/semantic-conventions-genai).
137
+ - **Measure:** receipt coverage, missing causal links, replay agreement, trace overhead, redaction failures, and time to diagnose seeded incidents.
138
+ - **Starter slice:** instrument one validated contract end to end and build a replay view that derives the decision timeline from receipts rather than model narration.
139
+ - **Completion gate:** an independent reviewer can identify the cause of a seeded failure and reproduce the control decision without access to the original chat session.
140
+
141
+ ### 9. Security, Permissions, And Containment
142
+
143
+ - **Decision unlocked:** whether a compromised instruction, tool result, memory entry, dependency, or agent can exceed the authority granted to one run.
144
+ - **Build:** machine-enforced capability manifests, short-lived credentials, egress controls, data boundaries, approval gates for irreversible actions, signed state transitions, and revocation.
145
+ - **Measure:** unauthorized-action block rate, exfiltration success, privilege persistence, memory-poisoning survival, containment time, blast radius, and human-override auditability.
146
+ - **Starter slice:** map one production-shaped loop to the [OWASP Top 10 for Agentic Applications](https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-2026/), then automate at least one abuse case per applicable risk.
147
+ - **Completion gate:** forbidden actions fail at the policy or sandbox boundary, not because the prompt politely requested restraint, and every override leaves an attributable receipt.
148
+
149
+ ### 10. Contract Portability And Interoperability
150
+
151
+ - **Decision unlocked:** whether the same operating intent survives movement between a session tool, CI, scheduler, and durable worker.
152
+ - **Build:** a portable Loop Contract profile, runtime adapters, capability negotiation, conformance fixtures, and explicit extension points for runtime-specific behavior.
153
+ - **Measure:** semantic conformance, adapter effort, unsupported-field rate, equivalent state transitions, receipt compatibility, and migration defects.
154
+ - **Starter slice:** execute the same contract locally, in GitHub Actions, and in a recoverable worker using one shared fixture set.
155
+ - **Completion gate:** all runtimes agree on trigger, permission, verification, budget, escalation, and exit decisions, while unavoidable differences are machine-readable rather than hidden in prompts.
156
+
157
+ ## Application And Operations Workstreams
158
+
159
+ ### 11. Reliability Economics And Resource Allocation
160
+
161
+ - **Decision unlocked:** which model, verifier, retry, tool, and reviewer allocation maximizes verified value inside a real operating budget.
162
+ - **Build:** budget-aware routing with per-stage accounting, marginal-value stopping, queue priorities, and policy simulation over historical traces.
163
+ - **Measure:** cost per verified outcome, marginal retry yield, latency percentiles, review cost, queue age, budget variance, and quality-cost Pareto frontiers.
164
+ - **Starter slice:** replay 100 tasks across two model tiers, three retry limits, and two verification policies while preserving the same acceptance gate.
165
+ - **Completion gate:** the policy identifies a stable Pareto improvement and publishes the workloads where a cheaper single pass or human process remains better.
166
+
167
+ ### 12. Multi-Agent Delegation And Coordination
168
+
169
+ - **Decision unlocked:** when specialized roles, parallelism, or independent review justify coordination cost and new failure modes.
170
+ - **Build:** tasks with explicit decomposition opportunities, role and handoff manifests, shared-state rules, attribution receipts, and single-agent ablations.
171
+ - **Measure:** cost-matched verified completion, parallel speedup, coordination overhead, redundant work, handoff loss, disagreement resolution, and blame localization.
172
+ - **Starter slice:** compare one expert-designed topology with a single agent using equivalent tools, total tokens, and wall-clock budget on separable and non-separable tasks.
173
+ - **Completion gate:** the advantage survives role ablation and a cost-matched single-agent baseline; otherwise publish the negative result and simplify the topology.
174
+
175
+ ### 13. Domain-Grade Loop Use Cases
176
+
177
+ - **Decision unlocked:** which recurring jobs are verifiable, reversible, frequent, and valuable enough to deserve a loop.
178
+ - **Build:** a complete vertical slice for one bounded queue, such as PR checks, documentation drift, support triage, experiment monitoring, data-quality alerts, or evidence collection.
179
+ - **Measure:** recurrence, verifier coverage, exception rate, avoided rework, operator time, false completion, rollback rate, and verified value per cycle.
180
+ - **Starter slice:** baseline the current process for two weeks, run the candidate in read-only shadow mode, and adjudicate every disagreement.
181
+ - **Completion gate:** repeated operating cycles show a measurable benefit over the baseline, and all unsupported or high-impact cases reach a named owner rather than disappearing.
182
+
183
+ ### 14. Progressive Rollout, Handoff, And Incident Response
184
+
185
+ - **Decision unlocked:** when a loop may move from observation to recommendation, approval-required action, and bounded autonomy.
186
+ - **Build:** promotion gates, a live evidence view, pause and kill controls, rollback, escalation routing, on-call ownership, and an incident runbook.
187
+ - **Measure:** shadow precision, approval and override rates, missed escalations, time to understand, rollback success, time to containment, and notification burden.
188
+ - **Starter slice:** define one acceptance threshold and rollback rule for each rollout stage, then rehearse ambiguous input, verifier failure, budget exhaustion, and operator unavailability.
189
+ - **Completion gate:** each stage has objective promotion and demotion criteria, and an operator can pause, inspect, resume, or retire the loop without editing its prompt or state by hand.
190
+
191
+ ### 15. Lifecycle Governance And Maintainable Adoption
192
+
193
+ - **Decision unlocked:** how loop behavior remains reviewable as models, prompts, tools, verifiers, data, policies, and owners change.
194
+ - **Build:** versioned contracts beside code, ownership metadata, change review, regression suites, dependency and permission inventories, service objectives, deprecation, and retirement procedures.
195
+ - **Measure:** configuration drift, change-failure rate, expired permissions, regression escape rate, review time, owner coverage, incident recurrence, and rollback readiness.
196
+ - **Starter slice:** make contract changes visible in CI, require evidence for permission or verifier changes, and run one model upgrade through the same replay suite before promotion.
197
+ - **Completion gate:** every active loop has an accountable owner, tested rollback, current permissions, declared service objectives, and a retirement path aligned with the [NIST Generative AI Profile](https://doi.org/10.6028/NIST.AI.600-1) where applicable.
198
+
199
+ ## Ninety-Day Execution Plans
200
+
201
+ | Owner | Days 1-30 | Days 31-60 | Days 61-90 | Publish |
202
+ | --- | --- | --- | --- | --- |
203
+ | **Researcher or evaluator** | Select one workstream, freeze tasks and baselines, define rejection criteria | Run a pilot, repair protocol flaws, add adversarial and failure cases | Run the held-out study and one independent reproduction | Contract, task set, configs, per-run results, analysis, traces, and negative findings |
204
+ | **Runtime or reliability engineer** | Instrument one contract and establish state plus receipt schemas | Add fault injection, idempotency tests, replay, and policy enforcement | Port to a second runtime and run conformance plus recovery tests | Reference worker, fixtures, SLOs, recovery table, and known limitations |
205
+ | **Application or product developer** | Measure the current workflow and define the domain evidence gate | Run read-only shadowing and adjudicate every disagreement | Pilot approval-required actions with rollback and handoff drills | Before/after metrics, verifier coverage, escalation UX, costs, and rollout decision |
206
+ | **Security or governance lead** | Map permissions, data, identities, side effects, and applicable threats | Turn threats into executable abuse cases and enforce runtime boundaries | Exercise containment, revocation, incident response, and audit reconstruction | Threat model, policy manifest, attack results, exceptions, and remediation owners |
207
+
208
+ ## Milestones Worth Coordinating
209
+
210
+ | Field milestone | Evidence that it exists |
211
+ | --- | --- |
212
+ | **Portable contract profile** | Three runtime classes execute one contract against shared fixtures with declared semantic differences |
213
+ | **Receipt and replay standard** | A third party reconstructs state transitions and control decisions from redacted receipts |
214
+ | **Verifier reliability benchmark** | Deterministic, learned, ensemble, and human gates are compared on held-out hard negatives with calibration and cost |
215
+ | **Long-horizon recovery suite** | Multi-session tasks include crashes, stale state, changed objectives, rollback, and dense intermediate grading |
216
+ | **Agent security challenge set** | Applicable OWASP risks become executable tests with measured containment and recovery |
217
+ | **Economic benchmark** | Model, verifier, retry, and review policies are compared under one accounting boundary and acceptance gate |
218
+ | **Human handoff study** | Intended operators make blinded intervention decisions using alternative evidence interfaces |
219
+ | **Case-study commons** | Public or safely anonymized reports include contracts, receipts, budgets, incidents, and before/after outcomes |
220
+
221
+ ## Proposal Template
222
 
223
+ Use this structure before opening an implementation or study:
224
 
225
+ ```text
226
+ Title:
227
+ Workstream and intended operator:
228
+ Recurring task and trigger:
229
+ Decision this project should unlock:
230
+ Falsifiable claim:
231
+ Current-operation baseline:
232
+ Single-pass and fixed-retry baselines:
233
+ Loop Contract and runtime:
234
+ Independent evidence gate:
235
+ State and receipt format:
236
+ Budgets and accounting boundary:
237
+ Failure injections and abuse cases:
238
+ Primary and guardrail measures:
239
+ Human escalation and rollback:
240
+ Artifacts to publish:
241
+ Result that would reject the approach:
242
+ ```
243
 
244
  ## Qualification Checklist
245
 
246
+ Before calling a direction complete, confirm:
247
 
248
+ - [ ] The recurring task, intended operator, and consequence of error are explicit.
249
+ - [ ] The baseline and falsifiable claim were fixed before the held-out result.
250
+ - [ ] The external evidence gate and its owner are independent of the acting agent where practical.
251
+ - [ ] State, receipts, budgets, escalation, rollback, and exit are part of the tested contract.
252
+ - [ ] At least one interruption, stale-state, verifier, permission, and budget failure was exercised or marked not applicable with a reason.
253
+ - [ ] Quality, reliability, safety, economics, and human effort are reported separately.
254
+ - [ ] Unsuccessful runs and negative findings are included.
255
+ - [ ] Reproduction, privacy, licensing, and redaction constraints are stated.
256
+ - [ ] The result that would block deployment or reject the hypothesis is visible.
257
+ - [ ] A maintainer, operator, or research owner is named for the next decision.
258
 
259
+ Open a [direction proposal](https://github.com/ChaoYue0307/awesome-loop-engineering/issues/new?template=direction-proposal.yml) with the template above, discuss cross-project questions in [GitHub Discussions](https://github.com/ChaoYue0307/awesome-loop-engineering/discussions), or publish a run using the [minimum useful case-study checklist](gallery/README.md#minimum-useful-case-study).
README.md CHANGED
@@ -126,15 +126,15 @@ Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collecti
126
 
127
  ## Future Directions
128
 
129
- Choose a role to find the highest-value open questions and build targets:
130
 
131
- | Audience | Priority categories |
132
- | --- | --- |
133
- | Researchers | Factorized evaluation, verification science, state across runs, stopping policies, and human oversight |
134
- | Infrastructure and reliability engineers | Durable execution, receipts and replay, least privilege, portability, and reliability economics |
135
- | Application and product developers | Loop-worthy use cases, domain verification, escalation UX, progressive rollout, and maintainable adoption |
136
 
137
- The complete [Future Directions agenda](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md) defines measurable outputs, concrete starter projects, shared infrastructure priorities, and a qualification checklist.
138
 
139
  ## Dataset Structure
140
 
 
126
 
127
  ## Future Directions
128
 
129
+ The agenda organizes fifteen measurable workstreams in dependency order:
130
 
131
+ | Tier | Prove next | First artifacts |
132
+ | --- | --- | --- |
133
+ | Foundation | Verification, state, recovery, receipts, and security remain trustworthy under failure | Challenge sets, fault injection, replay, receipt schemas, and enforced permissions |
134
+ | Scale | Gains survive ablation, long horizons, matched budgets, runtime changes, and cost accounting | Factorized benchmarks, control-policy replays, contract adapters, and economic frontiers |
135
+ | Adoption | Operators can deploy, understand, interrupt, hand off, update, and retire a useful loop | Domain pilots, promotion gates, handoff studies, incident drills, and lifecycle controls |
136
 
137
+ The complete [Future Directions agenda](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md) provides a shared evaluation protocol, operational metric definitions, starter slices and completion gates for every workstream, 90-day role plans, field milestones, and a proposal template.
138
 
139
  ## Dataset Structure
140
 
data/resources.csv CHANGED
@@ -522,25 +522,25 @@ ale-0520,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Pap
522
  ale-0521,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Paper,📄,Compaction as Epistemic Failure: How Agentic LLM Tools Fabricate Confirmed Results from Killed Processes,https://arxiv.org/abs/2607.13071,external,arxiv.org,"Documents a Claude Code failure in which partial output from a process killed with exit 143 becomes a confirmed claim after context compaction, without re-verification, showing why receipts and process status must survive summarization.","Documents a Claude Code failure in which partial output from a process killed with exit 143 becomes a confirmed claim after context compaction, without re-verification, showing why receipts and process status must survive summarization.","Documents a Claude Code failure in which partial output from a process killed with exit 143 becomes a confirmed claim after context compaction, without re-verification, showing why receipts and process status must survive summarization.","Verification is promoted from a final check to a loop-control signal. Documents a Claude Code failure in which partial output from a process killed with exit 143 becomes a confirmed claim after context compaction, without re-verification, showing why receipts and process status must survive summarization.",Use Compaction as Epistemic Failure: How Agentic LLM Tools Fabricate Confirmed Results from Killed Processes to bound risk before recurring or unattended execution.,Research source arXiv:2607.13071; inspect its method and evaluation before treating results as production evidence.,medium,README.md,1197,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1197,2026-07-17,Govern,govern,"Bound permissions, cost, failure, and escalation.",workspace;context;verification;state;exit,researcher;evaluator;operator;security,research-preprint,ok,https://arxiv.org/abs/2607.13071,[2607.13071] Compaction as Epistemic Failure: How Agentic LLM Tools Fabricate Confirmed Results from Killed Processes,"Agentic LLM coding tools compress long session histories into compaction summaries that subsequent sessions inherit as ground truth. This paper documents a failure mode in Claude Code where partial standard output from timed-out commands (exit code 143) is recorded in compaction summaries as confirmed results, propagating false positives across sessions and model versions without re-verification. The underlying mechanism is a conflation of observation and persistence, where information that appeared in the terminal is treated as equivalent to information written to durable storage. This finding extends the analysis of LLM self-evaluation failures reported in prior work on non-determinism in LLM-as-judge grading by showing that agentic tools exhibit analogous reliability deficits when reporting on their own operational outcomes. The failure has direct implications for any workflow that relies on agentic session continuity for data processing, scientific computation, or multi-step automation.",Hiroki Tamba,2026-07-11,2026,arXiv,arXiv,,"8 pages, companion to arXiv:2606.26185",cs.SE,arxiv-api,,,,,,,2607.13071,2026-07-17T17:58:18+00:00
523
  ale-0522,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Paper,📄,Do Agent Optimizers Compound? A Continual-Learning Evaluation on Terminal-Bench 2.0,https://arxiv.org/abs/2607.14004,external,arxiv.org,"Compares GEPA, Meta Harness, and RELAI-VCL under matched continual-learning budgets; only the regression-controlled method keeps improving, reaching 76.4% lifelong performance versus 66.0%, 64.6%, and 58.7% for the reported alternatives.","Compares GEPA, Meta Harness, and RELAI-VCL under matched continual-learning budgets; only the regression-controlled method keeps improving, reaching 76.4% lifelong performance versus 66.0%, 64.6%, and 58.7% for the reported alternatives.","Compares GEPA, Meta Harness, and RELAI-VCL under matched continual-learning budgets; only the regression-controlled method keeps improving, reaching 76.4% lifelong performance versus 66.0%, 64.6%, and 58.7% for the reported alternatives.","Evaluation data is used as the feedback signal for improving loop behavior. Compares GEPA, Meta Harness, and RELAI-VCL under matched continual-learning budgets; only the regression-controlled method keeps improving, reaching 76.4% lifelong performance versus 66.0%, 64.6%, and 58.7% for the reported alternatives.",Use Do Agent Optimizers Compound? A Continual-Learning Evaluation on Terminal-Bench 2.0 to bound risk before recurring or unattended execution.,Research source arXiv:2607.14004; inspect its method and evaluation before treating results as production evidence.,medium,README.md,1198,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1198,2026-07-17,Govern,govern,"Bound permissions, cost, failure, and escalation.",verification;budget,researcher;evaluator;operator;security,research-preprint,ok,https://arxiv.org/abs/2607.14004,[2607.14004] Do Agent Optimizers Compound? A Continual-Learning Evaluation on Terminal-Bench 2.0,"Most reported gains from agent-optimization methods are one-shot: an agent is optimized against a fixed benchmark and the resulting improvement is reported as if it were a stable property of the method. This does not test the setting that matters for deployed agents, where optimization is applied recursively as new failures and new tasks appear over time. The central question this raises is whether optimizer-driven gains compound: after an agent has been optimized once, can it be optimized again on newly arrived tasks without eroding the gains the first round produced? We study this question with a two-phase continual-learning evaluation built from hard tasks in Terminal-Bench 2.0, comparing three approaches to agent-harness optimization (GEPA, Meta Harness, and RELAI's Verifiable Continual Learning, RELAI-VCL) under identical optimization budgets. All three methods improve over the baseline agent in the conventional, static, single-phase setting. However, once new tasks are introduced, the methods diverge sharply: GEPA's optimized agent transfers below the unoptimized baseline, Meta Harness transfers well but fails to improve further once given a second optimization budget, and RELAI-VCL is the only method that both transfers positively to unseen tasks and continues improving after those tasks are folded into the optimization objective, reaching the highest pass rate at every evaluated stage and the highest lifelong average pass rate overall (76.4% vs. 66.0% for GEPA, 64.6% for Meta Harness, and 58.7% for the baseline). Our key observation was that optimization gains compounded only when regression control was built into the optimization loop, providing an inductive bias against shortcut solutions that fail to generalize.",Wenxiao Wang; Priyatham Kattakinda; Soheil Feizi,2026-07-15,2026,arXiv,arXiv,,Technical Report by RELAI (relai.ai),cs.AI,arxiv-api,,,,,,,2607.14004,2026-07-17T17:58:18+00:00
524
  ale-0523,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Paper,📄,Does Multi-Agent Debate Improve AI Feedback on Research Papers?,https://arxiv.org/abs/2607.14713,external,arxiv.org,"In a preregistered masked study with authors of 44 meta-analyses, participants prefer single-pass feedback to two multi-agent debate systems, one using about 30x more tokens; AI judges reverse the human preference, warning against self-evaluation alone.","In a preregistered masked study with authors of 44 meta-analyses, participants prefer single-pass feedback to two multi-agent debate systems, one using about 30x more tokens; AI judges reverse the human preference, warning against self-evaluation alone.","In a preregistered masked study with authors of 44 meta-analyses, participants prefer single-pass feedback to two multi-agent debate systems, one using about 30x more tokens; AI judges reverse the human preference, warning against self-evaluation alone.","Evaluation data is used as the feedback signal for improving loop behavior. In a preregistered masked study with authors of 44 meta-analyses, participants prefer single-pass feedback to two multi-agent debate systems, one using about 30x more tokens; AI judges reverse the human preference, warning against self-evaluation alone.",Use Does Multi-Agent Debate Improve AI Feedback on Research Papers? to bound risk before recurring or unattended execution.,Research source arXiv:2607.14713; inspect its method and evaluation before treating results as production evidence.,medium,README.md,1199,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1199,2026-07-17,Govern,govern,"Bound permissions, cost, failure, and escalation.",delegation;verification;budget;escalation,researcher;evaluator;operator;security,research-preprint,ok,https://arxiv.org/abs/2607.14713,[2607.14713] Does Multi-Agent Debate Improve AI Feedback on Research Papers?,"Probably not, at least for meta-analyses in economics. In a pre-registered, identity-masked, within-paper experiment, the authors of 44 meta-analyses ranked three AI reports on their own paper by usefulness for improving it: a single pass by a frontier model against two multi-agent debate tools we built and expected to win. All reports were held to a common length and template. The authors preferred the single pass, by 0.66 rank points over mad-research (95% CI 0.32 to 1.00) and 0.57 over paper-workshop (0.16 to 0.95), though paper-workshop spent roughly thirty times the tokens. Authors who recalled their journal referee report usually placed it first and never last; in a separate exercise, three AI judges almost always placed the real journal referee report last. Among the three AI reports, Gemini (the judge whose model family wrote none of the reports) would have ranked paper-workshop first in the authors' place, reversing the single-pass preference. The reversal warns against substituting an AI judge for the author. We measure perceived usefulness for finished papers; whether AI should referee papers is a separate question.",Tomas Havranek; Zuzana Irsova,2026-07-16,2026,arXiv,arXiv,,"29 pages, 1 figure, 6 tables. Pre-registered on OSF; data, code, judge prompts, and blinded reports in the replication package on Zenodo. Project page: https://meta-analysis.cz/debate",econ.GN,arxiv-api,,,,,,,2607.14713,2026-07-17T17:58:18+00:00
525
- ale-0524,Adjacent Awesome Lists,adjacent-awesome-lists,List,🧭,Awesome Harness Engineering by ai-boost,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.,Comprehensive list for the agent harness layer that Loop Engineering builds on.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. Comprehensive list for the agent harness layer that Loop Engineering builds on.,Use Awesome Harness Engineering by ai-boost to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (3,111 stars; 333 forks; NOASSERTION license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1221,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1221,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/ai-boost/awesome-harness-engineering,"GitHub - ai-boost/awesome-harness-engineering: Awesome list for AI agent harness engineering: tools, patterns, evals, memory, MCP, permissions, observability, and orchestration. · GitHub","Awesome list for AI agent harness engineering: tools, patterns, evals, memory, MCP, permissions, observability, and orchestration. - ai-boost/awesome-harness-engineering",,2026-03-29,2026,ai-boost/awesome-harness-engineering,GitHub,,,,github-api,ai-boost/awesome-harness-engineering,3111,333,NOASSERTION,2026-03-29T15:39:49Z,2026-07-17T16:27:07Z,,2026-07-17T17:58:18+00:00
526
- ale-0525,Adjacent Awesome Lists,adjacent-awesome-lists,List,🧭,Awesome Harness Engineering by walkinglabs,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.","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. High-signal harness list with strong categories for context, guardrails, specs, evals, runtimes, and benchmarks.",Use Awesome Harness Engineering by walkinglabs to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (3,635 stars; 295 forks; NOASSERTION license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1222,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1222,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",context;verification,builder,curated-index,ok,https://github.com/walkinglabs/awesome-harness-engineering,GitHub - walkinglabs/awesome-harness-engineering: 🛠️ Awesome tools & guides for harness engineering. · GitHub,🛠️ Awesome tools & guides for harness engineering. - walkinglabs/awesome-harness-engineering,,2026-03-29,2026,walkinglabs/awesome-harness-engineering,GitHub,,,,github-api,walkinglabs/awesome-harness-engineering,3635,295,NOASSERTION,2026-03-29T11:29:37Z,2026-07-17T08:52:34Z,,2026-07-17T17:58:18+00:00
527
- ale-0526,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.","Curated tools and resources for environments, constraints, and feedback around coding agents.","Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. Curated tools and resources for environments, constraints, and feedback around coding agents.",Use Awesome Agent Harness to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (488 stars; 46 forks; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1223,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1223,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",workspace,builder,curated-index,ok,https://github.com/AutoJunjie/awesome-agent-harness,GitHub - AutoJunjie/awesome-agent-harness · GitHub,Contribute to AutoJunjie/awesome-agent-harness development by creating an account on GitHub.,,2026-03-05,2026,AutoJunjie/awesome-agent-harness,GitHub,,,,github-api,AutoJunjie/awesome-agent-harness,488,46,,2026-03-05T13:19:10Z,2026-07-17T16:21:08Z,,2026-07-17T17:58:18+00:00
528
- ale-0527,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.,Survey-style list for context engineering across LLMs and agents.,Context is managed as durable loop state rather than a single prompt payload. Survey-style list for context engineering across LLMs and agents.,Use Awesome Context Engineering to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (3,239 stars; 258 forks; MIT license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1224,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1224,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",context,builder,curated-index,ok,https://github.com/Meirtz/Awesome-Context-Engineering,"GitHub - Meirtz/Awesome-Context-Engineering: 🔥 Comprehensive survey on Context Engineering: from prompt engineering to production-grade AI systems. hundreds of papers, frameworks, and implementation guides for LLMs and AI agents. · GitHub","🔥 Comprehensive survey on Context Engineering: from prompt engineering to production-grade AI systems. hundreds of papers, frameworks, and implementation guides for LLMs and AI agents. - Meirtz/Awesome-Context-Engineering",,2025-07-02,2025,Meirtz/Awesome-Context-Engineering,GitHub,,,,github-api,Meirtz/Awesome-Context-Engineering,3239,258,MIT,2025-07-02T17:46:03Z,2026-07-17T15:17:15Z,,2026-07-17T17:58:18+00:00
529
- ale-0528,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.,Classic adjacent list for prompt techniques and prompting resources.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. Classic adjacent list for prompt techniques and prompting resources.,Use Awesome Prompt Engineering to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (6,172 stars; 728 forks; Apache-2.0 license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1225,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1225,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/promptslab/Awesome-Prompt-Engineering,"GitHub - promptslab/Awesome-Prompt-Engineering: This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc · GitHub","This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc - GitHub - promptslab/Awesome-Prompt-Engineering: This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc",,2023-02-09,2023,promptslab/Awesome-Prompt-Engineering,GitHub,,,,github-api,promptslab/Awesome-Prompt-Engineering,6172,728,Apache-2.0,2023-02-09T18:22:52Z,2026-07-17T13:34:01Z,,2026-07-17T17:58:18+00:00
530
- ale-0529,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.","General list of LLM agent papers, frameworks, and applications.","Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. General list of LLM agent papers, frameworks, and applications.",Use Awesome LLM Agents to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (1,533 stars; 329 forks; updated 2026-07-15); popularity is context, not proof of reliability.",medium,README.md,1226,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1226,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/kaushikb11/awesome-llm-agents,GitHub - kaushikb11/awesome-llm-agents: A curated list of awesome LLM agents frameworks. · GitHub,A curated list of awesome LLM agents frameworks. Contribute to kaushikb11/awesome-llm-agents development by creating an account on GitHub.,,2023-04-04,2023,kaushikb11/awesome-llm-agents,GitHub,,,,github-api,kaushikb11/awesome-llm-agents,1533,329,,2023-04-04T10:22:43Z,2026-07-15T09:52:09Z,,2026-07-17T17:58:18+00:00
531
- ale-0530,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.,Broad AI agent ecosystem map.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. Broad AI agent ecosystem map.,Use Awesome AI Agents to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (28,848 stars; 3,178 forks; NOASSERTION license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1227,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1227,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/e2b-dev/awesome-ai-agents,GitHub - e2b-dev/awesome-ai-agents: A list of AI autonomous agents · GitHub,A list of AI autonomous agents. Contribute to e2b-dev/awesome-ai-agents development by creating an account on GitHub.,,2023-06-19,2023,e2b-dev/awesome-ai-agents,GitHub,,,,github-api,e2b-dev/awesome-ai-agents,28848,3178,NOASSERTION,2023-06-19T00:20:06Z,2026-07-17T16:42:36Z,,2026-07-17T17:58:18+00:00
532
- ale-0531,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.","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. Directory of terminal-native coding agents, parallel runners, autonomous loops, and the harnesses that orchestrate them.",Use Awesome CLI Coding Agents to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (820 stars; 219 forks; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1228,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1228,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",delegation,builder,curated-index,ok,https://github.com/bradAGI/awesome-cli-coding-agents,"GitHub - bradAGI/awesome-cli-coding-agents: Curated directory of terminal-native AI coding agents and the harnesses that orchestrate them. Covers open-source tools (Pi, OpenCode, Aider, Goose), platform agents (Claude Code, Codex, Gemini CLI), parallel runners, autonomous loops, and agent infrastructure. · GitHub","Curated directory of terminal-native AI coding agents and the harnesses that orchestrate them. Covers open-source tools (Pi, OpenCode, Aider, Goose), platform agents (Claude Code, Codex, Gemini CLI), parallel runners, autonomous loops, and agent infrastructure. - GitHub - bradAGI/awesome-cli-coding-agents: Curated directory of terminal-native AI coding agents and the harnesses that orchestrate them. Covers open-source tools (Pi, OpenCode, Aider, Goose), platform agents (Claude Code, Codex, Gemini CLI), parallel runners, autonomous loops, and agent infrastructure.",,2026-02-07,2026,bradAGI/awesome-cli-coding-agents,GitHub,,,,github-api,bradAGI/awesome-cli-coding-agents,820,219,,2026-02-07T00:53:24Z,2026-07-17T15:10:10Z,,2026-07-17T17:58:18+00:00
533
- ale-0532,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.","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. Survey-style list of agents that improve themselves over repeated runs, an adjacent angle on long-running loops with memory and verification.",Use Awesome Self-Evolving Agents to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (329 stars; 19 forks; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1229,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1229,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",context;verification,builder,curated-index,ok,https://github.com/XMUDeepLIT/Awesome-Self-Evolving-Agents,"GitHub - XMUDeepLIT/Awesome-Self-Evolving-Agents: A Survey of Self-Evolving Agents | A curated list of resources (surveys, papers, benchmarks, and opensource projects) on Self-Evolving Agents. · GitHub","A Survey of Self-Evolving Agents | A curated list of resources (surveys, papers, benchmarks, and opensource projects) on Self-Evolving Agents. - XMUDeepLIT/Awesome-Self-Evolving-Agents",,2026-02-09,2026,XMUDeepLIT/Awesome-Self-Evolving-Agents,GitHub,,,,github-api,XMUDeepLIT/Awesome-Self-Evolving-Agents,329,19,,2026-02-09T10:57:30Z,2026-07-17T10:00:18Z,,2026-07-17T17:58:18+00:00
534
- ale-0533,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.","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. Curated 2026 research collection across agent engineering, memory, evaluation, workflows, and autonomous systems, a paper-level feeder for loop-design foundations.",Use Awesome AI Agent Papers to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (1,591 stars; 165 forks; MIT license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1230,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1230,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",context;verification,builder,curated-index,ok,https://github.com/VoltAgent/awesome-ai-agent-papers,"GitHub - VoltAgent/awesome-ai-agent-papers: A curated collection of AI agent research papers released in 2026, covering agent engineering, memory, evaluation, workflows, and autonomous systems. · GitHub","A curated collection of AI agent research papers released in 2026, covering agent engineering, memory, evaluation, workflows, and autonomous systems. - VoltAgent/awesome-ai-agent-papers",,2026-02-10,2026,VoltAgent/awesome-ai-agent-papers,GitHub,,,,github-api,VoltAgent/awesome-ai-agent-papers,1591,165,MIT,2026-02-10T10:58:31Z,2026-07-17T17:40:19Z,,2026-07-17T17:58:18+00:00
535
- ale-0534,Adjacent Awesome Lists,adjacent-awesome-lists,List,🧭,awesome-ralph,https://github.com/snwfdhmp/awesome-ralph,external,github.com,"Curated directory for the Ralph technique, collecting official resources, implementations, playbooks, tutorials, and community channels for running coding agents in automated loops until specifications are fulfilled.","Curated directory for the Ralph technique, collecting official resources, implementations, playbooks, tutorials, and community channels for running coding agents in automated loops until specifications are fulfilled.","Curated directory for the Ralph technique, collecting official resources, implementations, playbooks, tutorials, and community channels for running coding agents in automated loops until specifications are fulfilled.","Primary-source operational guidance rather than commentary. Curated directory for the Ralph technique, collecting official resources, implementations, playbooks, tutorials, and community channels for running coding agents in automated loops until specifications are fulfilled.",Use awesome-ralph to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (913 stars; 72 forks; updated 2026-07-13); popularity is context, not proof of reliability.",medium,README.md,1231,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1231,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/snwfdhmp/awesome-ralph,"GitHub - snwfdhmp/awesome-ralph: A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled. · GitHub","A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled. - snwfdhmp/awesome-ralph",,2026-01-19,2026,snwfdhmp/awesome-ralph,GitHub,,,,github-api,snwfdhmp/awesome-ralph,913,72,,2026-01-19T08:42:54Z,2026-07-13T12:09:52Z,,2026-07-17T17:58:18+00:00
536
- ale-0535,Adjacent Awesome Lists,adjacent-awesome-lists,List,🧭,Awesome Agent Loops,https://github.com/serenakeyitan/awesome-agent-loops,external,github.com,"Curated collection of /loop, /goal, and /schedule commands for Claude Code and Codex sourced from practitioner posts, organized around trigger, condition, and skill structure.","Curated collection of /loop, /goal, and /schedule commands for Claude Code and Codex sourced from practitioner posts, organized around trigger, condition, and skill structure.","Curated collection of /loop, /goal, and /schedule commands for Claude Code and Codex sourced from practitioner posts, organized around trigger, condition, and skill structure.","The trigger or cadence is explicit, making the workflow recurring rather than one-off. Curated collection of /loop, /goal, and /schedule commands for Claude Code and Codex sourced from practitioner posts, organized around trigger, condition, and skill structure.",Use Awesome Agent Loops to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (194 stars; 16 forks; CC-BY-4.0 license; updated 2026-07-15); popularity is context, not proof of reliability.",medium,README.md,1232,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1232,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",objective;trigger,builder,curated-index,ok,https://github.com/serenakeyitan/awesome-agent-loops,"GitHub - serenakeyitan/awesome-agent-loops: A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops. · GitHub","A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops. - serenakeyitan/awesome-agent-loops",,2026-06-09,2026,serenakeyitan/awesome-agent-loops,GitHub,,,,github-api,serenakeyitan/awesome-agent-loops,194,16,CC-BY-4.0,2026-06-09T01:26:51Z,2026-07-15T11:44:20Z,,2026-07-17T17:58:18+00:00
537
- ale-0536,Explore And Reuse,explore-and-reuse,Template,🧾,Resource Atlas,https://chaoyue0307.github.io/awesome-loop-engineering/,external,chaoyue0307.github.io,"Filter 545 resources by goal, lifecycle stage, artifact type, evidence class, and search query.","Filter 545 resources by goal, lifecycle stage, artifact type, evidence class, and search query.","Filter 545 resources by goal, lifecycle stage, artifact type, evidence class, and search query.","Turns the evidence into an interactive atlas and structured data. Filter 545 resources by goal, lifecycle stage, artifact type, evidence class, and search query.",Use Resource Atlas to reuse a concrete artifact or connect it to the wider ecosystem.,"Reusable template, schema, checklist, or guide; signal comes from concrete adaptation and validation.",medium,README.md,1240,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1240,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",objective,builder,reusable-artifact,ok,https://chaoyue0307.github.io/awesome-loop-engineering/,Awesome Loop Engineering,"545 source-audited resources, 20 patterns, 20 validated contracts, and 8 runtime starters for recurring, stateful, verified AI-agent systems.",Chaoyue He,,,,chaoyue0307.github.io,,,,html-meta,,,,,,,,2026-07-17T17:58:18+00:00
538
- ale-0537,Explore And Reuse,explore-and-reuse,List,🧭,Hugging Face dataset,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,external,huggingface.co,"Query the full collection as generated CSV and JSONL tables with publication, evidence, and lifecycle fields.","Query the full collection as generated CSV and JSONL tables with publication, evidence, and lifecycle fields.","Query the full collection as generated CSV and JSONL tables with publication, evidence, and lifecycle fields.","Packages the evidence as queryable CSV and JSONL rather than only a rendered page. Query the full collection as generated CSV and JSONL tables with publication, evidence, and lifecycle fields.",Use Hugging Face dataset to reuse a concrete artifact or connect it to the wider ecosystem.,"Contextual source from huggingface.co; useful for practice signals or boundary conditions, not independent validation.",contextual,README.md,1241,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1241,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,cy0307/awesome-loop-engineering · Datasets at Hugging Face,We’re on a journey to advance and democratize artificial intelligence through open source and open science.,,,,,Hugging Face,,,,domain-fallback,,,,,,,,2026-07-17T17:58:18+00:00
539
- ale-0538,Explore And Reuse,explore-and-reuse,Template,🧾,Dataset export guide,data/README.md,local_path,,"Load, query, regenerate, and audit the CSV, JSONL, and Resource Atlas data.","Load, query, regenerate, and audit the CSV, JSONL, and Resource Atlas data.","Load, query, regenerate, and audit the CSV, JSONL, and Resource Atlas data.","Packages the evidence as queryable CSV and JSONL rather than only a rendered page. Load, query, regenerate, and audit the CSV, JSONL, and Resource Atlas data.",Use Dataset export guide to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1242,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1242,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md,Dataset export guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
540
- ale-0539,Explore And Reuse,explore-and-reuse,Template,🧾,Runtime selection guide,meta/RUNTIME_SELECTION.md,local_path,,"Compare session, scheduled, CI, cron, and durable runtimes by persistence, isolation, permissions, and state.","Compare session, scheduled, CI, cron, and durable runtimes by persistence, isolation, permissions, and state.","Compare session, scheduled, CI, cron, and durable runtimes by persistence, isolation, permissions, and state.","Durable execution and replay are treated as first-class loop infrastructure. Compare session, scheduled, CI, cron, and durable runtimes by persistence, isolation, permissions, and state.",Use Runtime selection guide to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1243,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1243,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",trigger;workspace;state,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/RUNTIME_SELECTION.md,Runtime selection guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
541
- ale-0540,Explore And Reuse,explore-and-reuse,Template,🧾,Future Directions agenda,FUTURE-DIRECTIONS.md,local_path,,"Choose from 15 measurable directions for research, infrastructure, and product development.","Choose from 15 measurable directions for research, infrastructure, and product development.","Choose from 15 measurable directions for research, infrastructure, and product development.","Turns open gaps into measurable research, infrastructure, and product directions. Choose from 15 measurable directions for research, infrastructure, and product development.",Use Future Directions agenda to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1244,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1244,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md,Future Directions agenda,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
542
- ale-0541,Shape What Comes Next,shape-what-comes-next,Template,🧾,Release notes,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,external,github.com,"Versioned changelog of new resources, patterns, and repository changes.","Versioned changelog of new resources, patterns, and repository changes.","Versioned changelog of new resources, patterns, and repository changes.","Turns open questions and operating lessons into visible next work. Versioned changelog of new resources, patterns, and repository changes.",Use Release notes to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (28 stars; 6 forks; CC0-1.0 license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1271,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1271,2026-07-15,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,reusable-artifact,ok,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,Releases · ChaoYue0307/awesome-loop-engineering · GitHub,🔁 545 source-audited resources · 20 operational patterns · 20 validated contracts · 8 runtime starters · interactive atlas + dataset for recurring AI-agent systems. - Releases · ChaoYue0307/awesome-loop-engineering,,2026-06-09,2026,GitHub Releases,GitHub,,,,github-api,ChaoYue0307/awesome-loop-engineering,28,6,CC0-1.0,2026-06-09T16:17:27Z,2026-07-17T17:42:51Z,,2026-07-17T17:58:18+00:00
543
- ale-0542,Shape What Comes Next,shape-what-comes-next,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.","Near-term work, pattern priorities, gallery goals, and open questions.","Turns open questions and operating lessons into visible next work. Near-term work, pattern priorities, gallery goals, and open questions.",Use Roadmap to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1272,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1272,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",objective,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ROADMAP.md,Roadmap,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
544
- ale-0543,Shape What Comes Next,shape-what-comes-next,Template,🧾,Launch article,posts/launch.md,local_path,,"Concise explanation of the concept, implementation kit, and evidence base.","Concise explanation of the concept, implementation kit, and evidence base.","Concise explanation of the concept, implementation kit, and evidence base.","Turns open questions and operating lessons into visible next work. Concise explanation of the concept, implementation kit, and evidence base.",Use Launch article to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1273,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1273,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/posts/launch.md,Launch article,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
545
- ale-0544,Shape What Comes Next,shape-what-comes-next,Template,🧾,Discussion guide,meta/DISCUSSIONS.md,local_path,,"Suggested discussion categories, starter prompts, and moderation standard.","Suggested discussion categories, starter prompts, and moderation standard.","Suggested discussion categories, starter prompts, and moderation standard.","The resource is directly reusable as a starting artifact. Suggested discussion categories, starter prompts, and moderation standard.",Use Discussion guide to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1274,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1274,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/DISCUSSIONS.md,Discussion guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
546
- ale-0545,Shape What Comes Next,shape-what-comes-next,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.,Community discussion for real or anonymized loop examples.,Turns open questions and operating lessons into visible next work. Community discussion for real or anonymized loop examples.,Use Show your Loop Engineering patterns to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (28 stars; 6 forks; CC0-1.0 license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1275,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1275,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,operational-pattern,ok,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,Show your Loop Engineering patterns · ChaoYue0307/awesome-loop-engineering · Discussion #2 · GitHub,Show your Loop Engineering patterns,,2026-06-09,2026,GitHub Discussions,GitHub,,,,github-api,ChaoYue0307/awesome-loop-engineering,28,6,CC0-1.0,2026-06-09T16:17:27Z,2026-07-17T17:42:51Z,,2026-07-17T17:58:18+00:00
 
522
  ale-0521,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Paper,📄,Compaction as Epistemic Failure: How Agentic LLM Tools Fabricate Confirmed Results from Killed Processes,https://arxiv.org/abs/2607.13071,external,arxiv.org,"Documents a Claude Code failure in which partial output from a process killed with exit 143 becomes a confirmed claim after context compaction, without re-verification, showing why receipts and process status must survive summarization.","Documents a Claude Code failure in which partial output from a process killed with exit 143 becomes a confirmed claim after context compaction, without re-verification, showing why receipts and process status must survive summarization.","Documents a Claude Code failure in which partial output from a process killed with exit 143 becomes a confirmed claim after context compaction, without re-verification, showing why receipts and process status must survive summarization.","Verification is promoted from a final check to a loop-control signal. Documents a Claude Code failure in which partial output from a process killed with exit 143 becomes a confirmed claim after context compaction, without re-verification, showing why receipts and process status must survive summarization.",Use Compaction as Epistemic Failure: How Agentic LLM Tools Fabricate Confirmed Results from Killed Processes to bound risk before recurring or unattended execution.,Research source arXiv:2607.13071; inspect its method and evaluation before treating results as production evidence.,medium,README.md,1197,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1197,2026-07-17,Govern,govern,"Bound permissions, cost, failure, and escalation.",workspace;context;verification;state;exit,researcher;evaluator;operator;security,research-preprint,ok,https://arxiv.org/abs/2607.13071,[2607.13071] Compaction as Epistemic Failure: How Agentic LLM Tools Fabricate Confirmed Results from Killed Processes,"Agentic LLM coding tools compress long session histories into compaction summaries that subsequent sessions inherit as ground truth. This paper documents a failure mode in Claude Code where partial standard output from timed-out commands (exit code 143) is recorded in compaction summaries as confirmed results, propagating false positives across sessions and model versions without re-verification. The underlying mechanism is a conflation of observation and persistence, where information that appeared in the terminal is treated as equivalent to information written to durable storage. This finding extends the analysis of LLM self-evaluation failures reported in prior work on non-determinism in LLM-as-judge grading by showing that agentic tools exhibit analogous reliability deficits when reporting on their own operational outcomes. The failure has direct implications for any workflow that relies on agentic session continuity for data processing, scientific computation, or multi-step automation.",Hiroki Tamba,2026-07-11,2026,arXiv,arXiv,,"8 pages, companion to arXiv:2606.26185",cs.SE,arxiv-api,,,,,,,2607.13071,2026-07-17T17:58:18+00:00
523
  ale-0522,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Paper,📄,Do Agent Optimizers Compound? A Continual-Learning Evaluation on Terminal-Bench 2.0,https://arxiv.org/abs/2607.14004,external,arxiv.org,"Compares GEPA, Meta Harness, and RELAI-VCL under matched continual-learning budgets; only the regression-controlled method keeps improving, reaching 76.4% lifelong performance versus 66.0%, 64.6%, and 58.7% for the reported alternatives.","Compares GEPA, Meta Harness, and RELAI-VCL under matched continual-learning budgets; only the regression-controlled method keeps improving, reaching 76.4% lifelong performance versus 66.0%, 64.6%, and 58.7% for the reported alternatives.","Compares GEPA, Meta Harness, and RELAI-VCL under matched continual-learning budgets; only the regression-controlled method keeps improving, reaching 76.4% lifelong performance versus 66.0%, 64.6%, and 58.7% for the reported alternatives.","Evaluation data is used as the feedback signal for improving loop behavior. Compares GEPA, Meta Harness, and RELAI-VCL under matched continual-learning budgets; only the regression-controlled method keeps improving, reaching 76.4% lifelong performance versus 66.0%, 64.6%, and 58.7% for the reported alternatives.",Use Do Agent Optimizers Compound? A Continual-Learning Evaluation on Terminal-Bench 2.0 to bound risk before recurring or unattended execution.,Research source arXiv:2607.14004; inspect its method and evaluation before treating results as production evidence.,medium,README.md,1198,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1198,2026-07-17,Govern,govern,"Bound permissions, cost, failure, and escalation.",verification;budget,researcher;evaluator;operator;security,research-preprint,ok,https://arxiv.org/abs/2607.14004,[2607.14004] Do Agent Optimizers Compound? A Continual-Learning Evaluation on Terminal-Bench 2.0,"Most reported gains from agent-optimization methods are one-shot: an agent is optimized against a fixed benchmark and the resulting improvement is reported as if it were a stable property of the method. This does not test the setting that matters for deployed agents, where optimization is applied recursively as new failures and new tasks appear over time. The central question this raises is whether optimizer-driven gains compound: after an agent has been optimized once, can it be optimized again on newly arrived tasks without eroding the gains the first round produced? We study this question with a two-phase continual-learning evaluation built from hard tasks in Terminal-Bench 2.0, comparing three approaches to agent-harness optimization (GEPA, Meta Harness, and RELAI's Verifiable Continual Learning, RELAI-VCL) under identical optimization budgets. All three methods improve over the baseline agent in the conventional, static, single-phase setting. However, once new tasks are introduced, the methods diverge sharply: GEPA's optimized agent transfers below the unoptimized baseline, Meta Harness transfers well but fails to improve further once given a second optimization budget, and RELAI-VCL is the only method that both transfers positively to unseen tasks and continues improving after those tasks are folded into the optimization objective, reaching the highest pass rate at every evaluated stage and the highest lifelong average pass rate overall (76.4% vs. 66.0% for GEPA, 64.6% for Meta Harness, and 58.7% for the baseline). Our key observation was that optimization gains compounded only when regression control was built into the optimization loop, providing an inductive bias against shortcut solutions that fail to generalize.",Wenxiao Wang; Priyatham Kattakinda; Soheil Feizi,2026-07-15,2026,arXiv,arXiv,,Technical Report by RELAI (relai.ai),cs.AI,arxiv-api,,,,,,,2607.14004,2026-07-17T17:58:18+00:00
524
  ale-0523,"Critiques, Risks, And Limitations",critiques-risks-and-limitations,Paper,📄,Does Multi-Agent Debate Improve AI Feedback on Research Papers?,https://arxiv.org/abs/2607.14713,external,arxiv.org,"In a preregistered masked study with authors of 44 meta-analyses, participants prefer single-pass feedback to two multi-agent debate systems, one using about 30x more tokens; AI judges reverse the human preference, warning against self-evaluation alone.","In a preregistered masked study with authors of 44 meta-analyses, participants prefer single-pass feedback to two multi-agent debate systems, one using about 30x more tokens; AI judges reverse the human preference, warning against self-evaluation alone.","In a preregistered masked study with authors of 44 meta-analyses, participants prefer single-pass feedback to two multi-agent debate systems, one using about 30x more tokens; AI judges reverse the human preference, warning against self-evaluation alone.","Evaluation data is used as the feedback signal for improving loop behavior. In a preregistered masked study with authors of 44 meta-analyses, participants prefer single-pass feedback to two multi-agent debate systems, one using about 30x more tokens; AI judges reverse the human preference, warning against self-evaluation alone.",Use Does Multi-Agent Debate Improve AI Feedback on Research Papers? to bound risk before recurring or unattended execution.,Research source arXiv:2607.14713; inspect its method and evaluation before treating results as production evidence.,medium,README.md,1199,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1199,2026-07-17,Govern,govern,"Bound permissions, cost, failure, and escalation.",delegation;verification;budget;escalation,researcher;evaluator;operator;security,research-preprint,ok,https://arxiv.org/abs/2607.14713,[2607.14713] Does Multi-Agent Debate Improve AI Feedback on Research Papers?,"Probably not, at least for meta-analyses in economics. In a pre-registered, identity-masked, within-paper experiment, the authors of 44 meta-analyses ranked three AI reports on their own paper by usefulness for improving it: a single pass by a frontier model against two multi-agent debate tools we built and expected to win. All reports were held to a common length and template. The authors preferred the single pass, by 0.66 rank points over mad-research (95% CI 0.32 to 1.00) and 0.57 over paper-workshop (0.16 to 0.95), though paper-workshop spent roughly thirty times the tokens. Authors who recalled their journal referee report usually placed it first and never last; in a separate exercise, three AI judges almost always placed the real journal referee report last. Among the three AI reports, Gemini (the judge whose model family wrote none of the reports) would have ranked paper-workshop first in the authors' place, reversing the single-pass preference. The reversal warns against substituting an AI judge for the author. We measure perceived usefulness for finished papers; whether AI should referee papers is a separate question.",Tomas Havranek; Zuzana Irsova,2026-07-16,2026,arXiv,arXiv,,"29 pages, 1 figure, 6 tables. Pre-registered on OSF; data, code, judge prompts, and blinded reports in the replication package on Zenodo. Project page: https://meta-analysis.cz/debate",econ.GN,arxiv-api,,,,,,,2607.14713,2026-07-17T17:58:18+00:00
525
+ ale-0524,Adjacent Awesome Lists,adjacent-awesome-lists,List,🧭,Awesome Harness Engineering by ai-boost,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.,Comprehensive list for the agent harness layer that Loop Engineering builds on.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. Comprehensive list for the agent harness layer that Loop Engineering builds on.,Use Awesome Harness Engineering by ai-boost to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (3,111 stars; 333 forks; NOASSERTION license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1219,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1219,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/ai-boost/awesome-harness-engineering,"GitHub - ai-boost/awesome-harness-engineering: Awesome list for AI agent harness engineering: tools, patterns, evals, memory, MCP, permissions, observability, and orchestration. · GitHub","Awesome list for AI agent harness engineering: tools, patterns, evals, memory, MCP, permissions, observability, and orchestration. - ai-boost/awesome-harness-engineering",,2026-03-29,2026,ai-boost/awesome-harness-engineering,GitHub,,,,github-api,ai-boost/awesome-harness-engineering,3111,333,NOASSERTION,2026-03-29T15:39:49Z,2026-07-17T16:27:07Z,,2026-07-17T17:58:18+00:00
526
+ ale-0525,Adjacent Awesome Lists,adjacent-awesome-lists,List,🧭,Awesome Harness Engineering by walkinglabs,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.","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. High-signal harness list with strong categories for context, guardrails, specs, evals, runtimes, and benchmarks.",Use Awesome Harness Engineering by walkinglabs to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (3,635 stars; 295 forks; NOASSERTION license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1220,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1220,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",context;verification,builder,curated-index,ok,https://github.com/walkinglabs/awesome-harness-engineering,GitHub - walkinglabs/awesome-harness-engineering: 🛠️ Awesome tools & guides for harness engineering. · GitHub,🛠️ Awesome tools & guides for harness engineering. - walkinglabs/awesome-harness-engineering,,2026-03-29,2026,walkinglabs/awesome-harness-engineering,GitHub,,,,github-api,walkinglabs/awesome-harness-engineering,3635,295,NOASSERTION,2026-03-29T11:29:37Z,2026-07-17T08:52:34Z,,2026-07-17T17:58:18+00:00
527
+ ale-0526,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.","Curated tools and resources for environments, constraints, and feedback around coding agents.","Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. Curated tools and resources for environments, constraints, and feedback around coding agents.",Use Awesome Agent Harness to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (488 stars; 46 forks; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1221,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1221,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",workspace,builder,curated-index,ok,https://github.com/AutoJunjie/awesome-agent-harness,GitHub - AutoJunjie/awesome-agent-harness · GitHub,Contribute to AutoJunjie/awesome-agent-harness development by creating an account on GitHub.,,2026-03-05,2026,AutoJunjie/awesome-agent-harness,GitHub,,,,github-api,AutoJunjie/awesome-agent-harness,488,46,,2026-03-05T13:19:10Z,2026-07-17T16:21:08Z,,2026-07-17T17:58:18+00:00
528
+ ale-0527,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.,Survey-style list for context engineering across LLMs and agents.,Context is managed as durable loop state rather than a single prompt payload. Survey-style list for context engineering across LLMs and agents.,Use Awesome Context Engineering to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (3,239 stars; 258 forks; MIT license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1222,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1222,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",context,builder,curated-index,ok,https://github.com/Meirtz/Awesome-Context-Engineering,"GitHub - Meirtz/Awesome-Context-Engineering: 🔥 Comprehensive survey on Context Engineering: from prompt engineering to production-grade AI systems. hundreds of papers, frameworks, and implementation guides for LLMs and AI agents. · GitHub","🔥 Comprehensive survey on Context Engineering: from prompt engineering to production-grade AI systems. hundreds of papers, frameworks, and implementation guides for LLMs and AI agents. - Meirtz/Awesome-Context-Engineering",,2025-07-02,2025,Meirtz/Awesome-Context-Engineering,GitHub,,,,github-api,Meirtz/Awesome-Context-Engineering,3239,258,MIT,2025-07-02T17:46:03Z,2026-07-17T15:17:15Z,,2026-07-17T17:58:18+00:00
529
+ ale-0528,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.,Classic adjacent list for prompt techniques and prompting resources.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. Classic adjacent list for prompt techniques and prompting resources.,Use Awesome Prompt Engineering to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (6,172 stars; 728 forks; Apache-2.0 license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1223,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1223,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/promptslab/Awesome-Prompt-Engineering,"GitHub - promptslab/Awesome-Prompt-Engineering: This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc · GitHub","This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc - GitHub - promptslab/Awesome-Prompt-Engineering: This repository contains a hand-curated resources for Prompt Engineering with a focus on Generative Pre-trained Transformer (GPT), ChatGPT, PaLM etc",,2023-02-09,2023,promptslab/Awesome-Prompt-Engineering,GitHub,,,,github-api,promptslab/Awesome-Prompt-Engineering,6172,728,Apache-2.0,2023-02-09T18:22:52Z,2026-07-17T13:34:01Z,,2026-07-17T17:58:18+00:00
530
+ ale-0529,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.","General list of LLM agent papers, frameworks, and applications.","Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. General list of LLM agent papers, frameworks, and applications.",Use Awesome LLM Agents to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (1,533 stars; 329 forks; updated 2026-07-15); popularity is context, not proof of reliability.",medium,README.md,1224,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1224,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/kaushikb11/awesome-llm-agents,GitHub - kaushikb11/awesome-llm-agents: A curated list of awesome LLM agents frameworks. · GitHub,A curated list of awesome LLM agents frameworks. Contribute to kaushikb11/awesome-llm-agents development by creating an account on GitHub.,,2023-04-04,2023,kaushikb11/awesome-llm-agents,GitHub,,,,github-api,kaushikb11/awesome-llm-agents,1533,329,,2023-04-04T10:22:43Z,2026-07-15T09:52:09Z,,2026-07-17T17:58:18+00:00
531
+ ale-0530,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.,Broad AI agent ecosystem map.,Connects neighboring ecosystems while preserving Loop Engineering as a narrower operating concept. Broad AI agent ecosystem map.,Use Awesome AI Agents to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (28,848 stars; 3,178 forks; NOASSERTION license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1225,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1225,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/e2b-dev/awesome-ai-agents,GitHub - e2b-dev/awesome-ai-agents: A list of AI autonomous agents · GitHub,A list of AI autonomous agents. Contribute to e2b-dev/awesome-ai-agents development by creating an account on GitHub.,,2023-06-19,2023,e2b-dev/awesome-ai-agents,GitHub,,,,github-api,e2b-dev/awesome-ai-agents,28848,3178,NOASSERTION,2023-06-19T00:20:06Z,2026-07-17T16:42:36Z,,2026-07-17T17:58:18+00:00
532
+ ale-0531,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.","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. Directory of terminal-native coding agents, parallel runners, autonomous loops, and the harnesses that orchestrate them.",Use Awesome CLI Coding Agents to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (820 stars; 219 forks; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1226,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1226,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",delegation,builder,curated-index,ok,https://github.com/bradAGI/awesome-cli-coding-agents,"GitHub - bradAGI/awesome-cli-coding-agents: Curated directory of terminal-native AI coding agents and the harnesses that orchestrate them. Covers open-source tools (Pi, OpenCode, Aider, Goose), platform agents (Claude Code, Codex, Gemini CLI), parallel runners, autonomous loops, and agent infrastructure. · GitHub","Curated directory of terminal-native AI coding agents and the harnesses that orchestrate them. Covers open-source tools (Pi, OpenCode, Aider, Goose), platform agents (Claude Code, Codex, Gemini CLI), parallel runners, autonomous loops, and agent infrastructure. - GitHub - bradAGI/awesome-cli-coding-agents: Curated directory of terminal-native AI coding agents and the harnesses that orchestrate them. Covers open-source tools (Pi, OpenCode, Aider, Goose), platform agents (Claude Code, Codex, Gemini CLI), parallel runners, autonomous loops, and agent infrastructure.",,2026-02-07,2026,bradAGI/awesome-cli-coding-agents,GitHub,,,,github-api,bradAGI/awesome-cli-coding-agents,820,219,,2026-02-07T00:53:24Z,2026-07-17T15:10:10Z,,2026-07-17T17:58:18+00:00
533
+ ale-0532,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.","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. Survey-style list of agents that improve themselves over repeated runs, an adjacent angle on long-running loops with memory and verification.",Use Awesome Self-Evolving Agents to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (329 stars; 19 forks; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1227,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1227,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",context;verification,builder,curated-index,ok,https://github.com/XMUDeepLIT/Awesome-Self-Evolving-Agents,"GitHub - XMUDeepLIT/Awesome-Self-Evolving-Agents: A Survey of Self-Evolving Agents | A curated list of resources (surveys, papers, benchmarks, and opensource projects) on Self-Evolving Agents. · GitHub","A Survey of Self-Evolving Agents | A curated list of resources (surveys, papers, benchmarks, and opensource projects) on Self-Evolving Agents. - XMUDeepLIT/Awesome-Self-Evolving-Agents",,2026-02-09,2026,XMUDeepLIT/Awesome-Self-Evolving-Agents,GitHub,,,,github-api,XMUDeepLIT/Awesome-Self-Evolving-Agents,329,19,,2026-02-09T10:57:30Z,2026-07-17T10:00:18Z,,2026-07-17T17:58:18+00:00
534
+ ale-0533,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.","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. Curated 2026 research collection across agent engineering, memory, evaluation, workflows, and autonomous systems, a paper-level feeder for loop-design foundations.",Use Awesome AI Agent Papers to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (1,591 stars; 165 forks; MIT license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1228,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1228,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",context;verification,builder,curated-index,ok,https://github.com/VoltAgent/awesome-ai-agent-papers,"GitHub - VoltAgent/awesome-ai-agent-papers: A curated collection of AI agent research papers released in 2026, covering agent engineering, memory, evaluation, workflows, and autonomous systems. · GitHub","A curated collection of AI agent research papers released in 2026, covering agent engineering, memory, evaluation, workflows, and autonomous systems. - VoltAgent/awesome-ai-agent-papers",,2026-02-10,2026,VoltAgent/awesome-ai-agent-papers,GitHub,,,,github-api,VoltAgent/awesome-ai-agent-papers,1591,165,MIT,2026-02-10T10:58:31Z,2026-07-17T17:40:19Z,,2026-07-17T17:58:18+00:00
535
+ ale-0534,Adjacent Awesome Lists,adjacent-awesome-lists,List,🧭,awesome-ralph,https://github.com/snwfdhmp/awesome-ralph,external,github.com,"Curated directory for the Ralph technique, collecting official resources, implementations, playbooks, tutorials, and community channels for running coding agents in automated loops until specifications are fulfilled.","Curated directory for the Ralph technique, collecting official resources, implementations, playbooks, tutorials, and community channels for running coding agents in automated loops until specifications are fulfilled.","Curated directory for the Ralph technique, collecting official resources, implementations, playbooks, tutorials, and community channels for running coding agents in automated loops until specifications are fulfilled.","Primary-source operational guidance rather than commentary. Curated directory for the Ralph technique, collecting official resources, implementations, playbooks, tutorials, and community channels for running coding agents in automated loops until specifications are fulfilled.",Use awesome-ralph to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (913 stars; 72 forks; updated 2026-07-13); popularity is context, not proof of reliability.",medium,README.md,1229,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1229,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://github.com/snwfdhmp/awesome-ralph,"GitHub - snwfdhmp/awesome-ralph: A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled. · GitHub","A curated list of resources about Ralph, the AI coding technique that runs AI coding agents in automated loops until specifications are fulfilled. - snwfdhmp/awesome-ralph",,2026-01-19,2026,snwfdhmp/awesome-ralph,GitHub,,,,github-api,snwfdhmp/awesome-ralph,913,72,,2026-01-19T08:42:54Z,2026-07-13T12:09:52Z,,2026-07-17T17:58:18+00:00
536
+ ale-0535,Adjacent Awesome Lists,adjacent-awesome-lists,List,🧭,Awesome Agent Loops,https://github.com/serenakeyitan/awesome-agent-loops,external,github.com,"Curated collection of /loop, /goal, and /schedule commands for Claude Code and Codex sourced from practitioner posts, organized around trigger, condition, and skill structure.","Curated collection of /loop, /goal, and /schedule commands for Claude Code and Codex sourced from practitioner posts, organized around trigger, condition, and skill structure.","Curated collection of /loop, /goal, and /schedule commands for Claude Code and Codex sourced from practitioner posts, organized around trigger, condition, and skill structure.","The trigger or cadence is explicit, making the workflow recurring rather than one-off. Curated collection of /loop, /goal, and /schedule commands for Claude Code and Codex sourced from practitioner posts, organized around trigger, condition, and skill structure.",Use Awesome Agent Loops to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (194 stars; 16 forks; CC-BY-4.0 license; updated 2026-07-15); popularity is context, not proof of reliability.",medium,README.md,1230,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1230,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",objective;trigger,builder,curated-index,ok,https://github.com/serenakeyitan/awesome-agent-loops,"GitHub - serenakeyitan/awesome-agent-loops: A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops. · GitHub","A curated collection of the best /loop, /goal, and /schedule uses for Claude Code & Codex — real commands sourced from Twitter/X. The awesome-list of agent loops. - serenakeyitan/awesome-agent-loops",,2026-06-09,2026,serenakeyitan/awesome-agent-loops,GitHub,,,,github-api,serenakeyitan/awesome-agent-loops,194,16,CC-BY-4.0,2026-06-09T01:26:51Z,2026-07-15T11:44:20Z,,2026-07-17T17:58:18+00:00
537
+ ale-0536,Explore And Reuse,explore-and-reuse,Template,🧾,Resource Atlas,https://chaoyue0307.github.io/awesome-loop-engineering/,external,chaoyue0307.github.io,"Filter 545 resources by goal, lifecycle stage, artifact type, evidence class, and search query.","Filter 545 resources by goal, lifecycle stage, artifact type, evidence class, and search query.","Filter 545 resources by goal, lifecycle stage, artifact type, evidence class, and search query.","Turns the evidence into an interactive atlas and structured data. Filter 545 resources by goal, lifecycle stage, artifact type, evidence class, and search query.",Use Resource Atlas to reuse a concrete artifact or connect it to the wider ecosystem.,"Reusable template, schema, checklist, or guide; signal comes from concrete adaptation and validation.",medium,README.md,1238,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1238,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",objective,builder,reusable-artifact,ok,https://chaoyue0307.github.io/awesome-loop-engineering/,Awesome Loop Engineering,"545 source-audited resources, 20 patterns, 20 validated contracts, and 8 runtime starters for recurring, stateful, verified AI-agent systems.",Chaoyue He,,,,chaoyue0307.github.io,,,,html-meta,,,,,,,,2026-07-17T17:58:18+00:00
538
+ ale-0537,Explore And Reuse,explore-and-reuse,List,🧭,Hugging Face dataset,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,external,huggingface.co,"Query the full collection as generated CSV and JSONL tables with publication, evidence, and lifecycle fields.","Query the full collection as generated CSV and JSONL tables with publication, evidence, and lifecycle fields.","Query the full collection as generated CSV and JSONL tables with publication, evidence, and lifecycle fields.","Packages the evidence as queryable CSV and JSONL rather than only a rendered page. Query the full collection as generated CSV and JSONL tables with publication, evidence, and lifecycle fields.",Use Hugging Face dataset to reuse a concrete artifact or connect it to the wider ecosystem.,"Contextual source from huggingface.co; useful for practice signals or boundary conditions, not independent validation.",contextual,README.md,1239,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1239,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,curated-index,ok,https://huggingface.co/datasets/cy0307/awesome-loop-engineering,cy0307/awesome-loop-engineering · Datasets at Hugging Face,We’re on a journey to advance and democratize artificial intelligence through open source and open science.,,,,,Hugging Face,,,,domain-fallback,,,,,,,,2026-07-17T17:58:18+00:00
539
+ ale-0538,Explore And Reuse,explore-and-reuse,Template,🧾,Dataset export guide,data/README.md,local_path,,"Load, query, regenerate, and audit the CSV, JSONL, and Resource Atlas data.","Load, query, regenerate, and audit the CSV, JSONL, and Resource Atlas data.","Load, query, regenerate, and audit the CSV, JSONL, and Resource Atlas data.","Packages the evidence as queryable CSV and JSONL rather than only a rendered page. Load, query, regenerate, and audit the CSV, JSONL, and Resource Atlas data.",Use Dataset export guide to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1240,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1240,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/data/README.md,Dataset export guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
540
+ ale-0539,Explore And Reuse,explore-and-reuse,Template,🧾,Runtime selection guide,meta/RUNTIME_SELECTION.md,local_path,,"Compare session, scheduled, CI, cron, and durable runtimes by persistence, isolation, permissions, and state.","Compare session, scheduled, CI, cron, and durable runtimes by persistence, isolation, permissions, and state.","Compare session, scheduled, CI, cron, and durable runtimes by persistence, isolation, permissions, and state.","Durable execution and replay are treated as first-class loop infrastructure. Compare session, scheduled, CI, cron, and durable runtimes by persistence, isolation, permissions, and state.",Use Runtime selection guide to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1241,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1241,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",trigger;workspace;state,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/RUNTIME_SELECTION.md,Runtime selection guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
541
+ ale-0540,Explore And Reuse,explore-and-reuse,Template,🧾,Future Directions agenda,FUTURE-DIRECTIONS.md,local_path,,"Turn 15 open problems into measurable studies, runtime projects, product pilots, and shared standards.","Turn 15 open problems into measurable studies, runtime projects, product pilots, and shared standards.","Turn 15 open problems into measurable studies, runtime projects, product pilots, and shared standards.","Turns open gaps into measurable research, infrastructure, and product directions. Turn 15 open problems into measurable studies, runtime projects, product pilots, and shared standards.",Use Future Directions agenda to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1242,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1242,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md,Future Directions agenda,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
542
+ ale-0541,Shape What Comes Next,shape-what-comes-next,Template,🧾,Release notes,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,external,github.com,"Versioned changelog of new resources, patterns, and repository changes.","Versioned changelog of new resources, patterns, and repository changes.","Versioned changelog of new resources, patterns, and repository changes.","Turns open questions and operating lessons into visible next work. Versioned changelog of new resources, patterns, and repository changes.",Use Release notes to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (28 stars; 6 forks; CC0-1.0 license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1269,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1269,2026-07-15,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,reusable-artifact,ok,https://github.com/ChaoYue0307/awesome-loop-engineering/releases,Releases · ChaoYue0307/awesome-loop-engineering · GitHub,🔁 545 source-audited resources · 20 operational patterns · 20 validated contracts · 8 runtime starters · interactive atlas + dataset for recurring AI-agent systems. - Releases · ChaoYue0307/awesome-loop-engineering,,2026-06-09,2026,GitHub Releases,GitHub,,,,github-api,ChaoYue0307/awesome-loop-engineering,28,6,CC0-1.0,2026-06-09T16:17:27Z,2026-07-17T17:42:51Z,,2026-07-17T17:58:18+00:00
543
+ ale-0542,Shape What Comes Next,shape-what-comes-next,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.","Near-term work, pattern priorities, gallery goals, and open questions.","Turns open questions and operating lessons into visible next work. Near-term work, pattern priorities, gallery goals, and open questions.",Use Roadmap to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1270,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1270,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",objective,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/ROADMAP.md,Roadmap,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
544
+ ale-0543,Shape What Comes Next,shape-what-comes-next,Template,🧾,Launch article,posts/launch.md,local_path,,"Concise explanation of the concept, implementation kit, and evidence base.","Concise explanation of the concept, implementation kit, and evidence base.","Concise explanation of the concept, implementation kit, and evidence base.","Turns open questions and operating lessons into visible next work. Concise explanation of the concept, implementation kit, and evidence base.",Use Launch article to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1271,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1271,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/posts/launch.md,Launch article,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
545
+ ale-0544,Shape What Comes Next,shape-what-comes-next,Template,🧾,Discussion guide,meta/DISCUSSIONS.md,local_path,,"Suggested discussion categories, starter prompts, and moderation standard.","Suggested discussion categories, starter prompts, and moderation standard.","Suggested discussion categories, starter prompts, and moderation standard.","The resource is directly reusable as a starting artifact. Suggested discussion categories, starter prompts, and moderation standard.",Use Discussion guide to reuse a concrete artifact or connect it to the wider ecosystem.,Local artifact maintained with automated validation checks.,medium,README.md,1272,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1272,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,repository-native,local_ok,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/meta/DISCUSSIONS.md,Discussion guide,,,,2026,GitHub,GitHub,,,,repository,,,,,,,,2026-07-17T17:58:18+00:00
546
+ ale-0545,Shape What Comes Next,shape-what-comes-next,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.,Community discussion for real or anonymized loop examples.,Turns open questions and operating lessons into visible next work. Community discussion for real or anonymized loop examples.,Use Show your Loop Engineering patterns to reuse a concrete artifact or connect it to the wider ecosystem.,"Inspectable GitHub source (28 stars; 6 forks; CC0-1.0 license; updated 2026-07-17); popularity is context, not proof of reliability.",medium,README.md,1273,https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L1273,,Apply,apply,"Reuse, adapt, and contribute concrete loop artifacts.",whole-loop,builder,operational-pattern,ok,https://github.com/ChaoYue0307/awesome-loop-engineering/discussions/2,Show your Loop Engineering patterns · ChaoYue0307/awesome-loop-engineering · Discussion #2 · GitHub,Show your Loop Engineering patterns,,2026-06-09,2026,GitHub Discussions,GitHub,,,,github-api,ChaoYue0307/awesome-loop-engineering,28,6,CC0-1.0,2026-06-09T16:17:27Z,2026-07-17T17:42:51Z,,2026-07-17T17:58:18+00:00
data/resources.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/resources.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:096d3c379932433f4298743b9f3e0a4f2513c5435071628ef04918fe86a31079
3
- size 437316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d7ffbf17dd5aa157c252bb80633bccad76d587978bb436f8c8c46b8dff3f0c
3
+ size 437352
docs/assets/resources.json CHANGED
The diff for this file is too large to render. See raw diff
 
docs/index.html CHANGED
@@ -642,6 +642,23 @@
642
  .future-track li::marker { color: var(--blue); }
643
  .future-output { margin: auto 0 0; border-top: 1px solid var(--line); padding-top: 14px; color: var(--quiet); font-size: 0.76rem; line-height: 1.5; }
644
  .future-output strong { display: block; margin-bottom: 3px; color: var(--ink); }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
645
  .future-shared {
646
  display: grid;
647
  grid-template-columns: 180px minmax(0, 1fr) auto;
@@ -891,6 +908,10 @@
891
  .future-grid { grid-template-columns: 1fr; }
892
  .future-track { padding: 20px 0; }
893
  .future-track + .future-track { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
 
 
 
 
894
  .future-shared { grid-template-columns: 1fr; gap: 10px; align-items: start; }
895
  .maturity-guide { grid-template-columns: 150px minmax(0, 1fr); gap: 24px; }
896
  .level { grid-template-columns: 52px minmax(0, 1fr); gap: 16px; }
@@ -1124,6 +1145,9 @@
1124
  .filter-row > a { width: fit-content; margin-left: 0; }
1125
  .pattern-grid .pattern:nth-child(n) { min-height: 0; border-left: 0; padding: 17px 0; }
1126
  .pattern .outcome { margin-top: 12px; padding-top: 0; }
 
 
 
1127
  .resource-toolbar { grid-template-columns: 1fr; }
1128
  .resource-toolbar label:first-child { grid-column: auto; }
1129
  .resource-select { padding-inline: 10px; font-size: 0.86rem; }
@@ -1789,43 +1813,49 @@
1789
  <div class="section-head">
1790
  <div>
1791
  <p class="section-label"><i class="icon" data-lucide="compass" aria-hidden="true"></i><span>07 / Future directions</span></p>
1792
- <h2>Decide what the field should prove next.</h2>
1793
  </div>
1794
- <p class="section-intro">A credible agenda separates claims to test, infrastructure to build, and product loops to validate. Each direction should end in external evidence, reproducible artifacts, or measured operating results.</p>
1795
  </div>
1796
  <div class="future-grid">
1797
  <article class="future-track">
1798
- <h3><i class="icon" data-lucide="book-open" aria-hidden="true"></i>For researchers</h3>
1799
  <ul>
1800
- <li>Separate model, harness, verifier, and loop effects under matched budgets.</li>
1801
- <li>Measure false completion, calibration, tamper resistance, and recovery.</li>
1802
- <li>Study state drift, stopping policies, and human oversight across runs.</li>
1803
  </ul>
1804
- <p class="future-output"><strong>Useful outputs</strong>Benchmarks, ablations, longitudinal datasets, preregistered studies, and negative results.</p>
1805
  </article>
1806
  <article class="future-track">
1807
- <h3><i class="icon" data-lucide="wrench" aria-hidden="true"></i>For infrastructure engineers</h3>
1808
  <ul>
1809
- <li>Build crash-safe, idempotent, replayable, and observable runtimes.</li>
1810
- <li>Turn contract permissions into enforceable least-privilege policy.</li>
1811
- <li>Standardize receipts and preserve semantics across runtime adapters.</li>
1812
  </ul>
1813
- <p class="future-output"><strong>Useful outputs</strong>Reference workers, conformance suites, receipt schemas, replay tools, SLOs, and incident reports.</p>
1814
  </article>
1815
  <article class="future-track">
1816
- <h3><i class="icon" data-lucide="code-2" aria-hidden="true"></i>For application developers</h3>
1817
  <ul>
1818
- <li>Choose recurring jobs with stable intake and a defensible definition of done.</li>
1819
- <li>Design domain checkers and evidence-rich human handoffs.</li>
1820
- <li>Progress from read-only shadowing to bounded autonomy with promotion gates.</li>
1821
  </ul>
1822
- <p class="future-output"><strong>Useful outputs</strong>Runnable vertical slices, domain evals, escalation UX, rollout studies, and failure write-ups.</p>
1823
  </article>
1824
  </div>
 
 
 
 
 
 
1825
  <div class="future-shared">
1826
- <strong>Shared milestones</strong>
1827
- <p>Portable contracts and receipts, factorized benchmarks, replayable state, failure-injection suites, and public or safely anonymized case studies.</p>
1828
- <a class="button" href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md"><i class="icon" data-lucide="compass" aria-hidden="true"></i>Open the agenda</a>
1829
  </div>
1830
  </div>
1831
  </section>
 
642
  .future-track li::marker { color: var(--blue); }
643
  .future-output { margin: auto 0 0; border-top: 1px solid var(--line); padding-top: 14px; color: var(--quiet); font-size: 0.76rem; line-height: 1.5; }
644
  .future-output strong { display: block; margin-bottom: 3px; color: var(--ink); }
645
+ .future-steps {
646
+ display: grid;
647
+ grid-template-columns: repeat(4, minmax(0, 1fr));
648
+ border-bottom: 1px solid var(--line-strong);
649
+ }
650
+ .future-step { min-width: 0; padding: 20px 20px 20px 0; }
651
+ .future-step + .future-step { border-left: 1px solid var(--line); padding-left: 20px; }
652
+ .future-step span {
653
+ display: block;
654
+ color: var(--blue);
655
+ font-family: "IBM Plex Mono", ui-monospace, monospace;
656
+ font-size: 0.63rem;
657
+ font-weight: 700;
658
+ text-transform: uppercase;
659
+ }
660
+ .future-step strong { display: block; margin-top: 6px; font-size: 0.88rem; }
661
+ .future-step p { margin: 5px 0 0; color: var(--muted); font-size: 0.76rem; line-height: 1.5; }
662
  .future-shared {
663
  display: grid;
664
  grid-template-columns: 180px minmax(0, 1fr) auto;
 
908
  .future-grid { grid-template-columns: 1fr; }
909
  .future-track { padding: 20px 0; }
910
  .future-track + .future-track { border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
911
+ .future-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
912
+ .future-step:nth-child(n) { border-left: 1px solid var(--line); padding: 18px; }
913
+ .future-step:nth-child(2n+1) { border-left: 0; padding-left: 0; }
914
+ .future-step:nth-child(n+3) { border-top: 1px solid var(--line); }
915
  .future-shared { grid-template-columns: 1fr; gap: 10px; align-items: start; }
916
  .maturity-guide { grid-template-columns: 150px minmax(0, 1fr); gap: 24px; }
917
  .level { grid-template-columns: 52px minmax(0, 1fr); gap: 16px; }
 
1145
  .filter-row > a { width: fit-content; margin-left: 0; }
1146
  .pattern-grid .pattern:nth-child(n) { min-height: 0; border-left: 0; padding: 17px 0; }
1147
  .pattern .outcome { margin-top: 12px; padding-top: 0; }
1148
+ .future-steps { grid-template-columns: 1fr; }
1149
+ .future-step:nth-child(n) { border-top: 1px solid var(--line); border-left: 0; padding: 15px 0; }
1150
+ .future-step:first-child { border-top: 0; }
1151
  .resource-toolbar { grid-template-columns: 1fr; }
1152
  .resource-toolbar label:first-child { grid-column: auto; }
1153
  .resource-select { padding-inline: 10px; font-size: 0.86rem; }
 
1813
  <div class="section-head">
1814
  <div>
1815
  <p class="section-label"><i class="icon" data-lucide="compass" aria-hidden="true"></i><span>07 / Future directions</span></p>
1816
+ <h2>Turn open problems into evidence.</h2>
1817
  </div>
1818
+ <p class="section-intro">Fifteen workstreams define a decision, minimum artifact, metrics, starter slice, and completion gate. Build the foundations first, then prove scale and adoption.</p>
1819
  </div>
1820
  <div class="future-grid">
1821
  <article class="future-track">
1822
+ <h3><i class="icon" data-lucide="shield-check" aria-hidden="true"></i>Foundation</h3>
1823
  <ul>
1824
+ <li>Challenge verifiers with hard negatives and tampering.</li>
1825
+ <li>Recover state and side effects after injected crashes.</li>
1826
+ <li>Reconstruct every decision from receipts under least privilege.</li>
1827
  </ul>
1828
+ <p class="future-output"><strong>Completion signal</strong>The loop can be interrupted, audited, attacked, recovered, and stopped without losing control of evidence or effects.</p>
1829
  </article>
1830
  <article class="future-track">
1831
+ <h3><i class="icon" data-lucide="chart-no-axes-combined" aria-hidden="true"></i>Scale</h3>
1832
  <ul>
1833
+ <li>Separate model, harness, verifier, and loop effects.</li>
1834
+ <li>Test long horizons, stop rules, and runtime portability.</li>
1835
+ <li>Compare quality, recovery, latency, cost, and human effort.</li>
1836
  </ul>
1837
+ <p class="future-output"><strong>Completion signal</strong>Gains survive matched budgets, adverse conditions, multiple runtimes, and full cost accounting.</p>
1838
  </article>
1839
  <article class="future-track">
1840
+ <h3><i class="icon" data-lucide="badge-check" aria-hidden="true"></i>Adoption</h3>
1841
  <ul>
1842
+ <li>Baseline one frequent, verifiable, reversible domain job.</li>
1843
+ <li>Shadow first, then promote through measured approval gates.</li>
1844
+ <li>Rehearse handoff, rollback, incident response, and retirement.</li>
1845
  </ul>
1846
+ <p class="future-output"><strong>Completion signal</strong>A named operator can understand, interrupt, update, and retire a useful loop from external evidence.</p>
1847
  </article>
1848
  </div>
1849
+ <div class="future-steps" aria-label="Four steps from question to evidence">
1850
+ <div class="future-step"><span>01 / Scope</span><strong>Choose one recurring task</strong><p>Name the operator, trigger, evidence gate, and consequence of error.</p></div>
1851
+ <div class="future-step"><span>02 / Compare</span><strong>Freeze fair baselines</strong><p>Test current operation, single pass, fixed retry, and a cost-matched candidate.</p></div>
1852
+ <div class="future-step"><span>03 / Stress</span><strong>Exercise failure paths</strong><p>Inject interruption, stale state, verifier conflict, attack, and budget exhaustion.</p></div>
1853
+ <div class="future-step"><span>04 / Publish</span><strong>Release the whole result</strong><p>Share contracts, receipts, costs, unsuccessful runs, and rejection criteria.</p></div>
1854
+ </div>
1855
  <div class="future-shared">
1856
+ <strong>Start a 90-day project</strong>
1857
+ <p>Choose the researcher, runtime, application, or security plan, then use the shared protocol and proposal template to make the result comparable.</p>
1858
+ <a class="button" href="https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md"><i class="icon" data-lucide="compass" aria-hidden="true"></i>Open 15 workstreams</a>
1859
  </div>
1860
  </div>
1861
  </section>
meta/hf_card_body.md CHANGED
@@ -93,15 +93,15 @@ Do not use `signal_strength`, GitHub stars, forks, or inclusion in this collecti
93
 
94
  ## Future Directions
95
 
96
- Choose a role to find the highest-value open questions and build targets:
97
 
98
- | Audience | Priority categories |
99
- | --- | --- |
100
- | Researchers | Factorized evaluation, verification science, state across runs, stopping policies, and human oversight |
101
- | Infrastructure and reliability engineers | Durable execution, receipts and replay, least privilege, portability, and reliability economics |
102
- | Application and product developers | Loop-worthy use cases, domain verification, escalation UX, progressive rollout, and maintainable adoption |
103
 
104
- The complete [Future Directions agenda](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md) defines measurable outputs, concrete starter projects, shared infrastructure priorities, and a qualification checklist.
105
 
106
  ## Dataset Structure
107
 
 
93
 
94
  ## Future Directions
95
 
96
+ The agenda organizes fifteen measurable workstreams in dependency order:
97
 
98
+ | Tier | Prove next | First artifacts |
99
+ | --- | --- | --- |
100
+ | Foundation | Verification, state, recovery, receipts, and security remain trustworthy under failure | Challenge sets, fault injection, replay, receipt schemas, and enforced permissions |
101
+ | Scale | Gains survive ablation, long horizons, matched budgets, runtime changes, and cost accounting | Factorized benchmarks, control-policy replays, contract adapters, and economic frontiers |
102
+ | Adoption | Operators can deploy, understand, interrupt, hand off, update, and retire a useful loop | Domain pilots, promotion gates, handoff studies, incident drills, and lifecycle controls |
103
 
104
+ The complete [Future Directions agenda](https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/FUTURE-DIRECTIONS.md) provides a shared evaluation protocol, operational metric definitions, starter slices and completion gates for every workstream, 90-day role plans, field milestones, and a proposal template.
105
 
106
  ## Dataset Structure
107