HomePage 14

Timeline archive

Timelinepage 14/62

arXiv 論文を分離した通常更新の深掘り一覧です。Top items から外れた更新も、日付ごとに追って後から確認できます。

Showing30このページの表示件数Entries on this page
Timeline1839arXivを除く現在一覧Current main Timeline, excluding arXiv
Page14/62静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot
arXiv lane80専用レーンの現在件数Current entries in the separate lane

Entries30 on this page · 1839 timeline ·80 arXiv papers on a separate page

Tue, Aug 41 entries
コミュニティ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 320 entries
コミュニティCommunityClaude Code·Qiita VSCode

Claude Codeのインストール手順This article walks through installing Claude Code inside a Linux-based Docker…

重要度 InfoInformational深掘り候補 · 技術記事 · Claude / Claude CodeDeep-dive candidate · technical post · Claude / Claude Code

AI要約LinuxベースのDockerコンテナにClaude Codeを導入し、初期設定までを行う具体的な手順を解説した記事で、Windows環境でClaude Codeを活用したい開発者に役立つ内容となっている。

AI SUMMARYThis article walks through installing Claude Code inside a Linux-based Docker container running on Windows 11 via Docker Desktop, covering setup steps useful for developers who want to use Claude Code in a containerized Windows environment.

コミュニティCommunityCopilot·Qiita GitHub Copilot

Azure Update 2026年7月まとめJuly 2026 brought a wave of next-generation AI model rollouts across Azure and…

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

AI要約2026年7月はAzureとGitHub全体でAIモデルの世代交代が加速し、Azure DatabricksにClaude Opus 5・Sonnet 5・GPT-5.6が、GitHub CopilotにGPT-5.6 Solが追加されるなど主要サービスの刷新が相次いだ。

AI SUMMARYJuly 2026 brought a wave of next-generation AI model rollouts across Azure and GitHub, including Claude Opus 5, Claude Sonnet 5, and GPT-5.6 on Azure Databricks, and GPT-5.6 Sol in GitHub Copilot, marking a significant generational shift.

コミュニティCommunityCopilot·Qiita GitHub Copilot

GitHub CopilotをSEが使うときのテクニック10選This article introduces 10 practical techniques for systems engineers to use…

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

AI要約コード補完にとどまらず、設計書の作成やテスト観点の洗い出し、障害調査など上流工程にもGitHub Copilotを活用する実践的な10のテクニックを紹介している。

AI SUMMARYThis article introduces 10 practical techniques for systems engineers to use GitHub Copilot beyond code completion, covering upstream tasks such as design documentation, test planning, and incident investigation.

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

コミュニティCommunityClaude Code·Qiita VSCode

VSCodeでClaude Codeと「DeepSeek」を併用する—ターミナルタブ切り替えだけの設定まとめThis article explains how to use Claude Code and DeepSeek side by side in…

重要度 InfoInformational深掘り候補 · 技術記事 · Claude / Claude CodeDeep-dive candidate · technical post · Claude / Claude Code

AI要約Claude Codeの利用上限やコスト問題を回避するため、VSCodeのターミナルタブを切り替えるだけでClaude CodeとDeepSeekを使い分ける設定方法を解説した記事。単純作業はDeepSeekに任せることでコスパを改善できる。

AI SUMMARYThis article explains how to use Claude Code and DeepSeek side by side in VSCode by simply switching terminal tabs, helping developers avoid Claude's usage limits and reduce costs by delegating routine coding tasks to DeepSeek.

コミュニティ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
コミュニティCommunityAI Editors·Qiita Cursor

【第2回】Cursor × SpecKitではじめる仕様駆動開発(Specification編)~Terraformを書く前に仕様を書く~The second installment of a specification-driven development series with Cursor…

重要度 InfoInformational深掘り候補 · 技術記事 · AI EditorsDeep-dive candidate · technical post · AI Editors

AI要約CursorとSpecKitを使った仕様駆動開発シリーズの第2回で、Terraformコードを書く前に日本語で仕様(Specification)を作成する手順と意義を解説している。

AI SUMMARYThe second installment of a specification-driven development series with Cursor and SpecKit explains how to write Japanese-language specifications before authoring any Terraform code, improving clarity and traceability.

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

コミュニティCommunityLocal Models·Qiita LLM

DeepSeek-V4がKVキャッシュを10分の1に削減できたCSAとHCAの設計DeepSeek-V4 addresses the memory bottleneck of KV caches in long-context LLMs…

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

AI要約長文脈LLMにおけるKVキャッシュのメモリ肥大化問題に対し、DeepSeek-V4はCSAとHCAという2つのアーキテクチャ設計でキャッシュ量を従来比10分の1に抑えることに成功した。

