HomeTags#zennPage 3

Tag timeline

#zennpage 3/10

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

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

Entriespage 3/10 · 279 total

Wed, Aug 51 entries
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

Slackの過去ログをClaude DesktopやCursorから検索できるようにする(MCP・ローカル完結)This article explains how to back up Slack conversations locally using the…

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

AI要約WindowsアプリEmpowiaでSlack会話をローカルにバックアップし、MCPサーバーとして公開することで、管理者権限やクラウド不要でClaude DesktopやCursorから過去ログを検索できる構成を解説している。

AI SUMMARYThis article explains how to back up Slack conversations locally using the Windows app Empowia, then expose that archive as an MCP server so Claude Desktop or Cursor can search past logs without cloud uploads or Slack admin privileges.

Tue, Aug 45 entries
コミュニティCommunityCopilot·Zenn GitHub Copilot

gh stack で PR を積んでみた ── リベースは自動、ただし直列しか組めないA hands-on trial of GitHub's stacked PR feature (public preview July 2026) with…

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

AI要約2026年7月30日にパブリックプレビューとなったGitHubのスタックPR機能を3層構成で検証。squashマージ後も上位PRのベースが自動で切り替わり、`gh stack sync`で線形履歴が復元されることを確認した。

AI SUMMARYA hands-on trial of GitHub's stacked PR feature (public preview July 2026) with three layers confirmed that squash-merging a base PR automatically retargets upper PRs, and `gh stack sync` restores linear history on top of the squash commit.

コミュニティCommunityMCP·Zenn MCP

自作言語で AI エージェントをオーケストレーションしよう!Katari, a custom language (v0.1.x) designed for AI agent orchestration, is…

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

AI要約AIエージェントのオーケストレーション専用言語「Katari」v0.1.xが開発中で、メール監視・カレンダー連携・Web監視・タスク管理などをこなすDiscord Botの実装例を通じてその実用性が紹介されている。

AI SUMMARYKatari, a custom language (v0.1.x) designed for AI agent orchestration, is demonstrated building a Discord Bot that handles email monitoring, calendar sync, web watching, task management, and image editing tools.

コミュニティCommunityAI Editors·Zenn Cursor

Vibe Coding で SaaS MVP を1週間で動かした実装記録(Day1-7 と詰まったポイント)A hands-on 7-day build log showing how to ship a SaaS MVP by combining v0,…

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

AI要約v0・Lovable・Cursor・Claude Code・Supabase・Cloudflare Pages を組み合わせ、7日間で SaaS MVP を構築した実践記録。各ツールの役割分担と詰まりやすいポイントを日次で整理している。

AI SUMMARYA hands-on 7-day build log showing how to ship a SaaS MVP by combining v0, Lovable, Cursor, Claude Code, Supabase, and Cloudflare Pages, with day-by-day notes on blockers and solutions.

Vibe Coding で SaaS MVP を1週間で動かした実装記録(Day1-7 と詰まったポイント)og
コミュニティCommunityAI Editors·Zenn Cursor

CursorってClaude Codeより何が強いの?中の人に聞いてみたA Claude Code power user tried Cursor for the first time and built a…

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

AI要約普段Claude Codeを使う著者が初めてCursorを試したところ、3回のプロンプトでブラウザ動作の3Dシューティングゲームが完成し、その実力に驚いた体験とCursor担当者への取材をまとめた記事。

AI SUMMARYA Claude Code power user tried Cursor for the first time and built a browser-based 3D shooter in just three prompts, then interviewed a Cursor insider to understand where Cursor outshines Claude Code.

コミュニティCommunityAI Editors·Zenn Cursor

Cursor Plugin とは何か — 入れたものを試して分かったこととおすすめThe term "plugin" in Cursor conflates VS Code extensions, MCP servers, and…

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

AI要約Cursor における「プラグイン」という言葉は VS Code 拡張・MCP・Marketplace Plugin の三層が混在しており、本記事はその違いを整理しつつ実際に複数の Plugin を試した結果とおすすめをまとめている。

AI SUMMARYThe term "plugin" in Cursor conflates VS Code extensions, MCP servers, and Marketplace-distributed Plugin packages; this article clarifies each layer and shares practical findings from hands-on testing of several Cursor Marketplace Plugins.

