HomeTags#tutorialPage 5

Tag timeline

#tutorialpage 5/7

同じキーワードで束ねられた更新の続きです。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total192#tutorial の全掲載記事All listed entries tagged #tutorial
Showing30このページの表示件数Entries on this page
Page5/7静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot

Entriespage 5/7 · 192 total

Fri, Jul 173 entries
コミュニティCommunityClaude Code·Qiita VSCode

devcontainerでClaude Codeの会話履歴は本当に消えないのか検証+全プロジェクトへ自動適用する方法This article verifies whether Claude Code conversation history truly persists…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約devcontainer環境でClaude Codeの会話履歴が永続化されるかを実際に検証し、全プロジェクトへ自動適用する設定方法をまとめた記事。履歴管理の信頼性を確認したい開発者に役立つ実践的な内容。

AI SUMMARYThis article verifies whether Claude Code conversation history truly persists inside a devcontainer environment and explains how to automatically apply the setup across all projects, offering practical guidance for developers who rely on history continuity.

コミュニティCommunityCopilot·Zenn GitHub Copilot

Sentinel × GitHub Copilot で「AI SoC ハーネス」を作るThis article explains how to combine Microsoft Sentinel and GitHub Copilot to…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約Microsoft Sentinel と GitHub Copilot を組み合わせ、SOC 業務を自動化する「AI SoC ハーネス」の構築手法を解説した記事。脅威検出からインシデント対応までの一連のワークフローを AI で効率化できる点が注目される。

AI SUMMARYThis article explains how to combine Microsoft Sentinel and GitHub Copilot to build an "AI SoC harness" that automates security operations workflows from threat detection to incident response, reducing analyst workload significantly.

公式OfficialAgent Frameworks·AWS Machine Learning Blog

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

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

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

AI SUMMARYThis 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.

Thu, Jul 163 entries
公式OfficialAgent Frameworks·AWS Machine Learning Blog

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

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

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

AI SUMMARYThis 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.

公式OfficialAgent Frameworks·AWS Machine Learning Blog

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

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

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

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

新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

モデルルーティングはシンプル――複雑になるまではModel Routing Is Simple. Until It Isn’t.

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約IBM Researchがモデルルーティングの実用的な課題を解説し、単純なコスト最適化を超えた精度・レイテンシ・安全性のトレードオフを考慮する設計手法を提案している。

AI SUMMARYIBM Research examines the real-world complexity of LLM model routing, showing why naive cost-based approaches fall short and how to balance accuracy, latency, and safety trade-offs effectively.

Wed, Jul 1511 entries
コミュニティCommunityMCP·Zenn MCP

Claude Code ToolSearch実践ガイド——公式ドキュメントにない4つの挙動A practical guide uncovering four undocumented behaviors of Claude Code's…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約Claude CodeのToolSearch機能について、公式ドキュメントに記載されていない4つの実挙動を検証・解説した実践ガイド。現場での活用精度を高めるための知見をまとめている。

AI SUMMARYA practical guide uncovering four undocumented behaviors of Claude Code's ToolSearch feature, offering verified insights that help developers use the tool more reliably in real-world workflows.

コミュニティCommunityClaude Code·Qiita Claude

「OpenAI互換」は痩せていく ―― Claude/GPT/Gemini/Grok を1インターフェースに束ねた配線記録This article documents how to unify Claude, GPT, Gemini, and Grok behind a…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約複数のLLM(Claude・GPT・Gemini・Grok)をOpenAI互換APIで統一的に扱う実装手法を解説した記事で、互換レイヤーの限界と各モデル固有機能の取り扱い方を整理している。

AI SUMMARYThis article documents how to unify Claude, GPT, Gemini, and Grok behind a single OpenAI-compatible interface, while highlighting the growing gaps that emerge as each model exposes unique capabilities beyond the shared spec.

コミュニティCommunityMCP·Zenn MCP

AIエージェントに社内ツールを「安全に」渡す ― 30行から始めるMCPサーバー自作と境界設計入門A practical guide to building a minimal MCP server from scratch and designing…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約社内ツールをAIエージェントへ安全に公開するため、最小限のコードでMCPサーバーを自作する手順と、権限境界設計の考え方を解説した実践的な入門記事。

