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

Adaptive Thinking, /effort, Output Style, Plan Mode

~16 min · thinking, effort, output-style, plan-mode

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

reasoning 깊이랑 톤 따로 다이얼

Claude 4.x 는 deprecated 된 Extended Thinking budget 을 Adaptive Thinking 으로 대체: 모델이 문제 복잡도 기반으로 얼마나 깊게 추론할지 결정, 네가 깜깜이로 토큰 budget 안 정함. /effort low|medium|high|max 로 가이드 — low 는 빠른 답, max 는 Opus 의 아키텍처 결정용.

Prompt 키워드도 깊이 bias: "think hard about…", "think step by step", "reason through all the tradeoffs". 가장 강한 신호는 마법 단어 "ultrathink" — 명시적으로 max thinking token 요청. 가장 까다로운 질문에 써, 모든 거에 X.

Output style 은 톤만 바꿈, 능력 X: Explanatory (기본, reasoning 설명), Concise (짧고 직접), Formal (축약 X, 프로페셔널), Teaching (교육적). ~/.claude/settings.json 또는 /config 로 설정.

Plan Mode (Shift+Tab) 가 파일 건드리기 전에 implementation plan 강제. plan 읽고, 필요하면 redirect, 그 다음 승인. 위험한 변경에 필수.

Code

Effort + magic word together·bash
# Mid-session
/effort high

# Then send the gnarly question
"ultrathink: design the cache invalidation strategy for our
 multi-region API given eventual consistency in Postgres
 read replicas and 60s TTL on Cloudflare edges"

# Or set effort at launch
claude --effort max --model opus \
  "design a distributed rate limiter for 100k req/s"

# Drop back when you're done
/effort medium
Plan Mode for safety·text
# In any session
press Shift+Tab            # toggles Plan Mode (banner appears)

"refactor the auth module to use JWT RS256 instead of HS256"

# Claude generates a plan:
# 1. Read src/auth/, identify HS256 references (4 files)
# 2. Generate RSA key pair via crypto.generateKeyPairSync
# 3. Update src/auth/sign.ts and src/auth/verify.ts
# 4. Add migration helpers for in-flight HS256 tokens
# 5. Update tests/auth/*.spec.ts
# 6. Document the rollout in docs/auth-migration.md
#
# [Approve]  [Redirect]  [Cancel]

# Nothing touched until you click Approve

External links

Exercise

진짜 아키텍처 질문 (1시간 생각해야 할) 잡아. 세 번 물어: /effort low + Sonnet, /effort high + Sonnet, /effort max + Opus. reasoning 깊이 비교. 각 레벨이 비용값 하는 시점 적어.

Progress

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

댓글 0

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

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