Claude 모델 선택하기
Opus/Sonnet/Haiku 트레이드오프 — 추측하지 않고 고르는 법.
토큰, 컨텍스트 및 가격
토큰을 정확히 세는 법, max_tokens 대 컨텍스트 윈도우, 비용 추정.
첫 API 호출
SDK를 설치하고 인증한 뒤, Python, TypeScript 또는 cURL로 Claude에 실제 호출을 해보세요.
스트리밍 & 멀티 턴 대화
무상태 API에서 응답을 스트리밍하고 히스토리를 관리하기.
도구 사용 / 함수 호출
도구를 정의하고, 에이전트 루프를 실행하고, 결과를 처리하기.
비전, PDF 및 파일 입력
이미지와 문서를 보내고, file_id로 업로드를 재사용하기.
구조화된 출력
믿고 쓸 수 있는 스키마 준수 JSON 얻기 — 프롬프트하고 기도하지 않기.
확장 사고와 노력(Effort)
적응형 추론과 노력(effort) 제어 — 작업량에 따라 사고 깊이 선택하기.
Effort 튜닝: 5단계, 모델별 기본값, 그리고 캐시 함정
2026년 7월의 effort 파라미터는 low, medium, high, xhigh, max — 5단계를 가지며 최상위가 아닌 output_config 안에 위치합니다. thinking뿐 아니라 tool call에도 영향을 주고, 대화 중간에 바꾸면 프롬프트 캐시가 무효화되며, 모델마다 권장 시작점이 다릅니다. 실전 튜닝 가이드입니다.
The advisor tool: Sonnet does the work, Fable does the thinking
The advisor server-tool (beta advisor-tool-2026-03-01) lets a fast executor model consult a stronger model mid-turn. Full field reference, the token-accounting trap most integrators miss, the model pairing matrix, and the exact prompts Anthropic ships in production.
프롬프트 캐싱 & 비용 최적화
안정적인 프롬프트 접두부를 재사용해 비용과 지연을 줄이기 — 그리고 그것을 망가뜨리는 함정.
대화 중 시스템 메시지
프롬프트 캐시를 폭발시키지 않고 긴 에이전트 세션을 조종 — 어떤 user 턴 뒤에나 이어붙일 수 있는 새로운 system 역할.
대화 중 도구 변경
프롬프트 캐시를 무효화하지 않고 턴 사이에 도구를 추가·은퇴 — 긴 에이전트 세션의 가장 큰 숨은 세금을 고치는 Opus 5 베타.
API로 에이전트 구축하기
단일 호출 vs 워크플로우 vs 커스텀 에이전트 — 선택 기준과 루프 설계.
관리형 에이전트
Anthropic 호스팅 에이전트 루프: 에이전트 vs 세션, 환경, 메모리, Vault, 그리고 예약 배포(cron).
Managed Agents Memory Stores
The July 2026 beta — server-side persistent memory that mounts into a Managed Agents sandbox, with versioning, audit trail, and redaction.
Cowork & 에이전트 팀
에이전트형 데스크톱 워크스페이스와 제품으로서의 멀티 에이전트 협업.
MCP와 도구 연결
Messages API에서 원격 MCP 서버를 바로 호출하기 — 요청 구조, 허용/거부 목록, 지연 로딩, 그리고 프로덕션에서 물어뜯는 한계들.
MCP 2026-07-28: 무상태 스펙
런칭 이후 MCP 최대 개정: 세션이 사라졌고, 모든 요청이 스스로를 기술하며, 어떤 서버 인스턴스도 어떤 호출에 응답할 수 있습니다. 2026년 7월 28일에 실제로 무엇이 바뀌었는지, 그리고 오늘의 서버를 깨뜨리지 않고 마이그레이션하는 법.
MCP Apps: Interactive UIs Inside a Tool Call
MCP Apps (SEP-1865) lets an MCP server ship an HTML UI that the client renders inside a sandboxed iframe — with every action still routed through the standard JSON-RPC audit path. What the spec actually says, what to build with it, and what to refuse to build.
MCP Tasks: Long-Running Work Without the Session
The 2026-07-28 stateless MCP spec killed the session — so how do you model a 20-minute CI job, a batch import, or a human approval gate? With the official Tasks extension (SEP-2663). Full lifecycle, wire protocol, migration from the old experimental Tasks API, and the polling/notification patterns that actually work in production.
Playwright MCP: The Deep Practical Guide (2026)
Microsoft's Playwright MCP is now the #1 MCP server in the world — ahead of GitHub and Figma. The bit almost nobody teaches: the default accessibility-snapshot mode is not just faster than vision, it's a completely different automation paradigm. Profiles, opt-in caps, browser-extension mode that attaches to your real Chrome, the token-cost fight against Playwright-as-a-Skill, and the security line you must not cross.
안전, 거부, 폴백
거부를 우아하게 처리하고 분류기 차단과 구분하기.
Server-Side Fallbacks & Fallback Credit
The Opus 5 beta that turns a Fable 5 / Opus 5 refusal into a normal answer inside one API call — plus the credit token that stops you from paying the prompt cache twice on the retry.
오류, 속도 제한 & 안정성
오류 지도, 백오프를 사용한 재시도, 속도 제한 등급, 모델 마이그레이션.
메모리 & 컨텍스트 편집
에이전트에 영속적 메모리와 자동 정리되는 컨텍스트를 부여 — 클라이언트 측 memory tool에 더해 오래된 도구 결과를 비워 긴 실행을 견디게 하는 컨텍스트 편집까지.
Programmatic Tool Calling
코드 실행 샌드박스 안의 Python에서 Claude가 여러분의 도구를 호출하게 하기 — 왕복을 줄이고 중간 결과를 컨텍스트 밖에 둡니다.
The Admin API: automate your Claude org
The operator's guide to Anthropic's Admin API — list members, invite users, run RBAC groups, offboard cleanly. Console + Claude Enterprise, with the seat-pool and SSO gotchas that trip real teams.
Inference Hooks: inline DLP for Claude Enterprise
The operator's guide to Claude Enterprise Inference Hooks — the HTTPS webhook that lets your DLP server allow or deny every prompt across chat, Claude Code, and Cowork, before the model sees it. Full spec, verdict schema, signing, rollout playbook.