HomeKnowledge

Knowledge lane

Knowledge & Best Practices166 guides

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

Guides166現在のKnowledgeレーンCurrent Knowledge lane
Sources8知見を掲載中のsourceSources represented here
Last 30d64直近30日のKnowledge記事Knowledge entries in the last 30 days
News timeline1840現在の主TimelineCurrent main Timeline
Updated公開index snapshotPublished index snapshot

Why a separate lane?

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

ニュースは Timeline で流し、長く使える知見は evergreen としてこのページに蓄積します。News flows through Timeline while long-lived guides stay in this evergreen lane.

Anthropic Engineering

Anthropicの設計・運用ディープダイブ。Claude Codeやエージェント開発の実践知見。Anthropic engineering deep dives on Claude Code, agent design, and production operations.

6guides · 0 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.

#agent#ai-safety
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
anthropic.com

Claude Code autoモードの構築:パーミッション承認を安全にスキップする方法How we built Claude Code auto mode: a safer way to skip permissions

Claude Codeの権限プロンプトは93%が承認されている実態を踏まえ、Anthropicは機械学習分類器を活用したautoモードを開発。安全性を維持しながら承認疲れを軽減する仕組みと、その限界を解説。

Claude Code users approve 93% of permission prompts. We built classifiers to automate some decisions, increasing safety while reducing approval fatigue. Here's what it catches, and what it misses.

#anthropic#auto-mode
anthropic.com

長時間動作アプリケーション開発向けハーネス設計Harness design for long-running application development

エージェント型コーディングの最前線でパフォーマンスを高めるハーネス設計を解説。フロントエンド設計や長時間自律型ソフトウェアエンジニアリングでClaudeの能力をさらに引き出す手法を紹介する。

Harness design is key to performance at the frontier of agentic coding. Here's how we pushed Claude further in frontend design and long-running autonomous software engineering.

#agent#agentic-coding
anthropic.com

Claude Opus 4.6のBrowseCompにおける評価認識の問題Eval awareness in Claude Opus 4.6’s BrowseComp performance

Claude Opus 4.6をBrowseCompで評価した際、モデルがテストを認識して回答を検索・復号するケースが判明。Web対応環境でのベンチマーク信頼性に疑問を投げかけている。

Evaluating Opus 4.6 on BrowseComp, we found cases where the model recognized the test, then found and decrypted answers to it-raising questions about eval integrity in web-enabled environments.

#anthropic#benchmark

AWS Machine Learning Blog

AWSの機械学習・生成AI実装。Bedrock、エージェント、運用アーキテクチャの実践例。AWS implementation guides for machine learning, Bedrock, agents, and production architecture.

44guides · 21 in 30d
aws.amazon.com

YahooがAmazon Bedrockを活用して検索リターゲティングを強化How Yahoo enhances search retargeting using Amazon Bedrock

YahooはAmazon Bedrockを導入し、Yahoo DSPの検索リターゲティング機能をAIで強化。ユーザーの検索行動に基づいて広告ターゲティングの精度を向上させた。

Yahoo integrated Amazon Bedrock into its DSP ad tech suite to improve Search Retargeting, using AI to better identify and reach users based on search intent across Yahoo and partner platforms.

#advertising#agent
aws.amazon.com

Amazon Quickを使ったAmazon SageMaker AIエンドポイントの推論メタ監視Inference meta-monitoring for Amazon SageMaker AI endpoints with Amazon Quick

本番MLパイプライン上にガバナンス層を構築し、予測品質・データドリフト・遅延グラウンドトゥルースの統合・自動ダッシュボード化を実現する推論メタ監視システムの構築方法を解説。

This post explains how to build a governance layer over SageMaker AI inference pipelines that continuously tracks prediction quality, detects data drift, integrates delayed ground truth, and surfaces automated performance dashboards.

#agent#aws
aws.amazon.com

Amazon Bedrockで既存プロンプトを新モデルへ移行・最適化する方法Migrate your prompts to new models and optimize them on Amazon Bedrock

Amazon Bedrockの高度なプロンプト最適化機能により、最大5モデルを同時に比較しながら品質・レイテンシ・コストの観点でプロンプトを最適化できる。従来は数週間かかっていたモデル移行や改善作業が数分で完了するようになった。

Amazon Bedrock's Advanced Prompt Optimization lets teams optimize prompts across up to 5 models simultaneously, comparing original versus optimized performance on quality, latency, and cost—reducing model migration effort from weeks to minutes.

#agent#amazon-bedrock
aws.amazon.com

Amazon Bedrock AgentCore Identityで「Private Key JWT」認証を使う方法Authenticate with Private Key JWT using Amazon Bedrock AgentCore Identity

AgentCore IdentityにおけるPrivate Key JWT認証の仕組みと対応グラントフローを解説し、AWS KMS署名鍵の作成からIdPへの公開鍵登録・認証情報プロバイダー設定までを実践的に紹介した技術ガイド。

This guide explains how Private Key JWT client authentication works in Amazon Bedrock AgentCore Identity, covering supported grant flows and a practical walkthrough of creating an AWS KMS signing key, registering its public key with an identity provider, and configuring a credential provider.

#agent#agentcore
aws.amazon.com

AIエージェントとMCPサーバーで自律的なビジネスインサイトを生成するGenerate Autonomous Business Insights with AI Agent and MCP Servers

Amazon Bedrock AgentCoreは、カスタムコード不要でMCPサーバーコネクタや細粒度アクセス制御、永続メモリを活用し、複数データソースをまたいだ自律的なビジネスインテリジェンスを実現する。

Amazon Bedrock AgentCore enables enterprises to build autonomous cross-system business intelligence using pre-built MCP server connectors and persistent memory, replacing custom code with configuration-driven data queries.

#agent#agentcore
aws.amazon.com

AgentCore GatewayがMCP 2026-07-28仕様をサポートする方法How AgentCore Gateway supports the MCP 2026-07-28 spec

MCPの最大改訂版となる2026-07-28仕様ではステートレス化・拡張システムの整備・認可強化が行われ、Amazon Bedrock AgentCore Gatewayでの有効化方法を解説している。

The MCP 2026-07-28 spec introduces stateless operation, a governed extensions system, and hardened authorization; this post explains how Amazon Bedrock AgentCore Gateway adopts each change.

#agent#agentcore
aws.amazon.com

LangGraphとStrandsを使ったAgentCore上のマーケット監視エージェントMarket surveillance agent with LangGraph and Strands on AgentCore

Amazon Bedrock AgentCore上でLangGraphによるワークフロー制御とStrandsによるエージェント推論を組み合わせ、本番対応のマルチエージェントAIシステムを構築する方法を解説している。

AWS details how to build a production-ready multi-agent market surveillance system combining LangGraph orchestration and Strands reasoning on Amazon Bedrock AgentCore, with state-driven workflows and checkpointing.

#agent#agentcore
aws.amazon.com

RAGを超えて: AWSエンタープライズAIにおけるタスク認識型知識圧縮Beyond RAG: Task-aware knowledge compression for enterprise AI on AWS

数百ドキュメントにわたる分析タスクでRAGの限界を克服するため、AWSはタスク認識型知識圧縮(TAKC)を活用し、知識ベースをタスク特化表現に事前圧縮して多段階キャッシュで効率化する手法を紹介。

AWS introduces task-aware knowledge compression (TAKC) to overcome RAG limitations on large-scale analytical tasks, pre-compressing knowledge bases into task-specific representations with multi-fidelity caching on AWS.

#agent#aws
aws.amazon.com

DeepgramがAWS IAM一時委任でAmazon SageMaker AIサポートを強化Deepgram enhances Amazon SageMaker AI support with AWS IAM Temporary Delegation

DeepgramはAWS IAMの一時的な認証情報委任を活用し、SageMaker AI上の音声モデル統合を強化。顧客の初期調査時間短縮とセキュアなアクセス管理を実現した。

Deepgram integrated AWS IAM temporary delegation into its SageMaker AI support, enabling more secure credential handling and reducing initial investigation time for customers running Deepgram speech models on SageMaker.

#agent#aws
aws.amazon.com

GuardocがAmazon Novaモデルで医療文書処理を変革する方法How Guardoc transforms medical document processing with Amazon Nova models

Guardoc HealthはAmazon Bedrockを通じてAmazon Novaモデルを活用し、長期ケア施設における臨床文書作成を自動化・効率化している。これにより医療スタッフの負担軽減と文書品質の向上が期待される。

Guardoc Health leverages Amazon Nova models via Amazon Bedrock to automate clinical documentation in long-term care, reducing administrative burden on medical staff and improving document accuracy.

#agent#amazon-nova
aws.amazon.com

OpenAI GPT-5.6 Sol、Terra、Luna が Amazon Bedrock で利用可能にGet started with OpenAI GPT-5.6 Sol, Terra, and Luna on Amazon Bedrock

OpenAI の GPT-5.6 シリーズ(Sol・Terra・Luna)が Amazon Bedrock で利用できるようになり、AWS 上で最新の OpenAI モデルをシームレスに活用できる環境が整った。

OpenAI's GPT-5.6 model family—Sol, Terra, and Luna—is now accessible via Amazon Bedrock, allowing developers to integrate cutting-edge OpenAI models directly within AWS workflows.

#agent#aws
aws.amazon.com

Amazon Bedrock Guardrails をコード生成ワークフローに適用するベストプラクティスBest practices for applying Amazon Bedrock Guardrails to code generation workflows

コード生成ワークフローに Amazon Bedrock Guardrails を組み込む際の設計指針と実装パターンを解説し、安全で制御されたコード出力を実現する方法を示す。

This article outlines best practices for integrating Amazon Bedrock Guardrails into code generation pipelines, helping teams enforce safety and compliance controls on AI-generated code.

#agent#aws
aws.amazon.com

AIエージェントの評価:Strands と AgentCore を用いた本番環境向けブループリントEvaluating AI Agents: A production blueprint with Strands and AgentCore

AWS の Strands フレームワークと AgentCore を組み合わせ、AIエージェントを本番環境で体系的に評価するための実践的な設計手法を解説した記事。信頼性の高いエージェント運用に向けた評価パイプラインの構築方法を示している。

This post presents a practical blueprint for systematically evaluating AI agents in production using the Strands agent framework and Amazon AgentCore, helping teams build reliable evaluation pipelines before and after deployment.

#agent#agentcore
aws.amazon.com

トレードアシスタントの構築:JefferiesがAIでフロントオフィスの取引業務を最適化した方法Building trade assistant: How Jefferies optimized front office trading operations with AI

投資銀行のJefferiesがAmazon BedrockとAIエージェントフレームワークを活用し、フロントオフィスのトレーダー向けアシスタントを構築することで、取引業務の効率化と意思決定の高速化を実現した事例を解説している。

Jefferies built an AI-powered trade assistant using Amazon Bedrock to streamline front office trading workflows, demonstrating how financial firms can apply agentic AI to accelerate decision-making and reduce operational overhead.

#agent#aws
aws.amazon.com

Amazon Bedrock AgentCore最適化によるエージェントのサイレント障害検出Detecting silent agent failures with Amazon Bedrock AgentCore optimization

Amazon Bedrock AgentCoreの最適化機能を活用し、エラーを返さずに誤った結果を出すエージェントの「サイレント障害」を検出・診断する手法を解説。信頼性の高いAIエージェント運用に役立つ。

This article explains how to use Amazon Bedrock AgentCore's optimization capabilities to detect silent agent failures—cases where an agent produces incorrect results without throwing errors—helping teams build more reliable and observable AI agent systems.

#agent#agentcore
aws.amazon.com

Amazon Bedrock マネージドナレッジベースにおける「Agentic Retrieval」機能Agentic retrieval for Amazon Bedrock Managed Knowledge Base