AI SUMMARYA practical guide to building a minimal MCP server from scratch and designing safe permission boundaries so AI agents can access internal tools without security risks.

コミュニティCommunityLocal Models·Zenn LLM

LLM API Gateway設計入門:1つのAPIキーで複数モデルを扱うThis article explains how to design an LLM API Gateway that routes requests to…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約単一のAPIキーで複数のLLMモデルを統一的に管理するAPI Gatewayの設計手法を解説した記事で、コスト管理やモデル切り替えの煩雑さを解消する実践的なアーキテクチャを紹介している。

AI SUMMARYThis article explains how to design an LLM API Gateway that routes requests to multiple models under a single API key, simplifying model switching and centralizing cost and access control.

コミュニティCommunityMCP·Zenn MCP

自作MCPサーバーを公式レジストリと各ディレクトリに載せる — 全手順とハマりどころA practical guide covering the full process of listing a custom MCP server on…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約自作のMCPサーバーを公式レジストリやサードパーティのディレクトリに掲載するための具体的な手順と、つまずきやすいポイントをまとめた実践ガイド。公開までの流れを把握したい開発者にとって有用な情報源となっている。

AI SUMMARYA practical guide covering the full process of listing a custom MCP server on the official registry and third-party directories, including common pitfalls. Useful for developers looking to make their MCP servers discoverable by a wider audience.

コミュニティCommunityClaude Code·Qiita Claude

Claude Code・Codexのマルチエージェント構成をコードで定義する技術 ― プログラマブル・オーケストレーション入門This article explains how to define multi-agent orchestration for Claude Code…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約複数のAIエージェントを連携させる構成をコードで宣言的に定義する手法を解説しており、Claude CodeやCodexを活用した自律的なワークフロー構築の実践的な入門となっている。

AI SUMMARYThis article explains how to define multi-agent orchestration for Claude Code and Codex programmatically, enabling developers to build autonomous AI workflows through declarative code-based configuration.

コミュニティCommunityMCP·Zenn MCP

Claude DesktopとClickHouse/Shodan/Anomaliで脅威ハンティングThis article demonstrates how to connect Claude Desktop via MCP to ClickHouse,…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約Claude DesktopをMCP経由でClickHouse、Shodan、Anomaliと連携させ、自然言語で脅威ハンティングを行う手法を解説した記事。セキュリティ調査の効率化にAIエージェントを活用できる点が注目される。

AI SUMMARYThis article demonstrates how to connect Claude Desktop via MCP to ClickHouse, Shodan, and Anomali for natural-language-driven threat hunting, showing how AI agents can significantly streamline security investigations.

公式OfficialAgent Frameworks·AWS Machine Learning Blog

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

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

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

AI SUMMARYThis 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.

コミュニティCommunityLocal Models·Qiita LLM

12GB×2 の Blackwell + WSL2 で exllamav3 の Tensor Parallel を動かすまで — 「WSL では NCCL 無理」の壁と gather カーネルのレースThis article documents how to enable exllamav3 Tensor Parallel inference on…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約デュアル 12GB Blackwell GPU と WSL2 という制約環境で exllamav3 の Tensor Parallel 推論を実現するまでの試行錯誤を解説しており、NCCL の WSL 非対応問題や gather カーネルの競合状態への対処法を具体的に示している。

AI SUMMARYThis article documents how to enable exllamav3 Tensor Parallel inference on dual 12 GB Blackwell GPUs under WSL2, detailing workarounds for NCCL incompatibility with WSL and race conditions in the gather kernel.

コミュニティCommunityMCP·Zenn MCP

ナレッジベースRAGプラグイン市場の開発、複数Reactインスタンスとマイクロフロントエンド(4)The fourth installment of a series on building a RAG plugin marketplace…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約RAGプラグイン市場の開発シリーズ第4回として、複数のReactインスタンス共存とマイクロフロントエンド構成の課題と解決策を解説している。

AI SUMMARYThe fourth installment of a series on building a RAG plugin marketplace explores how to manage multiple React instances and architect a scalable micro-frontend solution.

コミュニティCommunityAI Editors·Zenn Cursor

高い AI コーディングツールがなくても issue から PR まで回すThis article explains how to complete a full GitHub issue-to-PR workflow using…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約費用のかかる AI コーディングツールを使わずに、GitHub issue から PR 作成までのワークフローを Cursor で効率よく回す手法を解説した記事。コスト意識の高い開発者にとって実践的な代替アプローチを提示している。

