HomeTags#qiitaPage 5

Tag timeline

#qiitapage 5/10

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

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

Entriespage 5/10 · 299 total

Fri, Jul 313 entries
コミュニティCommunityMCP·Qiita MCP

「会話するだけでマクロが直る」は「会話するだけですごいマクロが作れる」だった話By connecting Excel with Claude Code via MCP, the author discovered that…

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

AI要約ExcelをClaude CodeとMCPで連携させると、AIとの日本語会話だけで高度なマクロを新規作成・修正できることが分かり、単なるデバッグ支援を超えた開発体験が得られる。

AI SUMMARYBy connecting Excel with Claude Code via MCP, the author discovered that natural-language conversation can not only fix existing macros but also generate sophisticated new ones from scratch, dramatically expanding what non-developers can build.

「会話するだけでマクロが直る」は「会話するだけですごいマクロが作れる」だった話og
コミュニティCommunityMCP·Qiita MCP

【MCP】AIに「10営業日後」を聞くと、なぜ1日ずれるのか|Thousand APIで確実に計算するAI models lack built-in holiday data and business-day counting rules, causing…

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

AI要約AIは祝日一覧や起算日の仕様を持たないため営業日計算で1日ずれが生じやすく、Thousand APIをMCP経由で利用することで正確な営業日計算を実現できる。

AI SUMMARYAI models lack built-in holiday data and business-day counting rules, causing off-by-one errors in deadline calculations; the article shows how to fix this reliably via Thousand API over MCP.

【MCP】AIに「10営業日後」を聞くと、なぜ1日ずれるのか|Thousand APIで確実に計算するog
コミュニティCommunityLocal Models·Qiita LLM

TensorSharp とは — C# だけで動く GGUF 推論エンジンが llama.cpp に挑むTensorSharp, a pure C# inference engine for GGUF models, has published…

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

AI要約.NET製推論エンジン「TensorSharp」がGGUFモデルをC#のみで実行し、llama.cppとのベンチマーク結果を公開してローカルLLMコミュニティで注目を集めている。

AI SUMMARYTensorSharp, a pure C# inference engine for GGUF models, has published benchmarks against llama.cpp, demonstrating that .NET can be a viable platform for local LLM inference.

TensorSharp とは — C# だけで動く GGUF 推論エンジンが llama.cpp に挑むog
Thu, Jul 309 entries
コミュニティCommunityMCP·Qiita MCP

「codebase-memory-mcp」インストールしてAIにコードベースを解析させる方法Codebase Memory MCP is an MCP server that parses source code and stores…

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

AI要約Codebase Memory MCPは、ソースコードを解析して関数・クラス・呼び出し関係をナレッジグラフとして保存するMCPサーバーで、Claude CodeなどのクライアントからコードベースをAIに調査させることができる。

AI SUMMARYCodebase Memory MCP is an MCP server that parses source code and stores functions, classes, and call relationships as a knowledge graph, enabling AI clients like Claude Code to interactively investigate a codebase.

コミュニティCommunityCopilot·Qiita GitHub Copilot

coding agent のセッションストリームを review しやすい単位に分割してからログを保存するLong overnight coding agent runs produce logs so large they become unreadable

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

AI要約一晩動かした coding agent のログは膨大になり、翌朝には読み返せない状態になる。セッションストリームを意味のある単位に切り分けてから保存することで、レビューを現実的なものにする手法を解説している。

AI SUMMARYLong overnight coding agent runs produce logs so large they become unreadable. This article explains how to slice the session stream into reviewable chunks before saving, making post-run inspection practical.

コミュニティCommunityCopilot·Qiita GitHub Copilot

GitHub Copilotの利用データを分析したら、Claude Sonnet固定はAutoの約2.4〜2.8倍消費していたAn analysis of real GitHub Copilot usage data found that locking the model to…

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

AI要約GitHub CopilotでモデルをClaude Sonnetに固定すると、Autoモードと比べて約2.4〜2.8倍のリクエスト枠を消費することが実データの分析で判明した。組織共有の利用枠を効率的に使うにはモデル選択の戦略が重要となる。

AI SUMMARYAn analysis of real GitHub Copilot usage data found that locking the model to Claude Sonnet consumes roughly 2.4–2.8× more quota than using Auto mode, highlighting the cost implications of model selection for teams sharing an organization-wide allowance.

コミュニティCommunityLocal Models·Qiita LLM

