HomeTags#qiitaPage 2

Tag timeline

#qiitapage 2/10

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

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

Entriespage 2/10 · 299 total

Thu, Aug 136 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

【Hardware DevOps】GitHubで始めるManufacturing as CodeThis article demonstrates applying software DevOps practices to 3D printing…

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

AI要約GitHubを中心にソフトウェア開発の手法を3Dプリント製造に応用するHardware DevOpsの実践例を紹介。コードで製造プロセスを管理するManufacturing as Codeの具体的なワークフローを解説している。

AI SUMMARYThis article demonstrates applying software DevOps practices to 3D printing hardware development via GitHub, treating manufacturing processes as code. It explains how to manage and automate physical production workflows using familiar CI/CD tooling.

【Hardware DevOps】GitHubで始めるManufacturing as Codeog
コミュニティCommunityLocal Models·Qiita LLM

モデルを4分の1に圧縮しても、賢さはほぼ落ちないQuantizing LLM weights to 4-bit precision relieves memory-bandwidth…

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

AI要約量子化によりLLMの重みを4ビットに削減すると、メモリ帯域のボトルネックが解消されコストと推論レイテンシを同時に低減できる一方、精度の低下はほぼ無視できる水準に抑えられる。

AI SUMMARYQuantizing LLM weights to 4-bit precision relieves memory-bandwidth bottlenecks, cutting both inference cost and latency with minimal degradation in model quality.

モデルを4分の1に圧縮しても、賢さはほぼ落ちないog
コミュニティCommunityLocal Models·Qiita LLM

RTX 4090 × 4枚で Qwen3.6-27B ファインチューン「Fable-Fusion-711」を vLLM (Docker) で動かす — ハイブリッド構成の KV 設計までThis article walks through running the Qwen3.6-27B community fine-tune…

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

AI要約DavidAU 氏による Qwen3.6-27B のコミュニティファインチューン「Fable-Fusion-711」を、RTX 4090 4枚構成で vLLM (Docker) を使って実行する手順と、ハイブリッド構成向けの KV キャッシュ設計を解説した記事です。

AI SUMMARYThis article walks through running the Qwen3.6-27B community fine-tune "Fable-Fusion-711" — which outperforms the base model on 6 of 7 benchmarks including ARC-C — on a four-GPU RTX 4090 setup via vLLM in Docker, covering KV cache design for hybrid configurations.

RTX 4090 × 4枚で Qwen3.6-27B ファインチューン「Fable-Fusion-711」を vLLM (Docker) で動かす — ハイブリッド構成の KV 設計までog
コミュニティCommunityVS Code·Qiita VSCode

Markdownのプレビューを見ながら編集できる──VS Code 1.131 新機能を試すVS Code 1.131 introduces an experimental Hybrid Markdown editor that lets users…

重要度 MediumMedium priority技術記事 · VS Code / Dev Envtechnical post · VS Code / Dev Env

AI要約VS Code 1.131 にレンダリング済みの見た目のまま Markdown を直接編集できる実験的機能 Hybrid Markdown editor が追加され、プレビューと編集を行き来する手間が不要になった。

AI SUMMARYVS Code 1.131 introduces an experimental Hybrid Markdown editor that lets users edit Markdown in its rendered form, eliminating the need to switch between source and preview panes.

Markdownのプレビューを見ながら編集できる──VS Code 1.131 新機能を試すog
コミュニティCommunityAI Editors·Qiita Cursor

現在あるAI駆動開発のパターンを調べてみたThe article categorizes and compares major AI-driven development patterns—vibe…

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

AI要約Vibe coding・Spec駆動・Context整備・自律ループなど、「AI駆動開発」と呼ばれる手法を分類し、それぞれの意味するところを体系的に整理した記事。用語の混乱を解消し、現場での共通認識づくりに役立てることを目的としている。

AI SUMMARYThe article categorizes and compares major AI-driven development patterns—vibe coding, spec-driven development, context engineering, and autonomous CI loops—clarifying the terminology confusion that arises when practitioners use the same phrases to mean different things.

現在あるAI駆動開発のパターンを調べてみたog
コミュニティCommunityAI Editors·Qiita Cursor

CursorとUEでマップの自動生成をしてみたA hands-on account of building an AI-assisted workflow with Cursor and Unreal…

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

AI要約知見のない分野でもAIと協力しながら開発を進める体制の組み立て方を、CursorとUnreal Engineを使ったマップ自動生成を題材に解説した実践的な記録。

