HomeKnowledge

Knowledge lane

Knowledge & Best Practices 21 guides

各社のエンジニアリングブログやベストプラクティスは、流れていくニュースとは別にここで蓄積します。アーカイブで消えず、いつでも参照できる「知見の置き場」です。

Guides 21
Sources 5
Last 30d 10
News timeline 935
Updated just now

Why a separate lane?

ニュースは流す、知見は貯める

リリースやアナウンスは鮮度が命なので Timeline で流していきます。一方、エンジニアリングブログやベストプラクティスは時間が経っても価値が減りません。これらは evergreen として保持し、cold アーカイブに送らずこのページに蓄積します。

GitHub Copilot Blog

GitHub Copilot 公式ブログ。CLI・カスタムエージェントなど Copilot 活用の how-to。

9 guides · 3 in 30d
github.blog

各トークンを最大限に活用する:Copilotによるコンテキスト処理とモデルルーティングの改善 Getting more from each token: How Copilot improves context handling and model routing

GitHub Copilotがコンテキスト処理とモデルルーティングを最適化し、セッションのトークン消費をより有益な作業へ振り向ける改善を実施したことを紹介する記事。

GitHub Copilot improves context handling and model routing to direct more of each session's token usage toward genuinely productive work, helping credits go further.

#copilot#github
github.blog

GitHub Copilot CLI に Language Server Protocol で本格的なコードインテリジェンスを付与する Give GitHub Copilot CLI real code intelligence with language servers

GitHub Copilot CLI に LSP(Language Server Protocol)サーバーを組み合わせることで、grep や逆コンパイルに頼るブルートフォース的な手法を排除し、IDE 並みの正確なコード解析を AI に提供する設定方法が GitHub 公式ブログで解説された。対象言語の LSP サーバーをインストールして Copilot CLI に接続することで、型情報やシンボル情報を踏まえた高精度な回答が得られるようになる。

Install and configure LSP servers for GitHub Copilot CLI, replacing brute-force grep/decompile with real code intelligence. The post Give GitHub Copilot CLI real code intelligence with language server

#copilot#github
github.blog

GitHubがGartner® Magic Quadrant™ エンタープライズAIコーディングエージェント部門で3年連続リーダーに選出 GitHub recognized as a Leader in the Gartner® Magic Quadrant™ for Enterprise AI Coding Agents for the third year in a row

GitHubがGartner Magic QuadrantのエンタープライズAIコーディングエージェント部門で3年連続リーダーとして認定された。

We are committed to empowering every developer by building an open, secure, and AI-powered platform that defines the future of software development. The post GitHub recognized as a Leader in the Gartn

#copilot#enterprise
github.blog

ローカルのGitHub Copilotセッションをどこからでも操作できるように Take your local GitHub sessions anywhere

VS CodeやCLIで開始したCopilotセッションをスマートフォンからリモート操作できる機能がGitHub.comとGitHub Mobileで一般提供開始。

Kick off work in VS Code or the CLI, finish it from your phone. Remote control for GitHub Copilot sessions is now generally available on github.com and GitHub Mobile. The post Take your local GitHub s

#copilot#github
github.blog

GitHubが汎用アクセシビリティエージェントを開発、その過程で得た知見 Building a general-purpose accessibility agent—and what we learned in the process

GitHubはCopilot技術を活用し、Webやアプリのアクセシビリティ問題を自動で検出・修正する汎用エージェントを開発した。開発過程で得たAIエージェント設計の知見や、アクセシビリティ自動化の限界と可能性を共有している。

Learn about the experimental general-purpose accessibility agent that GitHub is piloting. The post Building a general-purpose accessibility agent—and what we learned in the process appeared first on T

#agent#copilot
github.blog

GitHub Copilot CLIで作る手続き生成型ローグライク Dungeons & Desktops: Building a procedurally generated roguelike with GitHub Copilot CLI

GitHubが、コマンドラインAIアシスタント「Copilot CLI」を使い、手続き生成のダンジョンを持つローグライクゲームを開発する過程を紹介。自然言語プロンプトだけでゲームロジックや描画処理を実装し、AI支援によるホビー開発の可能性を示している。

Learn how one Hubber used GitHub Copilot CLI to build an extension that turns any codebase into a unique, roguelike dungeon. The post Dungeons & Desktops: Building a procedurally generated roguelike w

#copilot#github
github.blog

GitHub Agentic Workflowsのトークン効率改善手法 Improving token efficiency in GitHub Agentic Workflows

GitHubはAgentic Workflowsにおけるトークン消費を抑える最適化手法を解説。MCPツール選定、コンテキスト圧縮、プロンプト設計の見直しによりLLM呼び出しコストを削減し、より多くのワークフローを安定して実行可能にする。

