HomeTags#qiitaPage 5

Tag timeline

#qiita page 5/5

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

Total 128
Showing 8
Page 5/5
Updated 1h ago

Entries page 5/5 · 128 total

Mon, May 25 7 entries
blog mcp 3w ago · qiita-mcp

「いま重い SQL を 3 件教えて」を Claude × Oracle 公式 4 経路で 3 ターン会話してみた 「いま重い SQL を 3 件教えて」を Claude × Oracle 公式 4 経路で 3 ターン会話してみた

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 5月25日 Published May 25

AI要約 Oracle 公式が提供する NL2SQL/MCP 系の 4 サービスに対し、Claude で同じ自然言語クエリを投げ、3 ターンの会話で重い SQL を特定する手順を比較検証した記事。

EN A hands-on comparison of four Oracle-official NL2SQL/MCP pathways, using Claude to ask for the top three slowest SQL statements in a three-turn conversation and evaluating each approach.

fallback
blog mcp 3w ago · qiita-mcp

MCP (Model Context Protocol) に入門する MCP (Model Context Protocol) に入門する

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 5月25日 Published May 25

AI要約 現役AIエンジニア・遠藤太一氏が実プロダクトを題材にMCPの基礎を解説する入門シリーズのPart 1。

EN An introductory article by AI engineer Taichi Endoh covering the basics of MCP (Model Context Protocol), the first in a hands-on learning series.

fallback
blog mcp 3w ago · qiita-mcp

kSQL で kintone アプリを結合し Claude Desktop にグラフ表示する rex0220 kSQL Claude Desktop にグラフ表示

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 5月25日 Published May 25

AI要約 kSQL を使って kintone アプリを結合・集計し、Claude Desktop 上でグラフとして可視化する方法を紹介する記事です。

EN A tutorial showing how to join and aggregate kintone app data using kSQL, then visualize the results as charts inside Claude Desktop via MCP.

fallback
blog copilot 3w ago · qiita-copilot

PR レビュー AI ベンチ:同一 PR を 5 ツールに渡した結果 PR レビュー AI ベンチ:同一 PR を 5 ツールに渡した結果

重要度 Medium Medium priority 重要度 Medium · 技術記事 · GitHub Copilot Medium priority · technical post · GitHub Copilot 公開 5月25日 Published May 25

AI要約 同一の Pull Request を ChatGPT GPT-5 など 5 つの AI レビューツールに投入し、それぞれの検出精度や使い勝手を比較検証した記事。

EN A hands-on benchmark comparing five AI code-review tools on the same Pull Request, evaluating detection quality, usability, and practical trade-offs.

fallback
🔥 HOT blog cursor 3w ago · qiita-cursor

GoogleがClaude Code・Cursorに宣戦布告!Antigravity 2.0で「開発者は監督になる」時代の幕開け 【激震】GoogleがClaude Code・Cursorに宣戦布告!Antigravity 2

重要度 High High priority 重要度 High · 技術記事 · AI Editors High priority · technical post · AI Editors 公開 5月25日 Published May 25

AI要約 Google I/O 2026で発表されたAntigravity 2.0が、AIコーディングツール市場に激震。開発者の役割が「指揮者」へと変わる新時代を示唆。

EN Google unveiled Antigravity 2.0 at I/O 2026, positioning it as a direct rival to Claude Code and Cursor and reframing developers as orchestrators rather than hands-on coders.

fallback
blog copilot 3w ago · qiita-copilot

【脱・Office】NotebookLM × Dify × Copilotで実現する、要件定義からAIエージェント実装までの一気通貫パイプライン 【脱・Office】NotebookLM × Dify × Copilotで実現する、要件定義からAIエージェント実装までの一気通貫パイプライン

重要度 Medium Medium priority 重要度 Medium · 技術記事 · GitHub Copilot Medium priority · technical post · GitHub Copilot 公開 5月25日 Published May 25

AI要約 NotebookLM・Dify・Microsoft Copilotを組み合わせ、要件定義からAIエージェント実装まで一気通貫で行うOffice脱却パイプラインを解説した実践記事。

EN A hands-on article by Takuya Fujino showing how to chain NotebookLM, Dify, and Microsoft Copilot into an end-to-end pipeline covering requirements definition through AI agent implementation, without relying on traditional Office tools.

fallback
blog cursor 3w ago · qiita-cursor

CodexがやばいーAI実装の主役が交代した話 Codexがやばい、AI実装の主役が交代した話

重要度 Medium Medium priority 重要度 Medium · 技術記事 · AI Editors Medium priority · technical post · AI Editors 公開 5月25日 Published May 25

AI要約 非エンジニアが本番SaaSを9ヶ月でリリース。Claude Code→Codex→Cursor Composerと実装の主役が3回交代した体験談。

EN A non-engineer recounts 9 months of building a production SaaS entirely with AI tools, cycling through Claude Code, Codex, and Cursor Composer as the lead implementation tool.

fallback
Sun, May 24 1 entries
blog cursor 3w ago · qiita-cursor

Claude Desktop / Cursor からボーカル抽出・カラオケ生成まで叩く:StemSplit 公式 MCP サーバー stemsplit-mcp の使い方【2026年版】 Claude Desktop / Cursor からボーカル抽出・カラオケ生成まで叩く:StemSplit 公式 MCP サーバー stemsplit-mcp…

重要度 Medium Medium priority 重要度 Medium · 技術記事 · AI Editors Medium priority · technical post · AI Editors 公開 5月24日 Published May 24

AI要約 StemSplit 公式 MCP サーバー stemsplit-mcp を使い、Claude Desktop や Cursor から直接ボーカル抽出・カラオケ生成・6ステム分離を実行する手順を解説した 2026 年版チュートリアル。

EN A 2026 tutorial on using StemSplit's official MCP server (stemsplit-mcp) to perform vocal extraction, karaoke track generation, and 6-stem separation directly from Claude Desktop or Cursor.

Claude Desktop / Cursor からボーカル抽出・カラオケ生成まで叩く:StemSplit 公式 MCP サーバー stemsplit-mcp の使い方【2026年版】 og fallback