株式会社オブライト
サービス
私たちについて
会社概要
コラム
用語集
お問い合わせ
English
English
メニューを開く
コラム
Software 3.0
「Software 3.0」のコラム
1件の記事
AI
2026-06-22
Loop Engineering 徹底解説 — Prompt → Context → Harness の次に来た2026年6月の新潮流、Anthropic Boris Cherny の「もうプロンプトは書かない、ループを書く」発言で結晶化、Addy Osmani 命名・Maker/Checker・Worktrees・Skills・Durable State の6要素を Claude Code の Automations / Sub-agents 機能群で実装する設計学
2026年6月に Google Chrome DevRel リードの **Addy Osmani** が ["Loop Engineering" ブログ記事](https://addyosmani.com/blog/loop-engineering/) で命名・体系化し、Anthropic Claude Code 責任者 **Boris Cherny** の **「I don it prompt Claude anymore. I have loops running that prompt Claude and figuring out what to do. My job is to write loops.(もう Claude にプロンプトを打っていない。Claude にプロンプトを打って次に何をするか考えるループを動かしている。私の仕事はループを書くことだ)」** 発言([The New Stack](https://thenewstack.io/loop-engineering/) 報道)で一気に英語圏・日本語圏に波及した **AI エンジニアリングの新潮流** を、一次ソース中心に整理しました。**系譜**: Prompt Engineering(2022-2024)→ Context Engineering(2025、Shopify CEO Tobi Lütke 提唱、[Anthropic 公式 Effective Context Engineering](https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents) で結晶化)→ Harness Engineering(2026前半)→ **Loop Engineering(2026年6月〜)** の4世代論。**思想**: Peter Steinberger の原典的フレーズ「You should be designing loops that prompt your agents(プロンプトを書くのではなく、エージェントをプロンプトするループを設計せよ)」。**構成6要素**: (1) Automations / Trigger(時間・イベントで起動する心拍)、(2) Worktrees(並列サブエージェントの git 衝突回避)、(3) Skills(SKILL.md / CLAUDE.md による intent debt 削減)、(4) Plugins / Connectors(MCP による実行権限)、(5) Maker / Checker Sub-agents(生成と検証の分離)、(6) Durable State(メモリはコンテキストではなくディスクに置く)。**Inner Loop vs Outer Loop** の区別、Claude Code の `/goal` / Automations / Worktrees / Skills / Sub-agents が「Loop Engineering の道具立て」として再解釈される構造、日本での Qiita / Zenn / DevelopersIO / note / OptiMax での急速な記事化、「Cognitive Surrender(思考の放棄)」「Loop Brittleness」「Verifier 誤判定」「HITL 過剰承認疲れ」「暴走ループ・コスト爆発」の5大リスクまで、率直に整理しています。
Loop Engineering
AI Agents
Claude Code