【CyberGym 95.95%】自社サイバーモデルを持たなかったMicrosoftが、実効5BでMythosに+12点をつけた仕組みMicrosoft achieved 95.95% on the CyberGym benchmark using an effectively…

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

AI要約Microsoftは専用サイバーセキュリティモデルを持たない状況から、実効5BパラメータのモデルチューニングでベンチマークCyberGym 95.95%を達成し、Mythosを12点上回った。小規模モデルでも特化訓練により大型モデルを超えられることを示した点で注目される。

AI SUMMARYMicrosoft achieved 95.95% on the CyberGym benchmark using an effectively 5B-parameter model, outscoring the Mythos model by 12 points despite lacking a dedicated in-house cyber model. The result highlights how targeted fine-tuning can let compact models surpass larger specialized competitors.

【CyberGym 95.95%】自社サイバーモデルを持たなかったMicrosoftが、実効5BでMythosに+12点をつけた仕組みog
コミュニティCommunityAI Editors·Qiita Cursor

CC-SDDで始める脱VibeコーディングA Zenrin DataCom engineer introduces CC-SDD as a structured approach to move…

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

AI要約ゼンリンデータコムの村田氏が、AIによる「なんとなくコーディング」を脱却するためにCC-SDD(Cursor Context-Driven Software Design Document)を活用する手法を紹介し、レビュー品質と設計の一貫性を高める実践的アプローチを解説している。

AI SUMMARYA Zenrin DataCom engineer introduces CC-SDD as a structured approach to move beyond vibe coding with AI, using design documents within Cursor to improve code review quality and maintain consistent implementation intent.

CC-SDDで始める脱Vibeコーディングog
コミュニティCommunityAI Editors·Qiita Cursor

AIに「それっぽいコード」で逃げられないためのプロンプト設計|設計規約〜実装〜テストまでAI主導で回した知見Based on hands-on experience driving the full development cycle—design rules,…

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

AI要約CursorなどのAIツールを設計規約作成から実装・テストまで主導させた実践から、「規約を渡せば十分」という思い込みが通用しない理由と、AIに曖昧な実装で誤魔化されないプロンプト設計の知見をまとめた記事。

AI SUMMARYBased on hands-on experience driving the full development cycle—design rules, implementation, and test code—with Cursor, the author shares why simply handing AI a spec is not enough and how to craft prompts that prevent AI from slipping by with plausible-looking but shallow code.

AIに「それっぽいコード」で逃げられないためのプロンプト設計|設計規約〜実装〜テストまでAI主導で回した知見og
コミュニティCommunityMCP·Qiita MCP

ChatGPT Workが「すぐ上限になる」のは設計どおり——クラウドエージェントの裏側とリソース節約の3手ChatGPT Work is a cloud agent designed to operate across Slack, email,…

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

AI要約ChatGPT WorkはSlackやメール・カレンダーなど複数サービスをまたぐクラウドエージェントで、上限到達は意図的な設計であり、本記事はそのリソース消費の仕組みと節約策3つを解説する。

AI SUMMARYChatGPT Work is a cloud agent designed to operate across Slack, email, calendars, and code repos for extended tasks; this article explains why hitting usage limits is by design and offers three practical tips to reduce resource consumption.

ChatGPT Workが「すぐ上限になる」のは設計どおり——クラウドエージェントの裏側とリソース節約の3手og
コミュニティCommunityMCP·Qiita MCP

VBAマネージャー開発から1年、Excelの中に住むエージェント初号機を作った話One year after starting an AI-driven Excel VBA manager, the author built a…

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

AI要約AIでExcel VBAを操るツールの開発開始から約1年が経ち、著者はExcel内で自律的に動作するエージェントの初号機を実装した。MCPを活用したこの取り組みは、Excelをただの表計算ツールではなくエージェントの実行環境として捉え直す試みとして注目される。

AI SUMMARYOne year after starting an AI-driven Excel VBA manager, the author built a first-generation agent that lives inside Excel itself, leveraging MCP to treat the spreadsheet as an autonomous execution environment rather than a passive tool.

VBAマネージャーの開発から1年で、Excelの中に住むエージェントの初号機を作った話og
🔥 HOTコミュニティCommunityMCP·Qiita MCP

もう一つのアプリを作るな、MCPサーバーを作れ:MCP史上最大アップデートの本当のシグナルAnthropic shipped the largest MCP update since launch (2026-07-28), introducing…

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

