ソース一覧
一次情報を優先します。二次媒体は背景確認に留め、主記事の source にはしません。
| ソース | 種類 | 読む理由 | URL |
|---|---|---|---|
| OpenAI | Official blog / Docs / Changelog | API、モデル、Responses API、Agents、Realtime などの仕様変更が日本の開発者に直撃する。 | 原典 |
| Anthropic | Official blog / Engineering | Claude、Claude Code、Agent SDK の運用品質や設計思想を追う一次情報。 | 原典 |
| Google AI for Developers | Official docs / Release notes | Gemini API、Google AI Studio、構造化出力、マルチモーダル実装の変更確認に使う。 | 原典 |
| Hugging Face | Official blog / Docs | オープンソースモデル、Hub、Agents、Inference、MCP 連携の現場寄り情報が多い。 | 原典 |
| Model Context Protocol | Official specification / Docs | AI agent と外部ツール・データ接続の共通語になりつつあるため、概念の誤読を避ける必要がある。 | 原典 |
| A2A Protocol | Official specification / Docs | agent discovery、agent 間委譲、remote worker の責任分界を、MCP とは別の protocol として一次 docs で読める。 | 原典 |
| arXiv | Paper index | 企業発表だけでは見えない評価、手法、失敗条件を確認する。 | 原典 |
| OpenAPI Initiative | Official specification | agent や tool bridge の引数、接続先、認証、response 契約を一次仕様で確認できる。 | 原典 |
| LlamaIndex | Official docs | RAG の評価、検索、失敗分解を実務でどう測るかを確認できる一次 docs を持つ。 | 原典 |
| vLLM | Official docs | self-hosted inference、serving、KV cache、tool/MCP 露出の実装境界を確認する。 | 原典 |
| OWASP Gen AI Security Project | Security guidance | prompt injection など生成AI固有リスクを、権限・承認・未信頼入力の実装チェックへ落とし込める。 | 原典 |
| AWS | Official blog / Docs | AWS MCP Servers、Bedrock、CDK、認証情報や課金境界を含む実務的な導入論点を一次情報で追える。 | 原典 |
| LangChain / LangGraph | Official docs | agent state、memory、persistence、cross-session data をどう分けるかを、実装寄りの docs で確認できる。 | 原典 |
| NVIDIA TensorRT-LLM | Official docs | 推論 runtime の scheduler、KV cache、hardware occupancy を GPU 名比較ではなく architecture として読める。 | 原典 |
| Vercel AI SDK | Official docs | tool calling、telemetry、MCP 連携など、実装時の execution boundary と observability を docs で追える。 | 原典 |
| Microsoft Learn / Azure OpenAI | Official docs | Azure OpenAI の認証、region、deployment 名、保持期間など、本家 OpenAI と違う運用条件を一次 docs で確認できる。 | 原典 |
| GitHub Releases | Release notes / PR trail | OSS framework の hardening や validation 修正は、blog より先に release notes や linked PR で現れることが多い。 | 原典 |