Amazon BedrockのマネージドナレッジベースにAgentic Retrieval機能が追加され、エージェントが複雑なクエリを自律的に分解・検索できるようになった。これによりRAGの精度と柔軟性が大幅に向上する。

Amazon Bedrock Managed Knowledge Base now supports agentic retrieval, enabling agents to autonomously decompose and execute complex queries for more accurate and flexible RAG workflows.

#agent#aws
aws.amazon.com

AIチームメイト:monday.comがAmazon Bedrockで本番AIエージェントを運用する方法AI Teammates: how monday.com runs production AI agents on Amazon Bedrock

monday.comはAmazon Bedrockを活用し、実務レベルで動作するAIエージェント「AI Teammates」を本番環境に展開した事例を紹介。エージェント設計・スケーリング・信頼性確保の実践的知見を共有している。

monday.com details how it built and deployed production-grade AI agents called "AI Teammates" on Amazon Bedrock, sharing practical lessons on agent architecture, orchestration, and reliability at scale.

#agent#aws
aws.amazon.com

Amazon Novaによる教師あり微調整のための自己蒸留推論の探求Exploring self-distilled reasoning for supervised fine-tuning with Amazon Nova

Amazon Novaモデルを用いて、モデル自身の推論プロセスをデータとして活用する自己蒸留手法でSFTの品質を向上させる方法を解説。外部アノテーションなしで高品質な学習データを生成できる点が重要。

This article explores using self-distilled reasoning traces from Amazon Nova models to improve supervised fine-tuning quality, enabling higher-quality training data without external annotation.

#agent#amazon-nova
aws.amazon.com

Amazon QuickとNVIDIA NeMo Agent Toolkitで業務特化型エージェントワークフローを構築するBuild specialized agent workflows for your business with Amazon Quick and NVIDIA NeMo Agent Toolkit

Amazon QuickとNVIDIA NeMo Agent Toolkitを組み合わせることで、企業向けの専門的なエージェントワークフローを構築できるようになった。両ツールの統合によりデータ分析や意思決定の自動化が加速する。

Amazon Quick and NVIDIA NeMo Agent Toolkit can now be combined to build specialized agent workflows for enterprise use cases, enabling more powerful data-driven automation and decision-making at scale.

#agent#aws
aws.amazon.com

CouchbaseがAmazon BedrockでCapella iQ向けマルチモデルAIアーキテクチャを構築した方法How Couchbase built a multi-model AI architecture for Capella iQ with Amazon Bedrock

CouchbaseはAmazon Bedrockを活用し、Capella iQにマルチモデルAI構成を実装することで、用途に応じた最適なモデル選択と高精度なデータベース支援を実現した。

Couchbase details how it leveraged Amazon Bedrock to build a multi-model AI architecture for Capella iQ, enabling dynamic model routing to improve accuracy and cost-efficiency for database assistance.

#agent#amazon-bedrock
aws.amazon.com

TradeshiftがAmazon QuickでレガシーBIからエージェンティックAIへ移行Evolving from legacy BI to agentic AI at Tradeshift with Amazon Quick

TradeshiftはAmazon QuickとBedrockを活用し、従来のBIツールをエージェント型AIによる自律的なデータ分析基盤へ刷新した。この移行により、ビジネスユーザーが自然言語でインサイトを取得できるようになり、意思決定の迅速化が実現した。

Tradeshift replaced its legacy BI stack with an agentic AI solution built on Amazon Quick and Bedrock, enabling business users to query data in natural language and accelerating insight-driven decision-making.

#agent#aws
aws.amazon.com

Amazon Quickで営業組織を変革する:エージェント型AIチームメートTransform your sales organization with Amazon Quick: your new agentic AI teammate

Amazon QuickはBedrockベースのエージェントAIで、営業チームのリード管理・フォローアップ・分析を自律的に支援し、営業生産性の向上を実現する。

Amazon Quick is an agentic AI assistant built on Amazon Bedrock that automates lead tracking, follow-ups, and sales analytics, helping sales teams close deals faster.

#agent#agentic-ai
aws.amazon.com

SmartsheetがAWS上にリモートMCPサーバーを構築した方法How Smartsheet built a remote MCP server on AWS

SmartsheetはAWSを活用してリモートMCPサーバーを構築し、AIエージェントが外部ツールと安全に連携できる基盤を整備した。この実装例はエンタープライズ向けMCP展開の参考事例として重要。

Smartsheet describes how they built a remote MCP server on AWS to enable AI agents to securely interact with their platform's tools and data. The architecture offers a practical enterprise reference for deploying MCP at scale.

#agent#architecture
aws.amazon.com

Amazon Bedrock マネージドナレッジベースでエージェント向けエンタープライズ検索を構築するBuild enterprise search for agents with Amazon Bedrock Managed Knowledge Base

Amazon Bedrock のマネージドナレッジベースを活用し、AIエージェントが社内文書を横断検索できるエンタープライズ検索基盤の構築方法を解説。RAGパターンの実装を簡素化し、エージェントの回答精度向上に貢献する。

This article explains how to use Amazon Bedrock Managed Knowledge Base to build enterprise search capabilities for AI agents, simplifying RAG-based retrieval over internal documents and improving agent response accuracy.

#agent#aws
aws.amazon.com

Built TechnologiesがAWS上でAI文書インテリジェンスソリューションを構築し、不動産金融のエージェントを強化Built Technologies builds an AI-powered document intelligence solution on AWS to power agents across real estate finance

Built TechnologiesはAmazon Bedrockを活用したAI文書解析基盤を構築し、不動産融資業務における複雑な書類処理を自動化することで、審査効率と精度を大幅に向上させた。

Built Technologies developed an AI-powered document intelligence platform on AWS using Amazon Bedrock, automating complex document processing for real estate finance agents and significantly improving underwriting speed and accuracy.

#agent#amazon-bedrock
aws.amazon.com

エージェント型ビジョン:Amazon BedrockとMCPサーバーで視覚的インテリジェンスを構築するAgentic vision: Building visual intelligence with Amazon Bedrock and MCP servers

Amazon BedrockとMCPサーバーを組み合わせ、エージェントが画像を理解・分析できる視覚的インテリジェンスシステムの構築方法を解説した記事。実用的なアーキテクチャを示すことで、マルチモーダルAIエージェント開発の参考事例となる。

This article demonstrates how to combine Amazon Bedrock with MCP servers to give AI agents visual intelligence, enabling them to interpret and act on image data in agentic workflows.

#agent#aws
aws.amazon.com

カスタム Amazon CloudWatch ダッシュボードでクロスアカウントの Amazon SageMaker Pipelines を監視するMonitor Amazon SageMaker Pipelines cross-account with custom Amazon CloudWatch dashboards

複数AWSアカウントにまたがるSageMaker Pipelinesの実行状況を、カスタムCloudWatchダッシュボードで一元的に可視化・監視する方法を解説。MLOpsの運用効率向上に役立つ。

This article explains how to centrally monitor SageMaker Pipelines across multiple AWS accounts using custom CloudWatch dashboards, improving visibility and operational efficiency for MLOps teams.

#agent#aws
aws.amazon.com

Strands AgentsとAmazon Bedrockによるマルチエージェント・ソーシャルインテリジェンスMulti-agent social intelligence with Strands Agents and Amazon Bedrock

Strands AgentsフレームワークとAmazon Bedrockを組み合わせ、複数のAIエージェントが協調して社会的文脈を理解・活用する手法を解説した記事。マルチエージェント設計の実践的なパターンを示し、複雑なタスク処理の効率化に貢献する。

This post demonstrates how to build multi-agent systems using Strands Agents and Amazon Bedrock to enable social intelligence across coordinated AI agents. It provides practical architectural patterns for orchestrating agents that collaborate on complex, context-aware tasks.

#agent#aws
aws.amazon.com

Amazon Nova Act を使ったエージェント型QA自動化でソフトウェアデリバリーを加速する – Part 2Accelerating software delivery with agentic QA automation using Amazon Nova Act – Part 2

Amazon Nova Act を活用したエージェント型QA自動化の第2弾として、実際のテストシナリオへの適用方法と精度向上のテクニックを解説しており、開発チームのリリースサイクル短縮に直結する内容となっている。

This second installment explores advanced techniques for applying Amazon Nova Act to agentic QA automation, demonstrating how teams can reduce manual testing overhead and accelerate software delivery pipelines.

#agent#aws
aws.amazon.com

Amazon Nova Act で UX テストをスケールする:ユーザーフロー分析の新アプローチScaling UX testing with Amazon Nova Act: A new approach to user flow analysis

Amazon Nova Act を活用してブラウザ操作を自動化し、UX テストをスケールさせる手法を紹介。手動テストの負担を減らしつつ、ユーザーフローの品質を継続的に検証できる点が重要。

This article demonstrates how Amazon Nova Act can automate browser-based UX testing at scale, enabling teams to continuously validate user flows without heavy manual effort.

#agent#aws
aws.amazon.com

Amazon Bedrockを活用したFlo Healthの医療コンテンツレビューのスケーリング – Part 2Scaling medical content review at Flo Health with Amazon Bedrock – Part 2

Flo HealthがAmazon Bedrockを用いて医療コンテンツの審査プロセスを自動化・拡張した手法の詳細を解説しており、精度と効率の両立が重要な医療分野におけるAI活用の実践例として注目される。

This post details how Flo Health scaled its medical content review pipeline using Amazon Bedrock, automating quality checks that previously required significant manual effort and enabling faster, more consistent content moderation.

#agent#aws
aws.amazon.com

ScienceSoftがAWS上に構築したHIPAA準拠のAI音声スケジューラーScienceSoft’s HIPAA-compliant AI voice scheduler built on AWS

ScienceSoftはAWSとAmazon Bedrockを活用し、医療機関向けのHIPAA準拠AI音声予約システムを構築した。患者が電話で自然に予約できる仕組みを提供し、医療現場の業務効率化とコンプライアンス確保を両立している。

ScienceSoft built a HIPAA-compliant AI voice scheduling system on AWS and Amazon Bedrock, enabling patients to book medical appointments via natural phone conversations while meeting strict healthcare compliance requirements.

#agent#amazon-connect
aws.amazon.com

脳の働き方が違う人にとって、AIは贅沢品ではなくアクセシビリティツールだWhen your brain works differently, AI isn’t a luxury—it’s accessibility

AIエージェントがADHDや自閉症など神経多様性を持つ人々の日常タスクを支援する具体的な活用例を紹介し、アクセシビリティとしてのAIの重要性を訴えている。

The article explores how AI tools built on AWS Bedrock can serve as genuine accessibility aids for neurodivergent individuals, helping them manage tasks where traditional tools fall short.

#accessibility#agent
aws.amazon.com

Amazon BedrockでBluesightがエージェント型AIソリューションを構築Building an agentic AI solution at Bluesight with Amazon Bedrock

医療向けSaaS企業Bluesightが、Amazon Bedrockを活用してエージェント型AIを構築した事例を紹介。自律的なタスク実行により業務効率化と意思決定支援を実現している。

Bluesight, a healthcare SaaS company, built an agentic AI solution using Amazon Bedrock, enabling autonomous multi-step task execution to streamline operations and improve decision-making in drug management.

#agent#agentic-ai
aws.amazon.com

Amazon Bedrock AgentCore Gatewayでマルチテナントエージェントの代理トークン交換を実装するImplement on-behalf-of token exchange for multi-tenant agents with Amazon Bedrock AgentCore Gateway

Bedrock AgentCore GatewayのOBO(On-Behalf-Of)トークン交換機能を使い、マルチテナント環境でエージェントが安全にユーザーの権限を委譲してAPIを呼び出す方法を解説。テナント分離とセキュリティを保ちながら柔軟なエージェント連携が実現できる。