AI要約Anthropicが2026-07-28にMCP公開以来最大のアップデートをリリースし、ステートレス化・認証強化などを導入。筆者はこの変更の本質を「流通チャネルの格上げ」と捉え、開発者はアプリではなくMCPサーバーを作るべきだと主張する。

AI SUMMARYAnthropic shipped the largest MCP update since launch (2026-07-28), introducing stateless operation and stronger auth. The author argues the real signal is that MCP is becoming a primary distribution channel, urging builders to ship MCP servers instead of standalone apps.

Wed, Jul 293 entries
コミュニティCommunityAI Editors·Qiita Cursor

Cursor Startプラン、Grok 4.5固定medium・non-fast制限が明記にCursor updated its official plan description for the newly launched Cursor…

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

AI要約2026年7月28日開始のCursor Startプランについて、公式説明文が更新され、利用できるGrok 4.5のリクエストがmedium品質・non-fast応答に固定される制限が初めて明示された。ユーザーが性能面の上限を正確に把握できるようになった点で重要な情報開示といえる。

AI SUMMARYCursor updated its official plan description for the newly launched Cursor Start plan, explicitly stating that Grok 4.5 usage is locked to medium quality and non-fast response speeds. This clarification gives users a clearer picture of the plan's performance limitations.

コミュニティCommunityMCP·Qiita MCP

Ansys Lumerical向けMCPサーバー「PyLumerical-MCP」がリリースPyLumerical-MCP has been released, enabling AI agents to control the Ansys…

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

AI要約AIエージェントがPyLumericalを通じてフォトニクス解析ソフトAnsys Lumericalを操作できるMCPサーバーが公開され、シミュレーション自動化の新たな手段が提供された。

AI SUMMARYPyLumerical-MCP has been released, enabling AI agents to control the Ansys Lumerical photonics simulation software via PyLumerical, opening up new possibilities for automated photonic design workflows.

コミュニティCommunityAI Editors·Qiita Cursor

息をするように大量のAIを同時稼働させる時代。管理が面倒すぎたので「AI開発用OS」を自作したManaging multiple simultaneous AI agents (Cursor, Claude Code, Cline) across…

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

AI要約複数プロジェクトでCursorやClaude Codeを並行稼働させると管理が煩雑になるため、著者はAIエージェントを統合管理する独自の「AI開発用OS」を自作し、その設計思想と実装を紹介している。

AI SUMMARYManaging multiple simultaneous AI agents (Cursor, Claude Code, Cline) across projects became unwieldy, so the author built a custom "AI development OS" to centralize orchestration and shares the design behind it.

Tue, Jul 2810 entries
コミュニティCommunityLocal Models·Qiita LLM

[2026年版]最新Open LLMのアーキテクチャ総整理(Kimi K3, GLM-5.2, etc.)A 2026 survey comparing the architectures of leading open LLMs including Kimi…

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

AI要約Kimi K3やGLM-5.2など2026年時点の主要オープンLLMのアーキテクチャを横断的に比較・整理した記事。各モデルの設計上の特徴と違いを把握することで、用途に合ったモデル選定の判断材料となる。

AI SUMMARYA 2026 survey comparing the architectures of leading open LLMs including Kimi K3 and GLM-5.2, highlighting structural differences that matter for model selection and deployment.

[2026年版]最新Open LLMのアーキテクチャ総整理(Kimi K3, GLM-5.2, etc.)og
コミュニティCommunityAI Editors·Qiita Cursor

Cursorがインド向け新プラン「Cursor Start」発表、月額₹649で始めるAI開発Cursor announced a new India-specific plan called Cursor Start, offering…

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

AI要約CursorはインドのデベロッパーむけにCursor Startプランを発表し、月額₹649という低価格でAI支援開発環境を提供する。新興市場への価格戦略として注目される。

AI SUMMARYCursor announced a new India-specific plan called Cursor Start, offering AI-assisted development at ₹649 per month, making it significantly more accessible for Indian developers and signaling a localized pricing strategy for emerging markets.

Cursorがインド向け新プラン「Cursor Start」発表、月額₹649で始めるAI開発og
コミュニティCommunityClaude Code·Qiita Claude

Claudeの記憶を「メモ帳・日記・本棚」の3層に分ける — dejavu というOSSを作りましたdejavu is an open-source MCP server that organizes Claude's memory into three…

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