Mon, Aug 37 entries
コミュニティCommunityCopilot·Zenn GitHub Copilot

GH-600: GitHub Agentic AI Developerに合格しましたA firsthand account of passing the GH-600: GitHub Agentic AI Developer exam,…

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

AI要約新試験 GH-600 に合格した筆者が、SDLCへのエージェント組み込みやCI/CD連携など試験ドメインごとの出題傾向と準備方法を解説しています。

AI SUMMARYA firsthand account of passing the GH-600: GitHub Agentic AI Developer exam, covering domain-by-domain topics such as integrating agents into the SDLC, auditing agent behavior, and CI/CD pipeline automation.

コミュニティCommunityMCP·Zenn MCP

【Playwright MCP】マルチエージェント環境のブラウザ衝突をゼロにする — HTTP共有サーバー構成の実装例This article explains how to eliminate browser conflicts when multiple AI…

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

AI要約複数のAIエージェントが同時にPlaywright MCPでブラウザを操作する際の衝突を、HTTPサーバーモードとmcp-remoteを組み合わせた構成で解消する方法を解説した記事。コピペ可能な設定ファイルと起動スクリプトも提供されている。

AI SUMMARYThis article explains how to eliminate browser conflicts when multiple AI agents (Claude Code, Kiro, Cursor, etc.) run Playwright MCP concurrently, using an HTTP server mode combined with mcp-remote and ready-to-use config files.

【Playwright MCP】複数AIエージェントでブラウザが衝突する問題を完全解決する構成og
コミュニティCommunityCopilot·Zenn GitHub Copilot

GitHub Copilot で /init したら追記しておくインストラクションHigh-autonomy models like Claude Opus 5 and GPT-5.6 in GitHub Copilot can…

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

AI要約Claude Opus 5 やGPT-5.6など自律性の高いモデルでは過剰な自己省察が問題になりやすく、.github/copilot-instructions.md に適切な指示を追記することで動作を安定させられる。

AI SUMMARYHigh-autonomy models like Claude Opus 5 and GPT-5.6 in GitHub Copilot can over-reflect, and adding targeted instructions to .github/copilot-instructions.md after running /init helps stabilize their behavior.

コミュニティCommunityAI Editors·Zenn Cursor

「速くなった」では足りない ─ Cursor Meetup Sapporo で話した、弥生の Cursor 組織導入1年Yayoi shared one year of org-wide Cursor adoption at Cursor Meetup Sapporo,…

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

AI要約弥生が Cursor を組織全体に導入して約1年、個人の体感だけでなく生産性を定量的に測定した取り組みと知見を Cursor Meetup Sapporo で発表した。

AI SUMMARYYayoi shared one year of org-wide Cursor adoption at Cursor Meetup Sapporo, focusing on how the team measured productivity beyond individual impressions.

コミュニティCommunityLocal Models·Zenn AI

LLM ルーティングはどう動くのか — 入力が評価され、判定され、送信先が決まるまでThis article explains how LLM routing works internally—automatically…

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

AI要約業務での生成AI利用時に「この内容をクラウドへ送ってよいか」を人間が毎回判断する負担を解消するため、入力内容を自動評価してローカルLLMとクラウドAIへ振り分けるLLMルーティングの内部動作を解説した記事。

AI SUMMARYThis article explains how LLM routing works internally—automatically classifying user input and directing it to either a local LLM or a cloud AI—removing the burden of manual privacy judgment each time sensitive content is involved.

LLM ルーティングはどう動くのか — 入力が評価され、判定され、送信先が決まるまでog
コミュニティCommunityLocal Models·Zenn AI

LLMエージェント32体に「不満」だけを与えて6時間放置した — 全ログ公開と、多エージェント設計への3つの教訓A 6-hour Minecraft experiment running 32 institution-free LLM agents resulted…

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

AI要約Minecraft上で制度を与えずに32体のLLMエージェントを6時間動かした実験で24件の殺害が発生し、多エージェント設計における再現性の高い3つの失敗パターンが明らかになった。

AI SUMMARYA 6-hour Minecraft experiment running 32 institution-free LLM agents resulted in 24 killings among villagers, revealing three reproducible failure patterns critical for multi-agent system designers.

コミュニティCommunityAI Editors·Zenn Cursor

