C.W.K.
Stream
Lesson 10 of 13 · published

모델 선택 — Haiku, Sonnet, Opus

~14 min · models, haiku, sonnet, opus, cost, switching

Level 0🌱 입문자
0 XP0/70 lessons0/11 achievements
0/120 XP to next level120 XP to go0% complete

3 티어, 3 일

Claude Code 는 세션마다, skill 마다, subagent 마다 underlying 모델 swap 가능. 현재 가용한 세 패밀리 — Haiku, Sonnet, Opus — 가 속도, 능력, 비용 trade-off. 어느 거 잡을지 아는 게 leverage 의 절반.

Haiku. 가장 빠르고 싸. 고볼륨 read 위주 작업에 적합 — 낯선 repo 탐색, background agent fleet 돌리기, 다스의 CI 작업 자동화. "찾아 / 세 / 분류해" 류 prompt 에 충분히 똑똑; 아키텍처 결정 첫 픽 X.

Sonnet. 매일의 기본값. 강한 코딩, 강한 추론, 합리적 비용. 어느 거 고를지 모르겠으면 이거. 대부분 라이브 코딩 세션이 여기 살아.

Opus. 가장 느리고, 가장 능력 있고, 가장 비싸. 위험 큰 일에 갈아타는 모델 — security audit, 아키텍처 design, long-range thinking 필요한 까다로운 멀티파일 리팩토링. /effort high|max 와 결합해서 max reasoning.

Code

Pick at launch or mid-session·bash
# Launch with a specific model
claude --model claude-opus-4-7
claude --model haiku            # short alias
claude --model sonnet -p "..."  # print mode + Sonnet

# Mid-session — interactive picker
/model

# Mid-session — direct switch
/model claude-opus-4-7

# Set default in user settings
# ~/.claude/settings.json
{ "model": "claude-sonnet-4-6" }
Match model to job·text
Exploring a new codebase           → Haiku   (cheap, fast, lots of reads)
Implementing a new feature         → Sonnet  (default sweet spot)
Code review / security audit       → Opus    (judgment matters)
Background agent fleet (parallel)  → Haiku   (cost compounds)
Architecture design                → Opus    (long-range reasoning)
CI/CD automated tasks              → Haiku/Sonnet (volume)

External links

Exercise

같은 작업 세 가지로 돌려: Haiku, Sonnet, Opus. /cost 로 quality, latency, 비용 비교. 그 작업 클래스에 진짜 쓸 모델 적어 — 그리고 왜.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.