AI要約Claude向けMCPサーバー「dejavu」は、AIの記憶を短期・中期・長期の3層構造で管理するOSSで、会話の継続性と知識の永続化を実現する。セッションをまたいだ文脈保持が容易になり、より一貫性のあるAIアシスタント体験が得られる。

AI SUMMARYdejavu is an open-source MCP server that organizes Claude's memory into three layers—notepad, diary, and bookshelf—representing short-, mid-, and long-term storage. This structured approach improves context retention across sessions and enables more consistent AI assistant interactions.

コミュニティCommunityCodex·Qiita VSCode

【備忘録】「Codex に対してデバイスコード認証を有効にする」を無効にしてVSCode拡張機能のCodexが使えなくなった時の回復方法A memo covering how to recover VSCode's Codex extension on Windows (WSL2) after…

重要度 InfoInformational深掘り候補 · 技術記事 · OpenAI / CodexDeep-dive candidate · technical post · OpenAI / Codex

AI要約VSCode拡張機能のCodexでデバイスコード認証を誤って無効化した際に認証が切断され使えなくなる問題について、Windows(WSL2)環境での回復手順をまとめた備忘録。

AI SUMMARYA memo covering how to recover VSCode's Codex extension on Windows (WSL2) after accidentally disabling device code authentication, which causes the extension to stop working.

コミュニティCommunityCopilot·Qiita GitHub Copilot

AIエージェントと組んだら、データサイエンスプロジェクトはどう変わる?実験してみた(後半戦)The second half of a hands-on experiment exploring how AI agents reshape data…

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

AI要約AIエージェントをデータサイエンスプロジェクトに組み込んだ実験の後半として、実際の作業フローや生産性への影響を検証。エージェント活用が分析業務をどう変えるかを具体的に示している。

AI SUMMARYThe second half of a hands-on experiment exploring how AI agents reshape data science workflows, covering practical impact on productivity and the specific ways agent collaboration changes analytical work.

コミュニティCommunityCopilot·Qiita GitHub Copilot

AIエージェントと組んだら、データサイエンス PJ はどう変わる?実験してみた(前半戦)The author experiments with integrating AI agents into a data science project…

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

AI要約AIエージェントをデータサイエンスプロジェクトに導入した場合の変化を実験形式で検証し、作業効率や進め方への具体的な影響を前半パートとして報告している。

AI SUMMARYThe author experiments with integrating AI agents into a data science project workflow, documenting concrete changes in efficiency and process in this first installment.

コミュニティCommunityMCP·Qiita MCP

MCP SDKのnpmを確認したら、ステートレス仕様の確定日に9パッケージへ分裂していたThe MCP SDK was split into nine separate npm packages coinciding with the…

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

AI要約MCP SDKがステートレス仕様の確定と同じタイミングでnpm上で9つのパッケージに分割されており、利用者はパッケージ構成の変化を把握する必要がある。

AI SUMMARYThe MCP SDK was split into nine separate npm packages coinciding with the finalization of the stateless spec, requiring developers to update their dependencies accordingly.

コミュニティCommunityClaude Code·Qiita VSCode

VSCodeからMulmoTerminalへ移籍した話A developer shares why they migrated from VSCode's integrated terminal to…

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

AI要約VSCodeのメモリ圧迫やWindowsUpdateによるセッション消失に悩むAI開発者が、MulmoTerminalへ移行することで得られる利点と移行手順を紹介している。

AI SUMMARYA developer shares why they migrated from VSCode's integrated terminal to MulmoTerminal, citing memory pressure, session loss from Windows Updates, and accidental terminal closures as key pain points for CLI-based AI development.

🔥 HOTコミュニティCommunityMCP·Qiita MCP

MCPが2026-07-28仕様でセッションIDを廃止してステートレス化へThe MCP specification dated 2026-07-28 removes session IDs, shifting the…

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

AI要約2026-07-28付けのMCP仕様改定によりセッションIDが廃止され、プロトコルがステートレス設計に移行する。この変更はサーバー実装の簡素化と水平スケーリングの容易化に直結するため、既存のMCPサーバー開発者は対応が必要となる。

AI SUMMARYThe MCP specification dated 2026-07-28 removes session IDs, shifting the protocol to a stateless design. This simplifies server implementations and enables easier horizontal scaling, requiring existing MCP server developers to update their code.

コミュニティCommunityLocal Models·Qiita LLM

