cy0307 commited on
Commit
e4a1b70
·
verified ·
1 Parent(s): 1123713

Sync 462: 32 new resources; deep a11y/SEO/consistency pass; refreshed translations and social card

Browse files
Files changed (1) hide show
  1. README.ja.md +6 -6
README.ja.md CHANGED
@@ -1,6 +1,6 @@
1
  # Awesome Loop Engineering
2
 
3
- <!-- last-synced: 2026-06-19 -->
4
 
5
  <p align="center">
6
  <img src="assets/awesome-loop-engineering-cover.png" alt="Awesome Loop Engineering cover" width="100%">
@@ -28,7 +28,7 @@ Loop は作業を発見し、1 つ以上の agents に委任し、結果を確
28
 
29
  このリポジトリは AI agents / coding agents における新しい意味の Loop Engineering に限定しています。software event loop、制御理論、growth loop、一般的な workflow automation、非 AI の feedback loop は対象外です。
30
 
31
- リストに加えて、本リポジトリは 15 個の loop パターン、各パターンに対応する schema 検証済み loop contract、6 個の実行可能な loop テンプレート、コミュニティ gallery、8 言語を提供します。
32
 
33
  ## メンタルモデル
34
 
@@ -75,10 +75,10 @@ Prompt、context、harness engineering は 1 回の実行を良くします。Lo
75
 
76
  おすすめの入口:
77
 
78
- - [Loop Engineering](https://addyosmani.com/blog/loop-engineering/) - 手動 prompt から、prompt・検証・継システム設計への移行を定義します
79
- - [Run long horizon tasks with Codex](https://developers.openai.com/blog/run-long-horizon-tasks-with-codex) - plan-edit-test-observe-repair-document-repeat実践的runbook
80
- - [Run prompts on a schedule](https://code.claude.com/docs/en/scheduled-tasks) - `/loop`、scheduled tasksrecurring prompts公式メカニ
81
- - [Building Effective Agents](https://www.anthropic.com/engineering/building-effective-agents) - workflow agents composable patterns
82
 
83
  ## 貢献
84
 
 
1
  # Awesome Loop Engineering
2
 
3
+ <!-- last-synced: 2026-07-12 -->
4
 
5
  <p align="center">
6
  <img src="assets/awesome-loop-engineering-cover.png" alt="Awesome Loop Engineering cover" width="100%">
 
28
 
29
  このリポジトリは AI agents / coding agents における新しい意味の Loop Engineering に限定しています。software event loop、制御理論、growth loop、一般的な workflow automation、非 AI の feedback loop は対象外です。
30
 
31
+ 430 件超の精選ソーのリストに加えて、本リポジトリは 15 個の loop パターン、各パターンに対応する schema 検証済み loop contract、6 個の実行可能な loop テンプレート、コミュニティ gallery、8 言語を提供します。
32
 
33
  ## メンタルモデル
34
 
 
75
 
76
  おすすめの入口:
77
 
78
+ - [Loop Engineering](https://addyosmani.com/blog/loop-engineering/) - 手動プロンプティングから、自らプロンプトし検証続行するシステムへの転換示す Addy Osmani の定義。
79
+ - [Peter Steinberger による loop 設計論](https://x.com/steipete/status/2063697162748260627) - 「agent にプロンプトするではく、agent にプロンプトする loop を設計せよ」という 2026 年 6 月の議論の発端となった投稿
80
+ - [Boris Cherny: agent を自律実行するための 5 つのコツ](https://x.com/bcherny/status/2063792263067754658) - Claude Code 作者による数時間から数日の自律 loopためのコンパトなレシピ
81
+ - [The New Stack: プロンプティングから loop へ](https://thenewstack.io/loop-engineering/) - 反復的な agent 作業ために loop を書くようになった Boris Cherny の転換についての報道
82
 
83
  ## 貢献
84