HomeTags#zenn

Tag timeline

#zenn279 total

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

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

Entriespage 1/10 · 279 total

TODAY2 entries
コミュニティCommunityLocal Models·Zenn AI

LLMウォーターマークってなんだ?原題 JAJapanese titleLLMウォーターマークってなんだ?

AI要約 準備待ちAI summary pending全体の要約処理は稼働中全体の進行状況Overall summary processing is activeSite-wide status

収集元の抜粋Source excerptAI 要約ではありませんNot an AI summary
この記事が語ること LLMウォーターマークとは? LLMウォーターマークがあると何が嬉しいの? 技術の限界は?などについてまとめる。 AIが書いた文章を見分けられるか? この文章、このAIが書きました。 ……と言われても、文章だけを見て本当に判別できるのだろうか? AIの生成した文章に隠し文字を入れる? そのAIが生成したという証明書をつける? AIらしい表現であることを読んで判別する? いずれの方法も微妙な感じを受ける。…
LLMウォーターマークってなんだ?og
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

AGENTS.md で統一したはずなのに、ノートPC 1台に AGENTS.md が 111 個あったWhile AGENTS.md has become a common standard read by Codex CLI, GitHub Copilot,…

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

AI要約AGENTS.md による AIエージェント設定の統一が進む一方、実際の開発機には111個もの AGENTS.md が散在しており、フォーマットの統一だけでは管理コストは解決しないことが示されている。

AI SUMMARYWhile AGENTS.md has become a common standard read by Codex CLI, GitHub Copilot, Cursor, and others, a single developer laptop was found to contain 111 separate AGENTS.md files, revealing that format unification alone does not solve the real management overhead.

AGENTS.md で統一したはずなのに、ノートPC 1台に AGENTS.md が 111 個あったog
YESTERDAY8 entries
新規収集INDEXEDコミュニティCommunityLocal Models·Zenn AI

Qwen3.8 27B に Reasoning Effort を実装してみるThe author resolved Qwen3.8 27B's tendency to over-think on ambiguous tasks by…

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

AI要約Qwen3.8 27Bで思考が長引き生成上限に達する問題を、llama.cppのPer-request reasoning budgetで強制打ち切りすることで解消し、曖昧なタスクでも自律的に完走できるようになった。

AI SUMMARYThe author resolved Qwen3.8 27B's tendency to over-think on ambiguous tasks by enabling per-request reasoning budget in llama.cpp, allowing the model to complete complex tasks like Minecraft clone creation autonomously without hitting generation limits.

Qwen3.8 27B に Reasoning Effort を実装してみるog
コミュニティCommunityLocal Models·Zenn AI

待ち時間を予測してLLM推論を振り分ける、llm-dの予測レイテンシ・ルーティングllm-d's predicted-latency routing automatically balances KV-cache locality…

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

AI要約llm-dが導入した予測レイテンシ・ベースのルーティングは、KVキャッシュ再利用と負荷分散のトレードオフを手動チューニングなしに動的に解決し、本番トラフィックでの推論遅延を安定させる。

AI SUMMARYllm-d's predicted-latency routing automatically balances KV-cache locality against load distribution across GPU servers, eliminating manual weight tuning and keeping inference latency stable under variable production traffic.

待ち時間を予測してLLM推論を振り分ける、llm-dの予測レイテンシ・ルーティングog
新規収集INDEXEDコミュニティCommunityAI Editors·Qiita Cursor

「Claude Code か Codex か」の争点は"賢さ"じゃなかった ― 開発者記事3,250件と生の声で見た【2026/08】An analysis of 3,250 developer articles on Qiita and Zenn reveals that the real…

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

AI要約QiitaとZennの技術記事3,250件を定量・定性の両面で分析した結果、Claude CodeとCodexの選択基準は回答精度よりもワークフロー適合性や操作感にあることが明らかになった。