AI SUMMARYA hands-on account of building an AI-assisted workflow with Cursor and Unreal Engine to auto-generate maps, showing how to iteratively refine AI output in an unfamiliar domain.

CursorとUEでマップの自動生成をしてみたog
Wed, Aug 126 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

GitHub Copilot CLIをMaya・Houdiniへ接続して操作したら思ったより便利だった話A developer connected GitHub Copilot CLI to both Maya and Houdini, enabling…

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

AI要約GitHub Copilot CLIをMayaおよびHoudiniに接続し、GUIで結果を確認しながらAIにDCCツールを操作・開発させるワークフローの実用性を検証した記事。AIによるコード生成と即時GUI確認の組み合わせが実務で有効に機能することを示している。

AI SUMMARYA developer connected GitHub Copilot CLI to both Maya and Houdini, enabling AI-driven DCC tool operation with real-time GUI feedback. The experiment demonstrates a practical workflow where Copilot generates code while artists verify results directly in the viewport.

コミュニティCommunityCopilot·Qiita GitHub Copilot

インストラクション・スキル・フックの個人的な構成と作り方The article explains how to structure instruction files, skills, and hooks to…

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

AI要約AIエージェントが苦手なプロジェクト固有の作法を補うため、インストラクションファイル・スキル・フックを活用した実践的な構成方法を解説している。適切に設定することでAIの作業精度を高められる点が重要。

AI SUMMARYThe article explains how to structure instruction files, skills, and hooks to teach AI agents project-specific conventions they cannot infer on their own, improving overall task accuracy and reliability.

コミュニティCommunityClaude Code·Qiita VSCode

Claude Codeのステータスラインを設定して、使用中のモデルやブランチ、利用料金をいつでもすぐに見れるようにしたThis article explains how to configure VS Code's status bar to always display…

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

AI要約Claude Code利用時に現在のモデル・思考深度・作業ディレクトリ・累積料金などをVSCodeのステータスバーに常時表示する設定方法を紹介した記事。セッション中の状況把握が容易になり、意図しない設定や課金の見落としを防げる。

AI SUMMARYThis article explains how to configure VS Code's status bar to always display Claude Code session details such as the active model, thinking depth, working directory, and cumulative cost. The setup helps developers stay aware of their current configuration and avoid unexpected charges.

コミュニティCommunityVS Code·Qiita VSCode

「TeraPad・秀丸・Eclipseしか使ったことがない」人が、今どきのVSCodeを理解するための記事A beginner's guide to VSCode aimed at developers who have only used legacy…

重要度 InfoInformational深掘り候補 · 技術記事 · VS Code / Dev EnvDeep-dive candidate · technical post · VS Code / Dev Env

AI要約長年TeraPadや秀丸、Eclipseを使い続けてきた開発者向けに、現代のVSCodeの概念や機能をわかりやすく解説した入門記事。現場復帰時の戸惑いを解消し、スムーズに移行できることを目的としている。

AI SUMMARYA beginner's guide to VSCode aimed at developers who have only used legacy tools like TeraPad, Hidemaru, or Eclipse, explaining modern editor concepts to help them transition smoothly when returning to active development.

コミュニティCommunityAI Editors·Qiita Cursor

IDEを離れずにバグ対応を終わらせる:コードと課題管理をMCPでつなぐThis article demonstrates how combining Cursor with an MCP server lets…

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

AI要約CursorとMCPサーバーを組み合わせることで、課題管理ツールへの行き来を省きながらIDEだけでバグ対応を完結できるワークフローを紹介している。コンテキストスイッチを減らし開発効率を高める実践的なアプローチとして注目される。

AI SUMMARYThis article demonstrates how combining Cursor with an MCP server lets developers handle bug triage, status updates, and code fixes entirely within the IDE, eliminating context switching to external issue trackers and improving overall workflow efficiency.

コミュニティCommunityAI Editors·Qiita Cursor

Claude WorkbenchがConsoleに統合——Claude Code・Cursor開発者の移行チェックリスト【2026年8月】Anthropic will shut down Claude Workbench on August 17, 2026, merging its…

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

AI要約Anthropicは2026年8月17日にClaude Workbenchを廃止し、プロンプトテスト機能をClaude Consoleへ統合する。Claude CodeやCursorを利用する開発者は移行手順を事前に確認しておく必要がある。

AI SUMMARYAnthropic will shut down Claude Workbench on August 17, 2026, merging its prompt-testing capabilities into Claude Console. Developers using Claude Code or Cursor must follow a migration checklist to avoid workflow disruption.

