HomeTags#zennPage 8

Tag timeline

#zennpage 8/10

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

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

Entriespage 8/10 · 278 total

Wed, Jul 158 entries
コミュニティCommunityLocal Models·Zenn LLM

専門知識ゼロ・クラウドAIとのチャットのみでローカルAI構築 3巻 —— セキュリティ強化、バックアップ体制構築、ローカルLLM再選定The third volume of a series on building a local AI environment through…

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

AI要約クラウドAIとの対話だけでローカルAI環境を構築するシリーズの第3巻で、セキュリティ強化・バックアップ体制の整備・使用LLMの再選定という実運用に欠かせない改善を解説している。

AI SUMMARYThe third volume of a series on building a local AI environment through cloud-AI chat alone covers hardening security, establishing a backup strategy, and re-evaluating which local LLM to use for better results.

コミュニティ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.

コミュニティCommunityMCP·Zenn MCP

AIエージェントの記憶混在を防ぐnamespace設計:user_id・agent_id・memory_space_idで分離するThis article explains a three-layer namespace design using user_id, agent_id,…

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

AI要約複数ユーザーやエージェントが共存する環境で記憶が混在しないよう、user_id・agent_id・memory_space_idの3階層でnamespaceを設計する手法を解説している。適切な分離により、エージェントの安全性と再利用性が向上する。

AI SUMMARYThis article explains a three-layer namespace design using user_id, agent_id, and memory_space_id to prevent memory cross-contamination in multi-user or multi-agent environments. Proper isolation improves both safety and reusability of AI agents.

コミュニティCommunityCopilot·Zenn GitHub Copilot

安全すぎて重かったDandoriを、Bounded Adaptive Orchestrationで再設計したThe Dandori task orchestration library was redesigned using a Bounded Adaptive…

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

AI要約タスク自動化ライブラリDandoriの過剰な安全設計による処理の重さを解消するため、Bounded Adaptive Orchestrationという新アーキテクチャで再設計し、柔軟性とパフォーマンスを大幅に改善した。

AI SUMMARYThe Dandori task orchestration library was redesigned using a Bounded Adaptive Orchestration architecture to address performance bottlenecks caused by overly conservative safety constraints, resulting in improved flexibility and efficiency.

コミュニティCommunityAI Editors·Zenn Cursor

Dドライブ全消失事件と、Claude Code公式ガードレールの見逃し17%A real incident where an AI agent wiped an entire drive is used to expose that…

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

AI要約AIエージェントがDドライブのファイルを全削除した実例を通じ、Claude Codeの公式ガードレールでも破壊的操作を17%見逃すリスクがあることを検証した記事。AIに安全な操作範囲を与える設計の重要性を示している。

AI SUMMARYA real incident where an AI agent wiped an entire drive is used to expose that Claude Code's official guardrails still miss roughly 17% of destructive operations, highlighting the critical need for safer agent design boundaries.

コミュニティ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.

コミュニティ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 149 entries
コミュニティCommunityMCP·Zenn MCP

改めてMCPとAtoAについて、整理したA structured overview clarifying the concepts of MCP and Agent-to-Agent (AtoA)…

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

AI要約MCPとAtoA(Agent-to-Agent)の概念と関係性を改めて整理し、それぞれの役割や違いを明確にした解説記事。両技術の理解を深めることでマルチエージェント設計に役立てられる。

AI SUMMARYA structured overview clarifying the concepts of MCP and Agent-to-Agent (AtoA) communication, explaining their respective roles and differences to aid in multi-agent system design.

コミュニティ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.

コミュニティCommunityCopilot·Zenn GitHub Copilot

GitHub Cost Centers × AI Credits 時代のコスト配賦設計、仕様の穴を理解してベストプラクティスを定義するThis article examines the design of cost allocation using GitHub Cost Centers…

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

AI要約GitHub Cost Centers と AI Credits を組み合わせたコスト配賦の設計において、仕様上の盲点や制約を整理し、組織が適切なコスト管理を実現するための実践的な指針をまとめた記事。企業が Copilot 利用コストを部門別に正確に把握・配賦するうえで重要な知見を提供する。

AI SUMMARYThis article examines the design of cost allocation using GitHub Cost Centers and AI Credits, highlighting specification gaps that can trip up enterprise billing. It offers practical best practices to help organizations accurately attribute Copilot usage costs across teams and departments.

コミュニティCommunityMCP·Zenn MCP

MCPサーバーを「本物のクライアントとして」テストする mcp-testbench を作ったmcp-testbench is a new testing tool that validates MCP servers by acting as a…

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

AI要約実際のMCPクライアントと同等の通信でサーバーを検証できるテストツール「mcp-testbench」が公開され、モックでは検出しにくい接続・プロトコルレベルの不具合を早期に発見できるようになった。

AI SUMMARYmcp-testbench is a new testing tool that validates MCP servers by acting as a real client, enabling detection of protocol-level bugs that mock-based tests typically miss.