現在あるAI駆動開発のパターンを調べてみたThis article maps the various AI-driven development patterns seen in practice…

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

AI要約AI駆動開発という言葉が指す内容は人によって異なるため、現場で見られるパターンを体系的に整理し、どの層の話をしているかを揃えることを目的とした記事。

AI SUMMARYThis article maps the various AI-driven development patterns seen in practice today, aiming to clarify which layer each pattern operates on so teams can have more aligned discussions.

Sun, Aug 27 entries
コミュニティCommunityLocal Models·Zenn LLM

Qwen3.5-9B(Q4/6.6GB)にM1 Maxで日本語を書かせたら、答えは131字なのに出力は3936トークンだったHands-on testing of Qwen3.5-9B (Q4, 6.6 GB) on an M1 Max revealed that a…

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

AI要約M1 Max 64GBでQwen3.5-9B Q4量子化モデルを実測したところ、短い日本語回答に対して数千トークンの過剰出力が発生し、「GPT-4超え」の主張は実環境では検証困難であることが示された。

AI SUMMARYHands-on testing of Qwen3.5-9B (Q4, 6.6 GB) on an M1 Max revealed that a 131-character Japanese answer ballooned to 3,936 tokens, exposing a significant verbosity issue and making the widely-circulated "beats GPT-4" claim impossible to verify under real conditions.

Qwen3.5-9B(Q4/6.6GB)にM1 Maxで日本語を書かせたら、答えは131字なのに出力は3936トークンだったog
コミュニティCommunityLocal Models·Zenn LLM

Ollama 0.30.8はMLXランナーを内蔵するがGGUFは通らない — M1 Max 64GB実測Ollama 0.30.8 ships with an integrated MLX runner for Apple Silicon, but…

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

AI要約Ollama 0.30.8にMLXバックエンドが統合されたが、バイナリ解析とログ突合の結果、通常の`ollama pull`で取得するGGUFモデルはMLXランナーを経由しないことが判明した。速度改善の恩恵を受けるにはモデル形式の確認が必要となる。

AI SUMMARYOllama 0.30.8 ships with an integrated MLX runner for Apple Silicon, but hands-on investigation on an M1 Max 64GB showed that standard GGUF models pulled via `ollama pull` do not go through the MLX path, meaning users cannot assume a speed gain without verifying the active backend.

Ollama 0.30.8はMLXランナーを内蔵するがGGUFは通らない — M1 Max 64GB実測og
コミュニティCommunityLocal Models·Zenn LLM

Qwen 35Bの品質を7つの質問で採点したら、GPT-4に勝てるのは3領域だけだったA hands-on benchmark pitting locally-run Qwen 35B against GPT-4 across seven…

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

AI要約RTX 4070でQwen 35Bをローカル動作させ、7項目の質問で GPT-4と比較採点した結果、3領域では明確に優位に立てることが判明した。「賢いモデルほど汎用的」という常識とは別に、ローカルLLMが実用的に刺さる用途が存在することを示している。

AI SUMMARYA hands-on benchmark pitting locally-run Qwen 35B against GPT-4 across seven questions found that the open model wins in exactly three domains, challenging the assumption that local LLMs are purely for experimentation and highlighting specific practical use cases for consumer-grade GPUs.

Qwen 35Bの品質を7つの質問で採点したら、GPT-4に勝てるのは3領域だけだったog
コミュニティCommunityLocal Models·Zenn LLM

speculative decoding×prefix cachingの罠:組み合わせで遅くなるケースCombining MTP speculative decoding with prefix caching in vLLM can halve cache…

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

AI要約vLLMでMTP speculative decodingとprefix cachingを併用すると、キャッシュヒット率が半減しTTFTが悪化するバグが報告されており、二つの最適化を単純に組み合わせても期待通りの速度向上が得られない理由を解説している。

AI SUMMARYCombining MTP speculative decoding with prefix caching in vLLM can halve cache hit rates and significantly worsen TTFT, exposing a real bug where two optimizations interfere rather than multiply each other's benefits.

speculative decoding×prefix cachingの罠:組み合わせで遅くなるケースog
コミュニティCommunityLocal Models·Zenn LLM

Kimi K3を441GBに枝刈りして、Mac Studio 1台で動かしたA developer pruned Kimi K3 down to 441 GB and ran it on a single Mac Studio…

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

