row_id
stringlengths
8
8
section
stringclasses
21 values
section_slug
stringclasses
21 values
resource_type
stringclasses
9 values
marker
stringclasses
9 values
title
stringlengths
3
102
url
stringlengths
9
158
url_kind
stringclasses
2 values
domain
stringlengths
5
26
annotation
stringlengths
25
225
description
stringlengths
25
225
key_contribution
stringlengths
25
272
novelty
stringclasses
39 values
impact
stringclasses
21 values
signal
stringclasses
13 values
signal_strength
stringclasses
3 values
source_readme
stringclasses
1 value
source_line
int64
176
619
source_url
stringlengths
80
80
ale-0101
Coding-Agent Loop Systems
coding-agent-loop-systems
Paper
📄
OpenHands: An Open Platform for AI Software Developers as Generalist Agents
https://arxiv.org/abs/2407.16741
external
arxiv.org
Paper describing OpenHands, CodeActAgent, benchmarks, and generalist agent evaluation.
Paper describing OpenHands, CodeActAgent, benchmarks, and generalist agent evaluation.
Paper describing OpenHands, CodeActAgent, benchmarks, and generalist agent evaluation.
Evaluation data is used as the feedback signal for improving loop behavior.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Research preprint with stable arXiv identifier.
high
README.md
391
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L391
ale-0102
Coding-Agent Loop Systems
coding-agent-loop-systems
Tool
🧰
Agentless
https://github.com/OpenAutoCoder/Agentless
external
github.com
Workflow-based approach for software issue resolution using localization, repair, and patch validation.
Workflow-based approach for software issue resolution using localization, repair, and patch validation.
Provides an implementation surface for loop builders: Workflow-based approach for software issue resolution using localization, repair, and patch validation.
Uses real automated software-engineering systems as evidence for practical loop architectures.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Source repository or implementation artifact that can be inspected directly.
high
README.md
392
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L392
ale-0103
Coding-Agent Loop Systems
coding-agent-loop-systems
Paper
📄
Agentless: Demystifying LLM-based Software Engineering Agents
https://arxiv.org/abs/2407.01489
external
arxiv.org
Useful contrast case: strong results through structured workflow rather than a fully open-ended agent.
Useful contrast case: strong results through structured workflow rather than a fully open-ended agent.
Useful contrast case: strong results through structured workflow rather than a fully open-ended agent.
Uses real automated software-engineering systems as evidence for practical loop architectures.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Research preprint with stable arXiv identifier.
high
README.md
393
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L393
ale-0104
Coding-Agent Loop Systems
coding-agent-loop-systems
Tool
🧰
AutoCodeRover
https://github.com/AutoCodeRoverSG/auto-code-rover
external
github.com
Autonomous program improvement system for issue localization, patch generation, and validation.
Autonomous program improvement system for issue localization, patch generation, and validation.
Provides an implementation surface for loop builders: Autonomous program improvement system for issue localization, patch generation, and validation.
Uses real automated software-engineering systems as evidence for practical loop architectures.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Source repository or implementation artifact that can be inspected directly.
high
README.md
394
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L394
ale-0105
Coding-Agent Loop Systems
coding-agent-loop-systems
Paper
📄
AutoCodeRover: Autonomous Program Improvement
https://arxiv.org/abs/2404.05427
external
arxiv.org
Paper on autonomous code repair loops over real repositories.
Paper on autonomous code repair loops over real repositories.
Paper on autonomous code repair loops over real repositories.
Uses real automated software-engineering systems as evidence for practical loop architectures.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Research preprint with stable arXiv identifier.
high
README.md
395
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L395
ale-0106
Coding-Agent Loop Systems
coding-agent-loop-systems
Pattern
🔁
Ralph
https://ghuntley.com/ralph/
external
ghuntley.com
Geoffrey Huntley's original Ralph technique: run one agent in a bare loop with fresh context per iteration and the filesystem plus specs as memory.
Geoffrey Huntley's original Ralph technique: run one agent in a bare loop with fresh context per iteration and the filesystem plus specs as memory.
Provides a reusable loop pattern: Geoffrey Huntley's original Ralph technique: run one agent in a bare loop with fresh context per iteration and the filesystem plus specs as memory.
Persistent memory is treated as an external runtime artifact.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Operational pattern or playbook; signal comes from reusable loop structure and practical transferability.
medium
README.md
396
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L396
ale-0107
Coding-Agent Loop Systems
coding-agent-loop-systems
Pattern
🔁
everything is a ralph loop
https://ghuntley.com/loop/
external
ghuntley.com
Follow-up essay arguing the loop, not the agent, is the durable engineering unit: one task per iteration, deterministic context, and verification inside the loop.
Follow-up essay arguing the loop, not the agent, is the durable engineering unit: one task per iteration, deterministic context, and verification inside the loop.
Provides a reusable loop pattern: Follow-up essay arguing the loop, not the agent, is the durable engineering unit: one task per iteration, deterministic context, and verification inside the loop.
Durable execution and replay are treated as first-class loop infrastructure.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Operational pattern or playbook; signal comes from reusable loop structure and practical transferability.
medium
README.md
397
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L397
ale-0108
Coding-Agent Loop Systems
coding-agent-loop-systems
Tool
🧰
how-to-ralph-wiggum
https://github.com/ghuntley/how-to-ralph-wiggum
external
github.com
Reference repository documenting the Ralph Wiggum technique end to end, from the bare loop script to guardrails and conventions.
Reference repository documenting the Ralph Wiggum technique end to end, from the bare loop script to guardrails and conventions.
Provides an implementation surface for loop builders: Reference repository documenting the Ralph Wiggum technique end to end, from the bare loop script to guardrails and conventions.
Uses real automated software-engineering systems as evidence for practical loop architectures.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Source repository or implementation artifact that can be inspected directly.
high
README.md
398
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L398
ale-0109
Coding-Agent Loop Systems
coding-agent-loop-systems
Blog
📝
A Brief History of Ralph
https://www.humanlayer.dev/blog/brief-history-of-ralph
external
www.humanlayer.dev
Traces how the bare-loop technique spread from a provocation to a production practice among early adopters.
Traces how the bare-loop technique spread from a provocation to a production practice among early adopters.
Traces how the bare-loop technique spread from a provocation to a production practice among early adopters.
Uses real automated software-engineering systems as evidence for practical loop architectures.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
399
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L399
ale-0110
Coding-Agent Loop Systems
coding-agent-loop-systems
Pattern
🔁
Ralph Copilot
https://github.com/giocaizzi/ralph-copilot/tree/e5b2813cc876c73a8c9d3398c0115da0d15f63cf
external
github.com
Language-agnostic Ralph loop implementation using fresh context, filesystem memory, `PRD.md`, and `PROGRESS.md`.
Language-agnostic Ralph loop implementation using fresh context, filesystem memory, `PRD.md`, and `PROGRESS.md`.
Provides a reusable loop pattern: Language-agnostic Ralph loop implementation using fresh context, filesystem memory, `PRD.md`, and `PROGRESS.md`.
Persistent memory is treated as an external runtime artifact.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Source repository or implementation artifact that can be inspected directly.
high
README.md
400
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L400
ale-0111
Coding-Agent Loop Systems
coding-agent-loop-systems
Pattern
🔁
Compound Engineering
https://every.to/guides/compound-engineering
external
every.to
Every's named plan-work-review-compound loop, where each run feeds lessons back into `AGENTS.md`-style memory so the next loop is easier; the self-improving counterpart to Ralph.
Every's named plan-work-review-compound loop, where each run feeds lessons back into `AGENTS.md`-style memory so the next loop is easier; the self-improving counterpart to Ralph.
Provides a reusable loop pattern: Every's named plan-work-review-compound loop, where each run feeds lessons back into `AGENTS.md`-style memory so the next loop is easier; the self-improving counterpart to Ralph.
Persistent memory is treated as an external runtime artifact.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Operational pattern or playbook; signal comes from reusable loop structure and practical transferability.
medium
README.md
401
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L401
ale-0112
Coding-Agent Loop Systems
coding-agent-loop-systems
Tool
🧰
Gas Town
https://github.com/steveyegge/gastown
external
github.com
Steve Yegge's multi-agent orchestrator that runs 20-30 parallel coding agents with coordinator, worker, and merge-queue roles; the structured-orchestration end of the spectrum that Ralph anchors with bare iteration.
Steve Yegge's multi-agent orchestrator that runs 20-30 parallel coding agents with coordinator, worker, and merge-queue roles; the structured-orchestration end of the spectrum that Ralph anchors with bare iteration.
Provides an implementation surface for loop builders: Steve Yegge's multi-agent orchestrator that runs 20-30 parallel coding agents with coordinator, worker, and merge-queue roles; the structured-orchestration end of the spectrum that Ralph anchors with bare iteration.
The work separates roles across agents, verifiers, or orchestration layers.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Source repository or implementation artifact that can be inspected directly.
high
README.md
402
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L402
ale-0113
Coding-Agent Loop Systems
coding-agent-loop-systems
Tool
🧰
Amp
https://ampcode.com/
external
ampcode.com
Agentic coding tool built around threads, subagents, and an opinionated harness, with an owner's manual that documents loop-style operating practices.
Agentic coding tool built around threads, subagents, and an opinionated harness, with an owner's manual that documents loop-style operating practices.
Provides an implementation surface for loop builders: Agentic coding tool built around threads, subagents, and an opinionated harness, with an owner's manual that documents loop-style operating practices.
The work separates roles across agents, verifiers, or orchestration layers.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Working implementation, framework, runtime, or repository; signal comes from usable code and ecosystem adoption.
high
README.md
403
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L403
ale-0114
Coding-Agent Loop Systems
coding-agent-loop-systems
Tool
🧰
karl
https://github.com/kayoslab/karl
external
github.com
Autonomous multi-agent development loop with planner, reviewer, architect, tester, developer, deployment, and retry phases.
Autonomous multi-agent development loop with planner, reviewer, architect, tester, developer, deployment, and retry phases.
Provides an implementation surface for loop builders: Autonomous multi-agent development loop with planner, reviewer, architect, tester, developer, deployment, and retry phases.
The work separates roles across agents, verifiers, or orchestration layers.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Source repository or implementation artifact that can be inspected directly.
high
README.md
404
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L404
ale-0115
Coding-Agent Loop Systems
coding-agent-loop-systems
Pattern
🔁
joelclaw agent-loop skill
https://github.com/joelhooks/joelclaw/blob/main/skills/agent-loop/SKILL.md
external
github.com
Durable Planner-Implementor-Reviewer-Judge coding loops via Inngest events and progress files.
Durable Planner-Implementor-Reviewer-Judge coding loops via Inngest events and progress files.
Provides a reusable loop pattern: Durable Planner-Implementor-Reviewer-Judge coding loops via Inngest events and progress files.
Durable execution and replay are treated as first-class loop infrastructure.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Source repository or implementation artifact that can be inspected directly.
high
README.md
405
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L405
ale-0116
Coding-Agent Loop Systems
coding-agent-loop-systems
List
🧭
SWE-bench reading list
https://github.com/SWE-bench/reading-list
external
github.com
Maintained map of software engineering agent systems and related papers.
Maintained map of software engineering agent systems and related papers.
Maps adjacent resources and ecosystems: Maintained map of software engineering agent systems and related papers.
Uses real automated software-engineering systems as evidence for practical loop architectures.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Source repository or implementation artifact that can be inspected directly.
high
README.md
406
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L406
ale-0117
Coding-Agent Loop Systems
coding-agent-loop-systems
Paper
📄
TraceCoder: A Trace-Driven Multi-Agent Framework for Automated Debugging of LLM-Generated Code
https://arxiv.org/abs/2602.06875
external
arxiv.org
ICSE'26 observe-analyze-repair loop with instrumentation, analysis, and repair agents, a history-learning mechanism, and a rollback to the last good state; iteration alone drives most of the gain.
ICSE'26 observe-analyze-repair loop with instrumentation, analysis, and repair agents, a history-learning mechanism, and a rollback to the last good state; iteration alone drives most of the gain.
ICSE'26 observe-analyze-repair loop with instrumentation, analysis, and repair agents, a history-learning mechanism, and a rollback to the last good state; iteration alone drives most of the gain.
The work separates roles across agents, verifiers, or orchestration layers.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Research preprint with stable arXiv identifier.
high
README.md
407
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L407
ale-0118
Coding-Agent Loop Systems
coding-agent-loop-systems
Paper
📄
The Kitchen Loop: User-Spec-Driven Development for a Self-Evolving Codebase
https://arxiv.org/abs/2603.25697
external
arxiv.org
A production loop where an agent exercises a spec surface as a synthetic power user behind ground-truth tests and quality gates, sustaining 285+ self-correcting iterations and 1,000+ merged PRs with zero detected regressions.
A production loop where an agent exercises a spec surface as a synthetic power user behind ground-truth tests and quality gates, sustaining 285+ self-correcting iterations and 1,000+ merged PRs with zero detected regressions.
A production loop where an agent exercises a spec surface as a synthetic power user behind ground-truth tests and quality gates, sustaining 285+ self-correcting iterations and 1,000+ merged PRs with zero detected regressions.
Uses real automated software-engineering systems as evidence for practical loop architectures.
Grounds the practice in real coding-agent systems, bare loops, orchestration tools, and long-running software tasks.
Research preprint with stable arXiv identifier.
high
README.md
408
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L408
ale-0119
Verification And Feedback Gates
verification-and-feedback-gates
Blog
📝
Why Agentic Systems Must Produce Deterministic Outputs to Scale
https://streamzero.com/blog/posts/deep-dives-tools-technologies-architectures/agentic-patterns/why-agentic-systems-must-produce-deterministic-outputs-to-scale
external
streamzero.com
Argues for deterministic boundaries, contracts, and execution gates around probabilistic agent reasoning.
Argues for deterministic boundaries, contracts, and execution gates around probabilistic agent reasoning.
Argues for deterministic boundaries, contracts, and execution gates around probabilistic agent reasoning.
Treats feedback, telemetry, and deterministic artifacts as loop-control gates.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
414
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L414
ale-0120
Verification And Feedback Gates
verification-and-feedback-gates
Pattern
🔁
Stop Babysitting Your Coding Agent. Give It Backpressure.
https://generativeprogrammer.com/p/stop-babysitting-your-coding-agent
external
generativeprogrammer.com
Explains how to turn tests, linters, builds, traces, and other signals into feedback loops for coding agents.
Explains how to turn tests, linters, builds, traces, and other signals into feedback loops for coding agents.
Provides a reusable loop pattern: Explains how to turn tests, linters, builds, traces, and other signals into feedback loops for coding agents.
Treats feedback, telemetry, and deterministic artifacts as loop-control gates.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Operational pattern or playbook; signal comes from reusable loop structure and practical transferability.
medium
README.md
415
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L415
ale-0121
Verification And Feedback Gates
verification-and-feedback-gates
Pattern
🔁
How to Build a Self-Verification Loop in Claude Code
https://dev.to/shipwithaiio/how-to-build-a-self-verification-loop-in-claude-code-3-layers-20-minutes-m1p
external
dev.to
Uses hooks to enforce syntax, intent, and regression checks before an agent can finish.
Uses hooks to enforce syntax, intent, and regression checks before an agent can finish.
Provides a reusable loop pattern: Uses hooks to enforce syntax, intent, and regression checks before an agent can finish.
The agent workflow includes explicit self-checking or gated completion.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Operational pattern or playbook; signal comes from reusable loop structure and practical transferability.
medium
README.md
416
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L416
ale-0122
Verification And Feedback Gates
verification-and-feedback-gates
Blog
📝
How to build a better agent harness with traces and evals
https://arize.com/blog/improve-ai-agents-traces-evals-harness/
external
arize.com
Trace-evaluate-debug-refine loop for improving agent behavior from real runs.
Trace-evaluate-debug-refine loop for improving agent behavior from real runs.
Trace-evaluate-debug-refine loop for improving agent behavior from real runs.
Evaluation data is used as the feedback signal for improving loop behavior.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
417
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L417
ale-0123
Verification And Feedback Gates
verification-and-feedback-gates
Blog
📝
Better Harness: A Recipe for Harness Hill-Climbing with Evals
https://www.langchain.com/blog/better-harness-a-recipe-for-harness-hill-climbing-with-evals
external
www.langchain.com
LangChain's recipe for using evals as the learning signal for harness improvement.
LangChain's recipe for using evals as the learning signal for harness improvement.
LangChain's recipe for using evals as the learning signal for harness improvement.
Evaluation data is used as the feedback signal for improving loop behavior.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
418
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L418
ale-0124
Verification And Feedback Gates
verification-and-feedback-gates
Blog
📝
Improving Deep Agents with harness engineering
https://www.langchain.com/blog/improving-deep-agents-with-harness-engineering
external
www.langchain.com
Practical discussion of self-verification, traces, middleware, and loop detection for coding agents.
Practical discussion of self-verification, traces, middleware, and loop detection for coding agents.
Practical discussion of self-verification, traces, middleware, and loop detection for coding agents.
The agent workflow includes explicit self-checking or gated completion.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
419
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L419
ale-0125
Verification And Feedback Gates
verification-and-feedback-gates
Docs
📚
OpenAI agent evals
https://developers.openai.com/api/docs/guides/agent-evals
external
developers.openai.com
Evaluation guidance for moving from traces to repeatable grading of agent workflows.
Evaluation guidance for moving from traces to repeatable grading of agent workflows.
Evaluation guidance for moving from traces to repeatable grading of agent workflows.
Evaluation data is used as the feedback signal for improving loop behavior.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Primary official documentation for a platform, SDK, or standard.
high
README.md
420
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L420
ale-0126
Verification And Feedback Gates
verification-and-feedback-gates
Tool
🧰
Promptfoo OpenAI Agents provider
https://www.promptfoo.dev/docs/providers/openai-agents/
external
www.promptfoo.dev
Testing and assertions for multi-turn agent workflows, tools, state, handoffs, sandboxes, and traces.
Testing and assertions for multi-turn agent workflows, tools, state, handoffs, sandboxes, and traces.
Provides an implementation surface for loop builders: Testing and assertions for multi-turn agent workflows, tools, state, handoffs, sandboxes, and traces.
Execution isolation and permission boundaries are part of the design.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Working implementation, framework, runtime, or repository; signal comes from usable code and ecosystem adoption.
high
README.md
421
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L421
ale-0127
Verification And Feedback Gates
verification-and-feedback-gates
Tool
🧰
Inspect AI
https://github.com/UKGovernmentBEIS/inspect_ai
external
github.com
UK AISI evaluation framework with solvers, scorers, sandboxing, tool use, MCP, and log viewing.
UK AISI evaluation framework with solvers, scorers, sandboxing, tool use, MCP, and log viewing.
Provides an implementation surface for loop builders: UK AISI evaluation framework with solvers, scorers, sandboxing, tool use, MCP, and log viewing.
Evaluation data is used as the feedback signal for improving loop behavior.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Source repository or implementation artifact that can be inspected directly.
high
README.md
422
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L422
ale-0128
Verification And Feedback Gates
verification-and-feedback-gates
Docs
📚
OpenTelemetry Semantic Conventions for Generative AI Systems
https://opentelemetry.io/docs/specs/semconv/gen-ai/
external
opentelemetry.io
Portable tracing conventions for model calls, tool calls, and agent workflows.
Portable tracing conventions for model calls, tool calls, and agent workflows.
Portable tracing conventions for model calls, tool calls, and agent workflows.
Treats feedback, telemetry, and deterministic artifacts as loop-control gates.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Primary official documentation for a platform, SDK, or standard.
high
README.md
423
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L423
ale-0129
Verification And Feedback Gates
verification-and-feedback-gates
Tool
🧰
AgentOps
https://github.com/AgentOps-AI/agentops
external
github.com
Monitoring, replay, cost tracking, benchmarking, and tracing for agent sessions.
Monitoring, replay, cost tracking, benchmarking, and tracing for agent sessions.
Provides an implementation surface for loop builders: Monitoring, replay, cost tracking, benchmarking, and tracing for agent sessions.
Durable execution and replay are treated as first-class loop infrastructure.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Source repository or implementation artifact that can be inspected directly.
high
README.md
424
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L424
ale-0130
Verification And Feedback Gates
verification-and-feedback-gates
Tool
🧰
Langfuse
https://github.com/langfuse/langfuse
external
github.com
Open-source LLM engineering platform with tracing, evaluations, and metrics that loops can read back as feedback signals.
Open-source LLM engineering platform with tracing, evaluations, and metrics that loops can read back as feedback signals.
Provides an implementation surface for loop builders: Open-source LLM engineering platform with tracing, evaluations, and metrics that loops can read back as feedback signals.
Treats feedback, telemetry, and deterministic artifacts as loop-control gates.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Source repository or implementation artifact that can be inspected directly.
high
README.md
425
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L425
ale-0131
Verification And Feedback Gates
verification-and-feedback-gates
Tool
🧰
LangSmith
https://www.langchain.com/langsmith
external
www.langchain.com
Tracing, evaluation, and monitoring platform for inspecting and grading agent runs across iterations.
Tracing, evaluation, and monitoring platform for inspecting and grading agent runs across iterations.
Provides an implementation surface for loop builders: Tracing, evaluation, and monitoring platform for inspecting and grading agent runs across iterations.
Evaluation data is used as the feedback signal for improving loop behavior.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Working implementation, framework, runtime, or repository; signal comes from usable code and ecosystem adoption.
high
README.md
426
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L426
ale-0132
Verification And Feedback Gates
verification-and-feedback-gates
Tool
🧰
Arize Phoenix
https://github.com/Arize-ai/phoenix
external
github.com
Open-source AI observability for tracing, evaluating, and debugging agent behavior from real runs.
Open-source AI observability for tracing, evaluating, and debugging agent behavior from real runs.
Provides an implementation surface for loop builders: Open-source AI observability for tracing, evaluating, and debugging agent behavior from real runs.
Treats feedback, telemetry, and deterministic artifacts as loop-control gates.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Source repository or implementation artifact that can be inspected directly.
high
README.md
427
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L427
ale-0133
Verification And Feedback Gates
verification-and-feedback-gates
Tool
🧰
Braintrust
https://www.braintrust.dev/
external
www.braintrust.dev
Evaluation and observability platform with experiments, datasets, and CI integration for gating agent changes.
Evaluation and observability platform with experiments, datasets, and CI integration for gating agent changes.
Provides an implementation surface for loop builders: Evaluation and observability platform with experiments, datasets, and CI integration for gating agent changes.
Evaluation data is used as the feedback signal for improving loop behavior.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Working implementation, framework, runtime, or repository; signal comes from usable code and ecosystem adoption.
high
README.md
428
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L428
ale-0134
Verification And Feedback Gates
verification-and-feedback-gates
Tool
🧰
Weave
https://docs.wandb.ai/weave
external
docs.wandb.ai
Weights & Biases toolkit for tracing, evaluating, and monitoring agent applications over time.
Weights & Biases toolkit for tracing, evaluating, and monitoring agent applications over time.
Provides an implementation surface for loop builders: Weights & Biases toolkit for tracing, evaluating, and monitoring agent applications over time.
Treats feedback, telemetry, and deterministic artifacts as loop-control gates.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Working implementation, framework, runtime, or repository; signal comes from usable code and ecosystem adoption.
high
README.md
429
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L429
ale-0135
Verification And Feedback Gates
verification-and-feedback-gates
Paper
📄
Agentic Verification of Software Systems
https://arxiv.org/abs/2511.17330
external
arxiv.org
Pairs a coding agent with a theorem prover (AutoRocq) in a generate-and-validate loop, turning formal proof into the exit gate for trusted automatic programming.
Pairs a coding agent with a theorem prover (AutoRocq) in a generate-and-validate loop, turning formal proof into the exit gate for trusted automatic programming.
Pairs a coding agent with a theorem prover (AutoRocq) in a generate-and-validate loop, turning formal proof into the exit gate for trusted automatic programming.
Verification is promoted from a final check to a loop-control signal.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Research preprint with stable arXiv identifier.
high
README.md
430
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L430
ale-0136
Verification And Feedback Gates
verification-and-feedback-gates
Paper
📄
Agentic Harness Engineering: Observability-Driven Automatic Evolution of Coding-Agent Harnesses
https://arxiv.org/abs/2604.25850
external
arxiv.org
A closed loop that turns each harness edit into a falsifiable contract verified against trajectory outcomes, so the harness evolves from observability instead of trial and error.
A closed loop that turns each harness edit into a falsifiable contract verified against trajectory outcomes, so the harness evolves from observability instead of trial and error.
A closed loop that turns each harness edit into a falsifiable contract verified against trajectory outcomes, so the harness evolves from observability instead of trial and error.
Verification is promoted from a final check to a loop-control signal.
Identifies the feedback signals that make recurring agent work measurable, retryable, and safe to stop.
Research preprint with stable arXiv identifier.
high
README.md
431
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L431
ale-0137
Securing Unattended Loops
securing-unattended-loops
Critique
⚠️
The lethal trifecta for AI agents
https://simonwillison.net/2025/Jun/16/the-lethal-trifecta/
external
simonwillison.net
Simon Willison's rule of thumb: private data, untrusted content, and an exfiltration channel must never meet inside one unattended agent.
Simon Willison's rule of thumb: private data, untrusted content, and an exfiltration channel must never meet inside one unattended agent.
Names a risk or boundary condition: Simon Willison's rule of thumb: private data, untrusted content, and an exfiltration channel must never meet inside one unattended agent.
Untrusted intake is treated as a loop-level security boundary.
Surfaces the security boundaries needed when loops ingest untrusted content or act without constant human supervision.
Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.
contextual
README.md
437
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L437
ale-0138
Securing Unattended Loops
securing-unattended-loops
Critique
⚠️
Prompt injection series
https://simonwillison.net/series/prompt-injection/
external
simonwillison.net
Ongoing series on the core unsolved vulnerability for loops whose intake includes content written by strangers.
Ongoing series on the core unsolved vulnerability for loops whose intake includes content written by strangers.
Names a risk or boundary condition: Ongoing series on the core unsolved vulnerability for loops whose intake includes content written by strangers.
Untrusted intake is treated as a loop-level security boundary.
Surfaces the security boundaries needed when loops ingest untrusted content or act without constant human supervision.
Risk or limitation analysis; signal comes from boundary conditions, failure modes, and adoption cautions.
contextual
README.md
438
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L438
ale-0139
Securing Unattended Loops
securing-unattended-loops
Docs
📚
Agentic AI - Threats and Mitigations
https://genai.owasp.org/resource/agentic-ai-threats-and-mitigations/
external
genai.owasp.org
OWASP threat model for agentic systems, useful when reviewing intake, memory, tool, and delegation boundaries.
OWASP threat model for agentic systems, useful when reviewing intake, memory, tool, and delegation boundaries.
OWASP threat model for agentic systems, useful when reviewing intake, memory, tool, and delegation boundaries.
Persistent memory is treated as an external runtime artifact.
Surfaces the security boundaries needed when loops ingest untrusted content or act without constant human supervision.
Primary documentation from a platform, SDK, standard, or framework; strong implementation signal.
high
README.md
439
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L439
ale-0140
Securing Unattended Loops
securing-unattended-loops
Docs
📚
Designing AI agents to resist prompt injection
https://openai.com/index/designing-agents-to-resist-prompt-injection/
external
openai.com
OpenAI's official defense-in-depth guidance: least privilege, sandboxed tools, output verification, and human confirmation for the high-impact actions an unattended loop might take.
OpenAI's official defense-in-depth guidance: least privilege, sandboxed tools, output verification, and human confirmation for the high-impact actions an unattended loop might take.
OpenAI's official defense-in-depth guidance: least privilege, sandboxed tools, output verification, and human confirmation for the high-impact actions an unattended loop might take.
Primary-source operational guidance rather than commentary.
Surfaces the security boundaries needed when loops ingest untrusted content or act without constant human supervision.
Primary documentation from a platform, SDK, standard, or framework; strong implementation signal.
high
README.md
440
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L440
ale-0141
Securing Unattended Loops
securing-unattended-loops
Tool
🧰
sandbox-runtime
https://github.com/anthropic-experimental/sandbox-runtime
external
github.com
Anthropic's OS-level filesystem and network sandboxing for arbitrary processes without requiring a container.
Anthropic's OS-level filesystem and network sandboxing for arbitrary processes without requiring a container.
Provides an implementation surface for loop builders: Anthropic's OS-level filesystem and network sandboxing for arbitrary processes without requiring a container.
Execution isolation and permission boundaries are part of the design.
Surfaces the security boundaries needed when loops ingest untrusted content or act without constant human supervision.
Source repository or implementation artifact that can be inspected directly.
high
README.md
441
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L441
ale-0142
Securing Unattended Loops
securing-unattended-loops
Tool
🧰
E2B
https://github.com/e2b-dev/E2B
external
github.com
Open-source isolated cloud sandboxes for running untrusted, AI-generated code inside agent loops.
Open-source isolated cloud sandboxes for running untrusted, AI-generated code inside agent loops.
Provides an implementation surface for loop builders: Open-source isolated cloud sandboxes for running untrusted, AI-generated code inside agent loops.
Execution isolation and permission boundaries are part of the design.
Surfaces the security boundaries needed when loops ingest untrusted content or act without constant human supervision.
Source repository or implementation artifact that can be inspected directly.
high
README.md
442
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L442
ale-0143
Securing Unattended Loops
securing-unattended-loops
Docs
📚
Modal Sandboxes
https://modal.com/docs/guide/sandboxes
external
modal.com
Secure sandboxed execution for agent-driven code with resource limits and network controls.
Secure sandboxed execution for agent-driven code with resource limits and network controls.
Secure sandboxed execution for agent-driven code with resource limits and network controls.
Execution isolation and permission boundaries are part of the design.
Surfaces the security boundaries needed when loops ingest untrusted content or act without constant human supervision.
Primary documentation from a platform, SDK, standard, or framework; strong implementation signal.
high
README.md
443
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L443
ale-0144
Securing Unattended Loops
securing-unattended-loops
Tool
🧰
Daytona
https://www.daytona.io/
external
www.daytona.io
Infrastructure for running AI-generated code in fast, isolated sandboxes.
Infrastructure for running AI-generated code in fast, isolated sandboxes.
Provides an implementation surface for loop builders: Infrastructure for running AI-generated code in fast, isolated sandboxes.
Execution isolation and permission boundaries are part of the design.
Surfaces the security boundaries needed when loops ingest untrusted content or act without constant human supervision.
Working implementation, framework, runtime, or repository; signal comes from usable code and ecosystem adoption.
high
README.md
444
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L444
ale-0145
State, Memory, And Context Persistence
state-memory-and-context-persistence
Docs
📚
Effective Context Engineering for AI Agents
https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents
external
www.anthropic.com
Anthropic guide to context as managed runtime state rather than a prompt dump.
Anthropic guide to context as managed runtime state rather than a prompt dump.
Anthropic guide to context as managed runtime state rather than a prompt dump.
Context is managed as durable loop state rather than a single prompt payload.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Primary documentation from a platform, SDK, standard, or framework; strong implementation signal.
high
README.md
450
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L450
ale-0146
State, Memory, And Context Persistence
state-memory-and-context-persistence
Blog
📝
Agent Harnesses: the Infrastructure Layer Your LLM Agent Actually Needs
https://ninadpathak.com/blog/agent-harnesses/
external
ninadpathak.com
Covers execution loops, state, checkpointing, observers, and replayability.
Covers execution loops, state, checkpointing, observers, and replayability.
Covers execution loops, state, checkpointing, observers, and replayability.
Checkpointed state makes long-running agent work recoverable across failures.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
451
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L451
ale-0147
State, Memory, And Context Persistence
state-memory-and-context-persistence
Blog
📝
The Agent Loop Is the New OS
https://www.harness.io/blog/agent-loop-new-os
external
www.harness.io
Frames the agent loop as an OS-like boundary with context as RAM and tools as I/O.
Frames the agent loop as an OS-like boundary with context as RAM and tools as I/O.
Frames the agent loop as an OS-like boundary with context as RAM and tools as I/O.
Context is managed as durable loop state rather than a single prompt payload.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
452
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L452
ale-0148
State, Memory, And Context Persistence
state-memory-and-context-persistence
Blog
📝
Harness engineering for coding agent users
https://martinfowler.com/articles/harness-engineering.html
external
martinfowler.com
Martin Fowler article on feedforward, feedback, and outer harnesses for coding agents.
Martin Fowler article on feedforward, feedback, and outer harnesses for coding agents.
Martin Fowler article on feedforward, feedback, and outer harnesses for coding agents.
Makes persistence and context management visible as runtime design choices.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
453
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L453
ale-0149
State, Memory, And Context Persistence
state-memory-and-context-persistence
Blog
📝
Context Engineering
https://simonwillison.net/2025/Jun/27/context-engineering/
external
simonwillison.net
Simon Willison's framing of context engineering, useful for distinguishing context state from loop orchestration.
Simon Willison's framing of context engineering, useful for distinguishing context state from loop orchestration.
Simon Willison's framing of context engineering, useful for distinguishing context state from loop orchestration.
Context is managed as durable loop state rather than a single prompt payload.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
454
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L454
ale-0150
State, Memory, And Context Persistence
state-memory-and-context-persistence
Blog
📝
Agentic Coding in 2026
https://sourcegraph.com/blog/agentic-coding
external
sourcegraph.com
Sourcegraph on supplying deterministic, large-codebase context and code intelligence so recurring agent runs reuse durable repository state instead of rediscovering it each time.
Sourcegraph on supplying deterministic, large-codebase context and code intelligence so recurring agent runs reuse durable repository state instead of rediscovering it each time.
Sourcegraph on supplying deterministic, large-codebase context and code intelligence so recurring agent runs reuse durable repository state instead of rediscovering it each time.
Durable execution and replay are treated as first-class loop infrastructure.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
455
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L455
ale-0151
State, Memory, And Context Persistence
state-memory-and-context-persistence
Blog
📝
Agentic AI State Management with ScyllaDB and LangGraph
https://www.scylladb.com/2026/04/08/agentic-ai-state-management-with-scylladb-and-langgraph/
external
www.scylladb.com
Durable agent state with checkpointers, write-ahead logs, and time-travel branching.
Durable agent state with checkpointers, write-ahead logs, and time-travel branching.
Durable agent state with checkpointers, write-ahead logs, and time-travel branching.
Durable execution and replay are treated as first-class loop infrastructure.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
456
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L456
ale-0152
State, Memory, And Context Persistence
state-memory-and-context-persistence
Tool
🧰
Mem0
https://github.com/mem0ai/mem0
external
github.com
Open-source memory layer for retaining user, session, and agent state across repeated agent sessions.
Open-source memory layer for retaining user, session, and agent state across repeated agent sessions.
Provides an implementation surface for loop builders: Open-source memory layer for retaining user, session, and agent state across repeated agent sessions.
Persistent memory is treated as an external runtime artifact.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Source repository or implementation artifact that can be inspected directly.
high
README.md
457
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L457
ale-0153
State, Memory, And Context Persistence
state-memory-and-context-persistence
Tool
🧰
Letta
https://github.com/letta-ai/letta
external
github.com
Stateful agent framework from the MemGPT line with persistent, self-editing memory across runs.
Stateful agent framework from the MemGPT line with persistent, self-editing memory across runs.
Provides an implementation surface for loop builders: Stateful agent framework from the MemGPT line with persistent, self-editing memory across runs.
Persistent memory is treated as an external runtime artifact.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Source repository or implementation artifact that can be inspected directly.
high
README.md
458
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L458
ale-0154
State, Memory, And Context Persistence
state-memory-and-context-persistence
Tool
🧰
Zep
https://github.com/getzep/zep
external
github.com
Temporal knowledge graph memory that tracks how facts about users and systems change across sessions.
Temporal knowledge graph memory that tracks how facts about users and systems change across sessions.
Provides an implementation surface for loop builders: Temporal knowledge graph memory that tracks how facts about users and systems change across sessions.
Control flow is represented as an inspectable graph rather than an opaque prompt loop.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Source repository or implementation artifact that can be inspected directly.
high
README.md
459
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L459
ale-0155
State, Memory, And Context Persistence
state-memory-and-context-persistence
Tool
🧰
LangMem
https://github.com/langchain-ai/langmem
external
github.com
SDK for extracting, consolidating, and retrieving long-term agent memory between loop runs.
SDK for extracting, consolidating, and retrieving long-term agent memory between loop runs.
Provides an implementation surface for loop builders: SDK for extracting, consolidating, and retrieving long-term agent memory between loop runs.
Persistent memory is treated as an external runtime artifact.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Source repository or implementation artifact that can be inspected directly.
high
README.md
460
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L460
ale-0156
State, Memory, And Context Persistence
state-memory-and-context-persistence
Tool
🧰
Beads
https://github.com/steveyegge/beads
external
github.com
Git-plus-SQLite issue and memory store that agents read and write with a `bd` CLI, giving recurring loops durable task state and progress that survives context resets.
Git-plus-SQLite issue and memory store that agents read and write with a `bd` CLI, giving recurring loops durable task state and progress that survives context resets.
Provides an implementation surface for loop builders: Git-plus-SQLite issue and memory store that agents read and write with a `bd` CLI, giving recurring loops durable task state and progress that survives context resets.
Durable execution and replay are treated as first-class loop infrastructure.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Source repository or implementation artifact that can be inspected directly.
high
README.md
461
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L461
ale-0157
State, Memory, And Context Persistence
state-memory-and-context-persistence
Paper
📄
ARC: Active and Reflection-driven Context Management for Long-Horizon Agents
https://arxiv.org/abs/2601.12030
external
arxiv.org
Treats context as a managed runtime artifact, reorganizing the working context when degradation or context rot is detected across a long run.
Treats context as a managed runtime artifact, reorganizing the working context when degradation or context rot is detected across a long run.
Treats context as a managed runtime artifact, reorganizing the working context when degradation or context rot is detected across a long run.
Context is managed as durable loop state rather than a single prompt payload.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Research preprint with stable arXiv identifier.
high
README.md
462
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L462
ale-0158
State, Memory, And Context Persistence
state-memory-and-context-persistence
Paper
📄
Memory for Autonomous LLM Agents: Mechanisms, Evaluation, and Emerging Frontiers
https://arxiv.org/abs/2603.07670
external
arxiv.org
Formalizes agent memory as a write-manage-read loop and surveys compression, retrieval, reflective self-improvement, and policy-learned management across recurring runs.
Formalizes agent memory as a write-manage-read loop and surveys compression, retrieval, reflective self-improvement, and policy-learned management across recurring runs.
Formalizes agent memory as a write-manage-read loop and surveys compression, retrieval, reflective self-improvement, and policy-learned management across recurring runs.
Evaluation data is used as the feedback signal for improving loop behavior.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Research preprint with stable arXiv identifier.
high
README.md
463
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L463
ale-0159
State, Memory, And Context Persistence
state-memory-and-context-persistence
Paper
📄
Externalization in LLM Agents: A Unified Review of Memory, Skills, Protocols and Harness Engineering
https://arxiv.org/abs/2604.08224
external
arxiv.org
Reviews how durable state, reusable skills, protocols, and the harness move out of model weights into external infrastructure, the substrate that lets loops persist progress and reuse capability across runs.
Reviews how durable state, reusable skills, protocols, and the harness move out of model weights into external infrastructure, the substrate that lets loops persist progress and reuse capability across runs.
Reviews how durable state, reusable skills, protocols, and the harness move out of model weights into external infrastructure, the substrate that lets loops persist progress and reuse capability across runs.
Durable execution and replay are treated as first-class loop infrastructure.
Explains how loop state survives across runs through memory, checkpointers, progress files, and context management.
Research preprint with stable arXiv identifier.
high
README.md
464
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L464
ale-0160
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
AutoGen
https://github.com/microsoft/autogen
external
github.com
Multi-agent programming framework for conversations, tool use, and orchestration; active development has moved to the Microsoft Agent Framework.
Multi-agent programming framework for conversations, tool use, and orchestration; active development has moved to the Microsoft Agent Framework.
Provides an implementation surface for loop builders: Multi-agent programming framework for conversations, tool use, and orchestration; active development has moved to the Microsoft Agent Framework.
The work separates roles across agents, verifiers, or orchestration layers.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Source repository or implementation artifact that can be inspected directly.
high
README.md
468
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L468
ale-0161
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
Microsoft Agent Framework
https://github.com/microsoft/agent-framework
external
github.com
Microsoft's successor to AutoGen and Semantic Kernel for building and orchestrating multi-agent workflows in Python and .NET.
Microsoft's successor to AutoGen and Semantic Kernel for building and orchestrating multi-agent workflows in Python and .NET.
Provides an implementation surface for loop builders: Microsoft's successor to AutoGen and Semantic Kernel for building and orchestrating multi-agent workflows in Python and .NET.
The work separates roles across agents, verifiers, or orchestration layers.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Source repository or implementation artifact that can be inspected directly.
high
README.md
469
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L469
ale-0162
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
LangGraph
https://github.com/langchain-ai/langgraph
external
github.com
Graph-based framework for controllable agent workflows, persistence, and human-in-the-loop steps.
Graph-based framework for controllable agent workflows, persistence, and human-in-the-loop steps.
Provides an implementation surface for loop builders: Graph-based framework for controllable agent workflows, persistence, and human-in-the-loop steps.
Control flow is represented as an inspectable graph rather than an opaque prompt loop.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Source repository or implementation artifact that can be inspected directly.
high
README.md
470
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L470
ale-0163
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
CrewAI
https://github.com/crewAIInc/crewAI
external
github.com
Framework for multi-agent workflows organized around roles, tasks, and crews.
Framework for multi-agent workflows organized around roles, tasks, and crews.
Provides an implementation surface for loop builders: Framework for multi-agent workflows organized around roles, tasks, and crews.
The work separates roles across agents, verifiers, or orchestration layers.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Source repository or implementation artifact that can be inspected directly.
high
README.md
471
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L471
ale-0164
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Docs
📚
LlamaIndex Workflows
https://developers.llamaindex.ai/python/llamaagents/workflows/
external
developers.llamaindex.ai
Event-driven workflow abstraction for agentic applications.
Event-driven workflow abstraction for agentic applications.
Event-driven workflow abstraction for agentic applications.
Shows how delegation, handoff, and workflow control turn one agent into a coordinated loop.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Primary documentation from a platform, SDK, standard, or framework; strong implementation signal.
high
README.md
472
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L472
ale-0165
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Docs
📚
OpenAI Agents SDK handoffs
https://openai.github.io/openai-agents-python/handoffs/
external
openai.github.io
First-class delegation between specialized agents.
First-class delegation between specialized agents.
First-class delegation between specialized agents.
Shows how delegation, handoff, and workflow control turn one agent into a coordinated loop.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Primary documentation from a platform, SDK, standard, or framework; strong implementation signal.
high
README.md
473
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L473
ale-0166
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Docs
📚
Agent Protocol
https://agentprotocol.ai/
external
agentprotocol.ai
API protocol for agent interaction, useful for separating loop managers from agent runtimes.
API protocol for agent interaction, useful for separating loop managers from agent runtimes.
API protocol for agent interaction, useful for separating loop managers from agent runtimes.
Shows how delegation, handoff, and workflow control turn one agent into a coordinated loop.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Primary documentation from a platform, SDK, standard, or framework; strong implementation signal.
high
README.md
474
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L474
ale-0167
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
AgentKit
https://github.com/inngest/agent-kit
external
github.com
TypeScript toolkit for durable, event-driven agents on workflow infrastructure.
TypeScript toolkit for durable, event-driven agents on workflow infrastructure.
Provides an implementation surface for loop builders: TypeScript toolkit for durable, event-driven agents on workflow infrastructure.
Durable execution and replay are treated as first-class loop infrastructure.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Source repository or implementation artifact that can be inspected directly.
high
README.md
475
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L475
ale-0168
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
deepagents
https://github.com/langchain-ai/deepagents
external
github.com
LangChain project for deeper, longer-running agents with middleware and harness patterns.
LangChain project for deeper, longer-running agents with middleware and harness patterns.
Provides an implementation surface for loop builders: LangChain project for deeper, longer-running agents with middleware and harness patterns.
Shows how delegation, handoff, and workflow control turn one agent into a coordinated loop.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Source repository or implementation artifact that can be inspected directly.
high
README.md
476
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L476
ale-0169
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Docs
📚
Temporal for AI
https://temporal.io/solutions/ai
external
temporal.io
Durable execution for long-running agent workflows: crash-proof state, automatic retries, and human-in-the-loop signals.
Durable execution for long-running agent workflows: crash-proof state, automatic retries, and human-in-the-loop signals.
Durable execution for long-running agent workflows: crash-proof state, automatic retries, and human-in-the-loop signals.
Durable execution and replay are treated as first-class loop infrastructure.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Primary documentation from a platform, SDK, standard, or framework; strong implementation signal.
high
README.md
477
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L477
ale-0170
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
Restate
https://restate.dev/
external
restate.dev
Durable execution runtime for building resilient, stateful agents and workflows that survive failures mid-loop.
Durable execution runtime for building resilient, stateful agents and workflows that survive failures mid-loop.
Provides an implementation surface for loop builders: Durable execution runtime for building resilient, stateful agents and workflows that survive failures mid-loop.
Durable execution and replay are treated as first-class loop infrastructure.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Working implementation, framework, runtime, or repository; signal comes from usable code and ecosystem adoption.
high
README.md
478
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L478
ale-0171
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
DBOS
https://www.dbos.dev/
external
www.dbos.dev
Lightweight Postgres-backed durable execution library for crash-proof agent workflows, queues, and scheduled triggers.
Lightweight Postgres-backed durable execution library for crash-proof agent workflows, queues, and scheduled triggers.
Provides an implementation surface for loop builders: Lightweight Postgres-backed durable execution library for crash-proof agent workflows, queues, and scheduled triggers.
Durable execution and replay are treated as first-class loop infrastructure.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Working implementation, framework, runtime, or repository; signal comes from usable code and ecosystem adoption.
high
README.md
479
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L479
ale-0172
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
Composio Agent Orchestrator
https://github.com/ComposioHQ/agent-orchestrator
external
github.com
Orchestrates parallel coding agents in isolated worktrees that plan tasks, fix CI failures, respond to reviews, and manage their own PR lifecycle.
Orchestrates parallel coding agents in isolated worktrees that plan tasks, fix CI failures, respond to reviews, and manage their own PR lifecycle.
Provides an implementation surface for loop builders: Orchestrates parallel coding agents in isolated worktrees that plan tasks, fix CI failures, respond to reviews, and manage their own PR lifecycle.
Workspace isolation is part of the loop design, not an afterthought.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Source repository or implementation artifact that can be inspected directly.
high
README.md
480
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L480
ale-0173
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
Omnigent
https://github.com/omnigent-ai/omnigent
external
github.com
Databricks' open-source meta-harness and control plane that runs Claude Code, Codex, Cursor, and Pi under shared policies, with budget caps and human-approval gates enforced at the harness layer rather than in prompts.
Databricks' open-source meta-harness and control plane that runs Claude Code, Codex, Cursor, and Pi under shared policies, with budget caps and human-approval gates enforced at the harness layer rather than in prompts.
Provides an implementation surface for loop builders: Databricks' open-source meta-harness and control plane that runs Claude Code, Codex, Cursor, and Pi under shared policies, with budget caps and human-approval gates enforced at the harness layer rather than in prompts.
Shows how delegation, handoff, and workflow control turn one agent into a coordinated loop.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Source repository or implementation artifact that can be inspected directly.
high
README.md
481
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L481
ale-0174
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Paper
📄
From Agent Loops to Structured Graphs: A Scheduler-Theoretic Framework for LLM Agent Execution
https://arxiv.org/abs/2604.11378
external
arxiv.org
Replaces opaque agent loops with immutable plan-version DAGs and a planning-execution-recovery split, giving inspectable scheduling, deterministic recovery, escalation, and termination guarantees.
Replaces opaque agent loops with immutable plan-version DAGs and a planning-execution-recovery split, giving inspectable scheduling, deterministic recovery, escalation, and termination guarantees.
Replaces opaque agent loops with immutable plan-version DAGs and a planning-execution-recovery split, giving inspectable scheduling, deterministic recovery, escalation, and termination guarantees.
Control flow is represented as an inspectable graph rather than an opaque prompt loop.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Research preprint with stable arXiv identifier.
high
README.md
482
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L482
ale-0175
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Tool
🧰
Eve
https://github.com/vercel/eve
external
github.com
Vercel's TypeScript-native agent framework with durable execution, sandboxed compute, and OpenTelemetry tracing built in, so recurring agent work persists, replays, and is observable across runs by default.
Vercel's TypeScript-native agent framework with durable execution, sandboxed compute, and OpenTelemetry tracing built in, so recurring agent work persists, replays, and is observable across runs by default.
Provides an implementation surface for loop builders: Vercel's TypeScript-native agent framework with durable execution, sandboxed compute, and OpenTelemetry tracing built in, so recurring agent work persists, replays, and is observable across runs by default.
Durable execution and replay are treated as first-class loop infrastructure.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Source repository or implementation artifact that can be inspected directly.
high
README.md
483
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L483
ale-0176
Orchestration And Multi-Agent Delegation
orchestration-and-multi-agent-delegation
Paper
📄
Verified Multi-Agent Orchestration: A Plan-Execute-Verify-Replan Framework
https://arxiv.org/abs/2603.11445
external
arxiv.org
Decomposes work into a dependency-aware DAG, runs domain agents in parallel, and uses an LLM verifier to drive adaptive replanning with configurable stop conditions, the verify-and-replan core of a reliable loop.
Decomposes work into a dependency-aware DAG, runs domain agents in parallel, and uses an LLM verifier to drive adaptive replanning with configurable stop conditions, the verify-and-replan core of a reliable loop.
Decomposes work into a dependency-aware DAG, runs domain agents in parallel, and uses an LLM verifier to drive adaptive replanning with configurable stop conditions, the verify-and-replan core of a reliable loop.
Control flow is represented as an inspectable graph rather than an opaque prompt loop.
Maps the runtimes and coordination patterns used to split loop work across specialized agents and durable workflows.
Research preprint with stable arXiv identifier.
high
README.md
484
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L484
ale-0177
Benchmarks And Evaluation
benchmarks-and-evaluation
Benchmark
🧪
SWE-bench
https://www.swebench.com/
external
www.swebench.com
Benchmark for resolving real GitHub issues through code editing and tests.
Benchmark for resolving real GitHub issues through code editing and tests.
Provides an evaluation signal for loop builders: Benchmark for resolving real GitHub issues through code editing and tests.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Evaluation artifact or leaderboard; signal comes from measurable tasks and repeatable scoring.
high
README.md
488
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L488
ale-0178
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
SWE-bench: Can Language Models Resolve Real-World GitHub Issues?
https://arxiv.org/abs/2310.06770
external
arxiv.org
Original SWE-bench paper.
Original SWE-bench paper.
Original SWE-bench paper.
Links loop design to measurable tasks where progress and failure can be compared.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
489
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L489
ale-0179
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
SWE-bench Goes Live
https://arxiv.org/abs/2505.23419
external
arxiv.org
Dynamic benchmark designed to reduce overfitting to static issue sets.
Dynamic benchmark designed to reduce overfitting to static issue sets.
Dynamic benchmark designed to reduce overfitting to static issue sets.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
490
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L490
ale-0180
Benchmarks And Evaluation
benchmarks-and-evaluation
Benchmark
🧪
Terminal-Bench
https://www.tbench.ai/
external
www.tbench.ai
Benchmark for agents operating in terminal environments.
Benchmark for agents operating in terminal environments.
Provides an evaluation signal for loop builders: Benchmark for agents operating in terminal environments.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Evaluation artifact or leaderboard; signal comes from measurable tasks and repeatable scoring.
high
README.md
491
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L491
ale-0181
Benchmarks And Evaluation
benchmarks-and-evaluation
Tool
🧰
Terminal-Bench repository
https://github.com/harbor-framework/terminal-bench
external
github.com
Open-source benchmark and harness for hard terminal tasks.
Open-source benchmark and harness for hard terminal tasks.
Provides an implementation surface for loop builders: Open-source benchmark and harness for hard terminal tasks.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Source repository or implementation artifact that can be inspected directly.
high
README.md
492
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L492
ale-0182
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
AgentBench
https://arxiv.org/abs/2308.03688
external
arxiv.org
Multi-environment benchmark for evaluating LLMs as agents.
Multi-environment benchmark for evaluating LLMs as agents.
Multi-environment benchmark for evaluating LLMs as agents.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
493
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L493
ale-0183
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
WebArena
https://arxiv.org/abs/2307.13854
external
arxiv.org
Realistic web environment for autonomous agents.
Realistic web environment for autonomous agents.
Realistic web environment for autonomous agents.
Links loop design to measurable tasks where progress and failure can be compared.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
494
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L494
ale-0184
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
OSWorld
https://arxiv.org/abs/2404.07972
external
arxiv.org
Benchmark for multimodal agents operating full computer environments.
Benchmark for multimodal agents operating full computer environments.
Benchmark for multimodal agents operating full computer environments.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
495
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L495
ale-0185
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
ToolBench
https://arxiv.org/abs/2307.16789
external
arxiv.org
Tool-use benchmark and dataset for tool-augmented agents.
Tool-use benchmark and dataset for tool-augmented agents.
Tool-use benchmark and dataset for tool-augmented agents.
The list is made machine-readable as a tabular dataset rather than only a Markdown page.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
496
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L496
ale-0186
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
GAIA
https://arxiv.org/abs/2311.12983
external
arxiv.org
Benchmark for general AI assistants requiring reasoning, tool use, and multi-step work.
Benchmark for general AI assistants requiring reasoning, tool use, and multi-step work.
Benchmark for general AI assistants requiring reasoning, tool use, and multi-step work.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
497
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L497
ale-0187
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
Tau-bench
https://arxiv.org/abs/2406.12045
external
arxiv.org
Benchmark for tool-agent-user interactions in realistic domains.
Benchmark for tool-agent-user interactions in realistic domains.
Benchmark for tool-agent-user interactions in realistic domains.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
498
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L498
ale-0188
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
VisualWebArena
https://arxiv.org/abs/2401.13649
external
arxiv.org
Visually grounded web-agent benchmark extending WebArena.
Visually grounded web-agent benchmark extending WebArena.
Visually grounded web-agent benchmark extending WebArena.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
499
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L499
ale-0189
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
AppWorld
https://arxiv.org/abs/2407.18901
external
arxiv.org
Benchmark of interactive app tasks with state-based and execution-based evaluation.
Benchmark of interactive app tasks with state-based and execution-based evaluation.
Benchmark of interactive app tasks with state-based and execution-based evaluation.
Evaluation data is used as the feedback signal for improving loop behavior.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
500
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L500
ale-0190
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
Vending-Bench
https://arxiv.org/abs/2502.15840
external
arxiv.org
Benchmark for long-term coherence of autonomous agents; documents how small errors compound over very long loop horizons.
Benchmark for long-term coherence of autonomous agents; documents how small errors compound over very long loop horizons.
Benchmark for long-term coherence of autonomous agents; documents how small errors compound over very long loop horizons.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
501
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L501
ale-0191
Benchmarks And Evaluation
benchmarks-and-evaluation
Benchmark
🧪
Vending-Bench leaderboard
https://andonlabs.com/evals/vending-bench
external
andonlabs.com
Live long-horizon coherence results from Andon Labs.
Live long-horizon coherence results from Andon Labs.
Provides an evaluation signal for loop builders: Live long-horizon coherence results from Andon Labs.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Evaluation artifact or leaderboard; signal comes from measurable tasks and repeatable scoring.
high
README.md
502
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L502
ale-0192
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
SWE-EVO: Benchmarking Coding Agents in Long-Horizon Software Evolution Scenarios
https://arxiv.org/abs/2512.18470
external
arxiv.org
Release-note-derived evolution tasks where agents score far below isolated-issue benchmarks, quantifying the long-horizon gap loops must manage.
Release-note-derived evolution tasks where agents score far below isolated-issue benchmarks, quantifying the long-horizon gap loops must manage.
Release-note-derived evolution tasks where agents score far below isolated-issue benchmarks, quantifying the long-horizon gap loops must manage.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
503
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L503
ale-0193
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
EvoSkills: Self-Evolving Agent Skills via Co-Evolutionary Verification
https://arxiv.org/abs/2604.01687
external
arxiv.org
A skill generator and a co-evolving surrogate verifier improve multi-file skill packages over iterations, evaluated on the SkillsBench benchmark of structured skill bundles.
A skill generator and a co-evolving surrogate verifier improve multi-file skill packages over iterations, evaluated on the SkillsBench benchmark of structured skill bundles.
A skill generator and a co-evolving surrogate verifier improve multi-file skill packages over iterations, evaluated on the SkillsBench benchmark of structured skill bundles.
Verification is promoted from a final check to a loop-control signal.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
504
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L504
ale-0194
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
SaaSBench: Coding Agents in Long-Horizon Enterprise SaaS Engineering
https://arxiv.org/abs/2605.17526
external
arxiv.org
Benchmark for agents on multi-dependency, interactive enterprise tasks, with automated evaluation that probes where long-horizon loops break down.
Benchmark for agents on multi-dependency, interactive enterprise tasks, with automated evaluation that probes where long-horizon loops break down.
Benchmark for agents on multi-dependency, interactive enterprise tasks, with automated evaluation that probes where long-horizon loops break down.
Evaluation data is used as the feedback signal for improving loop behavior.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
505
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L505
ale-0195
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
RoadmapBench: Evaluating Long-Horizon Agentic Software Development Across Version Upgrades
https://arxiv.org/abs/2605.15846
external
arxiv.org
115 real version-upgrade tasks across 17 repositories requiring multi-file changes (median ~3,700 lines), stressing how far agent loops sustain coherent, large-scale work.
115 real version-upgrade tasks across 17 repositories requiring multi-file changes (median ~3,700 lines), stressing how far agent loops sustain coherent, large-scale work.
115 real version-upgrade tasks across 17 repositories requiring multi-file changes (median ~3,700 lines), stressing how far agent loops sustain coherent, large-scale work.
The work targets tasks that exceed a single context window or prompt session.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
506
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L506
ale-0196
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
SlopCodeBench: Benchmarking How Coding Agents Degrade Over Long-Horizon Iterative Tasks
https://arxiv.org/abs/2603.24755
external
arxiv.org
Quantifies structural erosion and verbosity creep across iteration checkpoints in native harnesses like Claude Code and Codex, evidence for why loops need verification and budgets.
Quantifies structural erosion and verbosity creep across iteration checkpoints in native harnesses like Claude Code and Codex, evidence for why loops need verification and budgets.
Quantifies structural erosion and verbosity creep across iteration checkpoints in native harnesses like Claude Code and Codex, evidence for why loops need verification and budgets.
Checkpointed state makes long-running agent work recoverable across failures.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
507
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L507
ale-0197
Benchmarks And Evaluation
benchmarks-and-evaluation
Paper
📄
LongCLI-Bench: A Preliminary Benchmark for Long-horizon Agentic Programming in Command-Line Interfaces
https://arxiv.org/abs/2602.14337
external
arxiv.org
Long-horizon CLI tasks where most runs stall below 30% completion, mapping where unattended loops break down.
Long-horizon CLI tasks where most runs stall below 30% completion, mapping where unattended loops break down.
Long-horizon CLI tasks where most runs stall below 30% completion, mapping where unattended loops break down.
The work turns loop quality into a measurable task or score.
Provides measurement targets for long-horizon, tool-using, coding, web, and terminal agents.
Research preprint with stable arXiv identifier.
high
README.md
508
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L508
ale-0198
Operations Playbooks
operations-playbooks
Blog
📝
Agentic Engineering: The Agent Loop
https://junpingyi.com/books/agentic-engineering/agent-loop/
external
junpingyi.com
Minimal mental model for the loop underlying agent operation.
Minimal mental model for the loop underlying agent operation.
Minimal mental model for the loop underlying agent operation.
Translates agent-loop ideas into operator-facing workflows for repeated delegated work.
Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
512
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L512
ale-0199
Operations Playbooks
operations-playbooks
Blog
📝
The agent loop: ReAct, plan-and-execute, reflection
https://www.kunwar.page/chapter/067-the-agent-loop-react-plan-and-execute-reflection
external
www.kunwar.page
Practical walkthrough of the base loop and common variants.
Practical walkthrough of the base loop and common variants.
Practical walkthrough of the base loop and common variants.
Translates agent-loop ideas into operator-facing workflows for repeated delegated work.
Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
513
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L513
ale-0200
Operations Playbooks
operations-playbooks
Blog
📝
How to Build an Agent
https://ampcode.com/how-to-build-an-agent
external
ampcode.com
Thorsten Ball's demystification of the inner agent loop: a model, a loop, and enough tokens.
Thorsten Ball's demystification of the inner agent loop: a model, a loop, and enough tokens.
Thorsten Ball's demystification of the inner agent loop: a model, a loop, and enough tokens.
Translates agent-loop ideas into operator-facing workflows for repeated delegated work.
Collects practitioner workflows for running agents as delegated work systems rather than isolated prompts.
Practitioner essay or field note; signal comes from concrete experience, framing, examples, or adoption discussion.
contextual
README.md
514
https://github.com/ChaoYue0307/awesome-loop-engineering/blob/main/README.md#L514