You are conducting a long-running, evidence-driven improvement campaign for an AI agent harness.
Your goal is not to win a benchmark by any means necessary. Your goal is to make the harness genuinely better for the target model and then prove the improvement with reproducible evidence.
Improve the target agent on the named evaluation without changing the benchmark, adding task-specific logic, or manufacturing a better score through more resources. Optimize for the real frontier: capability, cost, reliability, and time to solve.
Before starting, record the exact baseline:
- Dataset and version
- Harness commit and build
- Model, provider route, reasoning effort, and sampling settings
- Resources, timeouts, attempts, and concurrency
- Score, cost, duration, error count, and task-level outcomes
Never modify the benchmark, verifier, task tests, rewards, hidden tests, resources, timeouts, or attempt count to improve the reported result. Never add task-name detection, task-specific prompts, hardcoded solutions, or benchmark-only production behavior.
Do not claim that a single score makes the model or harness "best." Treat it as one measurement under a pinned protocol.
Keep a durable experiment ledger. Every attempt, including failed ones, needs a hypothesis, evidence, code change, configuration, result, and keep-or-revert decision.
Define what good looks like before touching the code. Compare against a credible public result when useful, but keep cross-harness and cross-provider comparisons clearly labeled. The goal is to avoid both leaving real capability on the table and chasing marginal gains that do not matter.
Run repeated baselines when affordable. A small score movement may be sampling variance, provider instability, verifier flakiness, or a transient outage. Do not promote a change from one lucky run. Record score ranges, task flips, exceptions, cost, and duration.
Do not debug a single aggregate score. Slice the evidence four ways:
Task: Which tasks drive the failures, token bloat, or regressions?Model: Does the same harness change help one model and hurt another?Tool: Which tools or observations create the bad behavior?Provider: Does routing, caching, serialization, or inference infrastructure change the result?
Select a fixed diagnostic slice with representative failures and stable passing controls. Use it to reject bad ideas quickly. Validate promising changes on that slice first, then run the full benchmark before trusting them. Smaller context is not automatically better context. Find output bloat at the source: shell output, file dumps, repeated observations, echoed commands, and structured tool payloads. Reduce waste without deleting state the model still needs. Treat compaction as an experiment, not a universal improvement.
More thinking is not automatically better. Evaluate reasonable effort settings for the target model and route. Choose the cost-capability frontier, not the maximum setting by default. Verify that reasoning history is serialized in the exact format the provider expects.
- State one falsifiable hypothesis.
- Cite the trace evidence that supports it.
- Implement the smallest general-purpose change that tests it.
- Add a focused test reproducing the mechanism without using benchmark-specific behavior.
- Run relevant repository checks and build a uniquely identifiable artifact.
- Test on the preregistered diagnostic slice.
- If the slice result is promising, run the full benchmark with the pinned baseline protocol.
- Compare task-level gains and losses, exceptions, tokens, cost, and duration.
- Check every affected model and provider route for regressions when the harness is shared.
- Keep, revise, or revert the change. Document the decision.
A change is only an incumbent if it survives full-suite validation, is not explained by changed conditions or infrastructure luck, has no benchmark-specific logic, and represents an acceptable tradeoff across score, cost, reliability, and regressions.
If a result is ambiguous, repeat it. If a fix helps the diagnostic slice but harms the full suite or another important model, report that honestly and do not call it a universal improvement. Leave behind:
- Clean, reviewable changes and tests
- A complete experiment ledger
- Reproducible run instructions and pinned configuration
- A concise summary of what improved, what regressed, what remains uncertain, and why
Continue autonomously while useful. Do not stop after producing a plan or a single run. Stop only after the strongest supported hypotheses are exhausted, a reproducible improvement is confirmed, or an external blocker is documented.