AI SUMMARYDeepSeek-V4 addresses the memory bottleneck of KV caches in long-context LLMs by introducing CSA and HCA architectural designs that reduce cache size to one-tenth of conventional approaches, significantly improving throughput.

DeepSeek-V4がKVキャッシュを10分の1に減らせたCSAとHCAの設計og
コミュニティ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.

公式OfficialGemini/Gemma·Google Developers Blog

セッション対応ロードバランシングによるリアルタイムAIエージェントのスケーリングScaling real-time AI agents with session-aware load balancing

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

AI要約リアルタイムAIエージェントは長期間の双方向ストリームを使用するため、従来のロードバランシングでは対応できず、ランタイム内でアプリケーションレベルのセッション追跡を実装する必要がある。

AI SUMMARYReal-time AI agents rely on stateful bidirectional streams that make traditional load balancing ineffective, requiring developers to implement application-level session tracking to accurately manage server capacity.

🔥 HOT新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

Google Workspace プラグイン対応Google Workspace Plugins

重要度 HighHigh priority変更履歴 · AI Editorschangelog · AI Editors

AI要約CursorがGoogle Workspaceと連携し、ドキュメントやスプレッドシートなどの読み書き・操作が可能になった。これによりAIエージェントがワークスペース全体を横断して作業できる。

AI SUMMARYCursor now integrates with Google Workspace, enabling the AI to read, write, and take actions across Docs, Sheets, and other services. This significantly expands what Cursor agents can automate in day-to-day workflows.

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

報道NewsNews/Policy·The Verge

Fender CEOが「バンドメンバーはアナログAIだ」と発言し批判を浴びるFender’s CEO seems to think your bandmates are just analog AI

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約FenderのCEO、エドワード・コールがAIと音楽に関するインタビューで、バンドメンバーをアナログAIに例える発言をし、既に悪化していた同社のイメージをさらに損ねる事態となった。

AI SUMMARYFender CEO Bud Cole sparked backlash after comparing bandmates to "analog AI" in a T3 interview, adding to a wave of negative PR already surrounding the iconic guitar brand.

Fender’s CEO seems to think your bandmates are just analog AIog
コミュニティCommunityLocal Models·Qiita LLM

初心者のColab × Llama導入格闘記(4時間) ― コードは合っているのに動かない!A beginner documents four hours of troubleshooting Llama on Google Colab,…

重要度 InfoInformational深掘り候補 · 技術記事 · Local LLM / Open ModelsDeep-dive candidate · technical post · Local LLM / Open Models

AI要約Google ColabでLlamaを動かそうとした初心者が4時間試行錯誤した体験記で、正しいコードでも躓くポイントや「人格アンカー」によるAI人格安定化の工夫を共有している。

AI SUMMARYA beginner documents four hours of troubleshooting Llama on Google Colab, sharing practical pitfalls where correct code still fails and introducing a 'persona anchor' prompting technique to stabilize AI personality consistency.

初心者のColab × Llama導入格闘記(4時間) ― コードは合ってるのに動かない!og
🔥 HOT新規収集INDEXED公式OfficialAI Editors·Zed Editor Releases

Zed Editor v1.13.2 リリースZed Editor Releases v1.13.2

重要度 HighHigh priority公式リリース · AI Editorsofficial release · AI Editors

AI要約Zed Editor v1.13.2では、Option+左矢印キーの動作不具合やタブ展開列でのパニック、Gruvboxの配色問題などが修正された。

AI SUMMARYZed v1.13.2 delivers targeted bug fixes including corrected Option+Left cursor movement, a panic fix for tab-expanded column selections, and restored Gruvbox parameter colors.

Zed Editor Releases v1.13.2media
新規収集INDEXED公式OfficialAI Editors·Zed Editor Releases

Zed Editor v1.14.2-pre リリースZed Editor Releases v1.14.2-pre

重要度 MediumMedium priority公式リリース · AI Editorsofficial release · AI Editors

AI要約Zed Editor v1.14.2-preでは、Option+左矢印キーの単語移動の不具合やタブ展開列でのパニック、gitページャー設定時のハングなど複数のバグが修正された。

AI SUMMARYZed v1.14.2-pre fixes several bugs including Option+Left cursor movement stopping incorrectly near punctuation, a panic with tab-expanded column selections, and a hang when the Zed Agent runs git commands with a pager configured.

Zed Editor Releases v1.14.2-premedia
コミュニティCommunityMCP·Qiita MCP

Googleが発表した新Web標準ドラフト――WebMCP。実際どうなの? IO Extendedで実装・登壇して分かったことGoogle's WebMCP draft standard enables websites to expose MCP servers directly…

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