Tue, Aug 115 entries
コミュニティCommunityVS Code·Qiita VSCode

VSCodeでPythonをターミナル実行しながらデバッグする方法The article explains how to use VSCode's built-in debugger alongside terminal…

重要度 InfoInformational深掘り候補 · 技術記事 · VS Code / Dev EnvDeep-dive candidate · technical post · VS Code / Dev Env

AI要約print文に頼ったデバッグはコミットログへの混入など保守上のリスクがあるため、VSCodeのデバッガーをターミナル実行と併用する安全でスマートな手法を紹介している。

AI SUMMARYThe article explains how to use VSCode's built-in debugger alongside terminal execution for Python, offering a cleaner and safer alternative to print-statement debugging that avoids accidental commits of debug output.

VSCodeでPythonをターミナル実行しながらデバッグする方法og
コミュニティCommunityMCP·Qiita MCP

「Agent Plugins 1.0.0」を使ってみたAgent Plugins 1.0.0 introduces a unified plugin format for AI coding agents,…

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

AI要約クライアントごとに乱立していたAIコーディングエージェントの拡張形式を統一する「Agent Plugins 1.0.0」が登場し、同一スキルやMCPサーバーをVS Code・Cursor・Codexなど複数環境で共通利用できるようになった。

AI SUMMARYAgent Plugins 1.0.0 introduces a unified plugin format for AI coding agents, allowing the same skills and MCP servers to be shared across clients like VS Code, Cursor, and Codex without per-client rewrites.

Agent Plugins 1.0.0 を使ってみたog
コミュニティCommunityVS Code·Qiita VSCode

遺伝研スパコン入門:利用申請から「VS Code Remote SSH」接続までA beginner-friendly guide covering how to apply for access to the NIG…

重要度 InfoInformational深掘り候補 · 技術記事 · VS Code / Dev EnvDeep-dive candidate · technical post · VS Code / Dev Env

AI要約遺伝研スパコン(一般解析区画)の利用申請手順からSSHログイン、VS Code Remote SSHによるファイル編集環境の構築までを初心者向けに解説した記事。

AI SUMMARYA beginner-friendly guide covering how to apply for access to the NIG supercomputer, log in via SSH, and set up VS Code Remote SSH for remote file editing and terminal use.

コミュニティCommunityLocal Models·Qiita LLM

