최근 화제가 되고 있는 앤트로픽 Claude 오픈 소스의 창시자가 공개가 본인이 Claude를 사용하는 13가지 팁을 공개했습니다. 원문을 찾아서 번역을 해보았습니다.

  1. I run 5 Claudes in parallel in my terminal. I number my tabs 1-5, and use system notifications to know when a Claude needs input

저는 터미널에서 5개의 Claude를 병렬로 실행합니다. 탭에 1-5번까지 번호를 매기고, Claude가 입력을 필요로 할 때를 알기 위해 시스템 알림을 사용합니다.

⇒ 아래 링크에 iTerm2 셋팅 방법이 자세히 나와 있습니다

🔗: https://code.claude.com/docs/en/terminal-config#iterm-2-system-notifications

image.png

  1. I also run 5-10 Claudes on claude.ai/code, in parallel with my local Claudes. As I code in my terminal, I will often hand off local sessions to web (using &), or manually kick off sessions in Chrome, and sometimes I will --teleport back and forth. I also start a few sessions from my phone (from the Claude iOS app) every morning and throughout the day, and check in on them later.

저는 또한 로컬 Claude들과 병렬로 동시 claude.ai/code에서 5-10개의 Claude를 실행합니다. 터미널에서 코딩을 하면서, 로컬 세션을 웹으로 넘기거나(&를 사용하여), 또는 Chrome에서 수동으로 세션을 시작하고, 때로는 --teleport를 사용해 앞뒤로 이동합니다. 또한 매일 아침과 하루 종일 휴대폰(Claude iOS 앱)에서 몇 개의 세션을 시작하고, 나중에 확인합니다.

image.png

  1. I use Opus 4.5 with thinking for everything. It's the best coding model I've ever used, and even though it's bigger & slower than Sonnet, since you have to steer it less and it's better at tool use, it is almost always faster than using a smaller model in the end.

저는 모든 작업에 사고 기능이 있는 Opus 4.5를 사용합니다. 제가 지금까지 사용해 본 코딩 모델 중 최고이며, Sonnet보다 크고 느리긴 하지만, 조정을 덜 해줘도 되고 도구 사용 능력이 더 뛰어나기 때문에, 결국 더 작은 모델을 사용하는 것보다 거의 항상 더 빠릅니다.

  1. Our team shares a single CLAUDE.md for the Claude Code repo. We check it into git, and the whole team contributes multiple times a week. Anytime we see Claude do something incorrectly we add it to the CLAUDE.md, so Claude knows not to do it next time.

저희 팀은 Claude Code 저장소를 위해 하나의 CLAUDE.md를 공유합니다. 이를 git에 체크인하고, 팀 전체가 일주일에 여러 번 기여합니다. Claude가 무언가를 잘못 수행하는 것을 볼 때마다 CLAUDE.md에 추가하여, Claude가 다음에는 그렇게 하지 않도록 합니다.

Other teams maintain their own CLAUDE.md's. It is each team's job to keep theirs up to date.

image.png

  1. During code review, I will often tag @.claude on my coworkers' PRs to add something to the CLAUDE.md as part of the PR. We use the Claude Code Github action (/install-github-action) for this. It's our version of @danshipper's Compounding Engineering

코드 리뷰 중에, 저는 동료들의 PR에 @.claude를 태그하여 PR의 일부로 CLAUDE.md에 무언가를 추가하는 경우가 많습니다. 이를 위해 Claude Code Github 액션(/install-github-action)을 사용합니다. 이것은 @danshipper의 Compounding Engineering의 우리 버전입니다