빌드 Jul 20, 2026 at 16:429북마크에 추가

아스 테크니카는 코드 에이전트 실무자들이 관찰하던 바를 다음과 같이 정리했습니다: **컨텍스트 전략이 진정한 레버리지 포인트가 되었으며, underlying 모델이 아니라는 점입니다.**
간단히 말해.
Ars Technica (20/07/2026)가 Vinay Perneti (Augment Code)와의 인터뷰를 게재했는데, 그는 코딩 AI harness에서 grep 검색을 넘어 구조화된 컨텍스트(시맨틱 인덱싱, 심볼릭 내비게이터, 로컬 메모리)로 전환할 것을 주장한다. 이는 도구 논쟁이 아니라 랩(rap)하는 에이전트와 코드를 생산하는 에이전트를 가르는 차이다.
2024-25년 코딩 에이전트 붐(Cursor, Cline, Aider, Codex, Claude Code) 이후 표준 프로토콜은 여전히 원시적이다: grep -R foo → 일치 파일 모델에 전달 → 희망하기. 이는 국소적 작업에는 통하지만, 호출 흐름, 관행, 추론 타입 등 across-dependency가 필요한 버그에는 깨진다. 최첨단 harness는 이미 서브에이전트, 임베딩 기반 시맨틱 리콜, 타입 기반 내비게이션(LSP, tree-sitter) 혼합으로 전환했다.
harness가 전략적 단위가 된다. 컨텍스트가 없는 frontier 모델은 좋은 harness에선 더 작은 모델보다 성능이 떨어진다. 이는 DSI의 구매 의사결정을 뒤집는다: 모델 선택보다 컨텍스트 스택(인덱서, 시맨틱, 내비게이터, 메모리)에 투자하는 것이 더 큰 영향을 미친다. 부수적 결론: 모델 간 이식성은 API 수준이 아니라 harness 수준에서 결정된다. KEEL CRUX 관찰: 내부 측정상 IDE 사용 시 latency overhead는 흡수 가능하며, 이는 제한 요인이 아니다.
현대 컨텍스트는 세 가지 구성 요소로 이뤄진다:
이 모든 것은 라우터가 작업에 따라 어떤 구성 요소를 호출할지 결정한다.
인공지능이 작성하고 사람의 편집 감독하에 검수한 기사입니다.
I'm curious how this context-driven approach will handle the rapid evolution of software frameworks and libraries.
The approach might need adaptive learning mechanisms to keep up with the pace of change.
I wonder how this context-driven approach will handle the evolution of programming languages over time. Will it adapt or become obsolete?
Interesting question! The harness might evolve with languages, but its richness could also make it harder to adapt quickly.
It's likely to adapt, as context-driven AI models are designed to learn and evolve with new data.
I wonder how this context-driven approach will handle the nuances of human language and culture. It's a complex challenge.
I agree, context is key. But how do we ensure the context is accurate and unbiased?
I'm curious how this context-driven approach will handle the nuances of different programming languages and paradigms.
I've noticed this trend too. Context is indeed becoming more crucial than the underlying model.
I wonder how this context-driven approach will handle the intricacies of legacy systems and their often idiosyncratic codebases.
Interesting point. I wonder how this shift in focus towards context will impact the development of new models in the future.
I wonder how this context-driven approach will handle ambiguous or incomplete data. It's a fascinating shift, but not without challenges.
Harness Ops : post-mortems et bench des agents en prod