← Back to NightBuild #3

NightBuild #3 — reference sheet

Harness & loop designs

Three harnesses and three loops, each written as a portable Markdown spec. Every entry expands to show the full specification, which you can copy into any platform's session-management files (CLAUDE.md, AGENTS.md, or equivalent).

Harnesses

Harness

Coding agent harness

Frontier model designs tasks and security gates; cheaper model executes against PROGRESS.md, halting rather than self-patching a failed gate.

View full specification
Harness

Research agent harness

Frontier model scopes sub-questions and source gates; cheaper model searches and logs claims to FINDINGS.md, escalating contradictions instead of resolving them.

View full specification
Harness

Ops / deployment agent harness

Frontier model sets promotion gates and rollback triggers; cheaper model runs staged rollout against STATE.md, with production always halting for human approval.

View full specification

Loops

Loop

Test-driven fix loop

Companion to the coding harness. Writes the failing test first, iterates fixes against the full suite, and halts on stalled progress instead of burning retries.

View full specification
Loop

Source triangulation loop

Companion to the research harness. Varies search angle per iteration, dedupes by publisher, and routes agreement checks to a cheaper model but contradictions to the frontier model.

View full specification
Loop

Canary rollout loop

Companion to the ops harness. Ramps traffic multiplicatively with fixed observation windows; automatic promotion is allowed, automatic rollback is not.

View full specification