cy0307/awesome-loop-engineering
Awesome Loop Engineering Dataset A structured dataset of 1022 papers, official docs, tools, benchmarks, patterns, critiques, and implementation guides for recurring AI-agent systems. Resource Atlas · GitHub field guide · Resource selection · Report a correction Dataset Summary Each row connects an original source to its contribution, novelty, impact, publication details, lifecycle stages, audience, evidence type, link status, and… See the full description on the dataset page: https://huggingface.co/datasets/cy0307/awesome-loop-engineering.
34.5k
1<!doctype html>2<html lang="en">3 <head>4 <meta charset="utf-8">5 <meta name="viewport" content="width=device-width, initial-scale=1">6 <title>Awesome Loop Engineering: 1007 resources from model recurrence to agent operations</title>7 <meta name="description" content="Explore 1007 resources, then build recurring AI-agent systems with 22 patterns, 22 contracts, and 8 runtime starters.">8 <meta name="robots" content="noindex,follow">9 <link rel="canonical" href="https://chaoyue0307.github.io/awesome-loop-engineering/x-v10-1007.html">10 <meta property="og:type" content="website">11 <meta property="og:title" content="Awesome Loop Engineering">12 <meta property="og:description" content="1007 papers, docs, tools, benchmarks, and guides, plus 22 patterns, 22 contracts, and 8 starters for recurring AI-agent systems.">13 <meta property="og:url" content="https://chaoyue0307.github.io/awesome-loop-engineering/x-v10-1007.html">14 <meta property="og:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-1007-v10.png">15 <meta property="og:image:width" content="1280">16 <meta property="og:image:height" content="640">17 <meta property="og:image:alt" content="Awesome Loop Engineering: 1007 resources, 22 patterns, 22 contracts, and 8 runtime starters.">18 <meta name="twitter:card" content="summary_large_image">19 <meta name="twitter:title" content="Awesome Loop Engineering">20 <meta name="twitter:description" content="From looped models to verified agent work and bounded operations.">21 <meta name="twitter:image" content="https://chaoyue0307.github.io/awesome-loop-engineering/assets/social-preview-1007-v10.png">22 <meta name="twitter:image:alt" content="Awesome Loop Engineering: design loops, not just prompts.">23 <link rel="icon" href="assets/favicon-32.png" type="image/png" sizes="32x32">24 <style>25 :root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }26 body { display: grid; min-height: 100vh; margin: 0; place-items: center; background: #f7f9fc; color: #111827; }27 main { width: min(88vw, 420px); text-align: center; }28 img { width: 72px; height: 72px; }29 p { color: #526176; line-height: 1.6; }30 a { color: #1d4ed8; font-weight: 700; }31 </style>32 <script>33 window.location.replace("https://chaoyue0307.github.io/awesome-loop-engineering/?utm_source=x&utm_medium=social&utm_campaign=v0.10.0");34 </script>35 </head>36 <body>37 <main>38 <img src="assets/awesome-loop-engineering-logo.png" alt="Awesome Loop Engineering">39 <h1>Awesome Loop Engineering</h1>40 <p>Opening the interactive Resource Atlas.</p>41 <p><a href="https://chaoyue0307.github.io/awesome-loop-engineering/?utm_source=x&utm_medium=social&utm_campaign=v0.10.0">Continue to the site</a></p>42 </main>43 </body>44</html>45 