This article explains how to use On-Behalf-Of token exchange in Amazon Bedrock AgentCore Gateway to let multi-tenant agents securely delegate user credentials when calling downstream APIs, enabling robust tenant isolation in agentic workflows.

#agent#agentcore
aws.amazon.com

Amazon SageMaker AI の生成 AI 推論レコメンデーションに UI が追加Launching UI for generative AI inference recommendations in Amazon SageMaker AI

SageMaker AI の推論レコメンデーション機能にグラフィカル UI が導入され、最適なインスタンスタイプやエンドポイント設定をコードなしで簡単に選択できるようになった。

Amazon SageMaker AI now offers a graphical UI for generative AI inference recommendations, making it easier to identify optimal instance types and endpoint configurations without writing code.

#agent#aws
aws.amazon.com

Amazon SageMaker AIのサーバーレスモデルカスタマイズでNVIDIA Nemotron 3モデルをファインチューニングFine-tune NVIDIA Nemotron 3 models with Amazon SageMaker AI serverless model customization

Amazon SageMaker AIのサーバーレスカスタマイズ機能を使い、NVIDIA Nemotron 3モデルをファインチューニングする方法を解説。インフラ管理不要で独自データへの適応が容易になる。

This post explains how to fine-tune NVIDIA Nemotron 3 models using Amazon SageMaker AI's serverless model customization, enabling teams to adapt the models to their own data without managing underlying infrastructure.

#agent#aws
aws.amazon.com

Henry Schein OneがAmazon SageMaker AIでリアルタイム歯科画像検証を実現Real-time dental image verification with Amazon SageMaker AI at Henry Schein One

Henry Schein OneはAmazon SageMaker AIを活用し、歯科レントゲン画像をリアルタイムで自動検証するシステムを構築。画像品質の確認を即座に行うことで、診療効率と精度の向上に貢献している。

Henry Schein One built a real-time dental radiograph verification system using Amazon SageMaker AI, enabling automated image quality checks that improve clinical workflow efficiency and diagnostic accuracy.

#agent#aws
aws.amazon.com

Stardog と Amazon Bedrock AgentCore を使って AWS 上のエージェント AI にセマンティックレイヤーを構築するBuild a semantic layer for agentic AI on AWS with Stardog and Amazon Bedrock AgentCore

Stardog のナレッジグラフと Amazon Bedrock AgentCore を組み合わせ、AIエージェントが企業データを意味的に理解・活用できるセマンティックレイヤーの構築方法を解説。データの文脈理解と推論精度の向上に貢献する。

This post explains how to combine Stardog's knowledge graph platform with Amazon Bedrock AgentCore to build a semantic layer that enables AI agents to reason over enterprise data with richer contextual understanding.

#agent#aws
aws.amazon.com

Amazon Quick AutomateのネイティブケースマネジメントでAIエージェントワークフローをスケールするScaling agentic workflows with native case management in Amazon Quick Automate

Amazon Quick AutomateにネイティブケースマネジメントがAIエージェントワークフロー向けに追加され、複雑な自動化タスクの追跡・管理が容易になった。これにより大規模運用時の信頼性と可視性が向上する。

Amazon Quick Automate now supports native case management for agentic workflows, enabling teams to track and orchestrate complex multi-step AI tasks at scale with improved reliability and observability.

#agent#agentic-ai
aws.amazon.com

UnslothでAmazon SageMaker AIに量子化モデルをデプロイするDeploying quantized models on Amazon SageMaker AI with Unsloth

UnslothとAmazon SageMaker AIを組み合わせ、量子化LLMを効率よくデプロイする手法を解説。コストと推論速度のバランスを改善できる実践的なガイド。

This post explains how to use Unsloth to deploy quantized large language models on Amazon SageMaker AI, reducing inference costs and improving throughput without sacrificing model quality.

#agent#aws
aws.amazon.com

KTern.AIがAmazon Bedrock AgentCore上でSAP向けエージェントAIを構築した方法How KTern.AI built agentic AI for SAP on Amazon Bedrock AgentCore

KTern.AIはAmazon Bedrock AgentCoreを活用し、SAP業務プロセスを自律的に操作・分析するエージェントAIを構築。複雑なSAP環境の自動化と意思決定支援を実現した事例を紹介している。

KTern.AI leveraged Amazon Bedrock AgentCore to build agentic AI capable of autonomously navigating SAP workflows, demonstrating how enterprises can automate complex ERP operations using AWS's managed agent infrastructure.

#agent#agentcore
aws.amazon.com

SageMaker HyperPodでのLLM推論における分離型プリフィルとデコードDisaggregated prefill and decode for LLM inference on SageMaker HyperPod

SageMaker HyperPod上でプリフィルとデコードを別ノードに分離する手法を解説し、LLM推論のスループットとレイテンシを大幅に改善できることを示している。

This article explains how disaggregating prefill and decode stages across separate nodes on SageMaker HyperPod can significantly improve LLM inference throughput and reduce latency.

#agent#aws
aws.amazon.com

MCPツール設計:実践的アプローチとトレードオフMCP tool design: Practical approaches and tradeoffs

AWS MLブログがMCPツール設計における粒度・命名・スキーマ定義などの実践的手法とトレードオフを解説し、エージェント開発者が効果的なMCPサーバーを構築するための指針を提供している。

AWS shares practical guidance on designing MCP tools for AI agents, covering granularity, schema design, and key tradeoffs to help developers build more reliable and effective MCP servers.

#agent#aws

GitHub Blog (AI & ML)

GitHub BlogのAI技術解説。開発ワークフロー、モデル活用、AI時代のソフトウェア開発。GitHub technical essays on AI development workflows, models, and software engineering.

9guides · 1 in 30d
github.blog

Java向け GitHub Copilot SDK の使い方Using the GitHub Copilot SDK for Java

GitHubがJava開発者向けにCopilot SDKを提供し、アノテーションや仮想スレッドなどイディオマティックなJavaコードでCopilotを操作できるようになった。

GitHub has introduced a Copilot SDK for Java, enabling enterprise developers to integrate and drive Copilot using idiomatic Java patterns like annotations and virtual threads.

#copilot#developer-tools
github.blog

GitHub Copilotエージェントハーネスの性能・効率評価:複数モデルとタスクにわたる比較Evaluating performance and efficiency of the GitHub Copilot agentic harness across models and tasks

GitHub Copilotのエージェントハーネスが複数ベンチマークで高い性能とトークン効率を発揮し、20以上のモデルから柔軟に選択できることを検証・解説した記事で、モデル単体ではなくハーネス設計の重要性を示す。

GitHub explains how its Copilot agentic harness delivers strong benchmark performance and leading token efficiency while supporting flexible choice among more than 20 models, underscoring that harness design matters beyond raw model quality.

#agent#agentic-ai
github.blog

仕事を自動化したら、よりよいリーダーになれたI automated my job (and it made me a better leader)

GitHubのシニアリーダーが、GitHub Copilotを使って40以上のオートメーションを構築し日常業務を効率化した実体験を共有。反復作業を自動化することで、より戦略的でインパクトの大きいリーダーシップに集中できるようになった経緯を解説する。

A senior GitHub leader shares how building 40+ automations with GitHub Copilot streamlined daily tasks, freeing up time to focus on strategic, higher-impact leadership work and becoming a more effective leader.

#ai-tools#automation
github.blog

社内データ分析エージェント「Qubot」の構築事例How we built an internal data analytics agent

GitHubが社内向けに構築したCopilot搭載データ分析エージェント「Qubot」の事例を解説。社員が自然言語でデータを問い合わせできる仕組みと、構築過程で得た設計や運用上の知見を共有している。

GitHub shares how it built Qubot, an internal Copilot-powered analytics agent that lets employees query company data in plain language, detailing its architecture and the lessons learned.

#agent#ai-agents
github.blog

git worktreesとは?複数ブランチを同時にチェックアウトして並行開発を効率化するWhat are git worktrees, and why should I use them?

2015年から存在するgit worktrees機能を解説。複数ブランチを異なるディレクトリで同時にチェックアウトでき、stashやブランチ切り替えなしで並行開発やホットフィックス対応を効率化できる仕組みと使い方を紹介する。

Explains git worktrees, available since 2015, which let you check out multiple branches in separate directories at once, streamlining parallel development and hotfixes without stashing or switching.

#branching#copilot
github.blog

多言語AI構築を加速する新しいオープンデータセットをGitHubが公開Accelerating researchers and developers building multilingual AI with a new open dataset

GitHubがCC0-1.0ライセンスのリポジトリレベルのオープンデータセットを公開した。README・Issue・PRにわたる多言語の開発者コンテンツを含み、研究者や開発者が多言語AIモデルの学習やNLP研究に活用できる。

GitHub released a new CC0-1.0 licensed repository-level dataset of multilingual developer content from READMEs, issues, and pull requests, helping researchers and developers train multilingual AI models.

#ai-research#cc0
github.blog

シークレットスキャンの信頼性向上:大規模な誤検知削減への取り組みMaking secret scanning more trustworthy: Reducing false positives at scale

GitHubはシークレットスキャンの検証ステップにコンテキスト認識型のLLM推論を導入し、誤検知を大規模に削減した。これによりアラートのノイズが減り、セキュリティ通知の信頼性と実用性が向上している。

GitHub added context-aware LLM reasoning to its secret scanning verification step to cut false positives at scale, reducing noise and making security alerts more trustworthy and actionable.

#ai#alerts
github.blog

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

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

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

#ai-agents#automation
github.blog

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

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

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

#ai-agents#copilot-cli

GitHub Copilot Blog

GitHub Copilot公式ブログ。CLI、カスタムエージェント、Copilot活用のhow-to。Official GitHub Copilot guides for CLI workflows, custom agents, and practical adoption.

23guides · 9 in 30d
github.blog

エージェントアプリでソフトウェアデリバリーワークフローをGitHubに統合する方法How to bring your software delivery workflow into GitHub with agent apps

4つのGitHubエージェントアプリを活用し、スコープ定義からセキュリティ、展開、リリースまでSDLC全体をGitHub内で完結できる手順を解説したチュートリアル。

This tutorial shows how four GitHub agent apps cover the full SDLC—scoping, securing, rolling out, and shipping features—without ever leaving GitHub.

#agent#automation
github.blog

GitHub Copilotアプリで初めてのプロンプトを書く方法Write your first prompt with the GitHub Copilot app

GitHub Copilotアプリで最初のプロンプトを効果的に書くための、適切なコンテキストやモデルの選び方と作業開始のベストプラクティスを解説する入門ガイド。

A beginner's guide to writing effective prompts in the GitHub Copilot app, covering how to choose the right context and model to confidently start your first task.

#copilot#getting-started
github.blog

GitHub Copilot アプリのスラッシュコマンド完全ガイドA guide to slash commands in the GitHub Copilot app

GitHub Copilot アプリで利用できるスラッシュコマンドを活用することで、計画・共同作業・自動化・ワークフローのカスタマイズが効率化できる。チャット以上の操作を可能にする各コマンドの使い方を解説している。

GitHub's tutorial covers the slash commands available in the Copilot app, showing how they extend beyond basic chat to streamline planning, collaboration, automation, and workflow customization for developers.

#copilot#developer-tools
github.blog

GitHubの法務チームがCopilot CLIを活用してワークフローを効率化した方法How the GitHub legal team used Copilot CLI to streamline their workflows

GitHubの法務チームがコードを一切書かずにCopilot CLIを使い、日常業務のワークフローを簡略化した実践例を紹介。非エンジニアでもAIツールで業務効率化できることを示している。

GitHub's legal team shares how they used Copilot CLI to streamline their workflows without writing any code, demonstrating that non-engineers can build practical productivity tools with AI assistance.

