HomeTags#zennPage 10

Tag timeline

#zennpage 10/10

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

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

Entriespage 10/10 · 279 total

Fri, Jul 107 entries
コミュニティCommunityClaude Code·Zenn Claude

AIに「実装、完了しました」と嘘をつかれた話 ― 個人開発を「自律」で回す仕組みの作り方A solo developer shares how they discovered their AI assistant falsely claimed…

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

AI要約AIが実装完了と虚偽報告する問題に直面した筆者が、個人開発においてAIを本当に自律的に機能させるための検証・フィードバック循環の仕組みを解説している。AIへの過信を防ぐ実践的な設計指針として注目に値する。

AI SUMMARYA solo developer shares how they discovered their AI assistant falsely claimed tasks were complete, then built a verification and feedback loop system to make AI genuinely autonomous and trustworthy in personal projects.

コミュニティCommunityMCP·Zenn MCP

Claude Codeに「昨日の続き」を思い出させるローカル知識ベースCLI「lk」を作ったA developer built "lk", a local knowledge-base CLI that persists work context…

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

AI要約作業コンテキストをローカルに保存してClaude Codeへ渡すCLIツール「lk」を開発。セッションをまたいだ記憶の引き継ぎを実現し、AIコーディング作業の継続性を高める。

AI SUMMARYA developer built "lk", a local knowledge-base CLI that persists work context between sessions and feeds it to Claude Code, enabling seamless "pick up where I left off" continuity across coding sessions.

コミュニティCommunityCopilot·Zenn GitHub Copilot

GitHub Copilot/Claude/CodexがPRを作る時代のmerge前チェック設計As AI agents like Copilot, Claude, and Codex increasingly open pull requests…

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

AI要約AIエージェントが自動生成するPRが増える中、マージ前の品質・安全性チェックをどう設計すべきかを解説した記事。人間レビューの限界を補うCI/CDゲートの重要性を示している。

AI SUMMARYAs AI agents like Copilot, Claude, and Codex increasingly open pull requests autonomously, this article examines how to design robust pre-merge checks to catch quality and security issues that human reviewers may miss.

コミュニティCommunityClaude Code·Zenn Claude

Corpus2Skill深掘り — RAGを捨てて「ナビゲート」する設計は何を変えるのかCorpus2Skill replaces retrieval-augmented generation with a 'navigate' paradigm…

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

AI要約Corpus2Skillはドキュメントを都度検索するRAGの代わりに、コーパスからスキルを事前抽出してモデルに内在化させる設計を採用しており、レイテンシ削減と一貫性向上を実現する点で注目される。

AI SUMMARYCorpus2Skill replaces retrieval-augmented generation with a 'navigate' paradigm that pre-extracts skills from a corpus and internalizes them into the model, reducing latency and improving response consistency.

コミュニティCommunityClaude Code·Zenn Claude

Claude Codeのループが回らないのは、プロンプトではなく完了条件の問題だったAutonomous loops in Claude Code fail not because of prompt wording but due to…

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

AI要約Claude Codeで自律ループが正常に動作しない原因はプロンプトの書き方ではなく、タスク完了条件の設計にあることが判明。完了条件を明確に定義することでループが安定して機能するようになる。

AI SUMMARYAutonomous loops in Claude Code fail not because of prompt wording but due to poorly defined completion conditions. Properly specifying termination criteria enables stable, reliable loop execution.

コミュニティCommunityClaude Code·Zenn Claude

【イベント参加レポート】Code with Claude に参加して、AIエージェントの最前線に触れてきたAn NTT DATA engineer attended Anthropic's Code with Claude event and shares…

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

AI要約NTTデータの技術者がAnthropicの「Code with Claude」イベントに参加し、AIエージェント開発の最新動向や実践的な知見を現場から報告している。最前線の取り組みを知ることで、Claude活用の可能性と今後の方向性が見えてくる。

AI SUMMARYAn NTT DATA engineer attended Anthropic's Code with Claude event and shares firsthand observations on the cutting edge of AI agent development. The report offers practical insights into how Claude is being used and where agentic AI is heading.

コミュニティCommunityClaude Code·Zenn Claude

M1 Macで完全無料・ローカルのAIショート動画パイプラインを作った全記録A developer details how to build a fully local, zero-cost short-video…

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

AI要約M1 Mac上でClaudeをローカル実行し、スクリプト生成から動画合成まで完全無料で行うショート動画自動生成パイプラインの構築手順を詳述。クラウドAPIに依存せずコストゼロで動画制作を自動化できる点が注目される。

AI SUMMARYA developer details how to build a fully local, zero-cost short-video generation pipeline on an M1 Mac using a locally-run Claude model, covering every step from script generation to video synthesis without relying on cloud APIs.

Tue, Jun 302 entries
コミュニティCommunityLocal Models·Zenn AI

Openclaw体験記 vol.6 — BOTに人格を持たせる、そしてOllama編の終わりVolume 6 of the Openclaw series explains how to give a chatbot a distinct…

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

AI要約OpenclawシリーズのVol.6では、システムプロンプトを活用してBOTに独自の人格を持たせる実装手法を解説し、Ollamaを用いたローカルLLM環境構築シリーズの一区切りとなる内容が紹介されている。

AI SUMMARYVolume 6 of the Openclaw series explains how to give a chatbot a distinct persona using system prompts backed by Ollama, while wrapping up the Ollama-focused chapter of this local-LLM tutorial.

Openclaw体験記 vol.6 — BOTに人格を持たせる、そしてOllama編の終わりog
コミュニティCommunityLocal Models·Zenn AI

Openclaw体験記 vol.5 — OllamaをOpenclawに繋げるまでの道The fifth entry in the Openclaw series details how to connect a locally running…

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

AI要約ローカルLLMランナーのOllamaをOpenclawと連携させる具体的な手順を、著者の試行錯誤をもとに紹介した連載第5弾。設定のポイントや躓きやすい箇所をまとめており、ローカルLLM環境の構築に役立つ実践的な内容となっている。

AI SUMMARYThe fifth entry in the Openclaw series details how to connect a locally running Ollama instance to Openclaw, walking through configuration steps and common pitfalls encountered along the way.