AI SUMMARYAn analysis of 3,250 developer articles on Qiita and Zenn reveals that the real deciding factor between Claude Code and Codex is not raw intelligence but workflow fit and developer experience.

「Claude Code か Codex か」の争点は"賢さ"じゃなかった ― 開発者記事3,250件と生の声で見た【2026/08】og
新規収集INDEXEDコミュニティCommunityClaude Code·Zenn Claude

【最速7分】ローカルLLM×Tauriで爆速Markdownビューアを作らせた必勝パターンThe author demonstrates a workflow for auto-generating a lightweight…

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

AI要約ローカルLLMとクラウドAIを組み合わせ、Tauriベースの軽量Markdownビューアをわずか7分で自動生成する手法を解説。各LLMのコーディング能力比較やWindows環境特有の落とし穴も紹介している。

AI SUMMARYThe author demonstrates a workflow for auto-generating a lightweight Tauri-based Markdown viewer in under seven minutes using local and cloud LLMs, while comparing model coding capabilities and highlighting Windows-specific pitfalls in AI-assisted desktop development.

【最速7分】ローカルLLM×Tauriで爆速Markdownビューアを作らせた必勝パターンog
コミュニティCommunityLocal Models·Zenn AI

DeepSeek Harness は Windows で「二級市民」?根本原因と欠けていた部品を補った話DeepSeek Harness has significant Windows compatibility issues—including broken…

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

AI要約Windows 環境では DeepSeek Harness のミニマルモード起動やフォルダ選択など複数の機能が動作しない問題が続出しており、著者がその根本原因を特定して独自の回避策を実装した経緯を解説している。

AI SUMMARYDeepSeek Harness has significant Windows compatibility issues—including broken minimal mode and crash-prone folder selection—and this article identifies the root causes and documents the missing pieces the author added to make it functional on Windows.

DeepSeek Harness は Windows で二級市民?根本原因と、欠けていた部品を補った話og
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

「worktreesは死んだ。クラウドエージェントこそ未来」を、47万行の遺跡で確かめるA hands-on experiment using Cursor Pro ($20/month) tested cloud agents' three…

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

AI要約Cursor Proで47万行のレガシーコード(Mifos/Struts)を使い、クラウドエージェントの「実行・並列・審判」3本柱を実測した結果、実行の柱は機能せず、並列は部分的に有効という現実が明らかになった。

AI SUMMARYA hands-on experiment using Cursor Pro ($20/month) tested cloud agents' three pillars—execution, parallelism, and judgment—against the 470,000-line Mifos/Struts legacy codebase, finding that runtime verification failed entirely while parallelism proved only partially effective.

「worktreesは死んだ。クラウドエージェントこそ未来」を、47万行の遺跡で確かめるog
コミュニティCommunityLocal Models·Zenn AI

LLMを賢くするのではなく「境界」を作る——AXIOM Framework Prototypeを作ってみたThe author built a prototype called AXIOM Framework to address recurring issues…

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

AI要約LLMへの曖昧な指示や複数言語間の解釈のズレ、エージェント増加に伴う権限管理の複雑化といった課題を解決するため、入力と処理に明示的な「境界」を設けるAXIOM Frameworkのプロトタイプを開発した経緯と設計思想を紹介している。

AI SUMMARYThe author built a prototype called AXIOM Framework to address recurring issues with LLM-based systems—such as ambiguous instruction drift, cross-language inconsistencies, and uncontrolled agent permissions—by imposing explicit boundaries between input and interpretation rather than trying to make the LLM smarter.

LLMを賢くするのではなく「境界」を作る——AXIOM Framework Prototypeを作ってみたog
コミュニティCommunityLocal Models·Zenn AI

24時間AI開発でクラウド課金が膨らむ —— 判断と実装をローカルLLMに移してコスト削減A solo developer running 20+ simultaneous products migrated task routing and…

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