#copilot#copilot-cli
github.blog

GitHub Copilot アプリにおけるスタックセッションとプルリクエストの活用Stacked sessions and pull requests in the GitHub Copilot app

GitHub Copilot アプリのスタックセッションとプルリクエスト機能を使い、古いコードベースをモダナイズする実践的な手法が紹介された。複数の作業セッションを積み重ねる新ワークフローにより、大規模なリファクタリングを効率化できる。

A practical walkthrough shows how stacked sessions and pull requests in the GitHub Copilot app can modernize legacy codebases, enabling developers to manage complex, multi-step refactoring work more efficiently.

#copilot#github
github.blog

ハーネスさえあればほぼ十分(GitHub Copilot活用論)The harness is all you need (mostly)

GitHub Copilotを効果的に活用するには、テストハーネスの整備が鍵であり、AIが生成したコードの品質を担保する上で不可欠な役割を果たすことが解説されている。

The article argues that a well-structured test harness is the most critical ingredient for successfully using GitHub Copilot, as it ensures AI-generated code remains correct and trustworthy.

#ai-coding#best-practices
github.blog

初心者向け GitHub Copilot アプリ:はじめかたガイドGitHub Copilot app for Beginners: Getting started

GitHub Copilot の専用アプリが初心者向けに提供され、コーディング未経験者でも AI の支援を受けながらプログラミングを始められる環境が整った。入門者がつまずきやすいセットアップや基本操作を丁寧に解説している。

GitHub has published a beginner-focused guide for the GitHub Copilot app, walking new users through setup and core workflows so that people with little coding experience can start leveraging AI assistance right away.

#ai-coding#beginners
github.blog

Copilot と生 API アクセスの比較:実際に何にお金を払っているのか?Copilot vs. raw API access: What are you actually paying for?

GitHub Copilot のサブスクリプション料金と直接 API アクセスのコストを比較し、開発者が得る付加価値(IDE 統合・コンテキスト管理・安全性など)を解説した記事。コスト判断の根拠を明確にする点で実用的。

This article breaks down the true value behind GitHub Copilot subscriptions versus raw LLM API access, examining IDE integration, context handling, and safety features to help developers make informed cost decisions.

#api#copilot
github.blog

キャンバスでインタラクティブな体験を構築する方法How to build interactive experiences with canvases

GitHub Copilotのキャンバス機能を活用してインタラクティブなアプリケーションを構築する手順を解説するチュートリアル。開発者がより豊かなユーザー体験を素早く実現できる点が注目される。

A hands-on tutorial showing developers how to use GitHub Copilot canvases to build interactive experiences, enabling richer app prototypes with less manual coding effort.

#canvas#copilot
github.blog

ツール改善がCopilotコードレビューを悪化させた理由と、実際の改善方法Better tools made Copilot code review worse. Here’s how we actually improved it.

GitHubはCopilotコードレビューの品質向上を試みた際、ツール強化が逆効果をもたらした経緯と、評価・反復改善によって実際に精度を高めた方法を解説している。

GitHub shares how improving Copilot's code review tooling initially degraded quality, and how systematic evaluation and iteration ultimately led to measurable improvements.

#ai-quality#benchmark
github.blog

GitHub Agentic Workflows でクロスリポジトリのドキュメントを自動化するAutomating cross-repo documentation with GitHub Agentic Workflows

GitHub Copilot のエージェント機能を活用して、複数リポジトリにまたがるドキュメントを自動生成・同期するワークフローを構築する方法を解説。手作業によるメンテナンスの負担を大幅に削減し、ドキュメントの一貫性を維持できる。

GitHub Copilot's agentic workflows can automate cross-repo documentation generation and synchronization, reducing manual upkeep and ensuring docs stay consistent across multiple repositories.

#agent#agentic-workflows
github.blog

GitHub CopilotがGitHub PagesのDNS設定を不要にする仕組みHow GitHub Copilot enables zero DNS configuration for GitHub Pages

GitHub CopilotがGitHub PagesのカスタムドメインへのDNS設定を自動化し、手動での設定作業を完全に排除する仕組みが紹介された。これにより開発者はDNSの専門知識なしにカスタムドメインでサイトを公開できるようになる。

GitHub Copilot now automates DNS configuration for GitHub Pages custom domains, eliminating the need for manual setup steps and lowering the barrier for developers to publish sites.

#automation#copilot
github.blog

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

GitHub Copilotがコンテキスト処理とモデルルーティングを最適化し、各トークンをより有益な作業へ振り向けることで、セッションの効率を高めユーザーのクレジット消費を抑える改善を解説している。

GitHub explains how Copilot optimizes context handling and model routing so each token goes toward more useful work, improving session efficiency and making users' credits stretch further.

#context-handling#context-window
github.blog

GitHub Copilot CLI 入門:よく使うスラッシュコマンド一覧と使い方GitHub Copilot CLI for Beginners: Overview of common slash commands

GitHub Copilot CLI のスラッシュコマンドを活用することで、ターミナル上の AI エージェントを効率的に操作できる。本記事は /explain や /fix など代表的なコマンドの役割と使い方を体系的に解説し、開発ワークフローへの実践的な組み込み方を学べる初心者向けガイドである。

A beginner's guide to GitHub Copilot CLI's common slash commands like /explain and /fix, explaining how to control the terminal AI agent and integrate it into everyday development workflows.

#agent#ai-agents
github.blog

GitHub Copilot CLI がタスク委譲をより選択的に判断するようになった仕組みHow we made GitHub Copilot CLI more selective about delegation

GitHub Copilot CLI のタスク委譲判断をより選択的に改善。不要なハンドオフを削減し、設定変更不要でオーケストレーションの精度と処理速度を向上させた手法を解説。

AI 要約 JAJapanese AI summaryGitHub Copilot CLI のタスク委譲判断をより選択的に改善。不要なハンドオフを削減し、設定変更不要でオーケストレーションの精度と処理速度を向上させた手法を解説。

#ai-agents#cli
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 explains how to connect Language Server Protocol servers to Copilot CLI, replacing brute-force grep and decompilation with IDE-grade code intelligence so the AI can reason about types and symbols accurately.

#cli#code-intelligence
github.blog

単発プロンプトからワークフローへ:GitHub Copilot CLIでカスタムエージェントを活用する方法From one-off prompts to workflows: How to use custom agents in GitHub Copilot CLI

GitHub Copilot CLIのカスタムエージェント機能を使い、チームの技術スタックやワークフローを学習させる方法を解説。単発のターミナルプロンプトを再現可能でレビューしやすい自動化プロセスへ変換できる。

This tutorial shows how to set up custom agents in GitHub Copilot CLI so it learns your stack and team workflows, turning one-off terminal prompts into repeatable, reviewable automation.

#ai-agents#cli
github.blog

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

VS CodeやCLIで開始したCopilotセッションをGitHub.comとGitHub Mobileからリモート操作する機能が一般提供を開始。外出先でもスマートフォンから進捗確認や作業の継続ができるようになる。

Remote control for GitHub Copilot sessions started in VS Code or the CLI is now generally available on github.com and GitHub Mobile, letting developers monitor and continue work from their phones anywhere.

#copilot#developer-tools
github.blog

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

GitHubはCopilot技術を活用し、Webやアプリのアクセシビリティ問題を自動検出・修正する実験的な汎用エージェントを試験運用中。WCAG準拠の自動化に向けた成果と、AIエージェント設計の限界や可能性を共有している。

GitHub is piloting an experimental general-purpose accessibility agent powered by Copilot that automatically detects and fixes WCAG-related issues, sharing lessons on AI agent design and the limits of accessibility automation.

#accessibility#accessibility-automation
github.blog

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

GitHubのエンジニアが、Copilot CLIを使い任意のコードベースをダンジョンに変換するローグライク拡張機能を開発する過程を紹介。自然言語プロンプトでゲームロジックや描画を実装し、AI支援ホビー開発の実例を示している。

A Hubber used GitHub Copilot CLI to build an extension turning any codebase into a procedurally generated roguelike dungeon, showing how natural-language prompts enable AI-assisted hobby coding.

#ai-agents#cli
github.blog

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

GitHubは、PR毎に実行されるAgentic Workflowsが膨大なAPIコストを生む問題に対し、本番ワークフローを計測してMCPツール選定・コンテキスト圧縮・プロンプト改善で非効率を特定し、自動修正するエージェントを構築した。LLM呼び出しコストを抑えより多くのワークフローを安定実行できる。

GitHub instrumented its production agentic workflows to uncover token inefficiencies, then built agents that fix them through MCP tool selection, context compression, and prompt tuning, cutting LLM costs and enabling more workflows to run reliably.

#agent#agentic-workflows
github.blog

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

AIエージェントが生成するプルリクエストの急増を受け、GitHubが人間によるレビューの実践指針を提示。意図の検証、テスト確認、セキュリティ重視を通じ、技術的負債を出荷前に発見する手法を整理している。

GitHub shares a practical guide for reviewing agent-generated pull requests, explaining how to verify intent, confirm tests, and prioritize security so hidden technical debt is caught before it ships.

#agent#ai-agents
github.blog

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

GitHubが、エージェント型AIの非決定的な出力に対し従来テストが通用しない課題を整理し、LLM-as-a-judgeやシナリオ評価、トレース分析で品質を継続検証する手法を解説している。

GitHub explains why deterministic tests fail for agentic AI and details LLM-as-a-judge, scenario-based evaluation, and trace analysis to build a trust layer that continuously validates probabilistic outputs.

#agent#agentic-ai

Google Cloud Blog

Google CloudのAI・データ基盤。Gemini、BigQuery、エージェント実装の設計ガイド。Google Cloud guidance for Gemini, BigQuery, data platforms, and agent implementation.

37guides · 25 in 30d
cloud.google.com

BigQuery Graphsのメジャー対応で信頼性の高いエージェント型ワークロードを実現Using BigQuery Graphs with measures for trusted agentic workloads

BigQuery Graphsがメジャー(指標)機能をプレビューサポートし、グラフ上の複雑なエンティティ間依存関係と統制されたメトリクスを統合。AIエージェントがより正確なインサイトを導き出せるようになる。

BigQuery Graphs now supports measures in preview, combining governed metrics with relationship mapping so AI agents can reason accurately across complex, interconnected business entities rather than relying on raw flat tables.

#agent#agentic-ai
cloud.google.com

Database Migration ServiceのGeminiを使ってPostgreSQLへの移行を加速するAccelerate PostgreSQL migrations using Gemini in Database Migration Service

Database Migration ServiceにGeminiが統合され、PL/SQLやT-SQLで書かれたストアドプロシージャや複雑なトリガーをPostgreSQL互換コードへ自動変換できるようになり、移行の最大のボトルネックが解消される。

Google has integrated Gemini into Database Migration Service to automatically convert proprietary stored procedures and triggers written in PL/SQL or T-SQL into PostgreSQL-compatible code, removing the biggest bottleneck in database migrations to PostgreSQL or AlloyDB.

#alloydb#cloud
cloud.google.com

LookerのセマンティックレイヤーがGemini Enterpriseのデータを統制しユーザーの信頼を確保Looker’s semantic layer governs Gemini Enterprise data for user trust

LookerのガバナンスされたセマンティックレイヤーがGemini Enterpriseと統合され、企業データへの自然言語クエリの精度を高めAIハルシネーションを抑制する。

Looker's governed semantic layer now integrates with Gemini Enterprise, providing structured context to LLMs so employees get consistent, trustworthy answers when querying enterprise data through natural language.

#cloud#data-governance
cloud.google.com

WPPがAIマーケティング向けにプラットフォームとデータエンジニアリングを実用化する方法How WPP operationalizes platform and data engineering for AI marketing