AI要約Apple M3 Ultra・512GB搭載のMac Studio 1台でKimi K3を動かすため441GBに枝刈りし、Kimi Code CLIと組み合わせてSWE-Lancerの実タスク8本中5本・$3,500相当を達成した。

AI SUMMARYA developer pruned Kimi K3 down to 441 GB and ran it on a single Mac Studio (Apple M3 Ultra, 512 GB), achieving 5/8 correct on real SWE-Lancer tasks worth $3,500 using Kimi Code CLI as the harness.

🔥 HOTコミュニティCommunityClaude Code·Zenn Claude

AIが安くなった——GPT-5.6の衝撃OpenAI announced a major price reduction for GPT-5.6 alongside significant…

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

AI要約OpenAIがGPT-5.6の提供価格を大幅に引き下げ、価格性能比を改善したことで、企業・個人を問わず実用的なAI活用への障壁が大きく低下した。

AI SUMMARYOpenAI announced a major price reduction for GPT-5.6 alongside significant improvements in price-performance ratio, making capable AI substantially more accessible to both businesses and individual users.

コミュニティCommunityLocal Models·Zenn LLM

【実測】あなたのGPUで動く最強ローカルLLM 2026年7月版 — VRAM階級別ベンチマークA practical benchmark guide selecting the best local LLM per VRAM tier (6 GB…

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

AI要約Apple M5 Pro 48GBでの実測値と公開一次ソースを組み合わせ、6GB〜大容量までのVRAM階級ごとに最適なローカルLLMモデルをQwen3.5シリーズ中心にまとめたベンチマーク記事。

AI SUMMARYA practical benchmark guide selecting the best local LLM per VRAM tier (6 GB and up), combining direct measurements on Apple M5 Pro 48 GB with cited third-party data, with Qwen3.5 models dominating the lower tiers.

Sat, Aug 16 entries
コミュニティCommunityCopilot·Zenn GitHub Copilot

Copilotアプリが全プラン開放 — BYOKとJetBrainsのCodex連携GitHub opened its standalone Copilot app to all plans—including Copilot Free…

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

AI要約GitHubは2026年7月7日、スタンドアロンのCopilotアプリをFreeやGitHub Educationを含む全プランに開放し、契約なしでも自前のモデルプロバイダーを接続できるBYOKにも対応した。エディタ不要のエージェント実行環境が無料枠まで利用可能になった点が大きい。

AI SUMMARYGitHub opened its standalone Copilot app to all plans—including Copilot Free and GitHub Education—and added BYOK support so users can connect their own model providers without a Copilot subscription. JetBrains IDE agent integration was also updated simultaneously, making editor-independent agentic workflows available at no cost.

コミュニティCommunityCopilot·Zenn GitHub Copilot

AI agentのUIは、チャット欄ではなくレビュー面になるThis article argues that the core UI for AI agents should shift from chat…

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

AI要約AI agentのUIはチャット形式より、agentの行動・判断・差分を人間が確認・引き受けやすい「レビュー面」へ移行すべきだという設計論を提唱している。

AI SUMMARYThis article argues that the core UI for AI agents should shift from chat interfaces to review surfaces that surface the agent's tool calls, diffs, and decision handoffs in human-reviewable units.

コミュニティCommunityAI Editors·Zenn Cursor

個人開発: AIを使って1ヶ月でアプリ収益を2倍以上にした話A solo developer used Cursor Pro+ intensively alongside a full-time job to…

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

AI要約Cursor Pro+を本業の合間に活用することで、個人開発の最大のボトルネックだった「時間不足」を解消し、わずか1ヶ月でアプリ全体の収益を2倍以上に伸ばした実践報告。

AI SUMMARYA solo developer used Cursor Pro+ intensively alongside a full-time job to eliminate the time bottleneck in indie development, more than doubling total app revenue within a single month.

個人開発: AIを使って1ヶ月でアプリ収益を2倍以上にした話og
コミュニティCommunityLocal Models·Zenn LLM

オフラインAIは本当に安全かRunning LLMs locally eliminates one data-exfiltration vector, but the article…

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

AI要約ローカルLLMやオンプレミスAIは外部APIへの送信リスクを減らせるが、それだけで安全とは言えず、モデル自体や推論環境を含めた多層的なセキュリティ設計が必要だと論じている。

AI SUMMARYRunning LLMs locally eliminates one data-exfiltration vector, but the article argues that "offline equals safe" is a dangerous oversimplification requiring broader security design covering the model, runtime, and human-mediated channels.

コミュニティCommunityMCP·Zenn MCP

Claude CodeのMCP許可リストとコネクタは共存できない?管理設定の落とし穴を実機検証したHands-on testing with Claude Code on a Jamf-managed macOS under a Claude Team…

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

AI要約Claude TeamプランでClaude Codeの管理設定を用いてMCPサーバーを統制する際、許可リストとコネクタ設定を併用すると予期しない競合が生じることを実機検証で確認した。

AI SUMMARYHands-on testing with Claude Code on a Jamf-managed macOS under a Claude Team plan revealed that combining MCP allowlists and connector settings in Managed Settings causes unexpected conflicts, a pitfall admins should be aware of.

コミュニティCommunityAI Editors·Zenn Cursor

CursorでMCPサーバーを使うときのSlack連携との境界This article explains how to keep clear boundaries between Cursor…

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

AI要約CursorのMCPサーバー経由でSlackを操作できる一方、Cursor・Slack・FORMLOVAそれぞれの役割を混在させないことが品質と保守性の鍵だと解説している。

AI SUMMARYThis article explains how to keep clear boundaries between Cursor (development), Slack (notifications), and FORMLOVA (data source of truth) when using MCP servers, preventing role confusion that can hurt maintainability.

Fri, Jul 314 entries
コミュニティCommunityAI Editors·Zenn Cursor

AIエージェントに作業を任せる設計 — Harness・Loop・証拠ゲートA 2026 practical guide arguing that prompt engineering alone is insufficient…

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

AI要約プロンプト設計だけでは限界があるとして、2026年時点でのAI開発活用の焦点はContext・エージェント制御・検証プロセスへと移行していることを解説した実践ガイド。

AI SUMMARYA 2026 practical guide arguing that prompt engineering alone is insufficient for production AI workflows, shifting focus to context management, agent control, and verification processes.

コミュニティCommunityLocal Models·Zenn LLM

LLM-jp-Moshi-v1 を AWS EC2 と SSM ポートフォワードで安全に検証してみるThis article walks through deploying LLM-jp-Moshi-v1, a Japanese full-duplex…

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

AI要約AWS GPU EC2 上で日本語対応の full-duplex 音声対話モデル LLM-jp-Moshi-v1 を起動し、SSM ポートフォワード経由でブラウザから安全に音声対話できることを検証した記事。

AI SUMMARYThis article walks through deploying LLM-jp-Moshi-v1, a Japanese full-duplex voice dialogue model, on an AWS GPU EC2 instance and securely accessing it via SSM port forwarding without opening inbound ports.

コミュニティCommunityCopilot·Zenn GitHub Copilot

Probity - AIコーディングエージェントにTDDと開発ルールを守らせるガードレールツールProbity is a guardrail tool that enforces TDD workflows and development rules…

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

AI要約ProbityはClaude CodeやCodexなどのAIエージェントがTDDの手順や開発ルールを無視して実装を進めてしまう問題を防ぐガードレールツールで、既存のTDD Guardの後継として開発された。

AI SUMMARYProbity is a guardrail tool that enforces TDD workflows and development rules on AI coding agents like Claude Code and Codex, serving as the successor to TDD Guard to prevent agents from skipping tests and ignoring project conventions.

コミュニティCommunityLocal Models·Zenn LLM

AI体験記 vol.15 — ファイルの中に、AIへの命令が仕込まれていたThis entry examines whether a home-built LLM harness can resist…

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

AI要約自作LLMハーネスがプロンプトインジェクション攻撃に耐えられるかを検証した回で、通常ファイルに隠された悪意ある命令をAIが実行してしまうリスクと対策を体験ベースで考察している。

AI SUMMARYThis entry examines whether a home-built LLM harness can resist prompt-injection attacks, exploring real cases where malicious instructions hidden inside ordinary files were silently executed by an AI agent.

AI体験記 vol.15 — ファイルの中に、AIへの命令が仕込まれていたog