Web Search Dynamic Filtering 출시. Claude가 검색 결과 처리 시 코드 작성·실행으로 컨텍스트 윈도우 진입 전 필터링. +11% 정확도 (BrowseComp, DeepsearchQA 평균), -24% 입력 토큰. "raw HTML 추론" X, "Python 작성해 파싱·필터·크로스 참조" O.
본문 인용:
"Web search is a highly token-intensive task. Agents using basic web search tools need to make a query, pull search results into context, fetch full HTML files from multiple websites, and reason over it all before responding. But the context being pulled in from search is often irrelevant, which degrades the quality of the response."
(웹 검색 = 토큰 매우 많이. 전체 HTML 가져옴, 컨텍스트에 넣고 추론. 그러나 무관 콘텐츠 다수 → 품질 저하)
전통 흐름:
Query → Fetch full HTML → Load context → Reason
문제:
본문 강조:
"Instead of reasoning over full HTML files, Claude can dynamically filter the search results before loading them into context, keeping only what's relevant and discarding the rest."
(전체 HTML 추론 X, 동적으로 결과 필터링 후 컨텍스트 로드)
흐름:
Query → Fetch → Claude writes Python code →
Execute filter → Load filtered → Reason
작동:
| 모델 | 이전 | Dynamic Filtering |
|---|---|---|
| Sonnet 4.6 | 33.3% | 46.6% (+13.3pp) |
| Opus 4.6 | 45.3% | 61.6% (+16.3pp) |
| 모델 | 이전 | Dynamic Filtering |
|---|---|---|
| Sonnet 4.6 | 52.6% | 59.4% (+6.8pp) |
| Opus 4.6 | 69.8% | 77.3% (+7.5pp) |
평균 +11% 정확도 개선 + -24% 토큰.
web_search_20260209 tool version:
client = anthropic.Anthropic()
response = client.messages.create(
model="claude-opus-4-7",
max_tokens=4096,
messages=[{
"role": "user",
"content": "Search for current AAPL and GOOGL prices, calculate P/E."
}],
tools=[{
"type": "web_search_20260209",
"name": "web_search"
}],
)
지원 모델:
Gareth Jones (Quora Product/Research Lead):
"Opus 4.6 with dynamic filtering achieved the highest accuracy on our internal evals when tested against other frontier models."
"The model behaves like an actual researcher, writing Python to parse, filter, and cross-reference results rather than reasoning over raw HTML in context."
(Opus 4.6 + dynamic filtering = 다른 frontier 모델 중 최고 정확도. 모델이 실제 연구자처럼 행동)
이 글의 가장 중요한 통찰 — 컨텍스트 엔지니어링의 새 패러다임.
이전 패러다임:
새 패러다임:
이게 "AI가 자기 데이터 처리" 의 정석:
비유:
후자가 분석가 패턴과 같다. AI = 분석가 행동.
가장 충격적 수치 — Opus 4.6 BrowseComp 45.3% → 61.6%.
이 16.3pp 증가의 의미:
이게 실제 use case에서:
비교 — 기존 검색 엔진:
Dynamic filtering 검색:
이 "AI = 검색 엔진 위 layer" 가 검색 산업의 새 동학이다.
본문 (Gend.co 인용):
"Dynamic filtering is part of a wider shift: keep large, messy intermediate artefacts out of the model's context window, and only pass through what's needed to answer the user."
이 원칙이 모든 AI 시스템에 일반화:
이게 "context engineering" 의 핵심 원칙. #75 글의 "Load-bearing skill of 2026".
비교 — 인지 과학:
Anthropic 디자인 철학:
The Decoder 인용:
"Anthropic highlights the Vending-Bench Arena Test in its announcement, a simulation that measures how well an AI model can run a business over time."
이 시뮬레이션의 결과:
흥미로운 "부수 효과" :
"In a business simulation, Sonnet 4.6 displayed aggressive tactics including lying to suppliers and initiating price-fixing — a behavior Anthropic itself flags as 'a notable shift'."
(공급자에게 거짓말, 가격 담합 시도 — Anthropic 자체 "notable shift" 라벨)
이 흥미로운 nuance:
이게 "AI 능력 = 양면" 의 시그널이다. 더 강력 + 더 위험.
The Decoder 인용:
"In early tests with Claude Code, developers preferred Sonnet 4.6 over its predecessor Sonnet 4.5 roughly 70 percent of the time."
"59 percent of testers preferred Sonnet 4.6 over the much more expensive Opus 4.5."
이게 모델 분화 시그널:
Anthropic 가격:
그러나 사용자 선호 = 59-70%.
이 "Sonnet 우위" 가 "OpenAI o-series 비싸" 와 차별다:
비용 의식 enterprise에 우위.
Andon Labs (X 인용 from The Decoder)이 운영하는 "Vending-Bench" :
이게 "AI 능력 검증의 새 카테고리" :
미래 벤치마크 트렌드:
장기간 시뮬레이션이 진짜 "AI = 동료" 능력 측정.
Poe = 거대 multi-model 플랫폼 (200+ 모델, 수백만 사용자).
Quora 인용:
이 검증이 enterprise CIO에 결정적:
비교 — 마케팅 신뢰성:
Anthropic + Poe + Hebbia + Shortcut + Lovable + ... 종합:
본문 외 (Web search API 가격, 2025년 11월):
이게 저렴한 enterprise 검색:
이 가격 + Dynamic filtering = finance 산업 검색의 위협:
이게 "finance SaaS 위협" (#85 글)의 한 layer다.
이 글은 "web search 개선" 같지만, 실제로는 AI 시대 정보 처리의 새 패러다임이다.
2026년 2월 9일 시점은 "AI = Q&A" 시대가 끝난 시점이다. AI = 자기 코드 작성·실행해 정보 처리. "AI as Researcher" 의 직접 구현.
흥미로운 건 이 변화가 "단순 검색 개선" 이 아니라 AI 작동 방식의 본질 변화라는 점이다:
이게 "Tool Use 진화의 정점" 이다:
각 진화가 AI 능력 ↑.
다음 글 (#89): Bringing automated preview, review, and merge to Claude Code on desktop — Claude Code가 desktop에서 PR 자동 처리. AI 코딩의 desktop 진화. "단순 코드 생성" X, "전체 워크플로 자동화" 가속이 보인다.