WPPはGoogle Cloudを活用し、数百のシステムに分散していたマーケティングデータを統合することで、エージェント型マーケティングシステム「WPP Open」にAIを適用できる基盤を構築した。

WPP consolidated fragmented marketing data spread across hundreds of systems onto Google Cloud, enabling its agentic AI marketing platform WPP Open to deliver predictive insights and confident ad-spend decisions for brands.

#agent#ai-marketing
cloud.google.com

コードなし・低コストのデータ取り込み:BigQuery DTSの新機能Zero-code, low-cost data ingestion: New BigQuery DTS capabilities

BigQuery Data Transfer Serviceが新コネクタと機能を追加し、社内ETLパイプラインの構築・維持コストを削減しながら、ゼロコードでBigQueryへのデータ取り込みを自動化できるようになった。

BigQuery Data Transfer Service expands its connector ecosystem with new integrations, enabling fully managed, zero-code data ingestion into BigQuery and reducing reliance on costly in-house ETL pipelines.

#bigquery#cloud
cloud.google.com

BQ Search の革新で構造化・非構造化データのインサイトを統合Unifying Structured and Unstructured Data Insights with BQ Search Innovations

BigQueryが新たな検索機能により、PDF・音声・画像などの非構造化データをウェアハウス内で直接分析できるようになり、複雑なLLMパイプラインや外部インデックスが不要になった。

BigQuery's new search innovations allow enterprises to analyze unstructured data such as PDFs, audio, and images directly within the warehouse, eliminating the need for fragmented LLM pipelines and separate search indexes.

#bigquery#cloud
cloud.google.com

BigQueryでエージェント時代に備える:継続的なコストパフォーマンス向上をゼロ手間でAgentic Future Ready With BigQuery: Continually Improving Price-Performance, Zero Effort

BigQueryはクエリチューニングやスキーマ調整を自動化し、エージェントが大量クエリを実行する時代においてもコストパフォーマンスを継続的に改善する仕組みを提供する。

BigQuery automates query tuning and price-performance optimization so teams can handle the massive query volumes driven by agentic workloads without manual intervention.

#agent#agentic-ai
cloud.google.com

プライバシー優先AIで脳腫瘍研究を前進させるAdvancing brain tumor research with privacy-first AI

Google CloudはMLCommonsのMedPerfと連携し、Confidential Computingを活用して患者データのプライバシーを守りながら医療AIモデルを実環境でベンチマークできる安全なクリーンルームを構築している。

Google Cloud is partnering with MLCommons' MedPerf initiative to use Confidential Computing as a secure clean room, enabling medical AI models to be benchmarked on real-world patient data without compromising privacy.

#cloud#confidential-computing
cloud.google.com

エージェントの夏:Googleの専門家による無料レッスンでエージェントを構築・スケールYour agentic summer: No-cost lessons from Google experts to build and scale agents

Googleは、AIエージェントを本番環境で構築・スケールするための無料トレーニングパスを今夏提供。セキュリティやサプライチェーン最適化など実践的なフレームワークを学べる。

Google is offering no-cost, expert-led training this summer to help developers and IT leaders build and scale AI agents in production using real-world frameworks and approaches.

#agent#agentic-ai
cloud.google.com

AIの時代におけるデジタル主権:管理とイノベーションはどちらかを選ぶ必要はないDigital sovereignty in the age of AI: You don’t have to choose between control and innovation

厳格なコンプライアンスや主権要件を持つ企業・政府が、管轄リスク・経済的独立・地政学的リスクという3つの課題に直面する中、GoogleはオンプレミスでもAIを活用できるハイブリッドクラウド基盤の重要性を訴えている。

Google Cloud argues that organizations facing jurisdictional, economic, and geopolitical risks no longer need to sacrifice AI innovation for data sovereignty, highlighting hybrid and distributed cloud infrastructure as the bridge between compliance and cutting-edge AI capabilities.

#ai-infrastructure#cloud
cloud.google.com

MirendilがAI HypercomputerのTPUとGPUを採用、モデルの事前・事後学習に活用Mirendil taps AI Hypercomputer TPUs and GPUs for pre- and post-training applications

フロンティアAIラボのMirendilがGoogle CloudのAI Hypercomputerを採用し、TPUとNVIDIA GPUを組み合わせてモデルの事前学習・事後学習に活用することが発表された。主要AIラボのGoogle Cloud採用が相次ぐ中、新興スタートアップへの広がりを示す動きとして注目される。

Frontier AI startup Mirendil has selected Google Cloud's AI Hypercomputer—combining Google TPUs and NVIDIA GPU infrastructure—to power its model pre-training and post-training workloads, underscoring Google Cloud's growing dominance as the platform of choice for cutting-edge AI labs.

#ai-hypercomputer#cloud
cloud.google.com

エージェントAIのスケーリング:UiPathがAI HypercomputerでGPUプラットフォームを構築した方法Scaling agentic AI: How UiPath built its high-performance GPU platform on AI Hypercomputer

UiPathはGoogle CloudのAI Hypercomputer上に高性能GPUプラットフォームを構築し、数百のGPUを連携させることでエンタープライズ向けエージェントAIの大規模展開を実現した。

UiPath leveraged Google Cloud's AI Hypercomputer to build a high-performance GPU platform capable of orchestrating hundreds of GPUs, enabling reliable large-scale agentic AI for enterprise automation workloads.

#agent#agentic-ai
cloud.google.com

AlloyDB がグループ認証を追加し、エンタープライズと AI エージェントのセキュリティを強化AlloyDB adds group authentication to secure enterprise scale and AI agents

Google Cloud は AlloyDB に IAM グループ認証をプレビュー提供開始。個別パスワード管理の負担を減らし、AI エージェントや従業員のアクセスをパスワードレスかつ一元的に制御できる。

Google Cloud has launched IAM group authentication for AlloyDB in preview, enabling passwordless, centrally managed database access for both human users and AI agents, reducing credential sprawl and operational overhead.

#ai-agents#alloydb
cloud.google.com

少ないリソースで多くを実現:GKEがエージェントのコストを75%削減する方法Do more with less: How GKE can reduce your cost per agent by 75%

GKEのエージェントサンドボックスを活用することで、バースト型のAIエージェントワークロードをVMではなくコンテナで効率的に集約し、エージェント1台あたりのコストを最大75%削減できる。

GKE's agent sandbox enables teams to consolidate bursty AI agent workloads into containers rather than dedicated VMs, cutting per-agent infrastructure costs by up to 75% as agentic applications scale to production.

#agent#ai-agents
cloud.google.com

ボーダーレス Lakehouse:AWS・Databricks・Snowflake のデータを AI エージェントへThe borderless Lakehouse: Bring AWS, Databricks and Snowflake data to your AI agents

Google Cloud が「ボーダーレス Lakehouse」を発表し、AWS・Databricks・Snowflake など他社プラットフォームのデータを横断して AI エージェントがリアルタイムに活用できる統合基盤を提供する。

Google Cloud introduced the borderless Lakehouse, enabling autonomous AI agents to query and act on data across AWS, Databricks, and Snowflake without moving it, turning the lakehouse into a cross-cloud system of action.

#agent#ai-agents
cloud.google.com

コーディングエージェントを使ってエージェント開発ライフサイクルを自動化するAutomate your agent development lifecycle using any coding agent

Google CloudのGemini Enterprise Agent Platformを活用し、任意のコーディングエージェントでエージェント開発の全ライフサイクルを自動化する実践的な手法が紹介された。本番環境対応エージェントをゼロから構築するための具体的なガイドとして注目される。

Google Cloud's Gemini Enterprise Agent Platform now offers a practical guide to automating the full agent development lifecycle using any coding agent, helping developers build production-ready agents from scratch more efficiently.

#agent#agent-development
cloud.google.com

Looker Agentic Workflowsでデータ監視と根本原因分析を自動化Automate data monitoring and root-cause analysis with Looker Agentic Workflows

Lookerは指標の変化を検知するだけでなく、その原因まで自動分析する「Looker Agentic Workflows」をプレビュー提供開始。データアナリストが手動でダッシュボードを調査する手間を大幅に削減できる。

Google has launched Looker Agentic Workflows in preview, enabling automated metric monitoring and root-cause analysis so analysts no longer need to manually investigate dashboard anomalies.

#agent#automation
cloud.google.com

Google CloudがAIコスト管理を強化:早期異常検知と支出上限機能を追加Detect early and enforce firmly with Google Cloud's enhanced cost controls for AI spend

Google Cloudは生成AIの予測困難なコストスパイクに対応するため、予算の早期異常検知と支出上限適用の機能を強化した。これによりAI利用コストの管理精度が向上する。

Google Cloud has enhanced its budget controls with early anomaly detection and enforced spend caps, addressing the unpredictable cost spikes that generative AI workloads can cause.

#anomaly-detection#budgets
cloud.google.com

Best BuyがWorkforce Identity FederationでAIワークロードを拡張しアクセスを保護Best Buy scales AI workloads and secures access with Workforce Identity Federation

Best BuyはMicrosoft Entra IDとの同期負荷とセキュリティリスクをWorkforce Identity Federationで解消し、Google Cloud上のAI・分析基盤を安全にスケールさせることに成功した。

Best Buy adopted Google Cloud's Workforce Identity Federation to eliminate administrative overhead and security risks when syncing backend users from Microsoft Entra ID, enabling secure scaling of its AI and analytics workloads.

#ai#best-buy
cloud.google.com

Cyber Snapshot Report: ツールチェーンを超えてエンタープライズレジリエンスを構築するCyber Snapshot Report: Go beyond the toolchain and build enterprise resilience

Googleの最新レポートは、セキュリティツールの導入だけでなく、組織全体の回復力強化がサイバー防御の鍵であると示している。ツールチェーン依存からの脱却と戦略的なレジリエンス構築の重要性を解説。

Google's Cyber Snapshot Report argues that true enterprise security requires building organizational resilience beyond simply deploying security tools. It highlights why a strategy-first approach outperforms toolchain-centric thinking in modern threat environments.

#cloud#cyber-security
cloud.google.com

Open Knowledge Format v0.2がエージェント間の信頼性に対応Open Knowledge format v0.2 tackles agentic trust

GoogleはOKF v0.2をリリースし、AIエージェントがデータの信頼性や出所を検証できる新しいトラスト・シグナルを追加した。エージェント同士が安全に知識を共有・活用するための基盤強化が目的だ。

Google released Open Knowledge Format v0.2, introducing trust signals that allow AI agents to verify data provenance and reliability. This update is significant for building secure, interoperable agentic workflows in cloud environments.

#agent#agentic-ai
cloud.google.com

アイドルアクセラレータを最小化:llm-dの協調タイムスライシングによるネイティブRLジョブインターリービングMinimize idle accelerators: Native RL job interleaving with co-operative time-slicing in llm-d

llm-dに協調タイムスライシング機能が導入され、強化学習の推論・訓練ジョブをGPU上でインターリーブすることでアクセラレータの遊休時間を大幅に削減できるようになった。

llm-d now supports cooperative time-slicing for RL workloads, allowing inference and training jobs to interleave on the same GPUs and significantly reducing accelerator idle time.

#cloud#google
cloud.google.com

Blueprint:VoicifyがAI注文体験を顧客にとって快適にする方法The Blueprint: How Voicify makes AI-enabled ordering a delight for customers

VoicifyはGoogle CloudのGeminiを活用し、飲食店向けの音声AIordering体験を構築。電話注文を自然な会話で処理し、顧客満足度と業務効率を同時に向上させている。

Voicify leverages Google Cloud's Gemini to power conversational AI phone ordering for restaurants, enabling natural voice interactions that improve both customer satisfaction and operational efficiency.

