Claude Code의 토큰 사용량을 줄이는 5가지 팁을 공유합니다.
이 글에서는 Claude Code를 사용할 때 토큰 소비를 25–35% 줄이는 방법을 소개합니다. 가장 먼저 프로젝트 루트에 'CLAUDE.md' 파일을 두어 지속적인 컨텍스트를 제공합니다. 작성 시 200줄 이내로 유지하고, 세션 중에 변경하지 않는 것이 중요합니다. 또한 후속 질문 시 프롬프트를 수정하기보다 추가하는 것이 좋습니다.
Five tips to reduce token usage with Claude Code are shared.
This article shares tips to cut token consumption by 25–35% while using Claude Code. The primary recommendation is to place a 'CLAUDE.md' file at the project root to provide durable context, avoiding the need for Claude to re-read project structure every session. It's also important to keep the file under 200 lines and avoid modifying it during a session. Additionally, appending to prompts instead of rewriting them helps improve efficiency.