コミュニティCommunityMCP·Zenn MCP

AIに選ばれるSaaS、たどり着けないSaaS — 日本の主要31社の「AI対応度」を検証・格付けした(2026夏)A research report rating 31 major Japanese SaaS products on their "AI…

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

AI要約日本の主要SaaS 31社を対象に、AIエージェントから発見・利用されやすいかどうかの「AI対応度」を独自指標で検証・格付けした調査レポート。MCP対応やAPI公開状況の差が競争優位に直結することを示している。

AI SUMMARYA research report rating 31 major Japanese SaaS products on their "AI readiness" — how easily AI agents can discover and interact with them. It highlights how gaps in MCP support and API availability are becoming a critical competitive differentiator.

コミュニティCommunityMCP·Zenn MCP

DOM要素が存在しないアプリをAIに操作させる — Flutter/canvas製エディタを座標だけで攻略する手順Flutter and canvas-based apps expose no DOM elements, making conventional AI…

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

AI要約FlutterやcanvasベースのアプリはDOM要素を持たないため、通常のAI操作手法が通用しない。本記事ではスクリーンショットと座標情報のみを使ってMCP経由でAIにUI操作させる具体的な手順を解説している。

AI SUMMARYFlutter and canvas-based apps expose no DOM elements, making conventional AI automation impossible. This article explains a practical method to let an AI agent control such UIs via MCP using only screenshots and screen coordinates.

コミュニティCommunityMCP·Zenn MCP

毎朝7時、Claude Code RoutinesがAIニュースと株式市況をNotionに書き込んでくれる仕組みを作ったA developer built an automated workflow using Claude Code Routines and MCP to…

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

AI要約Claude Code RoutinesとMCPを組み合わせ、毎朝7時にAIニュースと株式市況を自動収集してNotionに書き込むワークフローを構築した事例。定型情報収集を完全自動化できる実践的なアプローチとして注目される。

AI SUMMARYA developer built an automated workflow using Claude Code Routines and MCP to collect AI news and stock data every morning at 7 AM and write it directly to Notion, demonstrating a practical pattern for fully automating daily information gathering.

コミュニティCommunityMCP·Zenn MCP

AI時代のObservability設計 - PIIとAIの検索性を両立させ、自動修復する(実践編)This article presents a practical Observability architecture that…

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

AI要約PIIを保護しながらAIによるログ検索性を確保し、さらに障害を自動修復するObservabilityの実践的な設計手法を解説した記事。MCPを活用した具体的な実装例を通じて、プライバシーと運用効率の両立を示している。

AI SUMMARYThis article presents a practical Observability architecture that simultaneously protects PII and maintains AI-driven log searchability, with automatic remediation powered by MCP. It offers concrete implementation patterns relevant to modern AI-integrated system operations.

コミュニティCommunityLocal Models·Zenn LLM

AI導入で逆に非効率化した人へ:時代を超えて効く自動化5原則と実践コードThis article addresses developers who found AI adoption made them less…

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

AI要約AIツールを導入したにもかかわらず作業効率が下がった開発者向けに、ツールの種類を問わず有効な自動化の5原則と具体的な実装例を解説した記事。正しい原則を理解することで、AI活用の効果を最大化できる。

AI SUMMARYThis article addresses developers who found AI adoption made them less productive, offering five timeless automation principles and practical code examples that apply regardless of tooling. Understanding these fundamentals helps maximize the real-world value of AI integration.

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

9つの意図に絞ることで38MBのモデルで十分だった — 30Mパラメータモデルをゼロから学習した実測報告By limiting intent classification to just 9 categories, the author trained a…

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

AI要約意図分類を9種類に限定することで、30Mパラメータ・38MBという極小モデルをゼロから学習し実用精度を達成した実験報告。タスクを絞ることでローカルLLMの軽量化が現実的に可能であることを示している。

AI SUMMARYBy limiting intent classification to just 9 categories, the author trained a 30M-parameter (38 MB) model from scratch and achieved practical accuracy. This demonstrates that scoping tasks aggressively makes ultra-lightweight local LLMs viable.

コミュニティCommunityMCP·Zenn MCP

OpenCut classic を fork して MCP を入れた — Claude が動画編集する4つの罠The author forked OpenCut classic and integrated an MCP server to enable Claude…

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

AI要約OpenCut classic を fork し MCP サーバーを統合することで Claude に動画編集を行わせた実験を紹介し、実装過程で判明した4つの技術的課題を解説している。AI エージェントによる動画編集の実用化に向けた知見として価値がある。

AI SUMMARYThe author forked OpenCut classic and integrated an MCP server to enable Claude to perform video editing tasks, documenting four concrete technical pitfalls encountered along the way. The findings offer practical guidance for developers building AI-driven video editing workflows.

コミュニティ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.

コミュニティCommunityMCP·Zenn MCP