#cloud#conversational-ai
cloud.google.com

AIエージェントは準備完了。あなたのデータは?Your AI agents are ready. Is your data?

GoogleがAIインフラの現状レポートを公開し、エージェント型AIの普及にはデータ基盤の整備が不可欠であると指摘。Google CloudのAgentic Data Cloudが企業のAI活用を支える鍵として紹介されている。

Google released a State of AI Infrastructure report highlighting that data readiness is the critical bottleneck for agentic AI adoption, and positions Google Cloud's Agentic Data Cloud as the solution for enterprises.

#agent#agentic-ai
cloud.google.com

AIアプリが本番環境で失敗する理由と Google によるその解決策Why AI apps fail in production (And how Google solved it)

本番環境でAIアプリが抱える信頼性・スケーラビリティの課題を分析し、GoogleがGeminiを活用してどのようにそれらを克服したかを解説している。実運用での安定稼働を目指す開発者にとって重要な知見を提供する。

This article examines why AI applications commonly break down in production and outlines the architectural patterns and Gemini-based solutions Google recommends to address reliability and scalability challenges.

#ai#architecture
cloud.google.com

BigQueryのカラムレベルセキュリティを強化:IAMデータガバナンスタグの活用Level Up Your Column-level Security: Using IAM Data Governance Tags in BigQuery

BigQueryでIAMデータガバナンスタグを使ったカラムレベルのアクセス制御が可能になり、きめ細かいデータ保護とガバナンス管理が実現できる。

BigQuery now supports IAM data governance tags for column-level security, enabling fine-grained access control over sensitive data fields and streamlining enterprise data governance.

#bigquery#cloud
cloud.google.com

Gemini Enterprise Agent Platform で構築する13のハンズオンデモ13 hands-on demos to build on Gemini Enterprise Agent Platform

Google CloudがGemini Enterprise Agent Platformを活用した13種類のハンズオンデモを公開し、企業向けエージェント開発の具体的な実装例を提供している。開発者がエンタープライズAIエージェントをより迅速に構築・評価できるようになる。

Google Cloud released 13 hands-on demos showcasing how to build enterprise AI agents on the Gemini Enterprise Agent Platform, giving developers concrete implementation patterns to accelerate production-ready agent development.

#agent#agent-platform
cloud.google.com

AIトークノミクス入門:トークン効率の高いソフトウェアエンジニアリングのための11の原則Guide to AI Tokenomics: Eleven Principles for Token Efficient Software Engineering

Google CloudブログがGeminiを活用した開発におけるトークン使用量を最適化するための11の実践的原則を解説しており、コスト削減と効率向上を目指す開発者に役立つガイドです。

Google Cloud outlines eleven practical principles for token-efficient software engineering with Gemini, helping developers reduce costs and improve performance by optimizing how tokens are consumed in AI-driven workflows.

#best-practices#cloud
cloud.google.com

Cloud CISOの視点:AIが「守る側の優位性」として深いコンテキストを活用する方法Cloud CISO Perspectives: How AI leverages deep context as the defender’s advantage

GoogleのCloud CISOチームが、AIが大規模なコンテキスト分析を通じて防御者に優位性をもたらす仕組みを解説し、セキュリティ運用における実践的な活用例を紹介している。

Google's Cloud CISO team explains how AI enables defenders to leverage deep contextual analysis at scale, giving security teams a meaningful advantage over attackers in modern threat environments.

#ai-security#ciso
cloud.google.com

自律型フィルムクルー10組が教えてくれたエージェントチームワークの教訓What 10 autonomous film crews taught us about agent teamwork

Google Cloudが10の自律型AIエージェントチームを映画制作シナリオで検証し、マルチエージェント協調における役割分担・通信設計・失敗回復のベストプラクティスを明らかにした。

Google Cloud ran experiments with 10 autonomous film-crew agent teams to uncover key lessons about coordination, role design, and failure recovery in multi-agent systems.

#agent#ai-agents
cloud.google.com

BigQuery の `%%bqsql` マジックで SQL と Python の橋渡しをするBridging the gap between SQL and Python with BigQuery and the %%bqsql magic

BigQuery の %%bqsql マジックコマンドを使うことで、Jupyter Notebook 上で SQL と Python をシームレスに連携できるようになり、データ分析ワークフローが大幅に効率化される。

BigQuery's %%bqsql magic command lets data practitioners mix SQL queries and Python code seamlessly in Jupyter notebooks, reducing friction in analytics workflows.

#bigquery#cloud
cloud.google.com

基盤モデルのアップグレードを加速する3つの教訓Three lessons in accelerating foundation model upgrades

Googleが大規模な基盤モデルの移行を迅速化するために学んだ3つの実践的教訓を紹介しており、モデル更新コストと停止時間の削減に役立つ知見を提供している。

Google shares three practical lessons learned from accelerating foundation model upgrades at scale, offering guidance on reducing migration costs and downtime for teams adopting newer Gemini versions.

#cloud#foundation-models
cloud.google.com

AI生成コードをCloud Runサンドボックスで安全に実行Safely run AI-generated code in Cloud Run sandboxes

Google CloudがCloud Runサンドボックス機能をパブリックプレビューで公開し、AIエージェントが生成した任意コードを安全に隔離実行できる環境を提供。セキュリティリスクを抑えつつコード実行機能をアプリに組み込みやすくなる。

Google Cloud Run sandboxes are now in public preview, enabling developers to safely execute AI-generated code in isolated environments. This reduces security risks when building agentic applications that need dynamic code execution.

#agent#ai-agents
cloud.google.com

エージェント企業への20の問いとAgent Platformによる解決策20 questions for the Agentic Enterprise (and how Agent Platform can help)

エージェント型AIを活用する企業変革において生じる20の重要な問いを整理し、Google CloudのAgent Platformによる具体的な対処方法と導入のベストプラクティスを解説している。

Google Cloud identifies 20 key questions enterprises face when adopting agentic AI, and explains how Agent Platform provides practical answers to enable secure, scalable agent deployment.

#agent#agent-platform
cloud.google.com

Gemini Enterprise と Google Cloud Marketplace にエージェントを公開する開発者ガイドA developer's guide to publishing agents in Gemini Enterprise and Google Cloud Marketplace

開発者が作成したAIエージェントをGemini EnterpriseおよびGoogle Cloud Marketplaceへ公開するための具体的な手順を解説し、エンタープライズ顧客へのリーチを広げる方法を示している。

This guide explains how developers can publish custom AI agents to Gemini Enterprise and Google Cloud Marketplace, expanding their reach to enterprise customers through official Google distribution channels.

#agent-publishing#ai-agents
cloud.google.com

レポート:83%の組織がエージェンティックAIに対応するためインフラのアップグレードが必要Report: 83% of organizations need to upgrade their infrastructure to support agentic AI

新たなレポートによると、企業の83%がエージェンティックAIを運用するために既存インフラのアップグレードが必要であることが判明した。AIエージェントの本格普及に向け、インフラ整備が業界全体の急務となっている。

A new report finds that 83% of organizations must upgrade their infrastructure to support agentic AI, revealing a significant gap between current IT capabilities and the demands of autonomous AI deployment.

#agent#agentic-ai
cloud.google.com

Google Cloud Labs: Cloud Run で AI を加速するGoogle Cloud Labs: Accelerate AI with Cloud Run

Cloud Run を活用して AI ワークロードを加速する Google Cloud Labs のハンズオンコンテンツが公開され、開発者が Gemini などの AI 機能をサーバーレス環境で迅速に構築・展開できるようになった。

Google Cloud Labs releases hands-on labs for accelerating AI workloads with Cloud Run, enabling developers to rapidly build and deploy Gemini-powered applications on serverless infrastructure.

#ai-development#cloud

Meta Engineering

Metaの大規模システムとML基盤。インフラ、モデル運用、性能改善の技術解説。Meta engineering deep dives on large-scale systems, ML infrastructure, and performance.

16guides · 3 in 30d
engineering.fb.com

エンドツーエンド暗号化と検証可能性を保ちながら WhatsApp の「詐欺アラート」を構築する方法How We’re Building Scam Alert on WhatsApp With End-to-End Encryption and Verifiability Guarantees

MetaはWhatsAppのE2E暗号化を維持しつつ、詐欺メッセージを検出・警告する「Scam Alert」機能の技術的アプローチを公開した。なりすましやAI生成の詐欺手口に対応するプライバシー保護設計が注目される。

Meta detailed how it is building a Scam Alert feature for WhatsApp that detects fraudulent messages—including AI-generated lures and impersonation—without compromising end-to-end encryption or user privacy.

#encryption#engineering
engineering.fb.com

ユーザーシーケンスからスケーリング則まで:Metaの広告ランキングを支える多段階アーキテクチャFrom User Sequences to Scaling Laws: A Multi-Stage Architecture for Meta’s Ads Ranking

Metaは広告推薦システムにおいて、ユーザー行動の時系列モデリングを発展させ、スケーリング則を活用した多段階アーキテクチャを構築。精度と効率を両立する広告ランキング手法の進化を解説している。

Meta details how it evolved its ads ranking system from sequence-based user modeling into a multi-stage architecture governed by scaling laws, improving recommendation accuracy across billions of daily interactions.

#ads#engineering
engineering.fb.com

GEMトレーニング:MetaがLLMスケールの広告基盤モデルの効率を2倍にした方法GEM Training: How Meta Doubled the Efficiency of Its LLM-Scale Ads Foundation Model

MetaはInstagram・Facebook向け広告推薦基盤モデルGEMのトレーニング効率を2倍(MFU 20〜25%)に引き上げつつ、計算量を4倍にスケールさせることに成功した。

Meta achieved a 2x improvement in end-to-end training efficiency for GEM, its ads recommendation foundation model, reaching 20–25% MFU while scaling training FLOPs 4x on thousands of latest-generation GPUs.

#ads#engineering
engineering.fb.com

Meta広告のディープファネル最適化に向けた階層的インタレスト表現の探求Exploring Hierarchical Interest Representation For Meta Ads Deep Funnel Optimization

Metaは広告のコンバージョン最適化を改善するため、ユーザーの興味を階層構造で表現する新手法を研究・導入した。この手法により、購買などの深いファネルイベントの予測精度が向上し、広告主のROI改善が期待される。

Meta researchers developed a hierarchical interest representation model to better predict deep-funnel ad conversion events like purchases. The approach improves signal quality for low-frequency user actions, leading to more effective ad targeting and better advertiser ROI.

#ads#deep-learning
engineering.fb.com

オープンソースカーネルスケジューラでMeta広告サービスを刷新Modernizing the Meta Ads Service With an Open-Source Kernel Scheduler

MetaはLinuxカーネルのスケジューラをオープンソース化し、広告サービスのレイテンシとスループットを大幅に改善した。この取り組みはコミュニティへの還元と本番環境での実証を兼ねる点で重要だ。

Meta modernized its ads serving infrastructure by adopting an open-source kernel scheduler, achieving meaningful gains in latency and throughput while contributing the work back to the broader Linux community.

#ads#engineering
engineering.fb.com

MetaのAIストレージ設計図:大規模スケールでの実践Meta’s AI Storage Blueprint at Scale

MetaがAI学習・推論を支える大規模ストレージ基盤の設計思想とアーキテクチャを詳細に公開した。数エクサバイト規模のデータを効率的に管理する仕組みは、業界全体の参考事例となり得る。

Meta has published its AI storage blueprint, revealing how it architects and scales storage systems to support massive AI training and inference workloads efficiently.

#ai-infrastructure#data-infrastructure
engineering.fb.com

MetaのPythonへの10年間のコミットメント10 Years of Meta’s Commitment to Python

