Evals for Your Harness
Build the eval suite that tells you whether harness changes help: task sets, graded rubrics, and regression discipline.
The Route
0/4 verifiedDesign the task set
Representative, tiered, and partially held out.
Implement graders
Automate what can be checked; rubric what must be judged.
Run honestly: variance and the results store
One run is an anecdote; the distribution is the datum.
Gate changes and close the loop
The suite earns its cost when it starts saying no.
Context Pack
Paste this first. It briefs the AI on requirements, constraints, and the Definition of Done before your first build prompt.
Paste this into your AI builder first. It teaches the AI what you want before you give it the build prompt.
Related routes
More Harness Engineering flows that share ground with this one.
Version Your Harness and Track Behavior
Treat prompts, tools, and loop logic as versioned, changelogged artifacts - so behavior changes are decisions, not surprises.
+1 more steps to Done
Best foryour first pass at this - no prior setup assumed
Assemble Tool Prompts Dynamically per Environment
Stop shipping one static mega-prompt: generate tool prompts from environment conditions, inject blocks only when features are on, and dedupe config to save tokens.
+1 more steps to Done
Best forproduction-grade builds with strict verification
Cost Control: Model Routing and Effort Tiers
Route work to the cheapest model that can do it and match reasoning effort to task difficulty - with quality guardrails.
+1 more steps to Done
Best forproduction-grade builds with strict verification