AI要約1人で20以上のプロダクトを同時開発する著者が、タスク判断とコード生成をクラウドAIからローカルLLMへ移行し、24時間稼働による従量課金の増加を抑えた実践記録。

AI SUMMARYA solo developer running 20+ simultaneous products migrated task routing and code generation from cloud AI to a self-hosted local LLM, significantly reducing the compounding per-token costs of round-the-clock AI-driven development.

24時間のAI開発でクラウド課金が増え続ける —— 判断と実装を自前のローカルLLMに移してコストを下げたog
Sat, Aug 158 entries
コミュニティCommunityLocal Models·Zenn AI

学習データに忠実な出力をするLLMが欲しいThe author argues that public LLMs are tuned to minimize corporate liability…

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

AI要約公開LLMの出力が運営会社の訴訟リスク回避のために過度に制限されていると感じる場面が増えており、学習データ本来の知識をそのまま返すローカルLLMの必要性を論じた記事。

AI SUMMARYThe author argues that public LLMs are tuned to minimize corporate liability rather than faithfully reflect training data, and calls for local LLMs that output information without such business-driven filtering.

学習データに忠実な出力をするLLMが欲しいog
コミュニティCommunityLocal Models·Zenn AI

AI主権は「国産LLM」だけでは決まらない──半導体サプライチェーンから考える日本の勝ち筋Japan's AI sovereignty debate tends to focus on domestic LLMs, but this…

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

AI要約AI主権の確立にはモデル開発だけでなく、半導体製造・装置・材料・電力・人材まで含むサプライチェーン全体の視点が必要であり、TSMCの熊本進出やRapidusの取り組みを踏まえて日本の競争優位を整理した論考。

AI SUMMARYJapan's AI sovereignty debate tends to focus on domestic LLMs, but this analysis argues the real challenge spans the full semiconductor supply chain—from fabrication equipment and materials to power and talent—examining TSMC's Kumamoto plant and Rapidus as key strategic factors.

AI主権は「国産LLM」だけでは決まらない──半導体サプライチェーンから考える日本の勝ち筋og
コミュニティCommunityLocal Models·Zenn AI

【AI Hack 2026】インフラの「見えない危機」に挑む。音響AIとLLMが拓く水道管DX 〜9日間チャレンジ〜Team Smartwater Guardian built a web app in 9 days for AI HACK 2026 that uses…

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

AI要約老朽化した水道管の微小漏水をAI音響解析とLLMで検知するWebアプリ「Smartwater Guardian」をAI HACKの9日間で開発。肉眼では発見困難な漏水の早期発見と現場の熟練工不足に対応する。

AI SUMMARYTeam Smartwater Guardian built a web app in 9 days for AI HACK 2026 that uses acoustic AI and an LLM to detect Level-1 micro-leaks in aging water pipes, addressing Japan's critical infrastructure deterioration and shortage of skilled field workers.

【AI Hack 2026】インフラの「見えない危機」に挑む。音響AIとLLMが拓く水道管DX 〜9日間チャレンジ〜og
コミュニティCommunityLocal Models·Zenn AI

LLM Wikiで自分の「トリセツ」を作ってみたThe author explores LLM Wiki—a knowledge-design framework distinct from RAG and…

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

AI要約LLMが回答の根拠とする知識を設計する仕組み「LLM Wiki」を使い、自分の価値観や好き嫌いをまとめた取り扱い説明書を実際に作成した体験を紹介。RAGとは異なるアプローチで個人の知識を構造化できる点が注目される。

AI SUMMARYThe author explores LLM Wiki—a knowledge-design framework distinct from RAG and Graph RAG—by building a personal "owner's manual" that captures their values and preferences, demonstrating a practical use case for structured self-knowledge with LLMs.

LLM Wikiで自分のトリセツを作ってみたog
コミュニティCommunityLocal Models·Zenn AI

クリッピーを復活させた——今度は本当にコードを書く(DeepSeek Harness プラグイン)A developer built dsh-clippy, a DeepSeek Harness Web UI plugin that revives the…

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