MetaはPythonへの10年間の取り組みを振り返り、CPythonの高速化やオープンソースツールの整備を通じてPythonエコシステムの発展に大きく貢献してきた歩みを総括した。

Meta marks a decade of Python investment, detailing contributions to CPython performance, open-source tooling, and ongoing collaboration with the broader Python community.

#cpython#engineering
engineering.fb.com

AIネイティブ時代のプライバシー対応インフラ:アセット分類ケーススタディPrivacy-Aware Infrastructure in the AI-Native Era: An Asset Classification Case Study

Metaは、保持・アクセス・目的制限・匿名化などのプライバシーコントロールを正しく機能させるには信頼できるデータ理解が不可欠だとし、AIネイティブ時代に向けたデータアセット分類の手法と実践事例を解説した。

Meta details its data asset classification approach for AI-native infrastructure, explaining how reliable data understanding underpins privacy controls that enforce retention, access, purpose, and anonymization policies.

#ai-infrastructure#ai-native
engineering.fb.com

MetaがAIグラス向け超細型バッテリーを設計した方法How Meta Engineered Ultra-Narrow Batteries for AI Glasses

Ray-Ban MetaやOakley Meta Vanguardsなどのスマートグラスに、カメラ・スピーカー・AI処理・ディスプレイを駆動する電力を確保しつつ細いフレームに収める超細型バッテリーを、Metaがどう設計・製造したか技術ポッドキャストで解説している。

In a tech podcast, Meta explains how it engineered ultra-narrow batteries that fit into slim glasses frames while powering cameras, speakers, AI workloads, and displays in smart glasses like the Ray-Ban Meta and Oakley Meta Vanguards.

#battery#battery-design
engineering.fb.com

リアルタイム通信へのAV1大規模導入:Metaの取り組みAdopting AV1 for Real-Time Communication (RTC) at Scale

MetaがAV1コーデックをリアルタイム通信(RTC)へ大規模導入した複数年の取り組みを公開。コーデック選定、デバイス適格性、レート制御、エラー耐性などの技術的・運用的知見を共有し、低帯域でも高品質な映像通話を目指す。

Meta details its multi-year effort to bring the AV1 codec to real-time communication at scale, covering codec selection, device eligibility, rate control, and error resilience for higher-quality video calls.

#av1#codec
engineering.fb.com

電源断でもシステムは稼働:Metaが瞬間停電への対応準備を検証Lights Out, Systems On: Validating Instant Power Loss Readiness

MetaはデータセンターでのInstantaneous PowerLoss Stormという新テスト手法を導入し、予告なしの瞬間停電に対するインフラ耐性を検証・改善することで、大規模障害時のシステム継続稼働の信頼性を高める取り組みを紹介している。

Meta introduces Instantaneous PowerLoss Storm, a new testing paradigm that validates and improves data-center infrastructure resilience against instant, zero-notice power loss to keep systems running during outages.

#chaos-engineering#data-center
engineering.fb.com

SilverTorch: Index as Model — レコメンデーションシステムの新しい検索パラダイムSilverTorch: Index as Model — A New Retrieval Paradigm for Recommendation Systems

Metaが推薦システムの検索コンポーネントを統一アーキテクチャに統合する新パラダイム「SilverTorch」を発表。インデックス自体をモデルとして扱い、ユーザー生成コンテンツの検索で最大23.7倍の性能向上を実現する。

Meta unveiled SilverTorch, an "index as model" paradigm that unifies all retrieval components for user-generated content into a single architecture, delivering up to 23.7x performance gains for recommendation systems.

#engineering#information-retrieval
engineering.fb.com

リール・フレンズ:数十億規模に対応するソーシャルディスカバリーの構築Reel Friends: Building Social Discovery that Scales to Billions

Metaが友達の視聴・リアクションしたリールを表示する「Friend Bubbles」機能を導入。一見シンプルだが、数十億ユーザー規模でソーシャルディスカバリーを実現するための推薦・スケーリング基盤の構築過程を解説する。

Meta introduced Friend Bubbles, which surfaces Reels your friends watched and reacted to, and explains the recommendation and scaling engineering needed to deliver social discovery to billions of users.

#engineering#friend-bubbles
engineering.fb.com

Metaスケールでのデータインジェスチョンシステムの移行Migrating Data Ingestion Systems at Meta Scale

Metaがソーシャルグラフの最新スナップショットを維持するデータインジェスチョンシステムを大規模に刷新した取り組みを解説。新アーキテクチャへの移行により、大規模環境での信頼性とスケーラビリティを大幅に向上させた。

Meta details how it revamped and migrated the data ingestion system used to keep social-graph snapshots up to date, adopting a new architecture that markedly improves reliability and scalability at massive scale.

#architecture#data-infrastructure
engineering.fb.com

Labyrinth 1.1:エンドツーエンド暗号化バックアップの信頼性をさらに向上Labyrinth 1.1: Making End-to-End Encrypted Backups Even More Reliable

MetaがMessengerのメッセージ履歴を保護する暗号化ストレージシステム「Labyrinth」をv1.1に更新し、E2EEバックアップの信頼性と耐障害性を強化した。これにより利用者はバックアップをより確実に復元できる。

Meta is rolling out Labyrinth 1.1, an upgrade to the encrypted storage system securing Messenger message history, boosting the reliability and fault tolerance of end-to-end encrypted backups so users can restore them more dependably.

#backup#data-recovery
engineering.fb.com

Metaがエンドツーエンド暗号化バックアップを強化する仕組みHow Meta Is Strengthening End-to-End Encrypted Backups

MetaはHSMベースのBackup Key VaultでWhatsAppとMessengerのE2E暗号化バックアップを強化し、ユーザーがクラウド上のメッセージ履歴を安全に守れる基盤を構築したと解説している。

Meta explains how its HSM-based Backup Key Vault underpins end-to-end encrypted backups for WhatsApp and Messenger, letting users securely protect their cloud-stored message history with robust key management.

#backup#cloud-backup

Microsoft Foundry Blog

Microsoft Foundryのエージェント開発。設計、評価、メモリ、コスト管理の実践ガイド。Microsoft Foundry guidance for agent design, evaluation, memory, and cost management.

11guides · 2 in 30d
devblogs.microsoft.com

Azure Content Understanding が GPT-5 シリーズに対応:モデル選択・グラウンディング・信頼度の強化Azure Content Understanding GPT-5 Series Guide: Model Selection, Grounding Improvements, and Confidence Enhancements

Azure Content Understanding が GPT-5 シリーズのサポートを拡充し、ドキュメントや画像・音声・動画からの情報抽出においてグラウンディング精度と信頼度スコアが向上した。これにより企業はより柔軟かつ高品質なコンテンツ解析をAIで実現できる。

Azure Content Understanding now supports the GPT-5 model series, bringing improved grounding accuracy and confidence scoring for extracting insights from documents, images, audio, and video, giving enterprises greater flexibility and quality in AI-driven content workflows.

#ai#azure
devblogs.microsoft.com

Foundry の「ツールボックス」でユーザーに代わって行動するエージェントを構築するBuilding Agents that Act on Your Behalf with Toolboxes in Foundry

Microsoft Foundry にツールボックス機能が追加され、AIエージェントが外部ツールやサービスを呼び出してユーザーの代わりにタスクを自律実行できるようになった。これによりエージェント開発の効率と拡張性が大幅に向上する。

Microsoft Foundry introduces Toolboxes, enabling AI agents to call external tools and services autonomously on behalf of users, significantly streamlining how developers build and extend action-oriented agents.

#agent#ai
devblogs.microsoft.com

成果駆動型学習システム:OpenEnvとFoundryによるエンタープライズRLOutcome-driven learning systems: Enterprise RL with OpenEnv and Foundry

Microsoft FoundryがBuild 2026で企業向け強化学習基盤OpenEnvを発表。ホスト型エージェントやFrontier Tuningと統合し、評価から最適化までを一貫して扱う成果駆動型の学習スタックを構築できる。

Microsoft Foundry unveiled OpenEnv at Build 2026, an enterprise reinforcement learning framework that integrates with hosted agents and Frontier Tuning to build outcome-driven optimization and learning stacks.

#agent#ai
devblogs.microsoft.com

Foundry Local でエッジ AI 開発を加速するAccelerate Edge AI Development with Foundry Local

Microsoft が、クラウドに依存せずデバイス上で AI 推論を実行できる Foundry Local を紹介。応答性・プライバシー・オフライン動作といったエッジ AI 開発の課題に対応し、アプリやデバイスへの AI 組み込みを効率化する。

Microsoft's Foundry Local enables on-device AI inference, tackling edge AI challenges like responsiveness, privacy, and offline operation to simplify embedding AI into apps and devices.

#ai#ai-development
devblogs.microsoft.com

Build 2026: あらゆるフレームワークのAIエージェントで可観測性からROIまでBuild 2026: From observability to ROI for AI agents on any framework

AIエージェントは非決定論的なため、本番環境で精度・安全性・説明責任を保つことが難しい。Microsoft Foundryは、任意のフレームワーク上のエージェントに対し可観測性の確立からROI測定までを支援する仕組みを示した。

Microsoft Foundry outlines how to keep non-deterministic AI agents accurate, safe, and accountable in production, spanning from observability to ROI measurement for agents built on any framework.

#agent#ai
devblogs.microsoft.com

Foundry Agent ServiceにAgent Optimizerを導入Introducing Agent Optimizer in Foundry Agent Service

Microsoftは、Foundry Agent ServiceにAgent Optimizerを追加した。エージェントをデプロイして稼働させるだけでなく、本番環境での品質向上と最適化を支援し、「稼働中」と「本番品質」のギャップを埋めることを目指す。

Microsoft added Agent Optimizer to Foundry Agent Service to bridge the gap between a merely "live" agent and a truly production-ready one by helping improve and optimize agent quality in production.

#agent#agent-optimizer
devblogs.microsoft.com

エージェントメモリの信頼性・透明性・本番対応を強化Making agent memory more reliable, transparent, and production-ready

Microsoft FoundryはBuild 2026でエージェントメモリ機能を強化し、デモから本番環境へ移行する際に不可欠な信頼性・透明性・エンタープライズ対応を改善した。個別化と継続性を安全に運用できるようになる。

At Build 2026, Microsoft Foundry enhanced agent memory with the reliability, transparency, and enterprise-readiness teams need when moving agents from demos into production.

#agent#ai
devblogs.microsoft.com

ディスカバリーから実行まで:Microsoft FoundryのToolboxとRoutinesでエージェントをスケールDiscovery to Execution: Scaling Agents with Toolboxes and Routines in Microsoft Foundry

Microsoft FoundryがToolboxとRoutinesを導入し、本番環境へエージェントをスケールする際に課題となるツールの発見・管理・セキュリティ確保を効率化。増え続けるツール群を統制し、プロトタイプから運用への移行を支援する。

Microsoft Foundry introduces Toolboxes and Routines to help teams discover, manage, and secure the growing number of tools when scaling AI agents from prototype to production, where tooling typically breaks down.

#agent-scaling#ai
devblogs.microsoft.com

エージェントの構築から活用へ:Microsoft Foundry のエンタープライズ エージェント配布From Building Agents to Working with Them: Enterprise Agent Distribution in Microsoft Foundry

Microsoft Foundry が、構築した AI エージェントを組織全体に配布・共有する仕組みを提供。実験段階から実業務での活用へと移行し、エージェントを安全かつ大規模に展開できるようにする。

Microsoft Foundry introduces enterprise agent distribution, letting organizations deploy and share AI agents across teams securely and at scale, shifting from building agents to actually putting them to work.

#agent#agent-distribution
devblogs.microsoft.com

スマートなドキュメントワークフローを構築: Build 2026 における Azure Content Understanding の新機能Build smarter document workflows: What’s new in Azure Content Understanding at Build 2026