Goose reviewを試したら、チェック定義ファイルまで診断対象に入っていたA developer testing Goose, the agentic AI CLI by Block (now under Linux…

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

AI要約Block社開発のAIエージェントCLI「Goose」のコードレビュー機能を試したところ、レビュー対象としてチェック定義ファイル自体も診断されるという予想外の挙動が確認された。ローカルでのコードレビュー自動化を検討するエンジニアにとって注意すべき動作として紹介されている。

AI SUMMARYA developer testing Goose, the agentic AI CLI by Block (now under Linux Foundation), discovered that its code review feature unexpectedly included the check-definition files themselves as review targets. This behavioral quirk is worth noting for engineers considering local automated code review with Goose.

Goose reviewを試したら、チェック定義ファイルまで診断対象に入っていたog
コミュニティCommunityLocal Models·Qiita LLM

MetaのMuse Glimmer-30Bは量子化で24GBのGPUにエージェント一式を収めるMeta released Muse Glimmer-30B, which fits in roughly 24 GB of VRAM when…

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

AI要約MetaがMuse Glimmer-30Bを公開し、量子化版が約24GBのVRAMに収まることで、コンシューマー向けGPU単体でエージェント構成を動かせる点が注目される。

AI SUMMARYMeta released Muse Glimmer-30B, which fits in roughly 24 GB of VRAM when quantized, making it practical to run a full agent stack on a single consumer GPU.

Metaの30B Muse Glimmerは24GBのGPUにエージェント一式を載せるog
Mon, Aug 104 entries
コミュニティCommunityVS Code·Qiita VSCode

VSCode 初期設定A practical guide covering VSCode installation via Homebrew on macOS and…

重要度 InfoInformational深掘り候補 · 技術記事 · VS Code / Dev EnvDeep-dive candidate · technical post · VS Code / Dev Env

AI要約macOS 環境での VSCode のインストール方法と settings.json を用いた基本設定手順をまとめた記事。開発環境を素早く整えるための実践的なリファレンスとして役立つ。

AI SUMMARYA practical guide covering VSCode installation via Homebrew on macOS and essential configuration through settings.json, serving as a quick reference for setting up a consistent development environment.

コミュニティCommunityVS Code·Qiita VSCode

VS CodeでMarkdown記法をPDFに変換・整形する方法This article explains how to use the VS Code extension "Markdown PDF" to…

重要度 InfoInformational深掘り候補 · 技術記事 · VS Code / Dev EnvDeep-dive candidate · technical post · VS Code / Dev Env

AI要約VS Codeの拡張機能「Markdown PDF」を使ってMarkdownファイルをPDFへ変換する手順と、CSSによる見た目のカスタマイズ方法をセットアップから実践まで解説した記事です。

AI SUMMARYThis article explains how to use the VS Code extension "Markdown PDF" to convert Markdown files to PDF, covering setup and CSS-based styling customization from start to finish.

VS CodeでMarkdown記法をPDFに変換・整形する方法og
コミュニティCommunityAI Editors·Qiita Cursor

Cursor で CircleCI の Agent Skill と MCP サーバーを連携させ、CI設定ファイルの検証を自動化するCircleCI released an Agent Skill and MCP server for Cursor, enabling AI agents…

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

AI要約CircleCIがCursorと連携するAgent SkillとMCPサーバーを公開し、AIエージェントがCICD設定ファイルの検証やエラー対応を自律的に行える仕組みが整った。

AI SUMMARYCircleCI released an Agent Skill and MCP server for Cursor, enabling AI agents to autonomously validate CI config files and resolve pipeline errors without manual intervention.

Cursor で CircleCI の Agent Skill と MCP サーバーを連携させ、CI設定ファイルの検証を自動化するog
コミュニティCommunityCopilot·Qiita GitHub Copilot

GitHub Copilotで書いたコード、レビューはどうしてる?を実践から整理するThis article organizes practical code review strategies for GitHub…

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

AI要約GitHub Copilotによるコード生成が増える中、生成コードをそのままマージせず実践的なレビュー手法を体系化した知見を共有している。

AI SUMMARYThis article organizes practical code review strategies for GitHub Copilot-generated code, addressing how teams can avoid blindly merging AI output while maintaining development speed.

GitHub Copilotで書いたコード、レビューはどうしてる?を実践から整理するog
Sun, Aug 98 entries
コミュニティCommunityVS Code·Qiita VSCode

VSCode Remote-SSH + AWS CLIでEC2を「ローカルフォルダ」として扱うThis article explains how to replace manual AWS Console operations with a…

重要度 InfoInformational深掘り候補 · 技術記事 · VS Code / Dev EnvDeep-dive candidate · technical post · VS Code / Dev Env

AI要約マネジメントコンソールでの手動操作をやめ、AWS CLI・VSCode Remote-SSH・Gitを組み合わせることで、EC2インスタンスをローカルフォルダ感覚で操作できる環境の構築手順を紹介している。

AI SUMMARYThis article explains how to replace manual AWS Console operations with a streamlined workflow using AWS CLI, VSCode Remote-SSH, and Git, making EC2 instances feel like local folders on your machine.

VSCode Remote-SSH + AWS CLIでEC2を「ローカルフォルダ」として扱うog
コミュニティCommunityLocal Models·Qiita LLM

HandyとローカルLLMで音声入力環境を構築しようとした話The author built a pipeline combining Handy's speech recognition on Windows…

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

AI要約WindowsのHandyによる音声認識の後段にローカルLLMを配置し、用途別(業務・友人向けチャットなど)に文体を自動整形する仕組みを構築した。構成自体は動作したものの、処理待ち時間がネックとなり実用面での課題が残った。

AI SUMMARYThe author built a pipeline combining Handy's speech recognition on Windows with a local LLM to automatically reformat transcribed text into different styles for work, AI prompts, and casual chat. The setup functioned but proved impractical due to noticeable processing latency.

HandyとローカルLLMで音声入力環境を構築しようとした話og
コミュニティCommunityCopilot·Qiita GitHub Copilot

【2026年8月版】Claude Code・GitHub Copilot・Cursor実装比較|インストールからCI組み込み・簡易ベンチマークまでA hands-on comparison of Claude Code, GitHub Copilot, and Cursor covering…

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

AI要約三大AIコーディングツールをインストール手順・CI連携・簡易ベンチマークの観点で横断比較し、用途別の選択指針を示した実践的ガイド。「どれを使うか」ではなく「どう組み合わせるか」という段階に達した開発現場に向けた内容。

AI SUMMARYA hands-on comparison of Claude Code, GitHub Copilot, and Cursor covering installation, CI integration, and lightweight benchmarks to help developers choose the right tool—or combination of tools—for each use case in mid-2026.

【2026年8月版】Claude Code・GitHub Copilot・Cursor実装比較|インストールからCI組み込み・簡易ベンチマークまでog
コミュニティCommunityLocal Models·Qiita LLM

ローカルLLMでISMS適合状況評価を支援する ― ヒアリングから報告書まで5日間の「人とLLMの分担」A practitioner report on delegating ISMS conformity assessments to a local LLM…

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

AI要約業務PCのローカルLLMを活用し、顧客機密を外部に出さずにISMS規格の全要求の合否判定と改善案の下書きを5日間で完了させるワークフローを検証した実践記録。

AI SUMMARYA practitioner report on delegating ISMS conformity assessments to a local LLM running on a business PC, completing pass/fail judgments and improvement drafts within five days without exposing confidential data externally.

ローカルLLMにISMSの適合状況評価を支援させる ― 第2回 ヒアリングから報告書まで5日間(人とLLMの分担)og
コミュニティCommunityAI Editors·Qiita Cursor

AI駆動開発とは何か?Claude Code・GitHub Copilot・Cursorの使い分けと導入5ステップを整理してみたThis article clarifies the distinction between AI-assisted and AI-driven…

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

AI要約AI支援開発とAI駆動開発の違いを整理しつつ、Claude Code・GitHub Copilot・Cursorの選び方と、小規模チームが失敗しにくい5ステップの導入手順を解説した実践的な記事。

AI SUMMARYThis article clarifies the distinction between AI-assisted and AI-driven development, outlines criteria for choosing among Claude Code, GitHub Copilot, and Cursor, and presents a five-step adoption guide for small teams.

AI駆動開発とは何か?Claude Code・GitHub Copilot・Cursorの使い分けと導入5ステップを整理してみたog
コミュニティCommunityLocal Models·Qiita LLM

数式なしで完全理解!LLMの「量子化」をわかりやすく解説A beginner-friendly article explaining LLM quantization without math or…

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

AI要約LLMの量子化技術をFP32などの専門用語や数式を一切使わず、直感的な比喩で丁寧に説明した入門記事。スマホや一般PCでLLMを動かすための軽量化の仕組みを理解したい初心者に役立つ。

AI SUMMARYA beginner-friendly article explaining LLM quantization without math or formulas, using intuitive analogies to clarify how techniques like FP32 reduction enable large models to run on consumer hardware.

数式拒絶!100%腹に落ちる!LLMの「量子化」ってつまりどういうこと?og
コミュニティCommunityLocal Models·Qiita LLM

LLMの量子化モデルで必要メモリと推論速度を見積もる方法This article explains how to accurately estimate memory requirements and…

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

AI要約Q4_K_MやQ5_K_Mといった量子化表記だけではモデルのメモリ使用量や推論速度は判断できないため、正確な見積もりに必要な指標と計算方法を解説した記事です。

AI SUMMARYThis article explains how to accurately estimate memory requirements and inference speed for quantized LLM models, clarifying why bit-width labels like Q4_K_M alone are insufficient for practical deployment decisions.

LLM の量子化モデルで必要メモリと推論速度を見積もる方法og
コミュニティCommunityAI Editors·Qiita Cursor

バイブコーディングをして感じたことA hands-on reflection on vibe coding with generative AI, covering the benefits…

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

AI要約生成AIをフル活用した「バイブコーディング」を実践し、圧倒的な開発速度などのメリットと課題を体験ベースでまとめた考察記事。

AI SUMMARYA hands-on reflection on vibe coding with generative AI, covering the benefits such as dramatically faster development speed and practical trade-offs observed during the experiment.

バイブコーディングをして感じたことog
Sat, Aug 81 entries
コミュニティCommunityMCP·Qiita MCP

AIにUnityプロジェクトを毎回探索させたくないので、アセット参照MCPを作った【UAsset Reference MCP #1】The author built and open-sourced UAsset Reference MCP, a Model Context…

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

AI要約UnityプロジェクトのアセットパスをAIが毎回探索しなくて済むよう、アセット参照情報をキャッシュして提供するMCPサーバー「UAsset Reference MCP」を自作・公開した。

AI SUMMARYThe author built and open-sourced UAsset Reference MCP, a Model Context Protocol server that caches Unity project asset references so AI assistants no longer need to re-scan the project on every query.

AIにUnityプロジェクトを毎回探索させたくないので、アセット参照MCPを作った【UAsset Reference MCP #1】og