v1.1.5-pre v1.1.5-pre
Fixed the git: worktree popup listing no worktrees when a project was opened at the parent of a .bare directory (bare-clone-with-sibling-worktrees layout). ( #55790 ) Fixed a crash when pasting an ima
Fixed the git: worktree popup listing no worktrees when a project was opened at the parent of a .bare directory (bare-clone-with-sibling-worktrees layout). ( #55790 ) Fixed a crash when pasting an ima
AI要約 四則演算の仕様書をAIに渡し、マークダウン形式に分解・整理させた試みを紹介する記事。Claudeを活用して仕様を構造化することで、開発作業の効率化や見通しの良さを得られた事例を共有している。
EN The author describes an experiment using Claude AI to decompose and organize arithmetic operation specifications into structured Markdown format, demonstrating how AI-assisted spec breakdown can improve clarity and development efficiency.
og AI要約 PythonライブラリFastMCPを用いてMCPサーバを構築する方法を解説した記事。シンプルな実装例を通じて、MCPの仕組みやFastMCPの基本的な使い方を分かりやすく紹介している。
EN An article explaining how to build an MCP server using the Python library FastMCP. It introduces the basics of MCP and FastMCP through simple implementation examples in an approachable way.
og AI要約 Claude Code をヘッドレスモード(claude -p)で実行する際に、余計な装飾やメタ情報を含まず純粋なテキスト出力のみを得るためのオプション指定方法を解説した記事。スクリプトやパイプラインでの活用に役立つ。
EN This article explains how to use Claude Code's headless mode (claude -p) to obtain pure text output without extra metadata or formatting, making it suitable for use in scripts and pipelines.
og AI要約 RFP(提案依頼書)を貼り付けるだけでAWSアーキテクチャ設計書を自動生成するSaaSを個人で開発した事例の紹介。LLMを活用してインフラ設計の初期工程を効率化する取り組み。
EN A personal developer built a SaaS that automatically generates AWS architecture design documents simply by pasting an RFP, using LLMs to streamline the early stages of infrastructure design.
og AI要約 AIエージェントの権限設計では、何を読めるかではなく何を変更できるかを基準にすべきと提唱。書き込み・実行権限を細かく制御することで、情報漏洩より深刻な状態破壊リスクを抑え、安全なエージェント運用を実現する設計指針を示す。
EN This article argues that AI agent permission design should focus on what can be modified rather than what can be read. Controlling write and execution privileges granularly mitigates the more serious risk of state corruption over information leakage.
og AI要約 MCPサーバーをGlamaに公開する際に発生しがちな5つの落とし穴(リポジトリ設定、メタデータ、依存関係など)を解説し、3週間も審査が止まる事態を回避するための具体的な解決策を紹介している。
EN This article describes five common pitfalls that can stall an MCP server's Glama listing review for up to three weeks, and provides concrete solutions to avoid these issues during the publishing process.
og AI要約 CursorやGemini CLIなど複数のAI駆動開発ツール間で設定やルールが分断される問題を解決するOSSを公開。各ツールに同じコーディング規約や指示を共有させ、一貫した開発体験を提供する。
EN The author built an OSS tool to unify coding rules and instructions across multiple AI-driven development tools like Cursor and Gemini CLI, solving the fragmentation issue where each tool maintains separate configurations.
og AI要約 Claude Advisor Toolの使い方を解説する記事。安価なSonnetをメインに使いつつ、難易度の高い判断や設計判断のみ高性能なOpusに委譲する仕組みで、コスト削減と回答品質の両立を実現する手法を紹介している。
EN An introduction to the Claude Advisor Tool, which combines Sonnet as the primary model with Opus for harder reasoning and design decisions, enabling both cost reduction and improved output quality.
AI要約 はじめに 2026年5月4日、AnthropicはBlackstone、Hellman & Friedman、Goldman Sachsと共同で総額15億ドル(約2,250億円、1ドル=150円換算)の企業AIサービス合弁会社を設立
AI要約 はじめに Anthropicは2026年5月5日、金融サービス業界向けに10種類のClaudeエージェントテンプレートを公開しました。銀行・資産運用・保険・フィンテックの現場で最も時間のかかる業務(ピッチブック作成、KYCスクリーニング、月
AI要約 AIコーディングツールのCodens、Devin、Cursor Composer、Sweepを「点解決」と「workflow harness」という二軸で比較した記事。各ツールの特性や使い分け、開発フローへの組み込み方の違いを整理している。
EN This article compares AI coding tools Codens, Devin, Cursor Composer, and Sweep along two axes: point solutions versus workflow harnesses, examining how each fits into development workflows and their respective strengths.
og AI要約 はじめに 「今日も一日頑張ったけど、何を学んだんだっけ?」 こんな感覚、ありませんか? アジャイル開発では「振り返り(レトロスペクティブ)」がスプリントの締めくくりとして重要視されています。チームで「よかったこと・改善したいこと」を話し合う
AI要約 はじめに 最近skillが一般普及し始めていることに伴って、以下のような問題が発生しています。 似たようなスキルが増える どのスキルをいつ使うべきか曖昧になる 運用するうちに品質が落ちる 評価基準がなく、雰囲気で改善してしまう 依存関係が放
AI要約 SVDによるLLM圧縮で生じる誤差伝播問題に対し、追加ランクを使わずに精度を回復する手法を提案。圧縮に伴う層間の誤差累積を考慮した最適化により、モデルサイズを増やさずに性能劣化を抑える。
EN This article proposes a method to recover accuracy in SVD-compressed LLMs by accounting for error propagation across layers, without adding extra ranks, thereby preserving model size while mitigating performance degradation.
AI要約 はじめに 最近いろいろなプロジェクトを見ていると、Claude Code、Codex、GitHub Copilot、Cursor、Gemini、OpenCode などを併用している人ほど、 結局、プロジェクトにどうハーネス実装するのが一番い
AI要約 【C#】How to Reduce Bloated Methods and Classes: Insights from Cursor 【C#】How to Eliminate Bloated Methods and Classes wit
AI要約 VS Code 1.118で追加されたスキルの専用コンテキスト機能(context: fork)について解説。メインの会話コンテキストを汚さずにスキルを実行できる仕組みで、Subagentとの違いや使い分けを整理している。
EN Explains the new 'context: fork' feature for skills introduced in VS Code 1.118, which lets skills run in an isolated context without polluting the main conversation, and compares it with Subagents to clarify their differences and use cases.
og AI要約 LLM単独ではなく外部ロジックや制約と組み合わせるNoLLM(Not-only-LLM)の概念を考察する記事の第2弾。制御可能で信頼性の高いAIシステムを構築するためのアーキテクチャや設計指針を論じている。
EN The second installment exploring NoLLM (Not-only-LLM), a concept of combining LLMs with external logic and constraints. The author discusses architectures and design principles for building controllable and reliable AI systems.
og AI要約 MCPサーバーを書いていると「動くもの」はすぐ作れますが、エージェントから見て使いやすいサーバーにするのは別問題です。KanseiLink(156サービス・21ツールのMCPインテリジェンスレイヤー)を運用する中で、地味に効いた3つの設計T
AI要約 Zedエディタのnightlyビルドにて、新しいファイルが初めて作成される際にフォーマット適用が正しく動作しない不具合を修正した。pane関連の小規模なバグ修正である。
EN A nightly Zed build fixes a bug where formatting was not properly applied when a new file was first created, addressing a minor pane-related issue.
AI要約 「AIに1回だけ悪意あるプロンプトを送ると、永遠にそのAIが乗っ取られる」 これ、2026年5月時点で実際に起きている攻撃です。 ChatGPT、Gemini、Claudeの全てで実証済み。しかもOWASPが2026年の「AIエージェント脆
AI要約 AI for Scienceの実践として、AIRA-αを活用しSPReAD-1000の申請書作成を進める連載第2回。AIエージェントを使った科学研究支援の具体的な手順や工夫を紹介している。
EN The second installment in a series on using AIRA-α, an AI agent for science, to help draft SPReAD-1000 grant proposals, sharing practical steps and tips for AI-assisted research support.
og AI要約 MCPのstdioサーバーでは標準出力がJSON-RPC通信に使われるため、Pythonのloggingなどでstdoutにログを出すとプロトコルが破損する。ログはstderrに出力するよう設定すべきという注意点を解説した記事。
EN In MCP stdio servers, stdout is reserved for JSON-RPC communication, so writing logs to stdout (e.g., via Python logging) breaks the protocol. Logs should be directed to stderr instead.
og AI要約 Silo AIの共同創業者Peter Sarlinが立ち上げた新スタートアップQuTwoが、エンジェルラウンドで3.8億ドルの評価額に達した。同社の事業内容や調達額の詳細とともに、AI分野での次なる挑戦として注目を集めている。
EN QuTwo, a new startup founded by Silo AI co-founder Peter Sarlin, has reached a $380M valuation in its angel round, drawing significant attention as his next venture in the AI space.
og AI要約 起業家のMarc Lore氏は、AIの進化により近い将来、専門知識のない個人でも簡単にレストランを開業・運営できるようになると語った。AIがメニュー設計や運営管理などを担うことで参入障壁が大幅に下がるという。
EN Entrepreneur Marc Lore claims that AI will soon lower the barriers to entry in the restaurant industry, allowing anyone to open and run a restaurant by automating menu design, operations, and management tasks.
og AI要約 本記事は、企業向けAI導入支援を続けてきたなかで見えた「現場の壁」と、それを解くためにパッケージ化したサービス RAGLM-AI の紹介です。 AI推進、なぜ動いてる感だけで止まるのか 「うちもChatGPTを導入した」「Copilotを全
AI要約 ※ AIと壁打ちしながら考えたことをClaudeにまとめてもらいました。後に投稿予定の"伏流モデル"の内容からスピンアウトしたものです。伏流モデルの記事をすぐに読んでみたい方は、FC2ブログの方に投稿してある記事を読んでください。 Chat
AI要約 2026年春に登場したAIへの新たな攻撃手法3種を解説する記事。絵文字や不可視の空白文字にプロンプトインジェクション命令を隠す手口など、見えない場所に悪意ある指示を仕込む攻撃の仕組みと対策を紹介している。
EN This article explains three new attack techniques against AI emerging in spring 2026, including prompt injection methods that hide malicious instructions in emojis or invisible whitespace characters, along with their mechanisms and countermeasures.
og AI要約 「東京タワーは634mです」と言い切る同僚 ChatGPTが堂々と間違える、というのは2026年でもそれなりに見る光景です。 「東京タワーの高さは634メートルです」みたいなやつ。スカイツリーと混同しています。LLMは知らないことを「知らな
AI要約 ※ AIと壁打ちしながら考えたことをClaudeにまとめてもらいました。半端で抽象的な方法論に留まっているため、今後は具体化していくことを検討しています。 AIを使って文書を書いたりコードを編集したりすることが、だいぶ当たり前になってきまし