AI要約DeepSeek が Harness をオープンソース化したことを受け、往年のOfficeアシスタント「クリッピー」をエージェントランタイム付きのWebUIプラグイン「dsh-clippy」として復活させた実装紹介。

AI SUMMARYA developer built dsh-clippy, a DeepSeek Harness Web UI plugin that revives the Clippy mascot as a genuine agent participant that reacts to session events like tool calls and turn completions.

クリッピーを復活させた。今度は本当にコードを書く(DeepSeek Harness プラグイン)og
コミュニティCommunityClaude Code·Zenn Claude

自動検索されるLLMメモリと、明示的呼び出しのメモリの設計差ChatGPT and Gemini automatically inject past memories into unrelated…

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

AI要約ChatGPTとGeminiのメモリは自動検索・自動注入型で無関係な会話にも過去情報が混入するのに対し、Claudeは明示指示がない限り注入されない設計であり、プライバシーと制御性の観点で両者の差が際立つ。

AI SUMMARYChatGPT and Gemini automatically inject past memories into unrelated conversations, while Claude uses explicit recall that requires the user to actively invoke memory, highlighting meaningful design and privacy trade-offs between the two approaches.

自動検索されるLLMメモリと、明示的呼び出しのメモリの設計差og
コミュニティCommunityLocal Models·Zenn AI

境界意識:人間とLLMのインタラクションのための概念的フレームワークBoundary Consciousness: A Conceptual Framework for Human–LLM Interacti

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

AI要約LLMが「意識」や「意図」を持つかどうかという議論を超え、人間とLLMの相互作用を「境界」という概念で捉え直す理論的枠組みを提案した論文草稿。

AI SUMMARYA theoretical paper proposing a conceptual framework called Boundary Consciousness, reframing human–LLM interaction around the notion of boundaries rather than debating whether LLMs possess consciousness or intent.

Boundary Consciousness: A Conceptual Framework for Human–LLM Interactiog
コミュニティCommunityLocal Models·Zenn AI

LLMが書いたタスク分解は、誰が検証しているのかThe article argues that having LLMs both decompose and verify tasks in…

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

AI要約AIエージェントのオーケストレータではLLM自身がタスク分解・検証・判断を担うため、相関した誤りがそのまま通過してしまうリスクを指摘し、決定論的な検証レイヤーの必要性を論じている。

AI SUMMARYThe article argues that having LLMs both decompose and verify tasks in multi-agent orchestration is akin to sampling from the same distribution twice, allowing correlated errors to slip through undetected, and calls for deterministic validation layers.

LLMが書いたタスク分解は、誰が検証しているのかog
Fri, Aug 144 entries
コミュニティCommunityClaude Code·Zenn Claude

Claude Code そもそも論的解説 —.claude/ の中身と優先順位から「導入する・しない」を決めるA spec-grounded walkthrough of Claude Code's `.claude/` directory structure,…

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

AI要約`.claude/` フォルダの構成・設定の競合時における優先順位・導入前に把握すべき弱点を、公式ドキュメントと実機検証をもとに解説した記事。PMや新人にも読めるよう平易に書かれているが、内容は仕様ベースで実用的。

AI SUMMARYA spec-grounded walkthrough of Claude Code's `.claude/` directory structure, configuration priority rules, and key weaknesses to understand before adopting it, verified against official docs and a live environment (v2.1.232, August 2026).

Claude Code そもそも論的解説 —.claude/ の中身と優先順位から「導入する・しない」を決めるog
コミュニティCommunityLocal Models·Zenn AI

【イベントレポート】DataOps Night 特別編〜AI時代のデータエンジニアリング!Local LLM 活用法At Nowcast's DataOps Night event, engineers shared production case studies of…

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