AI SUMMARYThis article explains how to complete a full GitHub issue-to-PR workflow using Cursor without relying on expensive AI coding tools, offering a cost-conscious alternative for developers who want AI-assisted development on a budget.

Tue, Jul 148 entries
コミュニティCommunityMCP·Zenn MCP

Blumeで作る、LLMに読ませるドキュメントの3つの出口This article explains how to use Blume as an MCP tool to export LLM-readable…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約BlumeをMCPツールとして活用し、LLMが参照しやすいドキュメントをMarkdown・JSON・埋め込みベクターの3形式で出力する方法を解説した記事。ドキュメント設計の観点からLLM連携の実践的なアプローチを示している。

AI SUMMARYThis article explains how to use Blume as an MCP tool to export LLM-readable documents in three formats—Markdown, JSON, and embedded vectors—offering practical guidance for structuring documentation in AI-integrated workflows.

新規収集INDEXED公式OfficialCodex·OpenAI News

エージェント時代におけるAI投資の管理方法How to manage AI investments in the agentic era

重要度 MediumMedium priority技術記事 · OpenAI / Codextechnical post · OpenAI / Codex

AI要約OpenAIがエージェント型AIへの投資を効果的に管理するための戦略的フレームワークを公開した。企業がROIを最大化しリスクを抑えながらAIエージェントを導入するための実践的指針を提供している。

AI SUMMARYOpenAI published a strategic guide for managing AI investments as agentic systems become mainstream, offering practical frameworks to help organizations maximize ROI and govern autonomous AI deployments responsibly.

コミュニティCommunityAI Editors·Qiita Cursor

複数のAIから連携して読み書きできる「AI会話データベース」をNotionに作った話A guide to building a shared AI conversation database in Notion that multiple…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約複数のAIエージェントが共有できる会話履歴データベースをNotionで構築する方法を紹介。AIツール間の文脈共有が可能になり、作業効率と連携性が向上する。

AI SUMMARYA guide to building a shared AI conversation database in Notion that multiple AI agents can read and write, enabling context sharing across tools and improving workflow continuity.

論文PaperPapers/Benchmarks·arXiv cs.LG

訓練不要なLLM推論のための深度エントロピー誘導サンプリングDepth-Entropy Guided Sampling for Training-Free LLM Reasoning

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約各トークン生成時にTransformerの層ごとのエントロピーを活用してサンプリングを動的に調整する手法を提案し、追加学習なしに推論精度を向上させる。計算コストを抑えながら複雑な推論タスクの性能を高められる点が重要。

AI SUMMARYThis paper proposes a training-free sampling method that uses per-layer entropy signals from Transformer depth to guide token generation, improving LLM reasoning without any fine-tuning. It offers a practical way to boost performance on complex reasoning benchmarks at low additional cost.

コミュニティCommunityLocal Models·Qiita LLM

【AWS】Gemma 4をセルフホスティングしてみた〜クラッシュを回避するインスタンス選定とメモリのリアル〜A practical guide to self-hosting Gemma 4 on AWS, covering how to choose the…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約AWSでGemma 4をセルフホスティングする際に発生するクラッシュを回避するため、適切なEC2インスタンス選定とメモリ管理の実践的な知見をまとめた記事。コスト効率と安定稼働を両立するための具体的な手順が参考になる。

AI SUMMARYA practical guide to self-hosting Gemma 4 on AWS, covering how to choose the right EC2 instance to avoid OOM crashes and manage memory effectively for stable inference.

【AWS】Gemma 4をセルフホスティングしてみた〜クラッシュを回避するインスタンス選定とメモリのリアル〜og
公式OfficialGemini/Gemma·Google Developers Blog

システムエンジニアリング実践ガイド:Ironwood(TPU v7)上でのQwen 3.5-397B MoEの最適化Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約GoogleがIronwood TPU上でQwen 3.5-397BのMoEモデルを効率的に動かすための最適化手法を公開。大規模オープンモデルをTPUで本番運用する際の実践的な知見を提供している。

AI SUMMARYGoogle published a detailed systems engineering guide for optimizing the Qwen 3.5-397B MoE model on Ironwood (TPU v7), offering practical techniques that help teams efficiently deploy large open-weight models on TPU infrastructure.

