Google、Docs MCP と Developer Skills で Gemini coding agents を最新化
Original: Improve coding agents’ performance with Gemini API Docs MCP and Agent Skills. View original →
Googleは2026年04月01日、Geminiベースのcoding agentsを改善する実践ガイドを公開し、Gemini API Docs MCPとGemini API Developer Skillsを組み合わせる方法を示した。出発点は明快で、coding agentsはtraining dataにcutoff dateがあるため、古いGemini API codeを生成してしまい、最新のSDK patterns、model names、documentation変更を取り逃す可能性があるという認識だ。
Docs MCPはこのfreshness問題への対策である。coding agentをModel Context Protocol経由で最新のGemini API documentation、SDK references、model informationへ接続する。つまりagentはpretraining時点の知識だけに頼るのではなく、生成時にlive product informationを参照し、現在のdocs surfaceに沿った回答を返せるようになる。
Developer Skillsは別の失敗モードを補う。raw documentationを与えるだけでなく、best-practice instructions、resource links、implementation patternsを加え、agentをGoogle推奨のSDK usageへ導く。片方が最新事実へのアクセスを強化し、もう片方がcodeやsetup instructionsを組み立てる際の既定行動を矯正する構図だ。
- Googleは、両方を併用するとeval setで96.3% pass rateを達成したと述べている。
- 同じ構成はvanilla prompting比で63% fewer tokens per correct answerだった。
- 公式の導入導線はai.google.dev/gemini-api/docs/coding-agentsで公開されている。
より大きな意味は、API providerがmodel endpointだけでなく、third-party coding agents向けcontrol planeまで提供し始めた点にある。この方向が広がれば、documentation freshnessとprescribed agent skillsそのものが製品の一部になり、すでに更新されたAPI surfaceに対して自信満々に古いcodeを書くというagentic codingの典型的な失敗を減らせる可能性が高い。
Related Articles
これは単純な「ローカルモデルは駄目だ」という愚痴では終わらなかった。期待値の修正に共感する声と、痛みのかなりの部分はハーネス側にもあるという反論が同じスレッドでぶつかったからだ。
Anthropicは公式SDKとMCPサーバーすべてを構築してきたStainlessを3億ドル超で買収した。OpenAIやGoogleも利用していたStainlessはホスト型サービスを終了し、チームと技術がAnthropicに合流する。6ヶ月で4件目の買収となり、エージェントスタックの垂直統合戦略を完成させる。
Googleは5月19日のI/O 2026でGemini 3.5 Flashを発表と同日にGA公開した。Gemini 3.1 Proをコーディングとエージェントのベンチマークで上回り、速度4倍・コスト40%削減を達成。
Comments (0)
No comments yet. Be the first to comment!