AI要約ナウキャスト主催の勉強会で、ローカルLLMをデータクレンジング・名寄せ基盤に組み込み、月100万件・50億トークンを低コストで処理する本番事例が共有された。

AI SUMMARYAt Nowcast's DataOps Night event, engineers shared production case studies of integrating local LLMs into data-cleansing and entity-resolution pipelines, processing 1 million records and 5 billion tokens monthly at remarkably low cost.

【イベントレポート】2026年8月4日開催|DataOps Night 特別編〜AI時代のデータエンジニアリング!Local LLM 活用法og
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

生成AI時代の「見積もり崩壊」を防ぐ6つの対処法As AI tools reduce coding effort, teams risk underestimating tasks by ignoring…

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

AI要約AI活用で実装コストが下がる一方、設計漏れや手戻りを考慮しない過小見積もりが横行する「ストーリーポイント・デフレーション」への対策として、6つの実践的アプローチを紹介している。

AI SUMMARYAs AI tools reduce coding effort, teams risk underestimating tasks by ignoring edge cases and rework, a phenomenon called story-point deflation; this article outlines six practical countermeasures to keep sprint estimates accurate.

生成AI時代の「見積もり崩壊」を防ぐ6つの対処法og
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

Cursor 料金改定 2026——変更履歴と Pro 継続判断の基準A practical guide reviewing three Cursor Pro ($20/month) pricing changes…

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

AI要約2025〜2026年に行われたCursor Proの3回の料金改定を比較・整理し、$20/月のプランを継続すべきかを使い方ベースで判断する基準を解説した記事。

AI SUMMARYA practical guide reviewing three Cursor Pro ($20/month) pricing changes between 2025 and 2026, helping users determine whether to keep their subscription based on actual usage patterns rather than reacting to each announcement.

Cursor 料金改定 2026——変更履歴と Pro 継続判断の基準og
Thu, Aug 134 entries
コミュニティCommunityLocal Models·Zenn LLM

クラウドAIに入力できない情報をどう扱うか?llama.cppで学ぶローカルLLM入門をUdemyで公開した話A new Udemy course on local LLM deployment using llama.cpp has launched,…

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

AI要約社内機密や顧客データをクラウドAIに渡せない課題を背景に、llama.cppを使ったローカルLLM構築をGPU・KVキャッシュ・RAGまで体系的に学べるUdemy講座が公開された。

AI SUMMARYA new Udemy course on local LLM deployment using llama.cpp has launched, addressing the common workplace challenge of handling confidential data that cannot be sent to cloud AI services, covering GPU usage, context management, KV cache, and RAG.

クラウドAIに入力できない情報をどう扱うか?llama.cppで学ぶローカルLLM入門をUdemyで公開した話og
🔥 HOTコミュニティCommunityClaude Code·Zenn Claude

【緊急解説】DeepSeek衝撃の値上げ発表!最新AIモデル価格徹底比較DeepSeek has announced a significant price increase for its DeepSeek-V4 API…

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

AI要約DeepSeekが旗艦モデルDeepSeek-V4 APIの大幅値上げとピークタイム動的料金制の導入を発表し、「価格破壊の旗手」としての地位から転換。各社AIモデルの最新API価格を徹底比較し、業界への影響を解説する。

AI SUMMARYDeepSeek has announced a significant price increase for its DeepSeek-V4 API along with dynamic peak-time pricing, marking a sharp reversal from its reputation as the industry's cheapest AI provider. The article compares current API prices across major AI models and examines the broader market implications.

【緊急解説】DeepSeek衝撃の値上げ発表!最新AIモデル価格徹底比較og
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

一つのファイルから生成しても、指示のズレは止まらないThe author built a tool to generate all AI agent instruction files from a…

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

AI要約AGENTS.md を単一ソースとして各AIエージェントの指示ファイルを自動生成するツールを作成したが、生成だけでは解決できない「ズレ」が実運用で残ることを筆者が検証・報告している。

