LIVE · 06/28
cursorRELZed collab-staging: マッチ無しでも編集予測の保持率を計算collab-staging: docs: Remove readme junk (#60008)[zed-releases]

Start here

今日見るべきもの Today's decision list featured · summary · top items

短時間で読む優先度を決める領域です。重要度、更新鮮度、source type を優先して表示します。

A quick decision area for busy readers, prioritizing importance, recency, and source type.

Daily Summary

今日の更新

Today's Updates

Today 0 ▼ 100%
Yesterday 23
7-day 261
Last 7 days
66
44
42
45
41
23
0
06/23 06/24 06/25 06/26 06/27 06/28 06/29

過去日のカウントは保持ポリシー(per-source cap / half-life)により縮む場合があります。直近 1〜2 日の活動量の目安としてご覧ください。 Past-day counts may shrink over time due to retention (per-source cap / half-life). Use this chart as a rough gauge of the last 1-2 days.

Last 7 days article counts
DateCount
2026-06-2366
2026-06-2444
2026-06-2542
2026-06-2645
2026-06-2741
2026-06-2823
2026-06-290
主要な更新 Top stories 06/28 · 10 件 重要Important RELリリースRelease
  1. 01 cursor REL Zed collab-staging: マッチ無しでも編集予測の保持率を計算 collab-staging: docs: Remove readme junk (#60008) Zedのコラボレーションサーバーstaging環境向けリリース。編集予測(edit prediction)機能において、候補マッチが存在しない場合でも保持率(kept rate)を算出するよう修正された(PR #55912)。AI補完の品質計測精度の改善が目的と見られる。 Left some junk in the readme during a pairing session and forgot to remove oopsies Release Notes: N/A or Added/Fixed/Improved ... [zed-releases]
  2. 02 cline REL Cline v4.0.1 リリース Cline Releases v4.0.1 v4.0.0で報告されたリグレッションを解消するため、安定版VS Code拡張をSDK移行前のコードベース(3.89.2)にロールバックしたホットフィックスリリース。3.89.2のコードをより高いバージョン番号で配布する。 A hotfix release that rolls the stable VS Code extension back to the pre-SDK-migration codebase to resolve regressions reported in v4.0.0, shipping the 3.89.2 extension code under the higher v4.0.1 version number. [cline-releases]
  3. 03 mcp A2Aで大事なのは「Agent同士をつなぐこと」ではなく「他のAgentに仕事を安全に委任できること」 This article argues that A2A's true value is not connecting agents via chat, but enabling … A2A(Agent2Agent Protocol)の本質は単なるAgent間のチャット規格ではなく、異なるベンダーやフレームワークをまたいで他のAgentへ仕事を安全に委任できる点にあると論じている。 This article argues that A2A's true value is not connecting agents via chat, but enabling safe delegation of tasks to other agents across different vendors, frameworks, and organizations. [qiita-mcp]
  4. 04 mcp Codex Pluginの本質は「機能追加」ではなく「ワークフローの配布可能化」 The article argues that Codex Plugin matters not for adding features, but for bundling Ski… Codex Pluginは単なる機能追加ではなく、Skills・App integrations・MCP serversをまとめてCodexに導入し、ワークフロー全体を配布・共有可能にする仕組みである点が重要だと論じている。 The article argues that Codex Plugin matters not for adding features, but for bundling Skills, App integrations, and MCP servers so entire workflows become distributable and installable in Codex. [qiita-mcp]
  5. 05 mcp エージェントがMCPサーバーを実行時に探す標準ARD、Googleら11社が公開 Google and 10 other firms published ARD (Agentic Resource Discovery), a standard letting a… GoogleなどIT企業11社が、エージェントがMCPサーバーを実行時に動的発見するための標準仕様ARD(Agentic Resource Discovery)を公開した。設定ファイルへ手動で接続情報を書く従来方式は多数のサーバーやツールがある環境で破綻するため、実行時探索が重要になる。 Google and 10 other firms published ARD (Agentic Resource Discovery), a standard letting agents discover MCP servers at runtime instead of hardcoding connection details in config files, which fails to scale as servers and tools proliferate. [zenn-mcp]
  6. 06 mcp MCPやAIエージェントのwrite actionに承認境界を置く設計 When giving MCP or AI agents write actions, the key design choice is what approval boundar… MCPやAIエージェントにwrite権限を与える際、AIが実行可能かではなく、どの操作にどんな承認境界を設けるかを最初に設計すべきだと論じる記事。Slack投稿やメール送信、CRM更新など操作ごとにリスクが異なる点を整理している。 When giving MCP or AI agents write actions, the key design choice is what approval boundary each operation needs, not whether the AI can act, since posting to Slack, sending email, and updating a CRM carry different risks. [zenn-mcp]
  7. 07 local-llm 無料のexecutorが一番高くついた話:Opus+ローカルQwenを40試行で測ったら全タスク最高額だった The author tested the common cost-saving pattern of pairing a strong orchestrator (Opus 4.… 「強いモデルに段取りを組ませ安いモデルに実行させる」というエージェントコーディングのコスト削減定石を、Opus 4.7のオーケストレータとローカルQwen 3で40試行検証したところ、無料のローカルexecutorが全タスクで最高コストになったという反直感的な結果を報告している。 The author tested the common cost-saving pattern of pairing a strong orchestrator (Opus 4.7) with a free local executor (Qwen 3) for agentic coding, but found across 40 trials that the free local executor produced the highest total cost on every task. [qiita-llm]
  8. 08 cursor REL Zed nightly、折りたたみ時にコードレンズのブロックを非表示化 nightly: Hide code lens' blocks in folds (#60011) Zedエディタのnightlyビルドで、コードを折りたたんだ際に該当箇所のコードレンズ用ブロックも一緒に非表示になるよう改善された。折りたたみ表示がすっきり整理され、エディタの見やすさが向上する更新となっている。 Zed's nightly build now hides code lens blocks when their associated code is folded, keeping folded sections visually clean and improving editor readability. It is a minor UI refinement made cautiously based on user feedback. [zed-releases]
  9. 09 vscode AsciiDocの図・表に章番号付きキャプションを付けるVS Code拡張を作りました A developer built a VS Code extension that automatically adds chapter-numbered captions li… AsciiDocで技術文書を書く際に、図1-1や表2-1のような章番号付きキャプションを自動付与するVS Code拡張を開発した記事。Asciidoctor標準では難しい章ごとの番号リセットや独自フォーマットに対応する。 A developer built a VS Code extension that automatically adds chapter-numbered captions like "Figure 1-1" or "Table 2-1" to figures and tables in AsciiDoc, handling per-chapter number resets that Asciidoctor's built-in numbering cannot easily do. [qiita-vscode]
  10. 10 copilot GitHub CopilotのBYOK設定(GitHub Copilot App, Agent Mode, GitHub Copilot CLI) This article walks through configuring GitHub Copilot's BYOK (Bring Your Own Key) feature … 自前のAPIキーでOpenAIやAzure、AnthropicなどのモデルをGitHub Copilotで利用できるBYOK機能について、Copilot App・Agent Mode・CLIの各環境での設定手順を具体的に解説している。 This article walks through configuring GitHub Copilot's BYOK (Bring Your Own Key) feature across the Copilot App, Agent Mode, and CLI, enabling use of OpenAI, Azure, or Anthropic models with your own API key. [qiita-copilot]
🔥 Today's Top 3 importance × recency
  1. Cline v4.0.0 リリース Cline Releases v4.0.0 cline-releases 2d ago 重要度 High · 公式リリース/変更履歴 · Cline / Roo High importance · official release/changelog · Cline / Roo
  2. MetaがEssilorLuxotticaと提携し、Meta Glassesを発売 We’re Partnering With EssilorLuxottica to Launch Meta Glasses meta-newsroom 5d ago 重要度 High · 公式/技術記事 · Industry & Policy High importance · official/technical post · Industry & Policy
  3. Appleチップに新たなパッチ不可能な脆弱性、iPhoneジェイルブレイクへの道を開く A new unpatchable flaw in Apple chips opens the door to an iPhone jailbreak techcrunch 6d ago 重要度 High · 公式/技術記事 · Industry & Policy High importance · official/technical post · Industry & Policy

Deep dive

深掘り一覧 Deep-dive timeline 1660 timeline · 80 arXiv moved · page 1/56

arXiv 論文を分離した通常更新の一覧です。カテゴリ・タグ・検索で絞り込んで詳細へ進めます。

Browse the non-arXiv update stream by recency, then narrow with category, tags, or search.

YESTERDAY 30 entries
blog vscode 22h ago · qiita-vscode

AsciiDocの図・表に章番号付きキャプションを付けるVS Code拡張を作りました A developer built a VS Code extension that automatically adds chapter-numbered captions li…

通常 Normal 深掘り候補 · 技術記事 · VS Code / Dev Env Deep-dive candidate · technical post · VS Code / Dev Env 公開 6月28日 Published Jun 28

AI要約 AsciiDocで技術文書を書く際に、図1-1や表2-1のような章番号付きキャプションを自動付与するVS Code拡張を開発した記事。Asciidoctor標準では難しい章ごとの番号リセットや独自フォーマットに対応する。

EN A developer built a VS Code extension that automatically adds chapter-numbered captions like "Figure 1-1" or "Table 2-1" to figures and tables in AsciiDoc, handling per-chapter number resets that Asciidoctor's built-in numbering cannot easily do.

AsciiDocの図・表に章番号付きキャプションを付けるVS Code拡張を作りました og fallback
blog mcp 1d ago · zenn-mcp

手ブレ補正を全クリップに掛けたら、かえって酔う動画になった — clipwright v0.24〜v0.26 A development log for clipwright (v0.24-v0.26), a video-editing tool, showing how applying…

通常 Normal 深掘り候補 · 技術記事 · MCP / Tooling Deep-dive candidate · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 動画編集ツールclipwrightのv0.24〜v0.26開発記。全クリップへ手ブレ補正を一律適用すると逆に視聴者が酔う動画になる問題を検証し、補正を選択的に適用する方針へ見直した経緯を解説する。

EN A development log for clipwright (v0.24-v0.26), a video-editing tool, showing how applying stabilization to every clip paradoxically made footage more nauseating, prompting a shift toward selective correction.

手ブレ補正を全クリップに掛けたら、かえって酔う動画になった — clipwright v0.24〜v0.26 og fallback
blog mcp 1d ago · qiita-mcp

AG-UIで大事なのは「画面を生成すること」ではなく「Agentとユーザー体験をイベントでつなぐこと」 This article argues that AG-UI (Agent User Interaction Protocol) is not merely a way to bu…

通常 Normal 深掘り候補 · 技術記事 · MCP / Tooling Deep-dive candidate · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 AG-UI(Agent User Interaction Protocol)は単なるAIチャットUIの作り方やAIが画面を生成する仕様ではなく、Agentとユーザー体験をイベントで標準的につなぐためのプロトコルであるとし、その本質を解説する記事。

EN This article argues that AG-UI (Agent User Interaction Protocol) is not merely a way to build AI chat UIs or a spec for AI-generated screens, but a protocol for linking agents and user experience through standardized events.

AG-UIで大事なのは「画面を生成すること」ではなく「Agentとユーザー体験をイベントでつなぐこと」 og fallback
blog mcp 1d ago · qiita-mcp

Dify × Notion MCPで研究室の議事録AIチャットボットを作ろうとして詰まった話 A student aspiring to become a web engineer documents their attempt to build an AI chatbot…

通常 Normal 深掘り候補 · 技術記事 · MCP / Tooling Deep-dive candidate · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 Web系エンジニアを目指す学生が、DifyとNotion MCPを連携させて研究室の議事録を扱うAIチャットボットの構築に挑戦し、その過程で直面した課題や詰まったポイントを記録した体験記である。

EN A student aspiring to become a web engineer documents their attempt to build an AI chatbot for managing research lab meeting minutes by combining Dify with Notion MCP, sharing the obstacles they hit along the way.

fallback
blog copilot 1d ago · qiita-copilot

GitHub CopilotのBYOK設定(GitHub Copilot App, Agent Mode, GitHub Copilot CLI) This article walks through configuring GitHub Copilot's BYOK (Bring Your Own Key) feature …

通常 Normal 深掘り候補 · 技術記事 · GitHub Copilot Deep-dive candidate · technical post · GitHub Copilot 公開 6月28日 Published Jun 28

AI要約 自前のAPIキーでOpenAIやAzure、AnthropicなどのモデルをGitHub Copilotで利用できるBYOK機能について、Copilot App・Agent Mode・CLIの各環境での設定手順を具体的に解説している。

EN This article walks through configuring GitHub Copilot's BYOK (Bring Your Own Key) feature across the Copilot App, Agent Mode, and CLI, enabling use of OpenAI, Azure, or Anthropic models with your own API key.

fallback
blog cursor 1d ago · qiita-cursor

『こんなシステム開発現場は嫌だ!』で打線を組んだら、AIが途中で悟りを開いた話 A satirical essay ranking the worst traits of dreadful software development workplaces bas…

通常 Normal 深掘り候補 · 技術記事 · AI Editors Deep-dive candidate · technical post · AI Editors 公開 6月28日 Published Jun 28

AI要約 劣悪なシステム開発現場の特徴を野球の打線形式で並べた風刺エッセイ。優秀すぎる生成AIを実際に投入し、矛盾だらけの現場で「開発効率10倍」という夢が崩れていく様子をユーモラスに描く。

EN A satirical essay ranking the worst traits of dreadful software development workplaces baseball-lineup style, then dropping a too-capable generative AI into them to expose the limits of the "10x productivity" dream.

『こんなシステム開発現場は嫌だ!』で打線を組んだら、AIが途中で悟りを開いた話 og fallback
blog copilot 1d ago · qiita-copilot

【GitHub Copilot】awesome-copilot の Skills と Instructions で draw.io アーキテクチャ図を自動生成する Explains how to auto-generate draw.io architecture diagrams using GitHub Copilot with cura…

通常 Normal 深掘り候補 · 技術記事 · GitHub Copilot Deep-dive candidate · technical post · GitHub Copilot 公開 6月28日 Published Jun 28

AI要約 コミュニティ公式コレクション awesome-copilot から厳選した Skills と Instructions を活用し、GitHub Copilot で draw.io のアーキテクチャ図を自動生成する手法を解説。手間のかかる設計図作成を効率化できる。

EN Explains how to auto-generate draw.io architecture diagrams using GitHub Copilot with curated Skills and Instructions from the community-driven awesome-copilot collection, streamlining tedious design work.

fallback
blog claude 1d ago · qiita-vscode

ターミナルだけじゃもったいない:Claude Code を VS Code / JetBrains と統合して使い倒す A practical guide on integrating Claude Code with VS Code and JetBrains IDEs instead of us…

通常 Normal 深掘り候補 · 技術記事 · Claude / Claude Code Deep-dive candidate · technical post · Claude / Claude Code 公開 6月28日 Published Jun 28

AI要約 Claude Code をターミナルだけで使うのではなく、VS Code や JetBrains の IDE と統合する方法を解説。差分をエディタ上で確認したり、ファイルパスや行番号を自動連携させたりして、日々の開発効率を高める実践テクニックを紹介する。

EN A practical guide on integrating Claude Code with VS Code and JetBrains IDEs instead of using it only in the terminal, enabling in-editor diff viewing and automatic file/line context sharing to boost daily coding productivity.

ターミナルだけじゃもったいない:Claude Code を VS Code / JetBrains と統合して使い倒す og fallback
blog mcp 1d ago · zenn-mcp

MCP入門 ② 自作 MCP Client から MCP Server を呼び出す Part two of an MCP introduction series explains how to build a custom MCP client to call a…

通常 Normal 深掘り候補 · 技術記事 · MCP / Tooling Deep-dive candidate · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 Anthropicが提唱するMCPの入門連載第2回。前回作成した自作MCPサーバーを、今回はClaude Codeではなく自作のMCPクライアントから呼び出す手順を解説し、プロトコルの仕組みへの理解を深める内容。

EN Part two of an MCP introduction series explains how to build a custom MCP client to call a self-made MCP server instead of using Claude Code, deepening understanding of how the protocol works.

fallback
blog mcp 1d ago · qiita-mcp

A2Aで大事なのは「Agent同士をつなぐこと」ではなく「他のAgentに仕事を安全に委任できること」 This article argues that A2A's true value is not connecting agents via chat, but enabling …

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 A2A(Agent2Agent Protocol)の本質は単なるAgent間のチャット規格ではなく、異なるベンダーやフレームワークをまたいで他のAgentへ仕事を安全に委任できる点にあると論じている。

EN This article argues that A2A's true value is not connecting agents via chat, but enabling safe delegation of tasks to other agents across different vendors, frameworks, and organizations.

A2Aで大事なのは「Agent同士をつなぐこと」ではなく「他のAgentに仕事を安全に委任できること」 og fallback
blog vscode 1d ago · qiita-vscode

VSCodeでMarkdownファイルをデフォルトでプレビューモードで開く設定方法 This article explains how to configure VSCode to open Markdown files in preview mode by de…

通常 Normal 深掘り候補 · 技術記事 · VS Code / Dev Env Deep-dive candidate · technical post · VS Code / Dev Env 公開 6月28日 Published Jun 28

AI要約 AIコーディングエージェント活用でドキュメントがMarkdown中心になる中、編集より閲覧が多い開発者向けに、VSCodeでMarkdownファイルを既定でプレビューモードで開くよう設定する手順を解説している。

EN This article explains how to configure VSCode to open Markdown files in preview mode by default, which is handy for developers who read documentation far more often than they edit it in AI-assisted workflows.

VSCodeでMarkdownファイルをデフォルトでプレビューモードで開くように変更する方法 og fallback
blog mcp 1d ago · qiita-mcp

Codex Pluginの本質は「機能追加」ではなく「ワークフローの配布可能化」 The article argues that Codex Plugin matters not for adding features, but for bundling Ski…

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 Codex Pluginは単なる機能追加ではなく、Skills・App integrations・MCP serversをまとめてCodexに導入し、ワークフロー全体を配布・共有可能にする仕組みである点が重要だと論じている。

EN The article argues that Codex Plugin matters not for adding features, but for bundling Skills, App integrations, and MCP servers so entire workflows become distributable and installable in Codex.

fallback
blog mcp 1d ago · qiita-mcp

Modalのインフラ管理をAIエージェントに統合する:MCPによるサーバーレスGPU運用の新常識 Shows how to integrate Modal's serverless GPU infrastructure management with AI agents via…

通常 Normal 深掘り候補 · 技術記事 · MCP / Tooling Deep-dive candidate · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 MCPを使ってModalのサーバーレスGPUインフラ管理をAIエージェントに統合する手法を解説。アプリの状態確認やデプロイ、消し忘れたインスタンスの整理を自然言語で行えるようになり、運用の手間を削減できる。

EN Shows how to integrate Modal's serverless GPU infrastructure management with AI agents via MCP, enabling app status checks, deployments, and cleanup of forgotten instances through natural language.

fallback
blog local-llm 1d ago · zenn-llm

定年退職して暇なのでローカルLLMエージェント用の専用プロキシを構築してみた A retired engineer builds a dedicated proxy to reliably run autonomous AI coding agents li…

通常 Normal 深掘り候補 · 技術記事 · Local LLM / Open Models Deep-dive candidate · technical post · Local LLM / Open Models 公開 6月28日 Published Jun 28

AI要約 Cline (Kilo Code) やAiderなどの自律型AIコーディングエージェントをローカルLLMで安定稼働させるため、リクエストを仲介する専用プロキシを自作した記録。エージェント特有のAPI互換性の課題を吸収する手法を解説している。

EN A retired engineer builds a dedicated proxy to reliably run autonomous AI coding agents like Cline (Kilo Code) and Aider on local LLMs, smoothing over API compatibility quirks specific to these agents.

fallback
blog mcp 1d ago · qiita-mcp

MCPで大事なのは「AIにツールを増やすこと」ではなく「AIと外部世界をつなぐ標準を持つこと」 This article argues that MCP (Model Context Protocol) is not merely a way to add tools to …

通常 Normal 深掘り候補 · 技術記事 · MCP / Tooling Deep-dive candidate · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 MCP(Model Context Protocol)は単にAIへツールを追加する仕組みではなく、AIアプリと外部のデータやツールをつなぐ標準であるという本質を解説し、その視点の重要性を論じた記事。

EN This article argues that MCP (Model Context Protocol) is not merely a way to add tools to AI but a standard for connecting AI applications to external data and the outside world, highlighting why this framing matters.

fallback
blog mcp 1d ago · zenn-mcp

エージェントがMCPサーバーを実行時に探す標準ARD、Googleら11社が公開 Google and 10 other firms published ARD (Agentic Resource Discovery), a standard letting a…

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 GoogleなどIT企業11社が、エージェントがMCPサーバーを実行時に動的発見するための標準仕様ARD(Agentic Resource Discovery)を公開した。設定ファイルへ手動で接続情報を書く従来方式は多数のサーバーやツールがある環境で破綻するため、実行時探索が重要になる。

EN Google and 10 other firms published ARD (Agentic Resource Discovery), a standard letting agents discover MCP servers at runtime instead of hardcoding connection details in config files, which fails to scale as servers and tools proliferate.

fallback
release cline 1d ago · cline-releases

Cline v4.0.1 リリース Cline Releases v4.0.1

重要度 Medium Medium priority 重要度 Medium · 公式リリース · Cline / Roo Medium priority · official release · Cline / Roo 公開 6月28日 Published Jun 28

AI要約 v4.0.0で報告されたリグレッションを解消するため、安定版VS Code拡張をSDK移行前のコードベース(3.89.2)にロールバックしたホットフィックスリリース。3.89.2のコードをより高いバージョン番号で配布する。

EN A hotfix release that rolls the stable VS Code extension back to the pre-SDK-migration codebase to resolve regressions reported in v4.0.0, shipping the 3.89.2 extension code under the higher v4.0.1 version number.

Cline Releases v4.0.1 media fallback
blog mcp 1d ago · qiita-mcp

Agent Skillsで大事なのは「AIに全部覚えさせること」ではなく「必要な時に手順を渡すこと」 The article explains that Agent Skills is not just a prompt set but a practical standard f…

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 Agent Skillsは単なるプロンプト集ではなく、AIエージェントに「この仕事はこう進める」という手順・判断基準・補助ファイルを必要な時だけ渡すための実務寄りの標準フォーマットだと解説。全部を覚えさせる設計ではない点が重要だと説く。

EN The article explains that Agent Skills is not just a prompt set but a practical standard for handing AI agents procedures, judgment criteria, and helper files only when needed, rather than making them memorize everything.

Agent Skillsで大事なのは「AIに全部覚えさせること」ではなく「必要な時に手順を渡すこと」 og fallback
blog mcp 1d ago · qiita-mcp

npxで使える、AIエージェント向けリポジトリ安全チェックCLIを作った AgentRisk, a new npm CLI, scans unknown repositories and packages for dangerous settings o…

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 AIコーディングエージェントに未知のリポジトリやパッケージを読ませる前に、危険な設定や怪しい指示が含まれていないか検査するCLI「AgentRisk」を作成しnpmで公開した。npx agentrisk scan . で手軽に実行できる。

EN AgentRisk, a new npm CLI, scans unknown repositories and packages for dangerous settings or suspicious instructions before AI coding agents read them, runnable with npx agentrisk scan.

npxで使える、AIエージェント向けリポジトリ安全チェックCLIを作った og fallback
blog mcp 1d ago · zenn-mcp

MCPやAIエージェントのwrite actionに承認境界を置く設計 When giving MCP or AI agents write actions, the key design choice is what approval boundar…

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 MCPやAIエージェントにwrite権限を与える際、AIが実行可能かではなく、どの操作にどんな承認境界を設けるかを最初に設計すべきだと論じる記事。Slack投稿やメール送信、CRM更新など操作ごとにリスクが異なる点を整理している。

EN When giving MCP or AI agents write actions, the key design choice is what approval boundary each operation needs, not whether the AI can act, since posting to Slack, sending email, and updating a CRM carry different risks.

fallback
blog mcp 1d ago · qiita-mcp

Flutter/Dart開発をAIでパワーアップ!公式Dart MCP Server × Claude Code 設定 A tutorial on configuring the official Dart & Flutter MCP Server with Claude Code, letting…

通常 Normal 深掘り候補 · 技術記事 · MCP / Tooling Deep-dive candidate · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 公式のDart & Flutter MCP ServerをClaude Codeと連携させる設定手順を解説する記事。AIがAPIの使い方やエラーの原因究明を支援し、Flutter/Dart開発を効率化できる。

EN A tutorial on configuring the official Dart & Flutter MCP Server with Claude Code, letting AI assist with API usage and error diagnosis to streamline Flutter and Dart development.

Flutter/Dart開発をAIでパワーアップ!公式Dart MCP Server × Claude Code 設定 og fallback
blog mcp 1d ago · zenn-mcp

コード経験ほぼゼロのPMOが、AI駆動開発で「AIに任せる前の安全チェックCLI」を作った話 A PMO with almost no coding experience used AI-driven development to build a CLI that safe…

通常 Normal 深掘り候補 · 技術記事 · MCP / Tooling Deep-dive candidate · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 AIコーディングエージェントにリポジトリを読ませる前に潜在リスクを検査するCLIツールを、コード経験のほぼないPMOがAI駆動開発で自作した経緯を紹介。外部スクリプトなどの危険を事前にチェックする狙いを解説する。

EN A PMO with almost no coding experience used AI-driven development to build a CLI that safety-checks a repository before handing it to AI coding agents, guarding against risks like hidden external scripts.

fallback
blog cursor 1d ago · qiita-vscode

[解決済み] x86レガシーハードウェアとx64 WPFをIPC通信で繋ぐプロセス分離設計と、VS Codeフォーク環境でのビルド依存関係の解消 A guide to safely using x86 32-bit legacy hardware control DLLs from an x64 WPF app via IP…

通常 Normal 深掘り候補 · 技術記事 · AI Editors Deep-dive candidate · technical post · AI Editors 公開 6月28日 Published Jun 28

AI要約 x86の32bitネイティブDLLに依存するレガシーなハードウェア制御を、x64のWPFアプリからIPC通信とプロセス分離で安全に利用する設計手法を解説。CursorなどVS Codeフォーク環境でのビルド依存関係の解消方法も示す。

EN A guide to safely using x86 32-bit legacy hardware control DLLs from an x64 WPF app via IPC-based process isolation, plus how to resolve build dependency issues in VS Code forks like Cursor.

[解決済み] x86レガシーハードウェアとx64 WPFをIPC通信で繋ぐプロセス分離設計と、VS Codeフォーク環境でのビルド依存関係の解消 og fallback
blog local-llm 1d ago · qiita-llm

無料のexecutorが一番高くついた話:Opus+ローカルQwenを40試行で測ったら全タスク最高額だった The author tested the common cost-saving pattern of pairing a strong orchestrator (Opus 4.…

重要度 Medium Medium priority 重要度 Medium · 技術記事 · Local LLM / Open Models Medium priority · technical post · Local LLM / Open Models 公開 6月28日 Published Jun 28

AI要約 「強いモデルに段取りを組ませ安いモデルに実行させる」というエージェントコーディングのコスト削減定石を、Opus 4.7のオーケストレータとローカルQwen 3で40試行検証したところ、無料のローカルexecutorが全タスクで最高コストになったという反直感的な結果を報告している。

EN The author tested the common cost-saving pattern of pairing a strong orchestrator (Opus 4.7) with a free local executor (Qwen 3) for agentic coding, but found across 40 trials that the free local executor produced the highest total cost on every task.

無料のexecutorが一番高くついた話:Opus+ローカルQwenを40試行で測ったら全タスク最高額だった og fallback
blog mcp 1d ago · zenn-mcp

OWASP MCP Top 10 実装・検知・隔離ガイド ― SOCアナリストが書くMCPセキュリティ A SOC analyst's guide to the OWASP MCP Top 10 (MCP01-MCP10:2025) threat catalog for Model …

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 MCP(Model Context Protocol)の脅威カタログOWASP MCP Top 10(MCP01〜MCP10:2025)を、CISSP保有のSOCアナリスト視点で解説。各脅威の脅威モデル、公開CVEや実例、安全な実装、SOC検知ログ、隔離策を体系的にまとめたガイド。

EN A SOC analyst's guide to the OWASP MCP Top 10 (MCP01-MCP10:2025) threat catalog for Model Context Protocol, covering threat models, real CVEs, secure implementation, and SOC detection.

OWASP MCP Top 10 実装・検知・隔離ガイド ― SOCアナリストが書くMCPセキュリティ og fallback
blog mcp 1d ago · zenn-mcp

OWASP MCP Top 10 とは何か — MCP01〜10 を3分で総覧(2025/2026版) As MCP becomes the standard for connecting external tools to AI agents, this article surve…

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月28日 Published Jun 28

AI要約 AIエージェントに外部ツールを繋ぐ標準MCP(Model Context Protocol)の普及に伴い登場した、MCP固有のセキュリティリスクをまとめたOWASP MCP Top 10を解説する記事。MCP01〜10の各項目を一覧で総覧し、開発者が押さえるべき脅威の全体像を3分で把握できる。

EN As MCP becomes the standard for connecting external tools to AI agents, this article surveys the OWASP MCP Top 10, summarizing each MCP01-10 security risk so developers can quickly grasp MCP-specific threats.

OWASP MCP Top 10 とは何か — MCP01〜10 を3分で総覧(2025/2026版) og fallback
release cursor 1d ago · zed-releases

Zed nightly、折りたたみ時にコードレンズのブロックを非表示化 nightly: Hide code lens' blocks in folds (#60011)

通常 Normal 深掘り候補 · 公式リリース · AI Editors Deep-dive candidate · official release · AI Editors 公開 6月28日 Published Jun 28

AI要約 Zedエディタのnightlyビルドで、コードを折りたたんだ際に該当箇所のコードレンズ用ブロックも一緒に非表示になるよう改善された。折りたたみ表示がすっきり整理され、エディタの見やすさが向上する更新となっている。

EN Zed's nightly build now hides code lens blocks when their associated code is folded, keeping folded sections visually clean and improving editor readability. It is a minor UI refinement made cautiously based on user feedback.

nightly: Hide code lens' blocks in folds (#60011) media fallback
blog local-llm 1d ago · qiita-llm

WhichLLM入門 — 自分のGPUで最速のローカルLLMをCLIで選ぶハンズオン WhichLLM is an open-source CLI that recommends the best-performing local LLM for your own …

通常 Normal 深掘り候補 · 技術記事 · Local LLM / Open Models Deep-dive candidate · technical post · Local LLM / Open Models 公開 6月28日 Published Jun 28

AI要約 WhichLLMは自分のハードウェアで最も高性能なローカルLLMをコマンド1発で推薦するOSSのCLIツールで、パラメータ数ではなくベンチマーク品質・VRAM適合・推定速度を統合したスコアで選定する。

EN WhichLLM is an open-source CLI that recommends the best-performing local LLM for your own hardware, scoring candidates by benchmark quality, VRAM fit, and estimated speed rather than raw parameter count.

WhichLLM入門 — 自分のGPUで最速のローカルLLMをCLIで選ぶハンズオン og fallback
blog cursor 1d ago · zenn-cursor

[完全未経験]Cursor×Flutterで初めてアプリ開発の環境構築をしたまとめ A complete beginner recounts setting up an app development environment with Cursor and Flu…

通常 Normal 深掘り候補 · 技術記事 · AI Editors Deep-dive candidate · technical post · AI Editors 公開 6月28日 Published Jun 28

AI要約 完全未経験の筆者が、アプリ開発に必要なCursorとFlutterの環境構築に挑戦した体験談。インストールや設定で思った以上に苦労した過程を振り返り、初心者がつまずきやすいポイントを共有している。

EN A complete beginner recounts setting up an app development environment with Cursor and Flutter, sharing the unexpected struggles they faced during installation and setup.

fallback
🔥 HOT release cursor 1d ago · zed-releases

Zed collab-staging: マッチ無しでも編集予測の保持率を計算 collab-staging: docs: Remove readme junk (#60008)

重要度 High High priority 重要度 High · 公式リリース · AI Editors High priority · official release · AI Editors 公開 6月28日 Published Jun 28

AI要約 Zedのコラボレーションサーバーstaging環境向けリリース。編集予測(edit prediction)機能において、候補マッチが存在しない場合でも保持率(kept rate)を算出するよう修正された(PR #55912)。AI補完の品質計測精度の改善が目的と見られる。

EN Left some junk in the readme during a pairing session and forgot to remove oopsies Release Notes: N/A or Added/Fixed/Improved ...

collab-staging: docs: Remove readme junk (#60008) media fallback