Agentic workflows that run on every pull request can quietly accumulate large API bills. Here's how we instrumented our own production workflows, found the inefficiencies, and built agents to fix them

#agent#copilot
github.blog

急増するエージェント生成PRをどうレビューするか Agent pull requests are everywhere. Here’s how to review them.

GitHubは、Copilotなどのエージェントが生成するプルリクエストが増加する中で、人間がレビューする際の実践的な指針を提示した。意図の検証、テスト確認、セキュリティ観点の重視など、AI出力を安全に取り込むための工程を整理している。

A practical guide to reviewing agent-generated pull requests: what to look for, where issues hide, and how to catch technical debt before it ships. The post Agent pull requests are everywhere. Here’s

#agent#copilot
github.blog

正解が一意に定まらないAIエージェントの挙動を検証する手法 Validating agentic behavior when “correct” isn’t deterministic

GitHubは、エージェント型AIの出力が非決定的である場合に、従来のテスト手法では品質保証が困難であることを指摘。LLM-as-a-judgeやシナリオベース評価、トレース分析など、確率的システムを継続的に検証するためのアプローチを紹介している。

How to build the “Trust Layer” for GitHub Copilot cloud agent without brittle scripts or black-box judgements by using dominatory analysis. The post Validating agentic behavior when “correct” isn’t de

#agent#copilot

AWS Machine Learning Blog

ベストプラクティス / 技術知見ソース。

3 guides · 3 in 30d
aws.amazon.com

Amazon SageMaker AI 非同期推論がインラインリクエストペイロードをサポート Amazon SageMaker AI Async Inference now supports inline request payloads

Amazon SageMaker AI の非同期推論が InvokeEndpointAsync API のリクエストボディへ直接ペイロードを送信できるインライン形式に対応。S3 への事前アップロードが不要となり、ワークフローが簡素化される。

Amazon SageMaker AI Async Inference now supports inline payloads in the InvokeEndpointAsync API request body, removing the requirement to pre-upload inference data to Amazon S3 before each call.

#aws#bedrock
aws.amazon.com

Supercharger構築事例:Rocket CloseがエージェントAIで不動産タイトル業務を最適化 Building Supercharger: How Rocket Close optimized title operations with agentic AI

Rocket CloseがStrands Agents、Amazon Bedrock、Amazon Bedrock Knowledge Bases、MCPツールを組み合わせた自律AIシステム「Supercharger」を構築し、不動産タイトル業務を効率化した事例をAWS MLブログが解説。

Rocket Close built 'Supercharger' using Strands Agents, Amazon Bedrock, Knowledge Bases, and MCP tools to automate and optimize real estate title operations with agentic AI.

#agent#aws
aws.amazon.com

AWS Professional Services が内側から変革、フロンティアチームに生まれ変わった方法 Built from the inside out: How AWS Professional Services became a frontier team first

AWS ProServe が AI ツールを既存プロセスに追加するのではなく、業務プロセスそのものを根本的に再構築することで、案件期間を数ヶ月から数日に短縮した事例を紹介。Amazon Bedrock を活用したエージェント型 AI ワークフローの実践的な導入方法を詳述している。

AWS Professional Services dramatically shortened client engagement timelines from months to days by fundamentally rebuilding workflows around agentic AI rather than layering tools onto existing processes, using Amazon Bedrock as the operational foundation.

#aws#bedrock

Google Cloud Blog

ベストプラクティス / 技術知見ソース。

3 guides · 3 in 30d
cloud.google.com

Atlas が Cloud SQL Enterprise Plus で数百の飲食店データベースをスケールする方法 How Atlas scales hundreds of merchant databases with Cloud SQL Enterprise Plus edition

レストラン向けオールインワンプラットフォームを提供する Atlas が、Cloud SQL Enterprise Plus edition を活用して数百の飲食店データベースを効率的に管理・拡張している事例を解説。マルチテナントアーキテクチャの課題と、Enterprise Plus が提供する高性能・高可用性機能がどのように問題を解決するかを紹介する。

Atlas is building the operating system for restaurants. Online storefronts, point of sale, third-party logistics, food platform integrations, customer loyalty, and AI tools represent everything a rest

#cloud#enterprise
cloud.google.com

Siemensが「象を切り分ける」手法で産業用ソフトウェア開発のエージェント型ワークフローを推進 How Siemens "slices the elephant," advancing agentic workflows for industrial software development

