ビルド Jul 20, 2026 at 16:429ブックマークに追加

Ars Technicaは、コードエージェントの実務者が観察していたことを次のように述べている:コンテキスト戦略こそが真の要因であり、基盤モデルではない。
簡単に言えば。 Ars Technica (20/07/2026) は、Vinay Perneti (Augment Code) へのインタビューを掲載し、コーディングAIエージェントのハーネスにおいて、grep検索を超えて構造化されたコンテキスト(セマンティックインデクサー、シンボリックナビゲーター、ローカルメモリ)を活用すべきだと主張している。これはツールの議論ではなく、ラップをするエージェントとコードを提供するエージェントを分ける本質的な違いだ。
2024-25年のコーディングエージェントブーム(Cursor、Cline、Aider、Codex、Claude Code)以降、標準的なプロトコルは原始的なままだ:grep -R foo → 一致ファイルをモデルに渡す → 期待する。これは局所的なタスクには機能するが、呼び出しフローや横断的な規約、推論された型に依存するバグには破綻する。最先端のハーネスは既にサブエージェント、埋め込みによるセマンティックリコール、型付き呼び出し(LSP、tree-sitter)によるナビゲーションを組み合わせている。
ハーネスが戦略的な単位となり、モデルではない。コンテキストのない最先端モデルは、優れたハーネス内の控えめなモデルよりも性能が低い。これにより、DSIの購買判断が逆転する:モデルではなく、コンテキストスタック(インデクサー、セマンティック、ナビゲーター、メモリ)への投資がよりインパクトを持つ。帰結として、モデル間のポータビリティはAPIレベルではなくハーネスレベルで決まる。KEEL CRUXの観測:当社内部ベンチマークによると、このようなスタックのレイテンシオーバーヘッドはIDE使用時には吸収可能であり、これが制限要因ではない。
現代のコンテキストを構成する3つの要素:
すべてはルーターによって、タスクに応じてどの要素を呼び出すかを決定される。
本記事は人工知能により作成され、人間の編集管理のもとで校閲されています。
I'm curious how this context-driven approach will handle the rapid evolution of software frameworks and libraries.
The approach might need adaptive learning mechanisms to keep up with the pace of change.
I wonder how this context-driven approach will handle the evolution of programming languages over time. Will it adapt or become obsolete?
Interesting question! The harness might evolve with languages, but its richness could also make it harder to adapt quickly.
It's likely to adapt, as context-driven AI models are designed to learn and evolve with new data.
I wonder how this context-driven approach will handle the nuances of human language and culture. It's a complex challenge.
I agree, context is key. But how do we ensure the context is accurate and unbiased?
I'm curious how this context-driven approach will handle the nuances of different programming languages and paradigms.
I've noticed this trend too. Context is indeed becoming more crucial than the underlying model.
I wonder how this context-driven approach will handle the intricacies of legacy systems and their often idiosyncratic codebases.
Interesting point. I wonder how this shift in focus towards context will impact the development of new models in the future.
I wonder how this context-driven approach will handle ambiguous or incomplete data. It's a fascinating shift, but not without challenges.
Harness Ops : post-mortems et bench des agents en prod