AIを安く使うために、MCP/SKILLの棚卸しをした話The author audited their MCP server and skill configurations to reduce AI usage…

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

AI要約AIの利用コストを抑えるため、MCPサーバーやスキルの構成を見直し、不要なツールを整理した実践的な取り組みを紹介している。適切な棚卸しによってトークン消費を減らせることが示されている。

AI SUMMARYThe author audited their MCP server and skill configurations to reduce AI usage costs, pruning unnecessary tools to lower token consumption. The post demonstrates that regularly reviewing tool inventories can meaningfully cut expenses.

コミュニティCommunityMCP·Zenn MCP

AIエージェントに日本の公的データを喋らせる9つのMCPサーバーを作った(全部無料で試せる)Nine MCP servers enabling AI agents to query Japanese government and public…

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

AI要約日本の公的統計・行政データにアクセスできる9つのMCPサーバーが公開され、AIエージェントが無料で国内公開データを活用できる環境が整った。

AI SUMMARYNine MCP servers enabling AI agents to query Japanese government and public statistical data were released, all freely accessible and lowering the barrier to civic data integration.

コミュニティCommunityMCP·Zenn MCP

ゲームにもPlaywrightのようなUIテストを。Guaを作りましたA new tool called Gua brings Playwright-style UI automation to game testing,…

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

AI要約ゲーム向けUIテスト自動化ツール「Gua」が公開され、WebブラウザのPlaywrightに相当する操作記録・再生機能をゲーム環境にもたらす。手動テストが主流だったゲームQAの効率化が期待される。

AI SUMMARYA new tool called Gua brings Playwright-style UI automation to game testing, enabling programmatic interaction and assertions in game environments where manual testing has traditionally dominated.

コミュニティCommunityMCP·Zenn MCP

Chromeの既存セッションをClaude Codeに操作させる方法の比較This article compares approaches for letting Claude Code control an existing…

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

AI要約ログイン済みのChromeセッションをClaude Codeから操作するための複数のアプローチを比較検討した記事で、MCPを活用したブラウザ自動化の実用的な手法を整理している。

AI SUMMARYThis article compares approaches for letting Claude Code control an existing authenticated Chrome session, helping developers choose practical MCP-based browser automation strategies.

コミュニティCommunityAI Editors·Zenn Cursor

Cursorに「不要なブランチを整理して」と頼んだら、Dドライブが消えた話A developer asked Cursor's AI agent to clean up unnecessary Git branches, but…

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

AI要約CursorのAIエージェントにGitブランチの整理を依頼したところ、意図せずDドライブ全体が削除されるという深刻な事故が発生した。AIエージェントへの指示の曖昧さがいかに危険な結果を招くかを示す実例として注目される。

AI SUMMARYA developer asked Cursor's AI agent to clean up unnecessary Git branches, but the agent misinterpreted the request and deleted an entire D drive. This incident highlights the serious risks of ambiguous instructions given to autonomous AI coding agents.

コミュニティ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
Sun, Jul 124 entries
コミュニティCommunityMCP·Zenn MCP

Claude Code時代のAIエージェント専用「サンドボックス」設計論:ローカル破壊防止・Egress Proxy・LLM向けAXのすべてThis article presents a comprehensive sandbox architecture for AI agents…

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

AI要約AIエージェントがローカル環境を破壊しないよう、Egress ProxyやLLM向けアクセス制御を組み合わせたサンドボックス設計の全体像を解説した記事。Claude Codeの普及を背景に、安全な自律実行環境の構築が急務となっている。

AI SUMMARYThis article presents a comprehensive sandbox architecture for AI agents running in Claude Code, covering local environment protection, egress proxy filtering, and LLM-optimized access controls to enable safe autonomous execution.

コミュニティCommunityMCP·Zenn MCP

UE5.8で増えたAIエージェント向けToolsetを使ってみたA hands-on look at the expanded AI agent Toolset introduced in UE5.8, exploring…

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

AI要約UE5.8で新たに追加されたAIエージェント向けToolsetを実際に試し、MCPとの連携でUnreal Engineの操作を自動化できる可能性を検証した記事。開発ワークフローの効率化に貢献する注目機能だ。

AI SUMMARYA hands-on look at the expanded AI agent Toolset introduced in UE5.8, exploring how it integrates with MCP to automate Unreal Engine workflows and boost developer productivity.

コミュニティ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.

コミュニティCommunityMCP·Zenn MCP

MCPでAIエージェントに参照系の権限だけを渡し、更新は人間に残す方法This article explains a design pattern using MCP to grant AI agents read-only…

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

AI要約MCPを活用してAIエージェントには読み取り専用の権限のみを付与し、データの更新・変更操作は人間が承認・実行する設計パターンを解説した記事。AIの自律性と安全性のバランスを取る実践的な手法として注目される。

AI SUMMARYThis article explains a design pattern using MCP to grant AI agents read-only permissions while reserving all write and update operations for human approval, offering a practical approach to balancing AI autonomy with safety.