公式OfficialCodex·OpenAI Blog

データサイエンスチームによる ChatGPT Work の活用方法How data science teams use ChatGPT Work

重要度 MediumMedium priority技術記事 · OpenAI / Codextechnical post · OpenAI / Codex

AI要約OpenAIがデータサイエンスチーム向けにChatGPT WorkおよびCodexの実践的な活用事例を公開し、分析・コーディング業務の効率化に役立つ具体的なワークフローを紹介している。

AI SUMMARYOpenAI published a guide showing how data science teams can leverage ChatGPT Work and Codex to streamline analytics and coding workflows, offering practical patterns for real-world adoption.

公式OfficialAgent Frameworks·AWS Machine Learning Blog

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

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

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

AI SUMMARYThis 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.

Mon, Jul 134 entries
コミュニティCommunityLocal Models·Zenn LLM

Apple IntelligenceのローカルLLMをPythonから呼び出す方法This article explains how to invoke Apple Intelligence's on-device LLM directly…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約macOS上で動作するApple IntelligenceのローカルLLMをPython経由で直接呼び出す手法を解説した記事。オンデバイスAIをサードパーティアプリから活用できる点が注目される。

AI SUMMARYThis article explains how to invoke Apple Intelligence's on-device LLM directly from Python, enabling developers to leverage Apple's private local model in their own applications without relying on cloud APIs.

論文PaperPapers/Benchmarks·arXiv cs.SE

SCATE: コスト効率の高いテスト生成のためにコーディングエージェントを監督する学習SCATE: Learning to Supervise Coding Agents for Cost-Effective Test Generation

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約SCATEはLLMベースのコーディングエージェントを監督者モデルで制御し、テスト生成コストを抑えながら品質を維持する手法を提案する。監督者がエージェントの行動を動的に評価することで、効率的なソフトウェアテスト自動化を実現する。

AI SUMMARYSCATE proposes training a supervisor model to guide LLM-based coding agents during automated test generation, reducing computational cost while maintaining coverage quality. This approach makes agent-driven software testing more practical for real-world use.

コミュニティCommunityMCP·Zenn MCP

Amazon Bedrock AgentCoreからDatabricks Genie MCPを呼び出すThis article explains how to integrate Amazon Bedrock AgentCore with Databricks…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約Amazon Bedrock AgentCoreとDatabricks GenieをMCPで連携させる実装方法を解説しており、AIエージェントからデータ分析基盤を自然言語で操作できる構成を示している。

AI SUMMARYThis article explains how to integrate Amazon Bedrock AgentCore with Databricks Genie via MCP, enabling AI agents to query data platforms using natural language through a standardized tool interface.

Amazon Bedrock AgentCoreからDatabricks Genie MCPを呼び出すog
コミュニティCommunityAI Editors·Qiita Cursor

Claude Codeで「自己進化するデザインナレッジベース」を .claude ディレクトリに構築するThis article explains how to use the .claude directory with Claude Code to…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約.claudeディレクトリを活用し、Claude Codeがデザイン知見を自動蓄積・更新し続けるナレッジベースの構築手法を解説した記事。チームのデザイン資産をAIと連携させて継続的に進化させられる点が注目される。

AI SUMMARYThis article explains how to use the .claude directory with Claude Code to build a self-evolving design knowledge base that automatically accumulates and refines design insights over time, helping teams keep AI-assisted design assets continuously up to date.

Sun, Jul 121 entries
コミュニティCommunityMCP·Zenn MCP

Codex CLIでUnity MCPを使う方法とConnection revokedの原因This article explains how to connect Unity MCP to Codex CLI and identifies the…

重要度 MediumMedium priority技術記事 · MCP / Toolingtechnical post · MCP / Tooling

AI要約Codex CLIからUnity MCPサーバーを接続する手順を解説し、Connection revokedエラーが発生する原因と対処法を明らかにした実践的な記事。Unity開発にAIエージェントを組み込む際のトラブルシュートに役立つ。

AI SUMMARYThis article explains how to connect Unity MCP to Codex CLI and identifies the root causes of the "Connection revoked" error that developers encounter. It provides practical troubleshooting steps for integrating AI agents into Unity workflows.