AI 에이전트 엔지니어링 가이드
블레이크 크로슬리의 AI 에이전트 엔지니어링, 디자인 철학, 소프트웨어 크래프트에 관한 기술 레퍼런스입니다.
추천 글
AGENTS.md Patterns: What Actually Changes Agent Behavior
Which AGENTS.md patterns actually change agent behavior? Anti-patterns to avoid, patterns that work, and a cross-tool compatibility matrix for 8 tools.
Claude Code Hooks: Why Each of My 95 Hooks Exists
I built 95 hooks for Claude Code. Each one exists because something went wrong. Here are the origin stories and the architecture that emerged.
Claude Code vs Codex CLI: When to Use Which
Architecture, safety, and extensibility compared side-by-side. Includes a decision framework based on 36 blind duels and daily production use of both.
Codex CLI vs Claude Code in 2026: Architecture Deep Dive
Kernel-level sandboxing vs application-layer hooks, AGENTS.md vs CLAUDE.md, cloud tasks vs subagents. A technical comparison with clear decision criteria.
PRD-Driven Development: How I Use 30+ PRDs to Ship with AI Agents
I've written 30+ PRDs for AI agent tasks. Here's where PRD-driven development works, where it fails, and how my template evolved over 6 months.
AI Agent Security: The Deploy-and-Defend Trust Paradox
1 in 8 enterprise AI breaches involve autonomous agents. Runtime hooks, OS-level sandboxes, and drift detection break the deploy-and-defend cycle.
가이드
주제별 허브
FAQ
이 사이트는 어떤 내용을 다루나요?
AI 에이전트 엔지니어링, Claude Code, Codex CLI, 에이전트 보안, 디자인 철학에 관한 심층 기술 가이드를 제공합니다.
한국어로 번역된 콘텐츠가 있나요?
네, 대부분의 블로그 글과 가이드가 한국어로 번역되어 있습니다. 각 페이지에서 언어 선택이 가능합니다.
Claude Code와 Codex CLI의 차이점은 무엇인가요?
Claude Code는 Anthropic의 터미널 기반 AI 코딩 에이전트이고, Codex CLI는 OpenAI의 유사한 도구입니다. 자세한 비교는 관련 글을 참고하세요.