次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

コーディングエージェントの自己進化:仕様書こそがプログラム

原題: Bootstrapping Coding Agents: The Specification Is the Program
著者: Martin Monperrus
公開日: 2026-03-18 | 分野: 機械学習 AI ソフトウェア エージェント 開発 コード プログラミング

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 本研究では、既存のAIエージェントが生成した初期実装と仕様書から、新たなエージェントが自己再実装を試みました。
  • AIコーディングエージェントの領域で、コンパイラ構築におけるブートストラップを再現し、メタ循環的な特性を実証しました。
  • 実装ではなく仕様書が記録の安定した成果物となり、エージェントの改善は仕様の改善を意味することを示唆します。

Abstract

A coding agent can bootstrap itself. Starting from a 926-word specification and a first implementation produced by an existing agent (Claude Code), a newly generated agent re-implements the same specification correctly from scratch. This reproduces, in the domain of AI coding agents, the classical bootstrap sequence known from compiler construction, and instantiates the meta-circular property known from Lisp. The result carries a practical implication: the specification, not the implementation, is the stable artifact of record. Improving an agent means improving its specification; the implementation is, in principle, regenerable at any time.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事