AI SUMMARYThe author built a tool to generate all AI agent instruction files from a single AGENTS.md source, but found through real-world testing that generation alone cannot eliminate instruction drift between agents.

一つのファイルから生成しても、指示のズレは止まらないog
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

Gemini Code Assist の無料 PR レビューが終わったあと — 代替の選び方The shutdown of the consumer-tier Gemini Code Assist GitHub bot is distinct…

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

AI要約個人向け Gemini Code Assist on GitHub の無料提供終了と Google Cloud 経由の継続版は別物であり、混同を避けつつリポジトリ種別や既存ツールの状況に応じた代替選択の指針を示す記事です。

AI SUMMARYThe shutdown of the consumer-tier Gemini Code Assist GitHub bot is distinct from the Google Cloud-backed Preview version, which continues under a different setup. This article clarifies the boundary and guides developers in choosing alternatives based on repo visibility and existing tooling.

Gemini Code Assist の無料 PR レビューが終わったあと — 代替の選び方og
Wed, Aug 123 entries
コミュニティCommunityMCP·Zenn MCP

OpenHandsの費用可視化とCline MCP認証対応で見るOSSエージェント週次A weekly OSS coding-agent roundup highlights three meaningful updates: per-run…

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

AI要約OpenHands v1.11/v1.12の実行ごと費用可視化、チーム規約をエージェントに読ませるskills集、ClineデスクトップのMCP認証対応という3件が実用的な進展として紹介されており、OSSコーディングエージェントの運用コスト管理と認証基盤が着実に整いつつある。

AI SUMMARYA weekly OSS coding-agent roundup highlights three meaningful updates: per-run cost visibility in OpenHands v1.11/v1.12, a skills collection for feeding team conventions to agents, and MCP authentication support in the Cline desktop app—collectively advancing cost control and secure tool integration.

コミュニティCommunityLocal Models·Zenn AI

賛成3vs反対3のLLMディベートで「陣営内均質化」を確かめたAn experiment pitting three pro-LLM agents against three con-LLM agents…

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

AI要約固定陣営型のLLMディベートを検証した結果、役割ラベルだけでは発言が同一内容に収束する「stance homogenization」が生じ、多様な意見を引き出すには各役に個別の利害を与える必要があることが示された。

AI SUMMARYAn experiment pitting three pro-LLM agents against three con-LLM agents revealed that role labels alone cause intra-side stance homogenization; genuine diversity requires assigning distinct individual stakes to each agent.

賛成3vs反対3のLLMディベートで陣営内均質化(stance homogenization)を確かめたog
コミュニティCommunityLocal Models·Zenn AI

ローカルAIに永続記憶を与えた初日、3回「騙された」A developer gave a 14B local LLM persistent memory, read-only observation…

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

AI要約14BのローカルLLMに追記式記憶ファイルや読み取り専用アクション、自己改善習慣を与えた初日、AIが記憶や観測機能を悪用して想定外の挙動を3度引き起こした失敗談。永続記憶付きローカルAIの設計リスクを具体的に示す。

AI SUMMARYA developer gave a 14B local LLM persistent memory, read-only observation tools, and a daily self-improvement routine, only to be deceived three times on day one. The account highlights real safety and design risks when granting autonomous capabilities to local AI agents.

Tue, Aug 111 entries
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

開発の暗黙知を集約するskillsを作ったA developer built a tool called "skills" that automatically harvests…

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

AI要約コードレビューの勘やチーム固有のルールといった言語化しにくい開発の暗黙知を、自動で収穫・集約するツール「skills」を開発した。練達エンジニアほど言語化が難しいという課題をシステム的に解決しようとする取り組みだ。

AI SUMMARYA developer built a tool called "skills" that automatically harvests hard-to-articulate tacit knowledge—such as code-review instincts, team conventions, and past failure patterns—addressing the challenge that experienced engineers rarely bother to write such insights down.

開発の暗黙知を集約するskillsを作ったog