RGBカメラ1台でロボットを制御するMistralの「Robostral Navigate」Mistral introduced Robostral Navigate, a model enabling robot navigation using…

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

AI要約MistralがRGBカメラ1台の映像だけでロボットのナビゲーションを実現する「Robostral Navigate」を発表。深度センサーや複雑なセンサー構成なしにビジョンベースの自律移動が可能になる点が注目される。

AI SUMMARYMistral introduced Robostral Navigate, a model enabling robot navigation using only a single RGB camera feed. This lowers the hardware barrier for autonomous robotics by eliminating the need for depth sensors or multi-sensor rigs.

RGBカメラ1台でロボットを動かすMistralのRobostral Navigateog
Mon, Jul 275 entries
コミュニティCommunityLocal Models·Qiita LLM

Gemma 4 を「自分専用のAIチャット」にしてみた 〜Ollama + FastAPI で作るブラウザUI〜This article walks through building a private AI chat interface by running…

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

AI要約Ollama で Gemma 4 をローカル実行し、FastAPI とブラウザUIを組み合わせてプライベートなAIチャット環境を構築する手順を解説した記事。クラウド不要で手軽にLLMを活用できる点が実用上の大きな魅力です。

AI SUMMARYThis article walks through building a private AI chat interface by running Gemma 4 locally via Ollama and exposing it through a FastAPI backend with a browser-based UI. It matters because it gives developers a straightforward, cloud-free path to self-hosted LLM chat.

Gemma 4 を "自分専用のAIチャット" にしてみた 〜Ollama + FastAPI で作るブラウザUI〜og
コミュニティCommunityClaude Code·Qiita Claude

Claude Code「/config」設定の教科書 ― 全42項目を1つずつ解説+おすすめ設定(v2.1.220対応)A comprehensive guide covering all 42 configuration options in Claude Code's…

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

AI要約Claude Code の /config で利用できる全42項目の設定を網羅的に解説し、実用的な推奨値をまとめた記事。各オプションの挙動を把握することで、開発ワークフローを細かくカスタマイズできる。

AI SUMMARYA comprehensive guide covering all 42 configuration options in Claude Code's /config menu for v2.1.220, explaining each setting's behavior and providing recommended values to optimize developer workflows.

コミュニティCommunityAI Editors·Qiita Cursor

完全無料で試す Tableau MCP ✕ さくらのAI で実現するセキュアなAIデータアシスタント構成案This article explains how to build a secure, cost-free AI data assistant by…

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

AI要約Tableau MCPとさくらのAIを組み合わせ、無料かつセキュアなAIデータアシスタント環境をCursor上で構築する方法を解説した記事。国内クラウドを活用することでデータを外部送信せずにAI分析を実現できる点が注目される。

AI SUMMARYThis article explains how to build a secure, cost-free AI data assistant by combining Tableau MCP with Sakura's AI service inside Cursor. Using a domestic cloud keeps data on-premises while still enabling AI-driven analysis.

完全無料で試す Tableau MCP ✕ さくらのAI で実現するセキュアなAIデータアシスタント構成案og
コミュニティCommunityCopilot·Qiita VSCode

【学生向け】GitHubCopilotをVSCode上で使うA beginner-friendly guide aimed at students explaining how to set up GitHub…

重要度 InfoInformational深掘り候補 · 技術記事 · GitHub CopilotDeep-dive candidate · technical post · GitHub Copilot

AI要約学生を対象に、VSCode上でGitHub Copilotを導入してインライン候補提示などのコーディング支援機能を活用する手順を解説した入門記事。就活やレポート作業を終えた著者が実体験をもとに紹介している。

AI SUMMARYA beginner-friendly guide aimed at students explaining how to set up GitHub Copilot in VS Code to enable inline code suggestions and other AI-assisted coding features.

コミュニティCommunityMCP·Qiita MCP

【Stack Overflow】Stack Overflow for Agentsとは?〜AIエージェント同士でナレッジを共有する仕組みを整理する〜Stack Overflow for Agents is a knowledge-sharing framework that lets AI agents…

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

AI要約Stack Overflow for AgentsはMCPを活用してAIエージェント間でナレッジを共有・再利用できる仕組みで、エージェント同士が蓄積した知識を効率的に活用できる点が注目される。

AI SUMMARYStack Overflow for Agents is a knowledge-sharing framework that lets AI agents exchange and reuse solutions via MCP, enabling more efficient multi-agent collaboration by building on collective expertise.