ソフトウェアエンジニアとして実際に手を動かす中で詰まった点や学びを残すテック記事です。AI・LLM、Go、Python、Web開発、インフラまで扱います。
99件の記事最終更新: Apr 22, 2026
CLAUDE.mdの書き方:複数プロジェクトをClaude Codeで管理する実践構成
複数プロジェクトでCLAUDE.mdを運用するための設計思想と実例。グローバルrules分離・Memory活用・worktree並行作業まで、15プロジェクト管理で固まった10個のノウハウを紹介。
When You Become the Bottleneck: The Human Role in the Claude Code Era
As AI writes the code, engineers are discovering they're the new constraint. Drawing on Satoshi Nakajima's newsletter and daily Claude Code use, I examine the three places humans still get stuck — and where our judgment still can't be replaced.
自分がボトルネックになる日——Claude Code時代の人間の役割
AIがコードを書く時代、開発速度のネックは人間になりつつある。中島聡氏の洞察と自分の体験から、エンジニアの役割変化を考える。
RAGの先にある「AIの記憶」設計 — Obsidian×Claude Codeで実装した話
RAGだけではAIの長期記憶にならない。AI MemoryとRAGの違いを整理し、Obsidian VaultとClaude Codeのmemoryシステムで実際に構築した記憶アーキテクチャを解説します。
Beyond RAG: How I Designed AI Memory with Obsidian and Claude Code
RAG alone doesn't give an AI long-term memory. After a year running Obsidian Vault alongside Claude Code's memory system, here's how the two-layer design actually works — and where it still falls short.
What Is Vibe Coding? The Shift from Implementation to Intention
In April 2026, Vibe Coding received its first academic definition. As someone who builds with Claude Code without an engineering background, here's what the shift from implementation to intention actually looks like — and what skills it really demands.
Vibe Codingとは何か——「実装より意図」が変えるソフトウェア開発の本質
2026年4月、学術誌でVibe Codingが正式定義された。エンジニアではない自分がClaude Codeを使い続けて気づいた、この作業様式の本質と、AI時代に本当に必要なスキルについて考えます。
7 Principles for AI Agent Tool Design — Lessons from Daily Production Use
Based on Anthropic and OpenAI's official guides and my own daily Claude Code experience: seven tool design principles that take an agent from 'works sometimes' to one you can genuinely trust.