Components of A Coding Agent

Source: raw/articles/2026-04-20-sebastianraschka-components-coding-agent.md Type: article By: Sebastian Raschka (magazine.sebastianraschka.com) Valid as of: 2026-04-20

핵심 Takeaway

  • 코딩 에이전트 = 모델 위의 레이어 (harness): what to inspect, which tools to call, how to update state, when to stop 결정
  • 6대 빌딩 블록: Repo Context, Tool Use, Memory, Delegation (외 2개)
  • 모델 선택만큼 주변 시스템(툴, 컨텍스트, 메모리)이 성능에 중요
  • 에이전트 성능은 모델 단독이 아닌 전체 시스템(하네스)의 함수

연결되는 위키 페이지

  • harness-engineering — 코딩 에이전트 빌딩 블록이 하네스 컴포넌트와 직접 대응
  • claude-code — 이 아키텍처의 구체적 구현체