# Context: Verification & Review — Harness
- URL: https://zimmy.dev/harness/verification
- Tags: harness, coding-agent, verification

## User intent hint
Use this focused section as execution context and keep recommendations concrete.

## Hyperlinks (1-depth)
- Compound Engineering: https://every.to/guides/compound-engineering
- SDD Tools — Exploring Gen AI: https://martinfowler.com/articles/exploring-gen-ai/sdd-3-tools.html
- Harness Engineering: https://openai.com/index/harness-engineering/
- Effective Harnesses for Long-Running Agents: https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
- How Every Codes with Agents: https://every.to/chain-of-thought/compound-engineering-how-every-codes-with-agents
- Building a C Compiler with an Agent: https://www.anthropic.com/engineering/building-c-compiler
- The Loop: https://ghuntley.com/loop/

## Article content
This is a focused section from the Harness workflow.

## 04. Verification & Review
Systematic checking and continuous improvement loops

1. Verification 도구를 인지하고 지속적으로 개선한다.
   - 검증 단계에서 사람의 개입이 필수적인 지점과 시스템에 온전히 위임할 수 있는 지점을 명확히 분리한다.
   - 단순 확인처럼 사람이 필요 없는 작업은 시스템 권한(e.g., Accessibility 권한)을 부여해 시스템이 직접 검증하게 한다.
   - Accessibility 권한을 부여하면 화면의 UI 요소를 읽고 클릭·타이핑할 수 있다.
   - 예: PPTX 파일 생성 시 '파워포인트에서 파일이 오류 없이 열리는지'는 시스템이 검증하고
   - '슬라이드의 미적 완성도 판단'은 사람이 직접 시각적으로 확인하도록 역할을 분담한다.
2. Spec/ Plan 에 있는 내용 구현되었는지 검토하라고 시킨다.
3. 선입력 시킨다. (자동화?)
4. Review Agent를 만든다.
5. 버그는 test coverage로 남기고 compound한다.

## References
1. [Compound Engineering](https://every.to/guides/compound-engineering) (every.to)
2. [SDD Tools — Exploring Gen AI](https://martinfowler.com/articles/exploring-gen-ai/sdd-3-tools.html) (martinfowler.com)
3. [Harness Engineering](https://openai.com/index/harness-engineering/) (openai.com)
4. [Effective Harnesses for Long-Running Agents](https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents) (anthropic.com)
5. [How Every Codes with Agents](https://every.to/chain-of-thought/compound-engineering-how-every-codes-with-agents) (every.to)
6. [Building a C Compiler with an Agent](https://www.anthropic.com/engineering/building-c-compiler) (anthropic.com)
7. [The Loop](https://ghuntley.com/loop/) (ghuntley.com)