SiemensはGoogle CloudのGeminiを活用したエージェント型AIワークフローにより、工場・エネルギーグリッド・交通網を支える産業用レガシーソフトウェアの刷新を進めている。巨大なコードベースを小さな単位に分割して段階的に処理する「象を切り分ける」アプローチが、大規模近代化の現実的な解法として注目されている。

For technology companies like Siemens, software is the nervous system of factories, energy grids, and transportation networks worldwide. As a global leader in industrial AI, industrial software, and i

#agent#cloud
cloud.google.com

顧客との協業がGenAIセキュリティの未来を形作る — Model Armorの進化 How customer collaboration is shaping the future of GenAI security with Model Armor

Google CloudはModel Armorの開発において顧客との密な協業を重視し、実運用から得たフィードバックを製品改善に直結させている。プロンプトインジェクションやジェイルブレイクといった生成AI固有の脅威への対応力が、このサイクルを通じて継続的に強化されている。

At Google Cloud, we believe that the best products are built in partnership with our customers. Their feedback and real-world experiences are invaluable in helping refine our services and deliver solu

#cloud#google

Anthropic Engineering

Anthropic Engineering の設計・運用ディープダイブ。Claude Code やエージェント開発の実践知見。

3 guides · 1 in 30d
anthropic.com

製品全体でClaudeを封じ込める方法 How we contain Claude across products

エージェントの能力向上に伴うリスク拡大に対し、Anthropicがclaude.ai・Claude Code・Coworkで実践する封じ込め設計の知見を解説。

As agents grow more capable, so does their potential blast radius. The engineering question is how to cap it. Here’s what we’ve learned building containment for claude.ai, Claude Code, and Cowork.

#anthropic#engineering
anthropic.com

Anthropic、Claudeの応答品質を低下させた4月23日障害の事後分析を公開 An update on recent Claude Code quality reports

Anthropicは2025年4月23日に発生したClaude応答品質低下の事後分析を公開。複数のインフラ変更が重なり、一部リクエストが誤ったサーバへルーティングされ、応答品質が劣化した。検出と修正の遅れに関する反省と再発防止策を示している。

We traced recent reports of Claude Code quality issues to three separate changes. Here's what happened and what we're changing.

#anthropic#engineering
anthropic.com

Anthropicが解説するManaged Agentsの設計思想 Scaling Managed Agents: Decoupling the brain from the hands

Anthropicは、Claudeを基盤とする「Managed Agents」の設計指針を公開した。エージェントを管理する側の視点から、信頼境界、権限委譲、観測性、長時間実行ジョブの扱いなど、本番運用で重要となる要素を整理している。

Harnesses encode assumptions that go stale as models improve. Managed Agents-our hosted service for long-horizon agent work-is built around interfaces that stay stable as harnesses change.

#agent#anthropic

GitHub Blog (AI & ML)

GitHub Blog (AI & ML) の技術解説。Copilot や AI 開発ワークフローの長文ガイド。

3 guides · 0 in 30d
github.blog

OpenClaw: After Hours @ GitHub への参加登録受付開始 Register now for OpenClaw: After Hours @ GitHub

GitHubが主催するイベント「OpenClaw: After Hours」の参加登録が開始された。AIコーディングをテーマにしたカジュアルな夜の集いで、Copilotコミュニティや開発者の交流を促進する場として位置付けられている。

OpenClaw builders will gather at GitHub HQ during Microsoft Build 2026 for demos and conversations. Join in person, or watch the livestream on Twitch. The post Register now for OpenClaw: After Hours @

#github#community-event
github.blog

GitHub Copilot CLI入門: 対話・非対話モードの使い分け GitHub Copilot CLI for Beginners: Interactive v. non-interactive mode

GitHubは初心者向けにCopilot CLIの対話モードと非対話モードの違いを解説。対話モードは会話形式で開発を進められ、非対話モードはスクリプトや自動化処理に組み込みやすく、用途に応じた選択が重要だと示している。

Learn the difference between CLI interactive v. non-interactive modes. The post GitHub Copilot CLI for Beginners: Interactive v. non-interactive mode appeared first on The GitHub Blog .

#github#copilot-cli
github.blog

GitHub Copilot CLIで絵文字リスト生成ツールを構築する Building an emoji list generator with the GitHub Copilot CLI

GitHubブログが、ターミナル上で動作するGitHub Copilot CLIを使って絵文字リスト生成ツールを構築する手順を解説。自然言語のプロンプトからコード生成・実行までを一貫して行える点を実例で示している。

See how we created an emoji list generator during the Rubber Duck Thursday stream. The post Building an emoji list generator with the GitHub Copilot CLI appeared first on The GitHub Blog .

#github#copilot-cli