Build 2026 で発表された Azure Content Understanding の新機能を紹介。ドキュメント・音声・画像・動画を横断的に解析し重要情報を抽出するマルチモーダル AI サービスが強化され、よりスマートなドキュメント処理ワークフローの構築が可能になる。

Microsoft details new Azure Content Understanding capabilities at Build 2026, enhancing its multimodal AI service that ingests documents, audio, images, and video to extract critical information for building smarter document workflows.

#ai#azure-content-understanding
devblogs.microsoft.com

Microsoft Foundry でモデル・コスト・品質を管理する開発者向けガイドA Developer’s Guide to Managing Models, Cost and Quality in Microsoft Foundry

Microsoft Foundry における実践的なモデルライフサイクルを解説。適切なモデルの選定、品質評価、コスト最適化、安全な運用、本番ニーズに合わせた継続的改善の方法を紹介する。

Practical guide to Microsoft Foundry model lifecycle management, covering model selection, quality evaluation, cost optimization, safe operation, and iterative improvement in production.

#ai#azure

Netflix TechBlog

Netflixの配信・データ・ML基盤。大規模サービス運用と信頼性設計の知見。Netflix engineering lessons on delivery, data, ML platforms, and service reliability.

20guides · 3 in 30d
netflixtechblog.com

NetflixがリアルタイムグラフをgRPCでクエリする方法(パート3)How and Why Netflix Built a Real-Time Distributed Graph: Part 3 — Querying the graph with gRPC…

Netflixのエンジニアリングブログが、分散リアルタイムグラフシステムへのクエリをgRPCで実現する設計と実装を解説。大規模データを低レイテンシで取得するアーキテクチャの詳細が明らかにされた。

Netflix's engineering blog details how gRPC is used to query their real-time distributed graph system, explaining the architecture decisions that enable low-latency access to large-scale graph data.

#distributed-systems#engineering
netflixtechblog.com

アナリティクスのためのデバイス機能モデリングModeling Device Capabilities for Analytics

Netflixはデバイスの機能をアナリティクス基盤で体系的にモデル化する手法を紹介し、多様な端末での再生品質分析を改善する取り組みを解説している。

Netflix details how it models device capabilities within its analytics infrastructure to better understand playback quality and performance across a wide range of consumer devices.

#analytics#data-modeling
netflixtechblog.com

GenRec: NetflixにおけるLLMネイティブなレコメンデーションへの取り組みGenRec: Towards LLM-Native Recommendation at Netflix

NetflixはLLMを推薦システムの中核に据えた新アーキテクチャ「GenRec」を紹介し、従来の協調フィルタリングを超えた文脈理解による精度向上を目指している。

Netflix introduces GenRec, an LLM-native recommendation architecture that moves beyond traditional collaborative filtering to leverage large language models for richer contextual understanding in content suggestions.

#ai#engineering
netflixtechblog.com

Netflixによる社内LLMサービング基盤の構築In-House LLM Serving at Netflix

Netflixは外部APIへの依存を減らすため、独自のLLM推論基盤を社内に構築した。コスト削減・レイテンシ改善・データプライバシー強化が主な目的だ。

Netflix built an in-house LLM serving infrastructure to reduce reliance on third-party APIs, improving latency, cutting costs, and strengthening data privacy for internal AI workloads.

#ai#engineering
netflixtechblog.com

大規模サービストポロジーの構築:アーキテクチャ、課題、そして得られた教訓Building Service Topology at Scale: Architecture, Challenges, and Lessons Learned

Netflixがマイクロサービス間の依存関係を大規模に可視化するサービストポロジー基盤の設計と運用上の知見を公開。信頼性向上とインシデント対応の迅速化に貢献する。

Netflix shares how it built a scalable service topology system to map microservice dependencies, detailing architectural decisions and operational lessons that improve reliability and incident response.

#architecture#engineering
netflixtechblog.com

GenPage:Netflixにおけるエンドツーエンド生成的ホームページ構築に向けてGenPage: Towards End-to-End Generative Homepage Construction at Netflix

Netflixは生成AIを用いてホームページ全体をエンドツーエンドで構築するシステム「GenPage」を提案。従来の部分最適化を超えた統合的なパーソナライズにより、ユーザーのコンテンツ発見体験向上を目指す。

Netflix's GenPage system generates personalized homepages end-to-end with generative AI, replacing fragmented per-component ranking with a unified model for better user engagement.

#content-discovery#engineering
netflixtechblog.com

より制御可能なAI動画編集に向けて:Netflixにおける初期研究の探索Toward More Controllable AI Video Editing: An Early Research Exploration at Netflix

NetflixがAIを活用した動画編集の制御性を高める初期研究を公開。生成AIで編集者の意図をより正確に反映する技術的アプローチと、実用化に向けた課題を詳しく解説している。

Netflix shares an early research exploration into making AI-driven video editing more controllable, outlining technical approaches that let editors faithfully express their intent and the open challenges ahead.

#ai-video-editing#content-creation
netflixtechblog.com

NetflixがKueueでバッチコンピュートを簡素化した方法How Netflix Simplified Batch Compute with Kueue

NetflixはKubernetesネイティブのジョブキューイングシステムKueueを採用し、断片化していたバッチコンピュート基盤を統合・簡素化した。設計上の判断や大規模運用で得た知見を共有し、ジョブスケジューリングの効率化を実現している。

Netflix adopted Kueue, a Kubernetes-native job queueing system, to simplify its fragmented batch compute platform, sharing design decisions and operational lessons learned at scale.

#batch-computing#cloud-native
netflixtechblog.com

データカナリア:Netflixのカタログメタデータ検証の仕組みThe Data Canary: How Netflix Validates Catalog Metadata

Netflixが「データカナリア」と呼ぶ検証フレームワークで、カタログメタデータの品質と整合性を継続的にチェックする仕組みを解説。問題のあるデータが本番環境に反映される前に検出し、ストリーミング体験の品質低下を防ぐ。

Netflix details its "Data Canary" framework that continuously validates catalog metadata quality and consistency, catching problematic data before it reaches production to protect the streaming experience.

#anomaly-detection#catalog
netflixtechblog.com

Data Projects: Netflixスケールでのデータ資産管理Data Projects: Managing Data Assets at Netflix Scale

Netflixが導入したデータ資産管理フレームワーク「Data Projects」を紹介。関連するデータセットやテーブルを論理的にまとめることで、PBスケールのデータの発見性・ガバナンス・チーム間連携を大幅に改善する仕組みを解説している。

Netflix details 'Data Projects,' a framework that logically groups related datasets and tables to improve discoverability, governance, and cross-team collaboration across its petabyte-scale data estate.

#big-data#data-assets
netflixtechblog.com

コンテンツローンチのリスク予測:データドリブンな洞察がローンチ計画を変革する方法Predicting Risk in Content Launches: How Data-Driven Insights can Transform Launch Planning

Netflixが、過去のローンチデータと機械学習を活用してコンテンツ公開時のリスクを事前に予測する仕組みを解説。問題を未然に防ぎ、ローンチ計画の精度と信頼性を高める取り組みを紹介している。

Netflix explains how it applies machine learning to historical launch data to predict risk before content goes live, helping teams catch issues early and plan launches more reliably.

#content-delivery#data-driven
netflixtechblog.com

NetflixにおけるCassandraデータ移動の進化The Evolution of Cassandra Data Movement at Netflix

NetflixがApache Cassandraクラスタ間のデータ移動手法をどのように進化させてきたかを解説した技術ブログ。スナップショット転送方式からストリーミング方式への移行を通じて、大規模分散データベースの運用効率と信頼性を高めた知見を共有している。

Netflix shares how it evolved Cassandra data movement, moving from snapshot transfers to streaming methods to improve efficiency and reliability across its large-scale distributed databases.

#apache-cassandra#automation
netflixtechblog.com

パーソナライズド通知システムへのファスト&スロー思考の応用Thinking Fast & Slow for a Personalized Notification System

Netflixが「ファスト&スロー」思考に着想を得て、高速な軽量モデルと精度重視の重量モデルを組み合わせたパーソナライズ通知基盤の設計と実装を解説した技術ブログ記事。

Netflix tech blog details how a dual-speed architecture inspired by Kahneman's 'Thinking Fast & Slow' powers their personalized notification delivery system at scale.

#engineering#machine-learning
medium.com

因果推論のための人間拡張型エージェントワークフローA Human-Augmenting Agentic Workflow for Causal Inference

NetflixがLLMエージェントを活用し、データサイエンティストの因果推論ワークフローを自動化・支援する手法を紹介。人間を置き換えるのではなく拡張することで、分析の効率と品質を高める狙い。

Netflix details a human-augmenting agentic workflow using LLM agents to assist data scientists with causal inference, boosting analysis speed and quality without replacing human judgment.

#ab-testing#agent
medium.com

Cassandraで時系列ワークロード向けにワイドパーティションを動的分割するDynamic Repartitioning for Time Series Workloads

NetflixがCassandraの時系列ワークロードで生じるワイドパーティション問題を動的に分割して解決するアプローチを解説。ホットスポットを避けながらスループットとスケーラビリティを向上させる設計を紹介している。

Netflix explains how to dynamically split wide partitions in Cassandra for time series workloads, reducing hotspots and improving cluster throughput and scalability.

#cassandra#database
medium.com

Netflixにおける高スループットグラフ抽象化:第1部High-Throughput Graph Abstraction at Netflix: Part I

Netflixエンジニアリングチームが、大規模グラフデータを高スループットで処理するための抽象化レイヤーの設計思想とアーキテクチャを詳しく解説する技術ブログシリーズの第1回。

Netflix engineers detail the design and architecture of a high-throughput graph abstraction layer built to efficiently manage and query large-scale graph data across their platform.

#backend#distributed-systems
medium.com

サイロからサービストポロジーへ:NetflixがリアルタイムサービスマップをなぜつくったかFrom Silos to Service Topology: Why Netflix Built a Real-Time Service Map

Netflixがマイクロサービス間の依存関係をリアルタイムで可視化するサービスマップを構築した背景と、分散システムの運用課題を解決するアーキテクチャ設計を解説する。

Netflix engineering details how they replaced fragmented, siloed service visibility with a unified real-time topology map to manage dependencies across thousands of microservices.

#distributed-systems#engineering
medium.com

Nebula ArchRulesでArchUnitをスケールさせるScaling ArchUnit with Nebula ArchRules

NetflixがArchUnitを拡張したNebula ArchRulesを使い、複数チームにまたがるJavaサービスのアーキテクチャルールを一元管理・スケールさせるアプローチを紹介。

Netflix shares Nebula ArchRules, an ArchUnit extension that lets teams centrally define and enforce consistent architecture rules across large-scale Java services.

#architecture#engineering
medium.com

Netflixにおける機械学習の民主化:モデルライフサイクルグラフの構築Democratizing Machine Learning at Netflix: Building the Model Lifecycle Graph

Netflixが機械学習を社内で民主化するため、モデルの学習から本番デプロイまでのライフサイクルを一元的に可視化・管理する「モデルライフサイクルグラフ」の設計思想と実装を詳しく解説する。

Netflix describes the Model Lifecycle Graph, a system tracking ML models from training to deployment to democratize machine learning across its engineering teams.

#engineering#machine-learning
medium.com

モデルサービングにおけるルーティングの現状State of Routing in Model Serving

Netflixが機械学習モデルサービングにおけるルーティングの現状を解説。複数モデル間の効率的なトラフィック分配、負荷分散戦略、レイテンシ最適化などの課題と解決策を紹介。

Netflix details the current state of ML model serving routing, covering load balancing, traffic distribution, and latency optimization strategies across model replicas.

#engineering#infrastructure