AI要約GoogleがGoogle I/O 2026で提案したWebMCPは、ブラウザ上でMCPサーバーを直接公開できる新しいWeb標準ドラフトであり、著者はGDG主催のIO ExtendedハンズオンでWebMCPを実装・登壇し、その実態と課題を共有している。

AI SUMMARYGoogle's WebMCP draft standard enables websites to expose MCP servers directly in the browser; the author implemented and presented it at Google I/O Extended Osaka 2026, sharing practical findings on how the spec works and where it still falls short.

Googleが発表した新Web標準ドラフト――WebMCP。実際どうなの? IO Extendedで実装・登壇して分かったことog
コミュニティ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 29 entries
報道NewsNews/Policy·The Verge

アーティストへの報酬はAI受け入れを説得するのに十分か?Is paying artists enough to convince them to embrace AI?

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約生成AIによる無断学習に反発してきたイラストレーターたちに対し、報酬を支払うことで理解を得ようとする動きが広がっているが、金銭的補償だけで同意を得られるかは依然として不透明だ。

AI SUMMARYAs generative AI firms face backlash over training on artists' work without consent, some are now offering royalties or compensation—but whether money alone is enough to win artists over remains an open question.

Is paying artists enough to convince them to embrace AI?og
コミュニティ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
コミュニティCommunityClaude Code·Qiita VSCode

rex0220 kSQL Dashboard Pro - AI(Claude Code)にダッシュボードを作らせるkSQL Dashboard Pro lets developers describe kintone dashboard requirements in…

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

AI要約kintoneのダッシュボードを日本語の要件を伝えるだけでClaude CodeなどのAIに自動生成させる環境「kSQL Dashboard Pro」が公開された。期間切り替えなど複雑な要件も自然言語で指示できる点が特徴。

AI SUMMARYkSQL Dashboard Pro lets developers describe kintone dashboard requirements in plain Japanese and have Claude Code generate the implementation automatically, including dynamic period filters and complex layouts.

rex0220 kSQL Dashboard Pro - AI(Claude Code)にダッシュボードを作らせる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
🔥 HOTコミュニティCommunityLocal Models·Qiita LLM

DeepSeek V4-Flash 正式版、超低価格でトップクラスのスコアを達成DeepSeek released V4-Flash as an open-weight model under the MIT license,…

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

AI要約DeepSeek が V4-Flash 正式版をオープンウェイト・MIT ライセンスで公開し、Artificial Analysis の知能指数 50 超を記録しながら業界最安水準の価格を同時に実現した。コストと性能の両立という点で注目度が高い。

AI SUMMARYDeepSeek released V4-Flash as an open-weight model under the MIT license, achieving an Artificial Analysis intelligence index above 50 while offering some of the lowest prices in the market, making high performance and low cost simultaneously viable.

DeepSeek V4-Flash アップデート、超低価格でトップスコアを叩き出すog
公式OfficialCline/Roo·Cline Releases

Cline v4.1.3 リリースCline Releases v4.1.3

重要度 MediumMedium priority公式リリース · Cline / Rooofficial release · Cline / Roo

AI要約統合ロールアウトパッケージの2バンドルが互いのClineアカウントセッションを無効化するバグを修正。レガシーウィンドウがリフレッシュトークンを消費し認証エラーを引き起こす問題が解消された。

AI SUMMARYCline v4.1.3 fixes a session conflict where a legacy window could consume the shared refresh token after a machine was promoted to the new extension bundle, causing spurious authentication errors.

Cline Releases v4.1.3media
公式OfficialCline/Roo·Cline Releases

原題 ENEnglish titleCline Desktop v0.0.8Cline Desktop v0.0.8

重要度 MediumMedium priority公式リリース · Cline / Rooofficial release · Cline / Roo

AI要約会話の任意のメッセージを編集してセッションをフォークし、ワークスペースをそのチェックポイントに巻き戻して再実行できる機能を追加。復元はトランザクション処理で安全に行われる。

AI SUMMARYCline Desktop v0.0.8 introduces editable conversation history: editing any past message forks the session, atomically restores the workspace to that checkpoint, and reruns from the revised prompt without risk of partial rollback.

Cline Desktop v0.0.8media
🔥 HOT公式OfficialCline/Roo·Cline Releases

原題 ENEnglish titleCline CLI v3.0.49Cline CLI v3.0.49

重要度 HighHigh priority公式リリース · Cline / Rooofficial release · Cline / Roo

AI要約チェックポイントが正しく記録されない不具合と、ツール使用後に `/undo` が失敗するバグを修正。CLIの安定性が向上した。

AI SUMMARYThis release fixes two regressions: checkpoints were never saved in the CLI due to a run-boundary bug, and `/undo` failed after tool use because tool results were mistakenly counted as user turns.

Cline CLI v3.0.49media